<xs:attributeGroup name="TradingSessionStatusRequestAttributes">
<xs:attribute name="ReqID" type="TradSesReqID_t" use="required" />
<xs:attribute name="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional" />
<xs:attribute name="Method" type="TradSesMethod_t" use="optional" />
<xs:attribute name="Mode" type="TradSesMode_t" use="optional" />
<xs:attribute name="SubReqTyp" type="SubscriptionRequestType_t" use="required" />
</xs:attributeGroup>
|