<xs:element name="PartnerApptQueryRequest">
<xs:annotation>
<xs:documentation>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:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:element name="ConsigneeFacility" type="mailxml:consigneeFacilityType" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:PartnerApptRequestHeaderInfo" />
</xs:complexType>
</xs:element>
|