Definition Type: SimpleType
Name: AllocNoOrdersType_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
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
Collapse XSD Schema Diagram:
XSD Diagram of AllocNoOrdersType_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="AllocNoOrdersType_enum_t">
    <xs:annotation>
        <xs:documentation 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>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1
Collapse Derivation Tree:
Collapse References:
nsA:AllocNoOrdersType_t