<xs:attributeGroup name="LegOrdGrpAttributes">
<xs:attribute name="Qty" type="LegQty_t" use="optional" />
<xs:attribute name="SwapTyp" type="LegSwapType_t" use="optional" />
<xs:attribute name="PosEfct" type="LegPositionEffect_t" use="optional" />
<xs:attribute name="Cover" type="LegCoveredOrUncovered_t" use="optional" />
<xs:attribute name="RefID" type="LegRefID_t" use="optional" />
<xs:attribute name="Px" type="LegPrice_t" use="optional" />
<xs:attribute name="SettlTyp" type="LegSettlType_t" use="optional" />
<xs:attribute name="SettlDt" type="LegSettlDate_t" use="optional" />
</xs:attributeGroup>
|