http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents
PasswordFormat Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents : PasswordFormat Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents
Type
Restriction of xs:string
Diagram
PasswordFormat Simple Type
Overview
PasswordFormat Restriction of xs:string
Facets
EnumerationClearText
EnumerationTripleDES
EnumerationMD5
Source
<xs:simpleType name="PasswordFormat" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="ClearText" />
    <xs:enumeration value="TripleDES" />
    <xs:enumeration value="MD5" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents