Definition Type: AttributeGroup
Name: BusinessMessageRejectAttributes
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-components-base-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into EncTxt in schema fixml-components-base-4-4_xsd Drilldown into EncTxtLen in schema fixml-components-base-4-4_xsd Drilldown into Txt in schema fixml-components-base-4-4_xsd Drilldown into BizRejRsn in schema fixml-components-base-4-4_xsd Drilldown into BizRejRefID in schema fixml-components-base-4-4_xsd Drilldown into RefMsgTyp in schema fixml-components-base-4-4_xsd Drilldown into RefSeqNum in schema fixml-components-base-4-4_xsdXSD Diagram of BusinessMessageRejectAttributes in schema fixml-components-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:attributeGroup name="BusinessMessageRejectAttributes">
    <xs:attribute name="RefSeqNum" type="RefSeqNum_t" use="optional" />
    <xs:attribute name="RefMsgTyp" type="RefMsgType_t" use="required" />
    <xs:attribute name="BizRejRefID" type="BusinessRejectRefID_t" use="optional" />
    <xs:attribute name="BizRejRsn" type="BusinessRejectReason_t" use="required" />
    <xs:attribute name="Txt" type="Text_t" use="optional" />
    <xs:attribute name="EncTxtLen" type="EncodedTextLen_t" use="optional" />
    <xs:attribute name="EncTxt" type="EncodedText_t" use="optional" />
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
RefSeqNum nsA:RefSeqNum Optional
RefMsgTyp nsA:RefMsgTyp Required
BizRejRefID nsA:BizRejRefID Optional
BizRejRsn nsA:BizRejRsn Required
Txt nsA:Txt Optional
EncTxtLen nsA:EncTxtLen Optional
EncTxt nsA:EncTxt Optional