<xs:attributeGroup name="ListExecuteAttributes">
<xs:attribute name="ID" type="ListID_t" use="required" />
<xs:attribute name="ClBidID" type="ClientBidID_t" use="optional" />
<xs:attribute name="BidID" type="BidID_t" use="optional" />
<xs:attribute name="TxnTm" type="TransactTime_t" use="required" />
<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>
|