Definition Type Simple Type
Name Adjustment_enum_t
Namespace http://www.fixprotocol.org/FIXML-4-4
Facets  
Enumerations 1 , 2 , 3
Documentation Identifies the type of adjustment  Valid values:    = Cancel   2 = Error   3 = Correction
    
XSD Schema fixml-fields-base-4-4.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="Adjustment_enum_t" >
  <xs:annotation>
    <xs:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:lang="en">Identifies the type of adjustment  Valid values:    = Cancel   2 = Error   3 = Correction
    
</xs:documentation>
    <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
      <xs:Xref Protocol="FIX" name="Adjustment" tag="334" datatype="int" ComponentType="Field" StdAbbrev="Adjmt" QualifiedAbbrev="Adjmt" 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="1" desc="Cancel"/>
      <x:EnumDoc value="2" desc="Error"/>
      <x:EnumDoc value="3" desc="Correction"/>
    </xs:appinfo>

  </xs:annotation>

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

</xs:simpleType>
Derivation Tree
[No Sub Types]
Adjustment_enum_t
    A:Adjustment_t
        Adjmt
References
A:Adjustment_t
Generated using Liquid XML Studio by Liquid Technologies Ltd