<xs:simpleType name="SettlInstReqRejCode_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies reason for rejection of a settlement instruction request message Valid values: 0 = unable to process request e g database unavailable = unknown account 2 = no matching settlement instructions found 99 = other
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="SettlInstReqRejCode" tag="792" datatype="int" ComponentType="Field" StdAbbrev="SettlInstReqRejCode" QualifiedAbbrev="SettlInstReqRejCode" 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="unableToProcessRequest" />
<x:EnumDoc value="1" desc="unknownAccount" />
<x:EnumDoc value="2" desc="noMatchingSettlementInstructionsFound" />
<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="99" />
</xs:restriction>
</xs:simpleType>
|