<xs:simpleType name="AllocTransType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies allocation transaction type Valid values: 0 = New = Replace 2 = Cancel 3 = Preliminary without MiscFees and NetMoney Removed Replaced 4 = Calculated includes MiscFees and NetMoney Removed Replaced 5 = Calculated without Preliminary sent unsolicited by broker includes MiscFees and NetMoney Removed Replaced *** SOME VALUES HAVE BEEN REPLACED See Replaced Features and Supported Approach ***
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="AllocTransType" tag="71" datatype="char" ComponentType="Field" StdAbbrev="TransTyp" QualifiedAbbrev="TransTyp" 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="New" />
<x:EnumDoc value="1" desc="Replace" />
<x:EnumDoc value="2" desc="Cancel" />
<x:EnumDoc value="3" desc="Preliminary" />
<x:EnumDoc value="4" desc="Calculated" />
<x:EnumDoc value="5" desc="CalculatedWithoutPreliminary" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="0" />
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="5" />
</xs:restriction>
</xs:simpleType>
|