<xs:element name="BundleDetailCancelResponse">
<xs:annotation>
<xs:documentation>Response to the request to cancel unique bundle detail.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="BundleDetailCancelAccept">
<xs:complexType>
<xs:sequence>
<xs:element name="CancelConfirmID" type="mailxml_base:s12" />
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:BundleCreateResponseHeaderInfo" />
</xs:complexType>
</xs:element>
<xs:element name="BundleDetailCancelReject">
<xs:complexType>
<xs:sequence>
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:BundleCreateResponseHeaderInfo" />
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
|