Definition Type: Element
Name: BaleItem
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into BaleCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into InventoryClass in schema papinetcommondefsv2r40_xsd Drilldown into InformationalQuantity in schema papinetcommondefsv2r40_xsd Drilldown into Quantity in schema papinetcommondefsv2r40_xsd Drilldown into Product in schema papinetcommondefsv2r40_xsd Drilldown into MachineID in schema papinetcommondefsv2r40_xsd Drilldown into PartyIdentifier in schema papinetcommondefsv2r40_xsd Drilldown into Identifier in schema papinetcommondefsv2r40_xsdXSD Diagram of BaleItem in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="BaleItem">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Identifier" minOccurs="0" maxOccurs="unbounded" />
            <xs:choice minOccurs="0">
                <xs:sequence>
                    <xs:element ref="PartyIdentifier" maxOccurs="unbounded" />
                    <xs:element ref="MachineID" minOccurs="0" />
                </xs:sequence>
                <xs:element ref="Product" minOccurs="0" />
            </xs:choice>
            <xs:element ref="Quantity" />
            <xs:element ref="InformationalQuantity" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="InventoryClass" minOccurs="0" />
            <xs:element ref="BaleCharacteristics" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Identifier pn:Identifier 0 unbounded
PartyIdentifier pn:PartyIdentifier (1) unbounded
MachineID pn:MachineID 0 (1)
Product pn:Product 0 (1)
Quantity pn:Quantity (1) (1)
InformationalQuantity pn:InformationalQuantity 0 unbounded
InventoryClass pn:InventoryClass 0 (1)
BaleCharacteristics pn:BaleCharacteristics 0 (1)