<xs:attributeGroup name="OrdAllocGrpAttributes">
<xs:attribute name="ClOrdID" type="ClOrdID_t" use="optional" />
<xs:attribute name="OrdID" type="OrderID_t" use="optional" />
<xs:attribute name="OrdID2" type="SecondaryOrderID_t" use="optional" />
<xs:attribute name="ClOrdID2" type="SecondaryClOrdID_t" use="optional" />
<xs:attribute name="ListID" type="ListID_t" use="optional" />
<xs:attribute name="Qty" type="OrderQty_t" use="optional" />
<xs:attribute name="AvgPx" type="OrderAvgPx_t" use="optional" />
<xs:attribute name="BkngQty" type="OrderBookingQty_t" use="optional" />
</xs:attributeGroup>
|