Definition Type: ComplexType
Name: mpuVerificationTableType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MPUGrandTotals in schema mailxml_120308_xsd Drilldown into MPUCommonHostComponentGroup in schema mailxml_120308_xsd Drilldown into WeightTolerancePercentage in schema mailxml_120308_xsdXSD Diagram of mpuVerificationTableType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="mpuVerificationTableType">
    <xs:sequence>
        <xs:element name="WeightTolerancePercentage" type="xs:string" />
        <xs:element name="MPUCommonHostComponentGroup" type="mailxml:mpuCommonHostCPTGroupType" maxOccurs="unbounded" />
        <xs:element name="MPUGrandTotals" type="xs:nonNegativeInteger" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
WeightTolerancePercentage mailxml:WeightTolerancePercentage (1) (1)
MPUCommonHostComponentGroup mailxml:MPUCommonHostComponentGroup (1) unbounded
MPUGrandTotals mailxml:MPUGrandTotals (1) (1)