Definition Type: Element
Name: PackagingCharacteristics
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into BookUnitPacking in schema papinetcommondefsv2r40_xsd Drilldown into PalletPackagingCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into BoxCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into IsPalletized in schema papinetcommondefsv2r40_xsd Drilldown into IsBoxed in schema papinetcommondefsv2r40_xsdXSD Diagram of PackagingCharacteristics in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="PackagingCharacteristics">
    <xs:complexType>
        <xs:choice>
            <xs:element ref="BoxCharacteristics" />
            <xs:element ref="PalletPackagingCharacteristics" />
            <xs:element ref="BookUnitPacking" />
        </xs:choice>
        <xs:attribute name="IsBoxed" type="isBoxed" />
        <xs:attribute name="IsPalletized" type="isPalletized" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BoxCharacteristics pn:BoxCharacteristics (1) (1)
PalletPackagingCharacteristics pn:PalletPackagingCharacteristics (1) (1)
BookUnitPacking pn:BookUnitPacking (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
IsBoxed pn:IsBoxed (Optional)
IsPalletized pn:IsPalletized (Optional)