Definition Type: AttributeGroup
Name: ConfirmationRequestAttributes
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-confirmation-base-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into EncTxt in schema fixml-confirmation-base-4-4_xsd Drilldown into EncTxtLen in schema fixml-confirmation-base-4-4_xsd Drilldown into Txt in schema fixml-confirmation-base-4-4_xsd Drilldown into AcctTyp in schema fixml-confirmation-base-4-4_xsd Drilldown into ActIDSrc in schema fixml-confirmation-base-4-4_xsd Drilldown into Acct in schema fixml-confirmation-base-4-4_xsd Drilldown into TxnTm in schema fixml-confirmation-base-4-4_xsd Drilldown into IndAllocID in schema fixml-confirmation-base-4-4_xsd Drilldown into AllocID2 in schema fixml-confirmation-base-4-4_xsd Drilldown into AllocID in schema fixml-confirmation-base-4-4_xsd Drilldown into CnfmTyp in schema fixml-confirmation-base-4-4_xsd Drilldown into CnfmReqID in schema fixml-confirmation-base-4-4_xsdXSD Diagram of ConfirmationRequestAttributes in schema fixml-confirmation-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:attributeGroup name="ConfirmationRequestAttributes">
    <xs:attribute name="CnfmReqID" type="ConfirmReqID_t" use="required" />
    <xs:attribute name="CnfmTyp" type="ConfirmType_t" use="required" />
    <xs:attribute name="AllocID" type="AllocID_t" use="optional" />
    <xs:attribute name="AllocID2" type="SecondaryAllocID_t" use="optional" />
    <xs:attribute name="IndAllocID" type="IndividualAllocID_t" use="optional" />
    <xs:attribute name="TxnTm" type="TransactTime_t" use="required" />
    <xs:attribute name="Acct" type="AllocAccount_t" use="optional" />
    <xs:attribute name="ActIDSrc" type="AllocAcctIDSource_t" use="optional" />
    <xs:attribute name="AcctTyp" type="AllocAccountType_t" use="optional" />
    <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
CnfmReqID nsA:CnfmReqID Required
CnfmTyp nsA:CnfmTyp Required
AllocID nsA:AllocID Optional
AllocID2 nsA:AllocID2 Optional
IndAllocID nsA:IndAllocID Optional
TxnTm nsA:TxnTm Required
Acct nsA:Acct Optional
ActIDSrc nsA:ActIDSrc Optional
AcctTyp nsA:AcctTyp Optional
Txt nsA:Txt Optional
EncTxtLen nsA:EncTxtLen Optional
EncTxt nsA:EncTxt Optional