<xs:element name="PartnerApptQueryResponse">
<xs:annotation>
<xs:documentation>Response to the request from a company such as a printer or logistics company to query appointments on behalf of their business partner such as the mail owner.</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 minOccurs="0" maxOccurs="unbounded">
<xs:element name="ApptBlock" type="mailxml:PartnerApptBlockType" />
<xs:element name="ReturnInfo" type="mailxml:returnInfoType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="mailxml:QueryError" />
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="mailxml:PartnerApptRequestHeaderInfo" />
</xs:complexType>
</xs:element>
|