<xs:attributeGroup name="SecurityTypesAttributes">
<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="TotNoSecTyps" type="TotNoSecurityTypes_t" use="optional" />
<xs:attribute name="LastFragment" type="LastFragment_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="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional" />
<xs:attribute name="SubReqTyp" type="SubscriptionRequestType_t" use="optional" />
</xs:attributeGroup>
|