<xs:attributeGroup name="OrderCancelRequestAttributes">
<xs:attribute name="OrigID" type="OrigClOrdID_t" use="required" />
<xs:attribute name="OrdID" type="OrderID_t" use="optional" />
<xs:attribute name="ID" type="ClOrdID_t" use="required" />
<xs:attribute name="ID2" type="SecondaryClOrdID_t" use="optional" />
<xs:attribute name="LnkID" type="ClOrdLinkID_t" use="optional" />
<xs:attribute name="ListID" type="ListID_t" use="optional" />
<xs:attribute name="OrigOrdModTm" type="OrigOrdModTime_t" use="optional" />
<xs:attribute name="Acct" type="Account_t" use="optional" />
<xs:attribute name="AcctIDSrc" type="AcctIDSource_t" use="optional" />
<xs:attribute name="AcctTyp" type="AccountType_t" use="optional" />
<xs:attribute name="Side" type="Side_t" use="required" />
<xs:attribute name="TxnTm" type="TransactTime_t" use="required" />
<xs:attribute name="ComplianceID" type="ComplianceID_t" use="optional" />
<xs:attribute name="Txt" type="Text_t" use="optional" />
<xs:attribute name="EncTxtLen" type="EncodedTextLen_t" use="optional" />
<xs:attribute name="EncTxt" type="EncodedText_t" use="optional" />
</xs:attributeGroup>
|