<xs:simpleType name="EncryptedPasswordMethod_t">
<xs:annotation>
<xs:documentation>Enumeration defining the encryption method used to encrypt password fields.
At this time there are no encryption methods defined by FPL.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="EncryptedPasswordMethod" ComponentType="Field" Tag="1400" Type="int" AbbrName="EncPwdMethod" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer" />
</xs:simpleType>
|