<xs:attributeGroup name="SecurityDefinitionAttributes">
<xs:attribute name="ReqID" type="SecurityReqID_t" use="required" />
<xs:attribute name="RspID" type="SecurityResponseID_t" use="required" />
<xs:attribute name="RspTyp" type="SecurityResponseType_t" use="required" />
<xs:attribute name="Ccy" type="Currency_t" use="optional" />
<xs:attribute name="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_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="ExpirationCycle" type="ExpirationCycle_t" use="optional" />
<xs:attribute name="RndLot" type="RoundLot_t" use="optional" />
<xs:attribute name="MinTrdVol" type="MinTradeVol_t" use="optional" />
</xs:attributeGroup>
|