<xs:element name="TransportOtherInstructions">
<xs:complexType>
<xs:sequence>
<xs:element ref="TransportInstructionCode" minOccurs="0" />
<xs:element ref="TransportInstructionText" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="TransportInstructionType" type="transportInstructionType" />
</xs:complexType>
</xs:element>
|