Definition Type: ComplexType
Name: deliveryContentCancelRequestType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ContentCancel in schema mailxml_120308_xsd Drilldown into SubmittingSoftware in schema mailxml_120308_xsd Drilldown into SubmittingParty in schema mailxml_120308_xsd Drilldown into SchedulerCorpID in schema mailxml_120308_xsd Drilldown into SchedulerID in schema mailxml_120308_xsd Drilldown into DeliveryContentHeaderInfoCancel in schema mailxml_120308_xsdXSD Diagram of deliveryContentCancelRequestType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="deliveryContentCancelRequestType">
    <xs:sequence>
        <xs:element name="SubmittingParty" type="mailxml:participantIDType" />
        <xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
        <xs:element name="ContentCancel" type="mailxml:contentCancelType" minOccurs="1" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attributeGroup ref="mailxml:DeliveryContentHeaderInfoCancel" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubmittingParty mailxml:SubmittingParty (1) (1)
SubmittingSoftware mailxml:SubmittingSoftware (1) (1)
ContentCancel mailxml:ContentCancel 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
SchedulerID mailxml:SchedulerID Required
SchedulerCorpID mailxml:SchedulerCorpID Required
Collapse Derivation Tree:
Collapse References:
mailxml:DeliveryContentCancelRequest