Definition Type: Element
Name: LoadTenderLineItem
Namespace: http://www.papinet.org/v2r40
Containing Schema: LoadTenderV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SafetyAndEnvironmentalInformation in schema papinetcommondefsv2r40_xsd Drilldown into OtherParty in schema papinetcommondefsv2r40_xsd Drilldown into LoadTenderReference in schema papinetcommondefsv2r40_xsd Drilldown into LengthSpecification in schema papinetcommondefsv2r40_xsd Drilldown into PackageInformation in schema papinetcommondefsv2r40_xsd Drilldown into LoadTenderLineItemAmount in schema papinetcommondefsv2r40_xsd Drilldown into MonetaryAdjustment in schema papinetcommondefsv2r40_xsd Drilldown into LoadTenderLineItemBaseAmountInformation in schema papinetcommondefsv2r40_xsd Drilldown into QuantityInformation in schema papinetcommondefsv2r40_xsd Drilldown into Product in schema papinetcommondefsv2r40_xsd Drilldown into SupplierParty in schema papinetcommondefsv2r40_xsd Drilldown into LoadTenderLineItemNumber in schema papinetcommondefsv2r40_xsdXSD Diagram of LoadTenderLineItem in schema loadtenderv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="LoadTenderLineItem">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="LoadTenderLineItemNumber" />
            <xs:element ref="SupplierParty" minOccurs="0" />
            <xs:element ref="Product" minOccurs="0" />
            <xs:element ref="QuantityInformation" />
            <xs:element ref="LoadTenderLineItemBaseAmountInformation" minOccurs="0" />
            <xs:element ref="MonetaryAdjustment" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="LoadTenderLineItemAmount" minOccurs="0" />
            <xs:element ref="PackageInformation" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="LengthSpecification" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="LoadTenderReference" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="OtherParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="SafetyAndEnvironmentalInformation" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LoadTenderLineItemNumber pn:LoadTenderLineItemNumber (1) (1)
SupplierParty pn:SupplierParty 0 (1)
Product pn:Product 0 (1)
QuantityInformation pn:QuantityInformation (1) (1)
LoadTenderLineItemBaseAmountInformation pn:LoadTenderLineItemBaseAmountInformation 0 (1)
MonetaryAdjustment pn:MonetaryAdjustment 0 unbounded
LoadTenderLineItemAmount pn:LoadTenderLineItemAmount 0 (1)
PackageInformation pn:PackageInformation 0 unbounded
LengthSpecification pn:LengthSpecification 0 unbounded
LoadTenderReference pn:LoadTenderReference 0 unbounded
OtherParty pn:OtherParty 0 unbounded
SafetyAndEnvironmentalInformation pn:SafetyAndEnvironmentalInformation 0 unbounded