Definition Type: SimpleType
Name: BusinessRejectReason_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
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
Collapse XSD Schema Diagram:
XSD Diagram of BusinessRejectReason_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5
Enumeration 6
Enumeration 7
Collapse Derivation Tree:
Collapse References:
nsA:BusinessRejectReason_t