<xs:complexType name="deliveryContentCancelResponseType">
<xs:choice>
<xs:element name="DeliveryContentCancelAccept">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="ContentCancel" type="mailxml:contentCancelType" />
<xs:element name="CancelConfirmID" type="mailxml_base:s12" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:DeliveryContentHeaderInfoCancel" />
</xs:complexType>
</xs:element>
<xs:element name="DeliveryContentCancelReject">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="ContentCancel" type="mailxml:contentCancelType" />
<xs:element name="ReturnInfo" type="mailxml:returnInfoType" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:DeliveryContentHeaderInfoCancel" />
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
|