Definition Type: Element
Name: DeliveryShipmentBookLineItem
Namespace: http://www.papinet.org/v2r40
Containing Schema: DeliveryMessageBookV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Product in schema papinetcommondefsv2r40_xsd Drilldown into BookPackageInformation in schema papinetcommondefsv2r40_xsd Drilldown into BillToParty in schema papinetcommondefsv2r40_xsd Drilldown into TransportOtherInstructions in schema papinetcommondefsv2r40_xsd Drilldown into TransportUnloadingCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into TransportLoadingCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into InformationalQuantity in schema papinetcommondefsv2r40_xsd Drilldown into Quantity in schema papinetcommondefsv2r40_xsd Drilldown into CountryOfConsumption in schema papinetcommondefsv2r40_xsd Drilldown into CountryOfDestination in schema papinetcommondefsv2r40_xsd Drilldown into CountryOfOrigin in schema papinetcommondefsv2r40_xsd Drilldown into DocumentReferenceInformation in schema papinetcommondefsv2r40_xsd Drilldown into DeliveryMessageReference in schema papinetcommondefsv2r40_xsd Drilldown into PurchaseOrderLineItemNumber in schema papinetcommondefsv2r40_xsd Drilldown into PurchaseOrderInformation in schema papinetcommondefsv2r40_xsd Drilldown into DeliveryShipmentLineItemNumber in schema papinetcommondefsv2r40_xsd Drilldown into InstructionByType in schema deliverymessagebookv2r40_xsd Drilldown into ShipmentComplete in schema deliverymessagebookv2r40_xsdXSD Diagram of DeliveryShipmentBookLineItem in schema deliverymessagebookv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="DeliveryShipmentBookLineItem">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="DeliveryShipmentLineItemNumber" />
            <xs:element ref="PurchaseOrderInformation" minOccurs="0" />
            <xs:element ref="PurchaseOrderLineItemNumber" minOccurs="0" />
            <xs:element ref="DeliveryMessageReference" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="DocumentReferenceInformation" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="CountryOfOrigin" minOccurs="0" />
            <xs:element ref="CountryOfDestination" minOccurs="0" />
            <xs:element ref="CountryOfConsumption" minOccurs="0" />
            <xs:element ref="Quantity" minOccurs="0" />
            <xs:element ref="InformationalQuantity" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="TransportLoadingCharacteristics" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="TransportUnloadingCharacteristics" minOccurs="0" />
            <xs:element ref="TransportOtherInstructions" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="BillToParty" minOccurs="0" />
            <xs:element ref="BookPackageInformation" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Product" minOccurs="0" />
        </xs:sequence>
        <xs:attribute name="ShipmentComplete" type="yesNo" default="No" />
        <xs:attribute name="InstructionByType" type="instructionByType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DeliveryShipmentLineItemNumber pn:DeliveryShipmentLineItemNumber (1) (1)
PurchaseOrderInformation pn:PurchaseOrderInformation 0 (1)
PurchaseOrderLineItemNumber pn:PurchaseOrderLineItemNumber 0 (1)
DeliveryMessageReference pn:DeliveryMessageReference 0 unbounded
DocumentReferenceInformation pn:DocumentReferenceInformation 0 unbounded
CountryOfOrigin pn:CountryOfOrigin 0 (1)
CountryOfDestination pn:CountryOfDestination 0 (1)
CountryOfConsumption pn:CountryOfConsumption 0 (1)
Quantity pn:Quantity 0 (1)
InformationalQuantity pn:InformationalQuantity 0 unbounded
TransportLoadingCharacteristics pn:TransportLoadingCharacteristics 0 unbounded
TransportUnloadingCharacteristics pn:TransportUnloadingCharacteristics 0 (1)
TransportOtherInstructions pn:TransportOtherInstructions 0 unbounded
BillToParty pn:BillToParty 0 (1)
BookPackageInformation pn:BookPackageInformation 0 unbounded
Product pn:Product 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ShipmentComplete pn:ShipmentComplete No (Optional)
InstructionByType pn:InstructionByType (Optional)