<xs:attributeGroup name="TradingSessionStatusAttributes">
<xs:attribute name="ReqID" type="TradSesReqID_t" use="optional" />
<xs:attribute name="SesID" type="TradingSessionID_t" use="required" />
<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="Unsol" type="UnsolicitedIndicator_t" use="optional" />
<xs:attribute name="Stat" type="TradSesStatus_t" use="required" />
<xs:attribute name="StatRejRsn" type="TradSesStatusRejReason_t" use="optional" />
<xs:attribute name="StartTm" type="TradSesStartTime_t" use="optional" />
<xs:attribute name="OpenTm" type="TradSesOpenTime_t" use="optional" />
<xs:attribute name="PreClsTm" type="TradSesPreCloseTime_t" use="optional" />
<xs:attribute name="ClsTm" type="TradSesCloseTime_t" use="optional" />
<xs:attribute name="EndTm" type="TradSesEndTime_t" use="optional" />
<xs:attribute name="TotVolTrdd" type="TotalVolumeTraded_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>
|