<xs:attributeGroup name="QuoteCancelAttributes">
<xs:attribute name="ReqID" type="QuoteReqID_t" use="optional" />
<xs:attribute name="QID" type="QuoteID_t" use="required" />
<xs:attribute name="CxlTyp" type="QuoteCancelType_t" use="required" />
<xs:attribute name="RspLvl" type="QuoteResponseLevel_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="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional" />
</xs:attributeGroup>
|