Definition Type: Element
Name: ContainerVisibilityEntry
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InductionIssueResolution in schema mailxml_120308_xsd Drilldown into InductionIssueDescription in schema mailxml_120308_xsd Drilldown into InductionStatus in schema mailxml_120308_xsd Drilldown into ContainerScanDateTime in schema mailxml_120308_xsd Drilldown into IntelligentMailContainerBarcode in schema mailxml_120308_xsd Drilldown into USPSInductionFacilityName in schema mailxml_120308_xsd Drilldown into USPSInductionFacilityLocaleKey in schema mailxml_120308_xsd Drilldown into CSADispatchNumber in schema mailxml_120308_xsd Drilldown into MailXMLApptID in schema mailxml_120308_xsdXSD Diagram of ContainerVisibilityEntry in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="ContainerVisibilityEntry">
    <xs:complexType>
        <xs:sequence>
            <xs:choice>
                <xs:element name="MailXMLApptID" type="mailxml_base:ns09" />
                <xs:element name="CSADispatchNumber" type="mailxml_base:ns10" />
            </xs:choice>
            <xs:element name="USPSInductionFacilityLocaleKey" type="mailxml_base:localeKeyType" />
            <xs:element name="USPSInductionFacilityName" type="mailxml_base:s50" />
            <xs:element name="IntelligentMailContainerBarcode" type="mailxml_base:IMCBType" />
            <xs:element name="ContainerScanDateTime" type="xs:dateTime" />
            <xs:element name="InductionStatus" type="mailxml_base:inductionStatusType" />
            <xs:element name="InductionIssueDescription" type="mailxml_base:s50" />
            <xs:element name="InductionIssueResolution" type="mailxml_base:s50" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MailXMLApptID mailxml:MailXMLApptID (1) (1)
CSADispatchNumber mailxml:CSADispatchNumber (1) (1)
USPSInductionFacilityLocaleKey mailxml:USPSInductionFacilityLocaleKey (1) (1)
USPSInductionFacilityName mailxml:USPSInductionFacilityName (1) (1)
IntelligentMailContainerBarcode mailxml:IntelligentMailContainerBarcode (1) (1)
ContainerScanDateTime mailxml:ContainerScanDateTime (1) (1)
InductionStatus mailxml:InductionStatus (1) (1)
InductionIssueDescription mailxml:InductionIssueDescription (1) (1)
InductionIssueResolution mailxml:InductionIssueResolution (1) (1)