Definition Type: Element
Name: FullServiceContainerVisibilityQueryRequest
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Query request for for full service container visisbility information.
Collapse XSD Schema Diagram:
Drilldown into ContainerID in schema mailxml_120308_xsd Drilldown into CustomerContainerID in schema mailxml_120308_xsd Drilldown into USPSInductionFacilityLocaleKey in schema mailxml_120308_xsd Drilldown into UniqueContainerBarcode in schema mailxml_120308_xsd Drilldown into CSADispatchNumber in schema mailxml_120308_xsd Drilldown into ConsigneeApptID 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 SubmittingSoftware in schema mailxml_120308_xsd Drilldown into SubmittingParty in schema mailxml_120308_xsdXSD Diagram of FullServiceContainerVisibilityQueryRequest in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="FullServiceContainerVisibilityQueryRequest">
    <xs:annotation>
        <xs:documentation>Query request for for full service container visisbility information.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SubmittingParty" type="mailxml:participantIDType" />
            <xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
            <xs:choice minOccurs="0">
                <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:choice minOccurs="0">
                <xs:element name="ConsigneeApptID" type="mailxml_base:ns09" />
                <xs:element name="CSADispatchNumber" type="mailxml_base:ns10" />
            </xs:choice>
            <xs:element name="UniqueContainerBarcode" type="mailxml_base:container24CharacterBarcodeType" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="USPSInductionFacilityLocaleKey" type="mailxml_base:localeKeyType" minOccurs="0" />
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element name="CustomerContainerID" type="mailxml_base:s50" />
                <xs:element name="ContainerID" type="mailxml_base:s06" />
            </xs:choice>
        </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)
UserLicenseCode mailxml:UserLicenseCode (1) (1)
MaildatJobID mailxml:MaildatJobID (1) (1)
CustomerGroupID mailxml:CustomerGroupID (1) (1)
MailingGroupID mailxml:MailingGroupID (1) (1)
ConsigneeApptID mailxml:ConsigneeApptID (1) (1)
CSADispatchNumber mailxml:CSADispatchNumber (1) (1)
UniqueContainerBarcode mailxml:UniqueContainerBarcode 0 unbounded
USPSInductionFacilityLocaleKey mailxml:USPSInductionFacilityLocaleKey 0 (1)
CustomerContainerID mailxml:CustomerContainerID (1) (1)
ContainerID mailxml:ContainerID (1) (1)