<xs:simpleType name="LastFragment_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates whether this message is the last in a sequence of messages for those messages that support fragmentation such as Allocation Instruction Mass Quote Security List Derivative Security List Valid values: Y = Last message N = Not last message
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="LastFragment" tag="893" datatype="Boolean" ComponentType="Field" StdAbbrev="LastFragment" QualifiedAbbrev="LastFragment" 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="Y" desc="LastMessage" />
<x:EnumDoc value="N" desc="NotLastMessage" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Y" />
<xs:enumeration value="N" />
</xs:restriction>
</xs:simpleType>
|