Definition Type: Element
Name: BookUnitPacking
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into WrapCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into StencilCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into LabelCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into UnitCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into PackageType in schema papinetcommondefsv2r40_xsd Drilldown into BookUnitType in schema papinetcommondefsv2r40_xsdXSD Diagram of BookUnitPacking in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="BookUnitPacking">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="UnitCharacteristics" minOccurs="0" />
            <xs:element ref="LabelCharacteristics" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="StencilCharacteristics" minOccurs="0" />
            <xs:element ref="WrapCharacteristics" minOccurs="0" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="BookUnitType" type="bookUnitType" />
        <xs:attribute name="PackageType" type="packageType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UnitCharacteristics pn:UnitCharacteristics 0 (1)
LabelCharacteristics pn:LabelCharacteristics 0 unbounded
StencilCharacteristics pn:StencilCharacteristics 0 (1)
WrapCharacteristics pn:WrapCharacteristics 0 (1)
AdditionalText pn:AdditionalText 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
BookUnitType pn:BookUnitType (Optional)
PackageType pn:PackageType (Optional)