Definition Type Simple Type
Name AllocLinkType_enum_t
Namespace http://www.fixprotocol.org/FIXML-4-4
Facets  
Enumerations 0 , 1
Documentation Identifies the type of Allocation linkage when AllocLinkID  96  is used  Valid values:   0 = F X Netting  = F X Swap
    
XSD Schema fixml-fields-base-4-4.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="AllocLinkType_enum_t" >
  <xs:annotation>
    <xs:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:lang="en">Identifies the type of Allocation linkage when AllocLinkID  96  is used  Valid values:   0 = F X Netting  = F X Swap
    
</xs:documentation>
    <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
      <xs:Xref Protocol="FIX" name="AllocLinkType" tag="197" datatype="int" ComponentType="Field" StdAbbrev="LinkTyp" QualifiedAbbrev="LinkTyp" 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="FXNetting"/>
      <x:EnumDoc value="1" desc="FXSwap"/>
    </xs:appinfo>

  </xs:annotation>

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

</xs:simpleType>
Derivation Tree
[No Sub Types]
AllocLinkType_enum_t
    A:AllocLinkType_t
        LinkTyp
        LinkTyp
References
A:AllocLinkType_t
Generated using Liquid XML Studio by Liquid Technologies Ltd