Definition Type Simple Type
Name AllocReportType_enum_t
Namespace http://www.fixprotocol.org/FIXML-4-4
Facets  
Enumerations 3 , 4 , 5 , 8
Documentation 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
    
XSD Schema fixml-fields-base-4-4.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="AllocReportType_enum_t" >
  <xs:annotation>
    <xs:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" 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>
Derivation Tree
[No Sub Types]
AllocReportType_enum_t
    A:AllocReportType_t
        RptTyp
        RptTyp
References
A:AllocReportType_t
Generated using Liquid XML Studio by Liquid Technologies Ltd