Definition Type: Element
Name: FullServiceNixieDetailQueryRequest
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Query request for full service nixie detail.
Collapse XSD Schema Diagram:
Drilldown into PieceRequest 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 FullServiceNixieDetailQueryRequest in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="FullServiceNixieDetailQueryRequest">
    <xs:annotation>
        <xs:documentation>Query request for full service nixie detail.</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:element name="PieceRequest" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="MailClass" type="mailxml_base:mailClassType" />
                        <xs:sequence minOccurs="0">
                            <xs:element name="LowerIMBRange" type="mailxml_base:iMBType" />
                            <xs:element name="UpperIMBRange" type="mailxml_base:iMBType" />
                        </xs:sequence>
                        <xs:element name="DataRange">
                            <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: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: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)
PieceRequest mailxml:PieceRequest (1) unbounded