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