<xs:attributeGroup name="PriceLimitsAttributes">
<xs:attribute name="PxLmtTyp" type="PriceLimitType_t" use="optional" />
<xs:attribute name="LowLmtPx" type="LowLimitPrice_t" use="optional" />
<xs:attribute name="HiLmtPx" type="HighLimitPrice_t" use="optional" />
<xs:attribute name="TrdgRefPx" type="TradingReferencePrice_t" use="optional" />
</xs:attributeGroup>
|