<xs:attributeGroup name="LegQuotGrpAttributes">
<xs:attribute name="Qty" type="LegQty_t" use="optional" />
<xs:attribute name="OrdQty" type="LegOrderQty_t" use="optional" />
<xs:attribute name="SwapTyp" type="LegSwapType_t" use="optional" />
<xs:attribute name="SettlTyp" type="LegSettlType_t" use="optional" />
<xs:attribute name="SettlDt" type="LegSettlDate_t" use="optional" />
<xs:attribute name="PxTyp" type="LegPriceType_t" use="optional" />
<xs:attribute name="BidPx" type="LegBidPx_t" use="optional" />
<xs:attribute name="OfrPx" type="LegOfferPx_t" use="optional" />
<xs:attribute name="RefID" type="LegRefID_t" use="optional" />
<xs:attribute name="LegBidFwdPnts" type="LegBidForwardPoints_t" use="optional" />
<xs:attribute name="LegOfrFwdPnts" type="LegOfferForwardPoints_t" use="optional" />
</xs:attributeGroup>
|