<xs:attributeGroup name="TradeCaptureReportRequestAttributes">
<xs:attribute name="ReqID" type="TradeRequestID_t" use="required" />
<xs:attribute name="ReqTyp" type="TradeRequestType_t" use="required" />
<xs:attribute name="SubReqTyp" type="SubscriptionRequestType_t" use="optional" />
<xs:attribute name="RptID" type="TradeReportID_t" use="optional" />
<xs:attribute name="RptID2" type="SecondaryTradeReportID_t" use="optional" />
<xs:attribute name="ExecID" type="ExecID_t" use="optional" />
<xs:attribute name="ExecTyp" type="ExecType_t" use="optional" />
<xs:attribute name="OrdID" type="OrderID_t" use="optional" />
<xs:attribute name="ClOrdID" type="ClOrdID_t" use="optional" />
<xs:attribute name="MtchStat" type="MatchStatus_t" use="optional" />
<xs:attribute name="TrdTyp" type="TrdType_t" use="optional" />
<xs:attribute name="TrdSubTyp" type="TrdSubType_t" use="optional" />
<xs:attribute name="TrnsfrRsn" type="TransferReason_t" use="optional" />
<xs:attribute name="TrdTyp2" type="SecondaryTrdType_t" use="optional" />
<xs:attribute name="LinkID" type="TradeLinkID_t" use="optional" />
<xs:attribute name="TrdMtchID" type="TrdMatchID_t" use="optional" />
<xs:attribute name="BizDt" type="ClearingBusinessDate_t" use="optional" />
<xs:attribute name="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional" />
<xs:attribute name="TmBkt" type="TimeBracket_t" use="optional" />
<xs:attribute name="Side" type="Side_t" use="optional" />
<xs:attribute name="MLEGRptTyp" type="MultiLegReportingType_t" use="optional" />
<xs:attribute name="InptSrc" type="TradeInputSource_t" use="optional" />
<xs:attribute name="InptDev" type="TradeInputDevice_t" use="optional" />
<xs:attribute name="RspTransportTyp" type="ResponseTransportType_t" use="optional" />
<xs:attribute name="RspDest" type="ResponseDestination_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>
|