Definition Type: Element
Name: ContainerInfoData
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotalWeightOfContainer in schema mailxml_120308_xsd Drilldown into TruckAndDispatchNumber in schema mailxml_120308_xsd Drilldown into CarrierID in schema mailxml_120308_xsd Drilldown into ContainerAcceptanceTime in schema mailxml_120308_xsd Drilldown into ContainerAcceptanceDate in schema mailxml_120308_xsd Drilldown into PostageStatementMailingTime in schema mailxml_120308_xsd Drilldown into PostageStatementMailingDate in schema mailxml_120308_xsd Drilldown into MailXMLApptID in schema mailxml_120308_xsd Drilldown into MailXMLContentID in schema mailxml_120308_xsd Drilldown into MailOwnerCRID in schema mailxml_120308_xsd Drilldown into USPSPickup in schema mailxml_120308_xsd Drilldown into ScheduledInducationTime in schema mailxml_120308_xsd Drilldown into ScheduledInducationDate in schema mailxml_120308_xsd Drilldown into ParentContainerID in schema mailxml_120308_xsd Drilldown into OverflowIndicator in schema mailxml_120308_xsd Drilldown into SortationLevel in schema mailxml_120308_xsd Drilldown into ProcessingCategory in schema mailxml_120308_xsd Drilldown into ParentContainerID in schema mailxml_120308_xsd Drilldown into EntryLocaleKey in schema mailxml_120308_xsd Drilldown into EntryPointZip in schema mailxml_120308_xsd Drilldown into EntryPointFacilityType in schema mailxml_120308_xsd Drilldown into DestinationZip in schema mailxml_120308_xsd Drilldown into ParentContainerID in schema mailxml_120308_xsd Drilldown into CustomerContainerID in schema mailxml_120308_xsd Drilldown into ContainerType in schema mailxml_120308_xsd Drilldown into ContainerDisplayName in schema mailxml_120308_xsd Drilldown into ContainerDetailData in schema mailxml_120308_xsd Drilldown into ContainerBarcode in schema mailxml_120308_xsd Drilldown into CinCode in schema mailxml_120308_xsd Drilldown into CarrierRouteNumber in schema mailxml_120308_xsd Drilldown into CSADispatchTime in schema mailxml_120308_xsd Drilldown into CSDID in schema mailxml_120308_xsd Drilldown into CSADispatchNumber in schema mailxml_120308_xsd Drilldown into ContainerShipDate in schema mailxml_120308_xsd Drilldown into DeliveryLocaleKeyEntryPoint in schema mailxml_120308_xsd Drilldown into PhysicalPostalCodeEntryPoint in schema mailxml_120308_xsdXSD Diagram of ContainerInfoData in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="ContainerInfoData">
    <xs:annotation>
        <xs:documentation>
        </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PhysicalPostalCodeEntryPoint" type="mailxml_base:s06" />
            <xs:element name="DeliveryLocaleKeyEntryPoint" type="mailxml_base:s06" />
            <xs:element name="ContainerShipDate" type="xs:date" />
            <xs:element name="CSADispatchNumber" type="xs:nonNegativeInteger" minOccurs="0" />
            <xs:element name="CSDID" type="mailxml_base:ns10" minOccurs="0" />
            <xs:element name="CSADispatchTime" type="xs:time" minOccurs="0" />
            <xs:element name="CarrierRouteNumber" type="mailxml_base:s04" minOccurs="0" />
            <xs:element name="CinCode" type="mailxml_base:s03" minOccurs="0" />
            <xs:element name="ContainerBarcode" type="mailxml_base:s50" minOccurs="0" />
            <xs:element ref="mailxml:ContainerDetailData" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="ContainerDisplayName" type="mailxml_base:s50" minOccurs="0" />
            <xs:element name="ContainerType" type="mailxml_base:containerType" />
            <xs:element name="CustomerContainerID" type="mailxml_base:s50" />
            <xs:element name="ParentContainerID" type="mailxml_base:s50" minOccurs="0" />
            <xs:element name="DestinationZip" type="mailxml_base:zipCodeThreeOrFiveDigit" />
            <xs:element name="EntryPointFacilityType" type="mailxml_base:entryFacilityType" />
            <xs:element name="EntryPointZip" type="mailxml_base:zipCodeThreeOrFiveDigit" />
            <xs:element name="EntryLocaleKey" type="mailxml_base:localeKeyType" minOccurs="0" />
            <xs:element name="ParentContainerID" type="mailxml_base:s50" minOccurs="0" />
            <xs:element name="ProcessingCategory" type="mailxml_base:processingCategoryType" />
            <xs:element name="SortationLevel" type="mailxml_base:sortationLevelType" />
            <xs:element name="OverflowIndicator" type="mailxml_base:yesNo" />
            <xs:element name="ParentContainerID" type="mailxml_base:s50" />
            <xs:element name="ScheduledInducationDate" type="xs:date" />
            <xs:element name="ScheduledInducationTime" type="xs:time" />
            <xs:element name="USPSPickup" type="mailxml_base:yesNo" />
            <xs:element name="MailOwnerCRID" type="mailxml_base:CRIDType" />
            <xs:element name="MailXMLContentID" type="mailxml_base:s09" minOccurs="0" />
            <xs:element name="MailXMLApptID" type="mailxml_base:ns09" minOccurs="0" />
            <xs:element name="PostageStatementMailingDate" type="xs:date" />
            <xs:element name="PostageStatementMailingTime" type="xs:time" />
            <xs:element name="ContainerAcceptanceDate" type="xs:date" minOccurs="0" />
            <xs:element name="ContainerAcceptanceTime" type="xs:time" minOccurs="0" />
            <xs:element name="CarrierID" type="mailxml_base:s15" minOccurs="0" />
            <xs:element name="TruckAndDispatchNumber" type="mailxml_base:s10" minOccurs="0" />
            <xs:element name="TotalWeightOfContainer" type="xs:double" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PhysicalPostalCodeEntryPoint mailxml:PhysicalPostalCodeEntryPoint (1) (1)
DeliveryLocaleKeyEntryPoint mailxml:DeliveryLocaleKeyEntryPoint (1) (1)
ContainerShipDate mailxml:ContainerShipDate (1) (1)
CSADispatchNumber mailxml:CSADispatchNumber 0 (1)
CSDID mailxml:CSDID 0 (1)
CSADispatchTime mailxml:CSADispatchTime 0 (1)
CarrierRouteNumber mailxml:CarrierRouteNumber 0 (1)
CinCode mailxml:CinCode 0 (1)
ContainerBarcode mailxml:ContainerBarcode 0 (1)
ContainerDetailData mailxml:ContainerDetailData 0 unbounded
ContainerDisplayName mailxml:ContainerDisplayName 0 (1)
ContainerType mailxml:ContainerType (1) (1)
CustomerContainerID mailxml:CustomerContainerID (1) (1)
ParentContainerID mailxml:ParentContainerID 0 (1)
DestinationZip mailxml:DestinationZip (1) (1)
EntryPointFacilityType mailxml:EntryPointFacilityType (1) (1)
EntryPointZip mailxml:EntryPointZip (1) (1)
EntryLocaleKey mailxml:EntryLocaleKey 0 (1)
ParentContainerID mailxml:ParentContainerID 0 (1)
ProcessingCategory mailxml:ProcessingCategory (1) (1)
SortationLevel mailxml:SortationLevel (1) (1)
OverflowIndicator mailxml:OverflowIndicator (1) (1)
ParentContainerID mailxml:ParentContainerID (1) (1)
ScheduledInducationDate mailxml:ScheduledInducationDate (1) (1)
ScheduledInducationTime mailxml:ScheduledInducationTime (1) (1)
USPSPickup mailxml:USPSPickup (1) (1)
MailOwnerCRID mailxml:MailOwnerCRID (1) (1)
MailXMLContentID mailxml:MailXMLContentID 0 (1)
MailXMLApptID mailxml:MailXMLApptID 0 (1)
PostageStatementMailingDate mailxml:PostageStatementMailingDate (1) (1)
PostageStatementMailingTime mailxml:PostageStatementMailingTime (1) (1)
ContainerAcceptanceDate mailxml:ContainerAcceptanceDate 0 (1)
ContainerAcceptanceTime mailxml:ContainerAcceptanceTime 0 (1)
CarrierID mailxml:CarrierID 0 (1)
TruckAndDispatchNumber mailxml:TruckAndDispatchNumber 0 (1)
TotalWeightOfContainer mailxml:TotalWeightOfContainer 0 (1)