<xs:attributeGroup name="SettlementInstructionsAttributes">
<xs:attribute name="SettlInstMsgID" type="SettlInstMsgID_t" use="required" />
<xs:attribute name="SettlInstReqID" type="SettlInstReqID_t" use="optional" />
<xs:attribute name="SettlInstMode" type="SettlInstMode_t" use="required" />
<xs:attribute name="SettlInstReqRejCode" type="SettlInstReqRejCode_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:attribute name="ClOrdID" type="ClOrdID_t" use="optional" />
<xs:attribute name="TxnTm" type="TransactTime_t" use="required" />
</xs:attributeGroup>
|