Definition Type: ComplexType
Name: shippingInstructionsLineItemByProduct
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into PackagingCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into ShipToInformation in schema papinetcommondefsv2r40_xsd Drilldown into ShippingInstructionsReference in schema papinetcommondefsv2r40_xsd Drilldown into ShippingInstructionsLineItemNumber in schema papinetcommondefsv2r40_xsd Drilldown into ShippingInstructionsLineItemStatusType in schema papinetcommondefsv2r40_xsdXSD Diagram of shippingInstructionsLineItemByProduct in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:complexType name="shippingInstructionsLineItemByProduct">
    <xs:sequence>
        <xs:element ref="ShippingInstructionsLineItemNumber" />
        <xs:element ref="ShippingInstructionsReference" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="ShipToInformation" maxOccurs="unbounded" />
        <xs:element ref="PackagingCharacteristics" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="ShippingInstructionsLineItemStatusType" type="shippingInstructionsLineItemStatusType" use="required" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShippingInstructionsLineItemNumber pn:ShippingInstructionsLineItemNumber (1) (1)
ShippingInstructionsReference pn:ShippingInstructionsReference 0 unbounded
ShipToInformation pn:ShipToInformation (1) unbounded
PackagingCharacteristics pn:PackagingCharacteristics 0 unbounded
AdditionalText pn:AdditionalText 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
ShippingInstructionsLineItemStatusType pn:ShippingInstructionsLineItemStatusType Required
Collapse Derivation Tree:
Collapse References:
pn:ShippingInstructionsLineItemByProduct