Definition Type: Element
Name: TransportInformation
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DocumentInformation in schema papinetcommondefsv2r40_xsd Drilldown into Route in schema papinetcommondefsv2r40_xsd Drilldown into TransportPropertyValue in schema papinetcommondefsv2r40_xsd Drilldown into TransportOtherInstructions in schema papinetcommondefsv2r40_xsd Drilldown into TransportUnloadingCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into TransportLoadingCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into TransportUnitCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into TransportVehicleCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into TransportModeCharacteristics in schema papinetcommondefsv2r40_xsdXSD Diagram of TransportInformation in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="TransportInformation">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="TransportModeCharacteristics" minOccurs="0" />
            <xs:element ref="TransportVehicleCharacteristics" minOccurs="0" />
            <xs:element ref="TransportUnitCharacteristics" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="TransportLoadingCharacteristics" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="TransportUnloadingCharacteristics" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="TransportOtherInstructions" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="TransportPropertyValue" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Route" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="DocumentInformation" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TransportModeCharacteristics pn:TransportModeCharacteristics 0 (1)
TransportVehicleCharacteristics pn:TransportVehicleCharacteristics 0 (1)
TransportUnitCharacteristics pn:TransportUnitCharacteristics 0 unbounded
TransportLoadingCharacteristics pn:TransportLoadingCharacteristics 0 unbounded
TransportUnloadingCharacteristics pn:TransportUnloadingCharacteristics 0 unbounded
TransportOtherInstructions pn:TransportOtherInstructions 0 unbounded
TransportPropertyValue pn:TransportPropertyValue 0 unbounded
Route pn:Route 0 unbounded
DocumentInformation pn:DocumentInformation 0 unbounded