<xs:element name="DeliveryApptStatusQueryResponse">
<xs:annotation>
<xs:documentation>Response to the Query request for the status of a delivery appointment.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="QueryResults">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element ref="mailxml:DeliveryApptUpdate" />
<xs:element ref="mailxml:ConsigneeGoodsReceipt" />
</xs:choice>
<xs:element name="ReturnInfo" type="mailxml:returnInfoType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="mailxml:QueryError" />
</xs:choice>
</xs:complexType>
</xs:element>
|