Definition Type: ComplexType
Name: shippingInstructionsLineItemByShipTo
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 DeliverySchedule in schema papinetcommondefsv2r40_xsd Drilldown into ShippingInstructionsPurchaseOrderLineItem in schema papinetcommondefsv2r40_xsd Drilldown into Product 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 shippingInstructionsLineItemByShipTo in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:complexType name="shippingInstructionsLineItemByShipTo">
    <xs:sequence>
        <xs:element ref="ShippingInstructionsLineItemNumber" />
        <xs:element ref="ShippingInstructionsReference" minOccurs="0" maxOccurs="unbounded" />
        <xs:choice>
            <xs:element ref="Product" />
            <xs:element ref="ShippingInstructionsPurchaseOrderLineItem" />
        </xs:choice>
        <xs:element ref="DeliverySchedule" 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
Product pn:Product (1) (1)
ShippingInstructionsPurchaseOrderLineItem pn:ShippingInstructionsPurchaseOrderLineItem (1) (1)
DeliverySchedule pn:DeliverySchedule (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:ShippingInstructionsLineItemByShipTo