<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="BkngTyp" type="BookingType_t" use="optional" />
<xs:attribute name="Cpcty" type="OrderCapacity_t" use="optional" />
<xs:attribute name="Rstctions" type="OrderRestrictions_t" use="optional" />
<xs:attribute name="PrvtQt" type="PrivateQuote_t" use="optional" />
<xs:attribute name="RspdntTyp" type="RespondentType_t" use="optional" />
<xs:attribute name="PrTrdAnon" type="PreTradeAnonymity_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>
|