Definition Type: Element
Name: DeliveryContentUpdateResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the request from the Shipper to the Consignee to update the content for delivery.
Collapse XSD Schema Diagram:
Drilldown into DeliveryContentUpdateReject in schema mailxml_120308_xsd Drilldown into DeliveryContentUpdateAccept in schema mailxml_120308_xsdXSD Diagram of DeliveryContentUpdateResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="DeliveryContentUpdateResponse">
    <xs:annotation>
        <xs:documentation>Response to the request from the Shipper to the Consignee to update the content for delivery.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="DeliveryContentUpdateAccept" type="mailxml:deliveryContentUpdateAcceptType" />
            <xs:element name="DeliveryContentUpdateReject" type="mailxml:deliveryContentUpdateRejectType" />
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DeliveryContentUpdateAccept mailxml:DeliveryContentUpdateAccept (1) (1)
DeliveryContentUpdateReject mailxml:DeliveryContentUpdateReject (1) (1)