<xs:attributeGroup name="CrossOrderCancelRequestAttributes">
<xs:attribute name="OrdID" type="OrderID_t" use="optional" />
<xs:attribute name="ID" type="CrossID_t" use="required" />
<xs:attribute name="OrigID" type="OrigCrossID_t" use="required" />
<xs:attribute name="Typ" type="CrossType_t" use="required" />
<xs:attribute name="Priorty" type="CrossPrioritization_t" use="required" />
<xs:attribute name="TxnTm" type="TransactTime_t" use="required" />
</xs:attributeGroup>
|