<xs:simpleType name="CollInquiryResult_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Result returned in response to Collateral Inquiry Valid values: 0 = Successful Default = Invalid or unknown instrument 2 = Invalid or unknown collateral type 3 = Invalid parties 4 = Invalid Transport Type requested 5 = Invalid Destination requested 6 = No collateral found for the trade specified 7 = No collateral found for the order specified 8 = Collateral Inquiry type not supported 9 = Unauthorized for collateral inquiry 99 = Other further information in Text 58 field 4000 Reserved and available for bi laterally agreed upon user defined values
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="CollInquiryResult" tag="946" datatype="int" ComponentType="Field" StdAbbrev="Rslt" QualifiedAbbrev="Rslt" 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="Successful" />
<x:EnumDoc value="1" desc="InvalidOrUnknownInstrument" />
<x:EnumDoc value="2" desc="InvalidOrUnknownCollateralType" />
<x:EnumDoc value="3" desc="InvalidParties" />
<x:EnumDoc value="4" desc="InvalidTransportTypeRequested" />
<x:EnumDoc value="5" desc="InvalidDestinationRequested" />
<x:EnumDoc value="6" desc="NoCollateralFoundForTheTradeSpecified" />
<x:EnumDoc value="7" desc="NoCollateralFoundForTheOrderSpecified" />
<x:EnumDoc value="8" desc="CollateralInquiryTypeNotSupported" />
<x:EnumDoc value="9" desc="UnauthorizedForCollateralInquiry" />
<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="6" />
<xs:enumeration value="7" />
<xs:enumeration value="8" />
<xs:enumeration value="9" />
<xs:enumeration value="99" />
</xs:restriction>
</xs:simpleType>
|