<xs:attributeGroup name="SecurityStatusAttributes">
<xs:attribute name="StatReqID" type="SecurityStatusReqID_t" use="optional" />
<xs:attribute name="Ccy" type="Currency_t" use="optional" />
<xs:attribute name="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional" />
<xs:attribute name="Unsol" type="UnsolicitedIndicator_t" use="optional" />
<xs:attribute name="TrdgStat" type="SecurityTradingStatus_t" use="optional" />
<xs:attribute name="FinclStat" type="FinancialStatus_t" use="optional" />
<xs:attribute name="CorpActn" type="CorporateAction_t" use="optional" />
<xs:attribute name="HaltRsn" type="HaltReason_t" use="optional" />
<xs:attribute name="InViewOfCmn" type="InViewOfCommon_t" use="optional" />
<xs:attribute name="DueToReltd" type="DueToRelated_t" use="optional" />
<xs:attribute name="BuyVol" type="BuyVolume_t" use="optional" />
<xs:attribute name="SellVol" type="SellVolume_t" use="optional" />
<xs:attribute name="HighPx" type="HighPx_t" use="optional" />
<xs:attribute name="LowPx" type="LowPx_t" use="optional" />
<xs:attribute name="LastPx" type="LastPx_t" use="optional" />
<xs:attribute name="TxnTm" type="TransactTime_t" use="optional" />
<xs:attribute name="Adjmt" type="Adjustment_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>
|