| schema location: | ..\..\ChangePasswordRequest.xsd |
| Elements |
| ChangePasswordRequest |
| diagram | ![]() |
||
| children | Password NewPassword UserName | ||
| annotation |
|
||
| 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> |
| diagram | ![]() |
||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:element name="Password" type="xs:string"> <xs:annotation> <xs:documentation>The current password of the user</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:element name="NewPassword" type="xs:string"> <xs:annotation> <xs:documentation>The new password of the user</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | xs:string | ||
| annotation |
|
||
| 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> |