Definition Type: Element
Name: CustomerRelationIdentifyQueryResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the Query request for mail piece customer identifiers.
Collapse XSD Schema Diagram:
Drilldown into QueryError in schema mailxml_120308_xsd Drilldown into QueryResults in schema mailxml_120308_xsd Drilldown into ComponentID in schema mailxml_120308_xsd Drilldown into SegmentID in schema mailxml_120308_xsd Drilldown into MPUID in schema mailxml_120308_xsd Drilldown into MailDatJobID in schema mailxml_120308_xsd Drilldown into SenderRequestTrackingID in schema mailxml_120308_xsd Drilldown into CRQueryResponseHeaderInfo in schema mailxml_120308_xsdXSD Diagram of CustomerRelationIdentifyQueryResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="CustomerRelationIdentifyQueryResponse">
    <xs:annotation>
        <xs:documentation>Response to the Query request for mail piece customer identifiers.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice>
                <xs:element name="QueryResults">
                    <xs:annotation>
                        <xs:documentation>
                        </xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element name="MailingGroupID" type="xs:nonNegativeInteger" />
                            <xs:element name="TrackingID" type="mailxml_base:s12" />
                            <xs:element name="Status" type="mailxml_base:statusType" />
                            <xs:element name="CustomerID" type="mailxml:customerIdentityType" minOccurs="0" />
                        </xs:sequence>
                    </xs:complexType>
                </xs:element>
                <xs:element ref="mailxml:QueryError" />
            </xs:choice>
        </xs:sequence>
        <xs:attributeGroup ref="mailxml:CRQueryResponseHeaderInfo" />
    </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
SenderRequestTrackingID mailxml:SenderRequestTrackingID Required
MailDatJobID mailxml:MailDatJobID Required
MPUID mailxml:MPUID Required
SegmentID mailxml:SegmentID Required
ComponentID mailxml:ComponentID Required