<xs:attributeGroup name="CollateralInquiryAckAttributes">
<xs:attribute name="ID" type="CollInquiryID_t" use="required" />
<xs:attribute name="Stat" type="CollInquiryStatus_t" use="required" />
<xs:attribute name="Rslt" type="CollInquiryResult_t" use="optional" />
<xs:attribute name="TotNumRpts" type="TotNumReports_t" use="optional" />
<xs:attribute name="Acct" type="Account_t" use="optional" />
<xs:attribute name="AcctTyp" type="AccountType_t" use="optional" />
<xs:attribute name="ClOrdID" type="ClOrdID_t" use="optional" />
<xs:attribute name="OrdID" type="OrderID_t" use="optional" />
<xs:attribute name="OrdID2" type="SecondaryOrderID_t" use="optional" />
<xs:attribute name="ClOrdID2" type="SecondaryClOrdID_t" use="optional" />
<xs:attribute name="SettlDt" type="SettlDate_t" use="optional" />
<xs:attribute name="Qty" type="Quantity_t" use="optional" />
<xs:attribute name="QtyTyp" type="QtyType_t" use="optional" />
<xs:attribute name="Ccy" type="Currency_t" use="optional" />
<xs:attribute name="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional" />
<xs:attribute name="SetSesID" type="SettlSessID_t" use="optional" />
<xs:attribute name="SetSesSub" type="SettlSessSubID_t" use="optional" />
<xs:attribute name="BizDt" type="ClearingBusinessDate_t" use="optional" />
<xs:attribute name="RspTransportTyp" type="ResponseTransportType_t" use="optional" />
<xs:attribute name="RspDest" type="ResponseDestination_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>
|