Definition Type: Element
Name: SpecPacking
Namespace: http://www.papinet.org/v2r40
Containing Schema: BookSpecificationV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into PalletPackagingCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into BoxCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into BookUnitPacking in schema papinetcommondefsv2r40_xsd Drilldown into ProductDescription in schema papinetcommondefsv2r40_xsd Drilldown into ProductIdentifier in schema papinetcommondefsv2r40_xsd Drilldown into IsPalletized in schema bookspecificationv2r40_xsd Drilldown into IsBoxed in schema bookspecificationv2r40_xsdXSD Diagram of SpecPacking in schema bookspecificationv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="SpecPacking">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ProductIdentifier" />
            <xs:element ref="ProductDescription" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="BookUnitPacking" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="BoxCharacteristics" minOccurs="0" />
            <xs:element ref="PalletPackagingCharacteristics" minOccurs="0" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <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
ProductIdentifier pn:ProductIdentifier (1) (1)
ProductDescription pn:ProductDescription 0 unbounded
BookUnitPacking pn:BookUnitPacking 0 unbounded
BoxCharacteristics pn:BoxCharacteristics 0 (1)
PalletPackagingCharacteristics pn:PalletPackagingCharacteristics 0 (1)
AdditionalText pn:AdditionalText 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
IsBoxed pn:IsBoxed (Optional)
IsPalletized pn:IsPalletized (Optional)