Definition Type: Element
Name: ByLoad
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ShipmentLoadDetails in schema papinetcommondefsv2r40_xsd Drilldown into InformationalQuantity in schema papinetcommondefsv2r40_xsd Drilldown into Quantity in schema papinetcommondefsv2r40_xsd Drilldown into LoadNumber in schema papinetcommondefsv2r40_xsd Drilldown into ByLoadType in schema papinetcommondefsv2r40_xsdXSD Diagram of ByLoad in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="ByLoad">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="LoadNumber" />
            <xs:element ref="Quantity" />
            <xs:element ref="InformationalQuantity" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ShipmentLoadDetails" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="ByLoadType" type="byLoadType" use="required" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LoadNumber pn:LoadNumber (1) (1)
Quantity pn:Quantity (1) (1)
InformationalQuantity pn:InformationalQuantity 0 unbounded
ShipmentLoadDetails pn:ShipmentLoadDetails 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
ByLoadType pn:ByLoadType Required