<xs:attributeGroup name="OrderQtyDataAttributes">
<xs:attribute name="Qty" type="OrderQty_t" use="optional" />
<xs:attribute name="Cash" type="CashOrderQty_t" use="optional" />
<xs:attribute name="Pct" type="OrderPercent_t" use="optional" />
<xs:attribute name="RndDir" type="RoundingDirection_t" use="optional" />
<xs:attribute name="RndMod" type="RoundingModulus_t" use="optional" />
</xs:attributeGroup>
|