<xs:attributeGroup name="SecurityTypeRequestAttributes">
<xs:attribute name="ReqID" type="SecurityReqID_t" use="required" />
<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="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional" />
<xs:attribute name="Prod" type="Product_t" use="optional" />
<xs:attribute name="SecTyp" type="SecurityType_t" use="optional" />
<xs:attribute name="SubTyp" type="SecuritySubType_t" use="optional" />
</xs:attributeGroup>
|