Definition Type: ComplexType
Name: mpuItemType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotalCopies in schema mailxml_120308_xsd Drilldown into AdvertisingPercentage in schema mailxml_120308_xsd Drilldown into MPUWeightToleranceException in schema mailxml_120308_xsd Drilldown into PercentageWeightDifference in schema mailxml_120308_xsd Drilldown into USPSVerifiedWeight in schema mailxml_120308_xsd Drilldown into VersionNumOnPhysicalBook in schema mailxml_120308_xsd Drilldown into AdditionalComponents in schema mailxml_120308_xsd Drilldown into MPUDescription in schema mailxml_120308_xsd Drilldown into MPUName in schema mailxml_120308_xsd Drilldown into MPUID in schema mailxml_120308_xsd Drilldown into SegmentID in schema mailxml_120308_xsd Drilldown into JobID in schema mailxml_120308_xsd Drilldown into USPSRequestedWeightVerificationDate in schema mailxml_120308_xsd Drilldown into ContainerShipDate in schema mailxml_120308_xsdXSD Diagram of mpuItemType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="mpuItemType">
    <xs:sequence>
        <xs:element name="ContainerShipDate" type="xs:date" />
        <xs:element name="USPSRequestedWeightVerificationDate" type="xs:date" minOccurs="0" />
        <xs:element name="JobID" type="mailxml_base:jobIDType" />
        <xs:element name="SegmentID" type="mailxml_base:segmentIDType" />
        <xs:element name="MPUID" type="mailxml_base:mpuIDType" />
        <xs:element name="MPUName" type="xs:string" />
        <xs:element name="MPUDescription" type="xs:string" />
        <xs:element name="AdditionalComponents" type="mailxml:mpuGroupType" minOccurs="0" maxOccurs="1" />
        <xs:element name="VersionNumOnPhysicalBook" type="xs:string" />
        <xs:element name="USPSVerifiedWeight" type="xs:string" />
        <xs:element name="PercentageWeightDifference" type="xs:string" />
        <xs:element name="MPUWeightToleranceException" type="xs:boolean" />
        <xs:element name="AdvertisingPercentage" type="xs:string" minOccurs="0" />
        <xs:element name="TotalCopies" type="xs:nonNegativeInteger" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContainerShipDate mailxml:ContainerShipDate (1) (1)
USPSRequestedWeightVerificationDate mailxml:USPSRequestedWeightVerificationDate 0 (1)
JobID mailxml:JobID (1) (1)
SegmentID mailxml:SegmentID (1) (1)
MPUID mailxml:MPUID (1) (1)
MPUName mailxml:MPUName (1) (1)
MPUDescription mailxml:MPUDescription (1) (1)
AdditionalComponents mailxml:AdditionalComponents 0 1
VersionNumOnPhysicalBook mailxml:VersionNumOnPhysicalBook (1) (1)
USPSVerifiedWeight mailxml:USPSVerifiedWeight (1) (1)
PercentageWeightDifference mailxml:PercentageWeightDifference (1) (1)
MPUWeightToleranceException mailxml:MPUWeightToleranceException (1) (1)
AdvertisingPercentage mailxml:AdvertisingPercentage 0 (1)
TotalCopies mailxml:TotalCopies (1) (1)
Collapse Derivation Tree:
Collapse References:
mailxml:MPUItem