<xs:attributeGroup name="AllocationInstructionAckAttributes">
<xs:attribute name="ID" type="AllocID_t" use="required" />
<xs:attribute name="ID2" type="SecondaryAllocID_t" use="optional" />
<xs:attribute name="TrdDt" type="TradeDate_t" use="optional" />
<xs:attribute name="TxnTm" type="TransactTime_t" use="required" />
<xs:attribute name="Stat" type="AllocStatus_t" use="required" />
<xs:attribute name="RejCode" type="AllocRejCode_t" use="optional" />
<xs:attribute name="Typ" type="AllocType_t" use="optional" />
<xs:attribute name="ImReqTyp" type="AllocIntermedReqType_t" use="optional" />
<xs:attribute name="MtchStat" type="MatchStatus_t" use="optional" />
<xs:attribute name="Prod" type="Product_t" use="optional" />
<xs:attribute name="SecTyp" type="SecurityType_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>
|