<xs:element name="CustomerSupplierAgreementQueryResponse">
<xs:annotation>
<xs:documentation>Response to the Query request for for a Customer Supplier Agreement (CSA).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="QueryResults">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CSAInfo" type="mailxml:csaInfoType" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="mailxml:QueryError" />
</xs:choice>
<xs:attributeGroup ref="mailxml:CustomerSupplierAgreementQueryMsgHeaderInfo" />
</xs:complexType>
</xs:element>
|