<xs:attributeGroup name="QuotEntryGrpAttributes">
<xs:attribute name="EntryID" type="QuoteEntryID_t" use="required" />
<xs:attribute name="BidPx" type="BidPx_t" use="optional" />
<xs:attribute name="OfrPx" type="OfferPx_t" use="optional" />
<xs:attribute name="BidSz" type="BidSize_t" use="optional" />
<xs:attribute name="OfrSz" type="OfferSize_t" use="optional" />
<xs:attribute name="ValidUntilTm" type="ValidUntilTime_t" use="optional" />
<xs:attribute name="BidSpotRt" type="BidSpotRate_t" use="optional" />
<xs:attribute name="OfrSpotRt" type="OfferSpotRate_t" use="optional" />
<xs:attribute name="BidFwdPnts" type="BidForwardPoints_t" use="optional" />
<xs:attribute name="OfrFwdPnts" type="OfferForwardPoints_t" use="optional" />
<xs:attribute name="MidPx" type="MidPx_t" use="optional" />
<xs:attribute name="BidYld" type="BidYield_t" use="optional" />
<xs:attribute name="MidYld" type="MidYield_t" use="optional" />
<xs:attribute name="OfrYld" type="OfferYield_t" use="optional" />
<xs:attribute name="TxnTm" type="TransactTime_t" use="optional" />
<xs:attribute name="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional" />
<xs:attribute name="SettlDt" type="SettlDate_t" use="optional" />
<xs:attribute name="OrdTyp" type="OrdType_t" use="optional" />
<xs:attribute name="SettlDt2" type="SettlDate2_t" use="optional" />
<xs:attribute name="Qty2" type="OrderQty2_t" use="optional" />
<xs:attribute name="BidFwdPnts2" type="BidForwardPoints2_t" use="optional" />
<xs:attribute name="OfrFwdPnts2" type="OfferForwardPoints2_t" use="optional" />
<xs:attribute name="Ccy" type="Currency_t" use="optional" />
</xs:attributeGroup>
|