<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>