Definition Type: Element
Name: CustomerRelationIdentifyUpdateResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response for the update request for mail piece customer information.
Collapse XSD Schema Diagram:
Drilldown into CustomerRelationIdentifyUpdateReject in schema mailxml_120308_xsd Drilldown into CustomerRelationIdentifyUpdateAccept in schema mailxml_120308_xsdXSD Diagram of CustomerRelationIdentifyUpdateResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="CustomerRelationIdentifyUpdateResponse">
    <xs:annotation>
        <xs:documentation>Response for the update request for mail piece customer information.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="CustomerRelationIdentifyUpdateAccept">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="SetCustomerInfo" type="mailxml:customerIdentityType" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:SummaryIdentifierHeaderInfo" />
                </xs:complexType>
            </xs:element>
            <xs:element name="CustomerRelationIdentifyUpdateReject">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:SummaryIdentifierHeaderInfo" />
                </xs:complexType>
            </xs:element>
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustomerRelationIdentifyUpdateAccept mailxml:CustomerRelationIdentifyUpdateAccept (1) (1)
CustomerRelationIdentifyUpdateReject mailxml:CustomerRelationIdentifyUpdateReject (1) (1)