Definition Type Simple Type
Name AllocStatus_enum_t
Namespace http://www.fixprotocol.org/FIXML-4-4
Facets  
Enumerations 0 , 1 , 2 , 3 , 4 , 5
Documentation Identifies status of allocation  Valid values: 0 = accepted  successfully processed   = block level reject 2 = account level reject 3 = received  received  not yet processed  4 = incomplete 5 = rejected by intermediary
    
XSD Schema fixml-fields-base-4-4.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="AllocStatus_enum_t" >
  <xs:annotation>
    <xs:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:lang="en">Identifies status of allocation  Valid values: 0 = accepted  successfully processed   = block level reject 2 = account level reject 3 = received  received  not yet processed  4 = incomplete 5 = rejected by intermediary
    
</xs:documentation>
    <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
      <xs:Xref Protocol="FIX" name="AllocStatus" tag="87" datatype="int" ComponentType="Field" StdAbbrev="Stat" QualifiedAbbrev="Stat" Category="Allocation" CategoryAbbrev="Stat"/>
      <xs:Xref Protocol="ISO_15022_XML"/>
    </xs:appinfo>

    <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
      <x:EnumDoc value="0" desc="acceptedSuccessfullyProcessed"/>
      <x:EnumDoc value="1" desc="blockLevelReject"/>
      <x:EnumDoc value="2" desc="accountLevelReject"/>
      <x:EnumDoc value="3" desc="receivedReceivedNotYetProcessed"/>
      <x:EnumDoc value="4" desc="incomplete"/>
      <x:EnumDoc value="5" desc="rejectedByIntermediary"/>
    </xs:appinfo>

  </xs:annotation>

  <xs:restriction base="xs:string">
    <xs:enumeration value="0"/>
    <xs:enumeration value="1"/>
    <xs:enumeration value="2"/>
    <xs:enumeration value="3"/>
    <xs:enumeration value="4"/>
    <xs:enumeration value="5"/>
  </xs:restriction>

</xs:simpleType>
Derivation Tree
[No Sub Types]
AllocStatus_enum_t
    A:AllocStatus_t
        Stat
        Stat
        Stat
References
A:AllocStatus_t
Generated using Liquid XML Studio by Liquid Technologies Ltd