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