Definition Type: Element
Name: InventoryChangeLineItemDetail
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PackageInformation in schema papinetcommondefsv2r40_xsd Drilldown into Product in schema papinetcommondefsv2r40_xsd Drilldown into PriceDetails in schema papinetcommondefsv2r40_xsd Drilldown into OldInventoryClass in schema papinetcommondefsv2r40_xsd Drilldown into OldInformationalQuantity in schema papinetcommondefsv2r40_xsd Drilldown into OldQuantity in schema papinetcommondefsv2r40_xsd Drilldown into InventoryChangeLineItemDetailNumber in schema papinetcommondefsv2r40_xsd Drilldown into ChangeDetailType in schema papinetcommondefsv2r40_xsdXSD Diagram of InventoryChangeLineItemDetail in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="InventoryChangeLineItemDetail">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="InventoryChangeLineItemDetailNumber" />
            <xs:element ref="OldQuantity" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="OldInformationalQuantity" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="OldInventoryClass" minOccurs="0" />
            <xs:element ref="PriceDetails" minOccurs="0" />
            <xs:element ref="Product" minOccurs="0" />
            <xs:element ref="PackageInformation" />
        </xs:sequence>
        <xs:attribute name="ChangeDetailType" type="changeType" use="optional" default="Change" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InventoryChangeLineItemDetailNumber pn:InventoryChangeLineItemDetailNumber (1) (1)
OldQuantity pn:OldQuantity 0 unbounded
OldInformationalQuantity pn:OldInformationalQuantity 0 unbounded
OldInventoryClass pn:OldInventoryClass 0 (1)
PriceDetails pn:PriceDetails 0 (1)
Product pn:Product 0 (1)
PackageInformation pn:PackageInformation (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
ChangeDetailType pn:ChangeDetailType Change Optional