<xs:attributeGroup name="Confirmation_AckAttributes">
<xs:attribute name="CnfmID" type="ConfirmID_t" use="required" />
<xs:attribute name="TrdDt" type="TradeDate_t" use="required" />
<xs:attribute name="TxnTm" type="TransactTime_t" use="required" />
<xs:attribute name="AffirmStat" type="AffirmStatus_t" use="required" />
<xs:attribute name="CnfmRejRsn" type="ConfirmRejReason_t" use="optional" />
<xs:attribute name="MtchStat" type="MatchStatus_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>
|