<xs:simpleType name="AllocType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Describes the specific type or purpose of an Allocation message i e Buyside Calculated Valid values: = Calculated includes MiscFees and NetMoney 2 = Preliminary without MiscFees and NetMoney 3 = Sellside Calculated Using Preliminary includes MiscFees and NetMoney Replaced 4 = Sellside Calculated Without Preliminary sent unsolicited by sellside includes MiscFees and NetMoney Replaced 5 = Ready To Book Single Order 6 = Buyside Ready To Book Combined Set of Orders Replaced 7 = Warehouse instruction 8 = Request to Intermediary see Volume : Glossary for value definitions *** SOME VALUES HAVE BEEN REPLACED See Replaced Features and Supported Approach ***
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="AllocType" tag="626" datatype="int" ComponentType="Field" StdAbbrev="Typ" QualifiedAbbrev="AllocType" Category="Allocation" CategoryAbbrev="Typ" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<x:EnumDoc value="1" desc="BuysideCalc" />
<x:EnumDoc value="2" desc="BuysidePrelim" />
<x:EnumDoc value="3" desc="SellsideCalc" />
<x:EnumDoc value="4" desc="SellsideCalcWithoutPrelim" />
<x:EnumDoc value="5" desc="BuysideReadyToBookSingle" />
<x:EnumDoc value="6" desc="BuysideReadyToBookCombined" />
<x:EnumDoc value="7" desc="WarehouseInstruction" />
<x:EnumDoc value="8" desc="RequestToIntermediary" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="5" />
<xs:enumeration value="6" />
<xs:enumeration value="7" />
<xs:enumeration value="8" />
</xs:restriction>
</xs:simpleType>
|