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