<xs:element name="DeliveryApptShellUpdateResponse">
<xs:annotation>
<xs:documentation>Response to the request to update a delivery appointment shell to which content will be added later.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="DeliveryApptShellAccept" type="mailxml:deliveryApptShellAcceptType">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DeliveryApptShellReject" type="mailxml:deliveryApptShellRejectType">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
|