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