<xs:simpleType name="IndividualAllocType_enum_t">
<xs:annotation>
<xs:documentation>Identifies whether the allocation is to be sub-allocated or allocated to a third party</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="IndividualAllocType" ComponentType="Field" Tag="992" Type="int" AbbrName="Typ" 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">Sub Allocate</fm:EnumDoc>
<fm:EnumDoc value="2" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Third Party Allocation</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
</xs:restriction>
</xs:simpleType>
|