<xs:attributeGroup name="OrderMassCancelReportAttributes">
<xs:attribute name="ID" type="ClOrdID_t" use="optional" />
<xs:attribute name="ID2" type="SecondaryClOrdID_t" use="optional" />
<xs:attribute name="OrdID" type="OrderID_t" use="required" />
<xs:attribute name="OrdID2" type="SecondaryOrderID_t" use="optional" />
<xs:attribute name="ReqTyp" type="MassCancelRequestType_t" use="required" />
<xs:attribute name="Rsp" type="MassCancelResponse_t" use="required" />
<xs:attribute name="RejRsn" type="MassCancelRejectReason_t" use="optional" />
<xs:attribute name="TotAffctdOrds" type="TotalAffectedOrders_t" use="optional" />
<xs:attribute name="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional" />
<xs:attribute name="Side" type="Side_t" use="optional" />
<xs:attribute name="TxnTm" type="TransactTime_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>
|