Definition Type: Element
Name: BookPackageInformation
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UnitItem in schema papinetcommondefsv2r40_xsd Drilldown into BoxItem in schema papinetcommondefsv2r40_xsd Drilldown into BaleItem in schema papinetcommondefsv2r40_xsd Drilldown into InformationalQuantity in schema papinetcommondefsv2r40_xsd Drilldown into PackageReference in schema papinetcommondefsv2r40_xsd Drilldown into Quantity in schema papinetcommondefsv2r40_xsd Drilldown into ItemCount in schema papinetcommondefsv2r40_xsd Drilldown into RawMaterialSet in schema papinetcommondefsv2r40_xsd Drilldown into Identifier in schema papinetcommondefsv2r40_xsd Drilldown into MixedProductPalletIndicator in schema papinetcommondefsv2r40_xsd Drilldown into PackageType in schema papinetcommondefsv2r40_xsdXSD Diagram of BookPackageInformation in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="BookPackageInformation">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Identifier" maxOccurs="unbounded" />
            <xs:element ref="RawMaterialSet" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ItemCount" />
            <xs:element ref="Quantity" />
            <xs:element ref="PackageReference" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="InformationalQuantity" minOccurs="0" maxOccurs="unbounded" />
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="BaleItem" />
                <xs:element ref="BoxItem" />
                <xs:element ref="UnitItem" />
            </xs:choice>
        </xs:sequence>
        <xs:attribute name="PackageType" type="packageType" use="required" />
        <xs:attribute name="MixedProductPalletIndicator" type="yesNo" default="No" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Identifier pn:Identifier (1) unbounded
RawMaterialSet pn:RawMaterialSet 0 unbounded
ItemCount pn:ItemCount (1) (1)
Quantity pn:Quantity (1) (1)
PackageReference pn:PackageReference 0 unbounded
InformationalQuantity pn:InformationalQuantity 0 unbounded
BaleItem pn:BaleItem (1) (1)
BoxItem pn:BoxItem (1) (1)
UnitItem pn:UnitItem (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
PackageType pn:PackageType Required
MixedProductPalletIndicator pn:MixedProductPalletIndicator No (Optional)