<xs:simpleType name="DeliveryForm_enum_t">
<xs:annotation>
<xs:documentation>Identifies the form of delivery.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="DeliveryForm" ComponentType="Field" Tag="668" Type="int" AbbrName="DlvryForm" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="1" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Book Entry (default)</fm:EnumDoc>
<fm:EnumDoc value="2" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Bearer</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
</xs:restriction>
</xs:simpleType>
|