<xs:attributeGroup name="OrderCancelRejectAttributes">
<xs:attribute name="OrdID" type="OrderID_t" use="required" />
<xs:attribute name="OrdID2" type="SecondaryOrderID_t" use="optional" />
<xs:attribute name="ID2" type="SecondaryClOrdID_t" use="optional" />
<xs:attribute name="ID" type="ClOrdID_t" use="required" />
<xs:attribute name="LnkID" type="ClOrdLinkID_t" use="optional" />
<xs:attribute name="OrigID" type="OrigClOrdID_t" use="required" />
<xs:attribute name="Stat" type="OrdStatus_t" use="required" />
<xs:attribute name="WorkingInd" type="WorkingIndicator_t" use="optional" />
<xs:attribute name="OrigOrdModTm" type="OrigOrdModTime_t" use="optional" />
<xs:attribute name="ListID" type="ListID_t" use="optional" />
<xs:attribute name="Acct" type="Account_t" use="optional" />
<xs:attribute name="AcctIDSrc" type="AcctIDSource_t" use="optional" />
<xs:attribute name="AcctTyp" type="AccountType_t" use="optional" />
<xs:attribute name="OrignDt" type="TradeOriginationDate_t" use="optional" />
<xs:attribute name="TrdDt" type="TradeDate_t" use="optional" />
<xs:attribute name="TxnTm" type="TransactTime_t" use="optional" />
<xs:attribute name="CxlRejRspTo" type="CxlRejResponseTo_t" use="required" />
<xs:attribute name="CxlRejRsn" type="CxlRejReason_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>
|