Definition Type: ComplexType
Name: deliveryContentAcceptType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReturnInfo in schema mailxml_120308_xsd Drilldown into ContentDetailInfo in schema mailxml_120308_xsd Drilldown into ConsigneeFacility in schema mailxml_120308_xsd Drilldown into SchedulerCorpID in schema mailxml_120308_xsd Drilldown into SchedulerID in schema mailxml_120308_xsd Drilldown into ConsigneeApptID in schema mailxml_120308_xsd Drilldown into DeliveryContentHeaderInfo in schema mailxml_120308_xsdXSD Diagram of deliveryContentAcceptType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="deliveryContentAcceptType">
    <xs:sequence>
        <xs:element name="ConsigneeFacility" type="mailxml:consigneeFacilityType" minOccurs="0" />
        <xs:element name="ContentDetailInfo" type="mailxml:contentDetailInfoType" maxOccurs="unbounded" />
        <xs:element name="ReturnInfo" type="mailxml:returnInfoType" minOccurs="0" />
    </xs:sequence>
    <xs:attributeGroup ref="mailxml:DeliveryContentHeaderInfo" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ConsigneeFacility mailxml:ConsigneeFacility 0 (1)
ContentDetailInfo mailxml:ContentDetailInfo (1) unbounded
ReturnInfo mailxml:ReturnInfo 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ConsigneeApptID mailxml:ConsigneeApptID (Optional)
SchedulerID mailxml:SchedulerID Required
SchedulerCorpID mailxml:SchedulerCorpID Required
Collapse Derivation Tree:
Collapse References:
mailxml:DeliveryContentAccept