<xs:simpleType name="AllocReportType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Describes the specific type or purpose of an Allocation Report message Valid values: 3 = Sellside Calculated Using Preliminary includes MiscFees and NetMoney 4 = Sellside Calculated Without Preliminary sent unsolicited by sellside includes MiscFees and NetMoney 5 = Warehouse recap\ 8 = Request to Intermediary
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="AllocReportType" tag="794" datatype="int" ComponentType="Field" StdAbbrev="RptTyp" QualifiedAbbrev="RptTyp" Category="**BaseCatagory**" CategoryAbbrev="**BaseCatagoryXMLName**" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<x:EnumDoc value="3" desc="SellsideCalculatedUsingPreliminary" />
<x:EnumDoc value="4" desc="SellsideCalculatedWithoutPreliminary" />
<x:EnumDoc value="5" desc="WarehouseRecap" />
<x:EnumDoc value="8" desc="RequestToIntermediary" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="5" />
<xs:enumeration value="8" />
</xs:restriction>
</xs:simpleType>
|