<xs:attributeGroup name="QuoteRequestAttributes">
<xs:attribute name="ReqID" type="QuoteReqID_t" use="required" />
<xs:attribute name="RFQReqID" type="RFQReqID_t" use="optional" />
<xs:attribute name="ClOrdID" type="ClOrdID_t" use="optional" />
<xs:attribute name="Cpcty" type="OrderCapacity_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>
|