Schema ChangePasswordRequest.xsd


schema location:  ..\..\ChangePasswordRequest.xsd
 
Elements 
ChangePasswordRequest 


element ChangePasswordRequest
diagram
children Password NewPassword UserName
annotation
documentation 
Input parameters to method PatientWS.ChangePasswordRequest
source
<xs:element name="ChangePasswordRequest">
  <xs:annotation>
    <xs:documentation>Input parameters to method PatientWS.ChangePasswordRequest</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Password" type="xs:string">
        <xs:annotation>
          <xs:documentation>The current password of the user</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NewPassword" type="xs:string">
        <xs:annotation>
          <xs:documentation>The new password of the user</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UserName" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>User the SA-user want to change the password for. </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ChangePasswordRequest/Password
diagram
type xs:string
annotation
documentation 
The current password of the user
source
<xs:element name="Password" type="xs:string">
  <xs:annotation>
    <xs:documentation>The current password of the user</xs:documentation>
  </xs:annotation>
</xs:element>

element ChangePasswordRequest/NewPassword
diagram
type xs:string
annotation
documentation 
The new password of the user
source
<xs:element name="NewPassword" type="xs:string">
  <xs:annotation>
    <xs:documentation>The new password of the user</xs:documentation>
  </xs:annotation>
</xs:element>

element ChangePasswordRequest/UserName
diagram
type xs:string
annotation
documentation 
User the SA-user want to change the password for. 
source
<xs:element name="UserName" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>User the SA-user want to change the password for. </xs:documentation>
  </xs:annotation>
</xs:element>


XML Schema documentation generated with
XML Spy Schema Editor www.xmlspy.com