<xs:simpleType name="AllocLinkType_enum_t">
<xs:annotation>
<xs:documentation>Identifies the type of Allocation linkage when AllocLinkID (96) is used.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="AllocLinkType" ComponentType="Field" Tag="197" Type="int" AbbrName="LinkTyp" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="0" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">FX Netting</fm:EnumDoc>
<fm:EnumDoc value="1" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">FX Swap</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="0" />
<xs:enumeration value="1" />
</xs:restriction>
</xs:simpleType>
|