<xs:attributeGroup name="SecListGrpAttributes">
<xs:attribute name="Ccy" type="Currency_t" use="optional" />
<xs:attribute name="RndLot" type="RoundLot_t" use="optional" />
<xs:attribute name="MinTrdVol" type="MinTradeVol_t" use="optional" />
<xs:attribute name="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional" />
<xs:attribute name="ExpirationCycle" type="ExpirationCycle_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>
|