<xs:simpleType name="BusinessRejectReason_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Code to identify reason for a Business Message Reject message Valid values: 0 = Other = Unkown ID 2 = Unknown Security 3 = Unsupported Message Type 4 = Application not available 5 = Conditionally Required Field Missing 6 = Not authorized 7 = DeliverTo firm not available at this time
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="BusinessRejectReason" tag="380" datatype="int" ComponentType="Field" StdAbbrev="BizRejRsn" QualifiedAbbrev="BizRejRsn" 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="Other" />
<x:EnumDoc value="1" desc="UnknID" />
<x:EnumDoc value="2" desc="UnknSec" />
<x:EnumDoc value="3" desc="UnknMsgType" />
<x:EnumDoc value="4" desc="AppNA" />
<x:EnumDoc value="5" desc="CondFldMiss" />
<x:EnumDoc value="6" desc="NotAuth" />
<x:EnumDoc value="7" desc="NoDelivToFirm" />
</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:restriction>
</xs:simpleType>
|