<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>
|