Definition Type: Element
Name: DeliveryPointValidation
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 FullServiceNonComplianceReasonCode in schema mailxml_120308_xsd Drilldown into FullServiceComplianceIndicator in schema mailxml_120308_xsd Drilldown into DPVDataRecipientCRID in schema mailxml_120308_xsd Drilldown into PrimarySecondaryIndicator in schema mailxml_120308_xsd Drilldown into InvalidDeliveryPointIMB in schema mailxml_120308_xsd Drilldown into MailingGroupID in schema mailxml_120308_xsd Drilldown into CustomerGroupID in schema mailxml_120308_xsd Drilldown into MaildatJobID in schema mailxml_120308_xsd Drilldown into UserLicenseCode in schema mailxml_120308_xsd Drilldown into OriginalMailerID9 in schema mailxml_120308_xsd Drilldown into OriginalMailerID6 in schema mailxml_120308_xsdXSD Diagram of DeliveryPointValidation in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="DeliveryPointValidation">
    <xs:annotation>
        <xs:documentation>
        </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice>
                <xs:element name="OriginalMailerID6" type="mailxml_base:mailerID6Type" />
                <xs:element name="OriginalMailerID9" type="mailxml_base:mailerID9Type" />
            </xs:choice>
            <xs:choice>
                <xs:sequence>
                    <xs:element name="UserLicenseCode" type="mailxml_base:userLicenseCodeType" />
                    <xs:element name="MaildatJobID" type="mailxml_base:jobIDType" />
                </xs:sequence>
                <xs:sequence>
                    <xs:element name="CustomerGroupID" type="mailxml_base:s25" />
                    <xs:element name="MailingGroupID" type="xs:nonNegativeInteger" />
                </xs:sequence>
            </xs:choice>
            <xs:element name="InvalidDeliveryPointIMB" type="mailxml_base:iMBType" />
            <xs:element name="PrimarySecondaryIndicator" type="mailxml_base:primarySecondaryIndicatorType" />
            <xs:element name="DPVDataRecipientCRID" type="mailxml_base:CRIDType" />
            <xs:element name="FullServiceComplianceIndicator" type="mailxml_base:fullServiceComplianceIndicatorType" />
            <xs:element name="FullServiceNonComplianceReasonCode" type="mailxml_base:reasonCodeType" />
            <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OriginalMailerID6 mailxml:OriginalMailerID6 (1) (1)
OriginalMailerID9 mailxml:OriginalMailerID9 (1) (1)
UserLicenseCode mailxml:UserLicenseCode (1) (1)
MaildatJobID mailxml:MaildatJobID (1) (1)
CustomerGroupID mailxml:CustomerGroupID (1) (1)
MailingGroupID mailxml:MailingGroupID (1) (1)
InvalidDeliveryPointIMB mailxml:InvalidDeliveryPointIMB (1) (1)
PrimarySecondaryIndicator mailxml:PrimarySecondaryIndicator (1) (1)
DPVDataRecipientCRID mailxml:DPVDataRecipientCRID (1) (1)
FullServiceComplianceIndicator mailxml:FullServiceComplianceIndicator (1) (1)
FullServiceNonComplianceReasonCode mailxml:FullServiceNonComplianceReasonCode (1) (1)
ReturnInfo mailxml:ReturnInfo 0 (1)