Definition Type: ComplexType
Name: actualBedloadType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ActualBedloadCount in schema mailxml_120308_xsd Drilldown into ActualBedloadPercent in schema mailxml_120308_xsd Drilldown into HandlingUnit in schema mailxml_120308_xsdXSD Diagram of actualBedloadType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="actualBedloadType">
    <xs:sequence>
        <xs:choice>
            <xs:element name="ActualBedloadPercent" type="xs:nonNegativeInteger" />
            <xs:element name="ActualBedloadCount" type="xs:nonNegativeInteger" />
        </xs:choice>
    </xs:sequence>
    <xs:attribute name="HandlingUnit" type="mailxml_base:palletHandlingUnitType" use="required" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ActualBedloadPercent mailxml:ActualBedloadPercent (1) (1)
ActualBedloadCount mailxml:ActualBedloadCount (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
HandlingUnit mailxml:HandlingUnit Required
Collapse Derivation Tree:
Collapse References:
mailxml:ActualBedload, mailxml:ActualBedload