<xs:element name="TransportUnloadingCharacteristics">
<xs:complexType>
<xs:sequence>
<xs:element ref="TransportUnloadingCode" minOccurs="0" />
<xs:element ref="TransportUnloadingCodeDescription" minOccurs="0" />
<xs:element ref="TransportUnloadingText" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="TransportUnloadingType" type="transportUnloadingType" use="optional" />
<xs:attribute name="DirectUnloading" type="yesNo" use="optional" default="No" />
</xs:complexType>
</xs:element>
|