<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>
|