<xs:attributeGroup name="BidCompRspGrpAttributes">
<xs:attribute name="ID" type="ListID_t" use="optional" />
<xs:attribute name="Ctry" type="Country_t" use="optional" />
<xs:attribute name="Side" type="Side_t" use="optional" />
<xs:attribute name="Px" type="Price_t" use="optional" />
<xs:attribute name="PxTyp" type="PriceType_t" use="optional" />
<xs:attribute name="FairValu" type="FairValue_t" use="optional" />
<xs:attribute name="NetGrossInd" type="NetGrossInd_t" use="optional" />
<xs:attribute name="SettlTyp" type="SettlType_t" use="optional" />
<xs:attribute name="SettlDt" type="SettlDate_t" use="optional" />
<xs:attribute name="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_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>
|