<xs:element name="BundleDetailCreateResponse">
<xs:annotation>
<xs:documentation>Response to the request to create unique bundle detail information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="BundleDetailCreateAccept">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="BundleConfirmID" 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="BundleDetailCreateReject">
<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>
|