Definition Type Simple Type
Name AllocTransType_enum_t
Namespace http://www.fixprotocol.org/FIXML-4-4
Facets  
Enumerations 0 , 1 , 2 , 3 , 4 , 5
Documentation Identifies allocation transaction type Valid values: 0 = New  = Replace 2 = Cancel 3 = Preliminary  without MiscFees and NetMoney   Removed Replaced  4 = Calculated  includes MiscFees and NetMoney   Removed Replaced  5 = Calculated without Preliminary  sent unsolicited by broker  includes MiscFees and NetMoney   Removed Replaced  *** SOME VALUES HAVE BEEN REPLACED   See  Replaced Features and Supported Approach  ***
    
XSD Schema fixml-fields-base-4-4.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="AllocTransType_enum_t" >
  <xs:annotation>
    <xs:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:lang="en">Identifies allocation transaction type Valid values: 0 = New  = Replace 2 = Cancel 3 = Preliminary  without MiscFees and NetMoney   Removed Replaced  4 = Calculated  includes MiscFees and NetMoney   Removed Replaced  5 = Calculated without Preliminary  sent unsolicited by broker  includes MiscFees and NetMoney   Removed Replaced  *** 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="AllocTransType" tag="71" datatype="char" ComponentType="Field" StdAbbrev="TransTyp" QualifiedAbbrev="TransTyp" 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="0" desc="New"/>
      <x:EnumDoc value="1" desc="Replace"/>
      <x:EnumDoc value="2" desc="Cancel"/>
      <x:EnumDoc value="3" desc="Preliminary"/>
      <x:EnumDoc value="4" desc="Calculated"/>
      <x:EnumDoc value="5" desc="CalculatedWithoutPreliminary"/>
    </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]
AllocTransType_enum_t
    A:AllocTransType_t
        TransTyp
        TransTyp
References
A:AllocTransType_t
Generated using Liquid XML Studio by Liquid Technologies Ltd