Definition Type Simple Type
Name AllocNoOrdersType_enum_t
Namespace http://www.fixprotocol.org/FIXML-4-4
Facets  
Enumerations 0 , 1
Documentation Indicates how the orders being booked and allocated by an Allocation Instruction or Allocation Report message are identified  i e  by explicit definition in the NoOrders group or not  Value values:  0 = Not specified   = Explicit list provided
    
XSD Schema fixml-fields-base-4-4.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="AllocNoOrdersType_enum_t" >
  <xs:annotation>
    <xs:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:lang="en">Indicates how the orders being booked and allocated by an Allocation Instruction or Allocation Report message are identified  i e  by explicit definition in the NoOrders group or not  Value values:  0 = Not specified   = Explicit list provided
    
</xs:documentation>
    <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
      <xs:Xref Protocol="FIX" name="AllocNoOrdersType" tag="857" datatype="int" ComponentType="Field" StdAbbrev="NoOrdsTyp" QualifiedAbbrev="NoOrdsTyp" 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="NotSpecified"/>
      <x:EnumDoc value="1" desc="ExplicitListProvided"/>
    </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]
AllocNoOrdersType_enum_t
    A:AllocNoOrdersType_t
        NoOrdsTyp
        NoOrdsTyp
References
A:AllocNoOrdersType_t
Generated using Liquid XML Studio by Liquid Technologies Ltd