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