Definition Type: Element
Name: BoxCharacteristics
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into BandCharacteristics 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 UnitsPerCarton in schema papinetcommondefsv2r40_xsd Drilldown into BurstIndex in schema papinetcommondefsv2r40_xsd Drilldown into Burst in schema papinetcommondefsv2r40_xsd Drilldown into Weight in schema papinetcommondefsv2r40_xsd Drilldown into Width in schema papinetcommondefsv2r40_xsd Drilldown into Length in schema papinetcommondefsv2r40_xsd Drilldown into Height in schema papinetcommondefsv2r40_xsd Drilldown into ProductIdentification in schema papinetcommondefsv2r40_xsd Drilldown into BoxMeasurementsAppliesTo in schema papinetcommondefsv2r40_xsd Drilldown into BoxType in schema papinetcommondefsv2r40_xsdXSD Diagram of BoxCharacteristics in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="BoxCharacteristics">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ProductIdentification" minOccurs="0" />
            <xs:element ref="Height" minOccurs="0" />
            <xs:element ref="Length" minOccurs="0" />
            <xs:element ref="Width" minOccurs="0" />
            <xs:element ref="Weight" minOccurs="0" />
            <xs:element ref="Burst" minOccurs="0" />
            <xs:element ref="BurstIndex" minOccurs="0" />
            <xs:element ref="UnitsPerCarton" minOccurs="0" />
            <xs:element ref="LabelCharacteristics" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="StencilCharacteristics" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="WrapCharacteristics" minOccurs="0" />
            <xs:element ref="BandCharacteristics" minOccurs="0" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="BoxType" type="boxType" />
        <xs:attribute name="BoxMeasurementsAppliesTo" type="boxMeasurementsAppliesTo" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProductIdentification pn:ProductIdentification 0 (1)
Height pn:Height 0 (1)
Length pn:Length 0 (1)
Width pn:Width 0 (1)
Weight pn:Weight 0 (1)
Burst pn:Burst 0 (1)
BurstIndex pn:BurstIndex 0 (1)
UnitsPerCarton pn:UnitsPerCarton 0 (1)
LabelCharacteristics pn:LabelCharacteristics 0 unbounded
StencilCharacteristics pn:StencilCharacteristics 0 unbounded
WrapCharacteristics pn:WrapCharacteristics 0 (1)
BandCharacteristics pn:BandCharacteristics 0 (1)
AdditionalText pn:AdditionalText 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
BoxType pn:BoxType (Optional)
BoxMeasurementsAppliesTo pn:BoxMeasurementsAppliesTo (Optional)