<xs:element name="DeliveryApptUpdateResponse">
<xs:annotation>
<xs:documentation>Response to the request to update a deliver appointment.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="DeliveryApptUpdateAccept" type="mailxml:deliveryApptUpdateAcceptType">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DeliveryApptUpdateReject" type="mailxml:deliveryApptUpdateRejectType">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
|