Definition Type: Element
Name: CustomerSupplierAgreementQueryResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the Query request for for a Customer Supplier Agreement (CSA).
Collapse XSD Schema Diagram:
Drilldown into QueryError in schema mailxml_120308_xsd Drilldown into QueryResults in schema mailxml_120308_xsd Drilldown into CSAID in schema mailxml_120308_xsd Drilldown into OwnerCRID in schema mailxml_120308_xsd Drilldown into CustomerSupplierAgreementQueryMsgHeaderInfo in schema mailxml_120308_xsdXSD Diagram of CustomerSupplierAgreementQueryResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
QueryResults mailxml:QueryResults (1) (1)
QueryError mailxml:QueryError (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
OwnerCRID mailxml:OwnerCRID (Optional)
CSAID mailxml:CSAID (Optional)