Element | AirTransportInformation |
<xsd:complexType name="AirTransportInformationType"> <xsd:sequence> <xsd:element ref="AircraftLimitations"/> <xsd:element ref="SpecialLabelsAndMarkings" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="PackingInstructions" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="AdditionalHandlingInformation" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="SpecialProvisionNumber" minOccurs="0"/> </xsd:sequence> </xsd:complexType> |