Definition Type: Element
Name: DeliveryPointValidationQueryRequest
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Query request for USPS for delivery point validation.
Collapse XSD Schema Diagram:
Drilldown into DateRange 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_xsd Drilldown into RequestorCRID in schema mailxml_120308_xsd Drilldown into SubmittingSoftware in schema mailxml_120308_xsd Drilldown into SubmittingParty in schema mailxml_120308_xsdXSD Diagram of DeliveryPointValidationQueryRequest in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="DeliveryPointValidationQueryRequest">
    <xs:annotation>
        <xs:documentation>Query request for USPS for delivery point validation.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SubmittingParty" type="mailxml:participantIDType" />
            <xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
            <xs:element name="RequestorCRID" type="mailxml_base:CRIDType" minOccurs="0" />
            <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="DateRange">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="LowerDateRange" type="xs:date" />
                        <xs:element name="UpperDateRange" type="xs:date" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubmittingParty mailxml:SubmittingParty (1) (1)
SubmittingSoftware mailxml:SubmittingSoftware (1) (1)
RequestorCRID mailxml:RequestorCRID 0 (1)
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)
DateRange mailxml:DateRange (1) (1)