Definition Type: Element
Name: DeliveryMessageBookShipment
Namespace: http://www.papinet.org/v2r40
Containing Schema: DeliveryMessageBookV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ShipmentSummary in schema papinetcommondefsv2r40_xsd Drilldown into DeliveryShipmentBookLineItem in schema deliverymessagebookv2r40_xsd Drilldown into DeliveryShipmentId in schema papinetcommondefsv2r40_xsdXSD Diagram of DeliveryMessageBookShipment in schema deliverymessagebookv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="DeliveryMessageBookShipment">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="DeliveryShipmentId" />
            <xs:element ref="DeliveryShipmentBookLineItem" maxOccurs="unbounded" />
            <xs:element ref="ShipmentSummary" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DeliveryShipmentId pn:DeliveryShipmentId (1) (1)
DeliveryShipmentBookLineItem pn:DeliveryShipmentBookLineItem (1) unbounded
ShipmentSummary pn:ShipmentSummary 0 (1)