<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>
|