<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>
|