<xs:element name="TransportUnitCharacteristics">
<xs:complexType>
<xs:sequence>
<xs:element ref="TransportUnitCode" minOccurs="0" />
<xs:element ref="TransportUnitMeasurements" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="TransportUnitEquipment" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="TransportUnitCount" minOccurs="0" />
<xs:element ref="TransportUnitIdentifier" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="TransportUnitText" minOccurs="0" />
<xs:element ref="TransportUnitDetail" minOccurs="0" />
</xs:sequence>
<xs:attribute name="TransportUnitType" type="transportUnitType" use="required" />
<xs:attribute name="TransportUnitVariable" type="transportUnitVariable" use="optional" />
<xs:attribute name="TransportUnitLevel" type="nni1" use="optional" default="1" />
</xs:complexType>
</xs:element>
|