<xs:simpleType name="CollAsgnRejectReason_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Collateral Assignment Reject Reason Value values: 0 = Unknown deal order trade = Unknown or invalid instrument 2 = Unauthorized transaction 3 = Insufficient collateral 4 = Invalid type of collateral 5 = Excessive substitution 99 = Other
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="CollAsgnRejectReason" tag="906" datatype="int" ComponentType="Field" StdAbbrev="RejRsn" QualifiedAbbrev="RejRsn" 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="UnknownDeal" />
<x:EnumDoc value="1" desc="UnknownOrInvalidInstrument" />
<x:EnumDoc value="2" desc="UnauthorizedTransaction" />
<x:EnumDoc value="3" desc="InsufficientCollateral" />
<x:EnumDoc value="4" desc="InvalidTypeOfCollateral" />
<x:EnumDoc value="5" desc="ExcessiveSubstitution" />
<x:EnumDoc value="99" desc="Other" />
</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:enumeration value="99" />
</xs:restriction>
</xs:simpleType>
|