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