Definition Type Simple Type
Name AllocCancReplaceReason_enum_t
Namespace http://www.fixprotocol.org/FIXML-4-4
Facets  
Enumerations 1 , 2 , 99
Documentation Reason for cancelling or replacing an Allocation Instruction or Allocation Report message Valid values:  = Original details incomplete incorrect 2 = Change in underlying order details 99 = Other
    
XSD Schema fixml-fields-base-4-4.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="AllocCancReplaceReason_enum_t" >
  <xs:annotation>
    <xs:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:lang="en">Reason for cancelling or replacing an Allocation Instruction or Allocation Report message Valid values:  = Original details incomplete incorrect 2 = Change in underlying order details 99 = Other
    
</xs:documentation>
    <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
      <xs:Xref Protocol="FIX" name="AllocCancReplaceReason" tag="796" datatype="int" ComponentType="Field" StdAbbrev="CancRplcRsn" QualifiedAbbrev="CxlRplcRsn" Category="Allocation" CategoryAbbrev="CxlRplcRsn"/>
      <xs:Xref Protocol="ISO_15022_XML"/>
    </xs:appinfo>

    <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
      <x:EnumDoc value="1" desc="OriginalDetailsIncorrect"/>
      <x:EnumDoc value="2" desc="ChangeInUnderlyingOrderDetails"/>
      <x:EnumDoc value="99" desc="Other"/>
    </xs:appinfo>

  </xs:annotation>

  <xs:restriction base="xs:string">
    <xs:enumeration value="1"/>
    <xs:enumeration value="2"/>
    <xs:enumeration value="99"/>
  </xs:restriction>

</xs:simpleType>
Derivation Tree
[No Sub Types]
AllocCancReplaceReason_enum_t
    A:AllocCancReplaceReason_t
        CxlRplcRsn
        CxlRplcRsn
References
A:AllocCancReplaceReason_t
Generated using Liquid XML Studio by Liquid Technologies Ltd