<xs:attributeGroup name="MDIncGrpAttributes">
<xs:attribute name="UpdtAct" type="MDUpdateAction_t" use="required" />
<xs:attribute name="DelRsn" type="DeleteReason_t" use="optional" />
<xs:attribute name="Typ" type="MDEntryType_t" use="optional" />
<xs:attribute name="ID" type="MDEntryID_t" use="optional" />
<xs:attribute name="RefID" type="MDEntryRefID_t" use="optional" />
<xs:attribute name="FinclStat" type="FinancialStatus_t" use="optional" />
<xs:attribute name="CorpActn" type="CorporateAction_t" use="optional" />
<xs:attribute name="Px" type="MDEntryPx_t" use="optional" />
<xs:attribute name="Ccy" type="Currency_t" use="optional" />
<xs:attribute name="Sz" type="MDEntrySize_t" use="optional" />
<xs:attribute name="Dt" type="MDEntryDate_t" use="optional" />
<xs:attribute name="Tm" type="MDEntryTime_t" use="optional" />
<xs:attribute name="TickDirctn" type="TickDirection_t" use="optional" />
<xs:attribute name="Mkt" type="MDMkt_t" use="optional" />
<xs:attribute name="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional" />
<xs:attribute name="QCond" type="QuoteCondition_t" use="optional" />
<xs:attribute name="TrdCond" type="TradeCondition_t" use="optional" />
<xs:attribute name="Orig" type="MDEntryOriginator_t" use="optional" />
<xs:attribute name="LctnID" type="LocationID_t" use="optional" />
<xs:attribute name="DeskID" type="DeskID_t" use="optional" />
<xs:attribute name="OpenClsSettlFlag" type="OpenCloseSettlFlag_t" use="optional" />
<xs:attribute name="TmInForce" type="TimeInForce_t" use="optional" />
<xs:attribute name="ExpireDt" type="ExpireDate_t" use="optional" />
<xs:attribute name="ExpireTm" type="ExpireTime_t" use="optional" />
<xs:attribute name="MinQty" type="MinQty_t" use="optional" />
<xs:attribute name="ExecInst" type="ExecInst_t" use="optional" />
<xs:attribute name="SellerDays" type="SellerDays_t" use="optional" />
<xs:attribute name="OrdID" type="OrderID_t" use="optional" />
<xs:attribute name="EntryID" type="QuoteEntryID_t" use="optional" />
<xs:attribute name="Buyer" type="MDEntryBuyer_t" use="optional" />
<xs:attribute name="Seller" type="MDEntrySeller_t" use="optional" />
<xs:attribute name="NumOfOrds" type="NumberOfOrders_t" use="optional" />
<xs:attribute name="PosNo" type="MDEntryPositionNo_t" use="optional" />
<xs:attribute name="Scope" type="Scope_t" use="optional" />
<xs:attribute name="PxDelta" type="PriceDelta_t" use="optional" />
<xs:attribute name="NetChgPrevDay" type="NetChgPrevDay_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>
|