<xs:element name="CoLoading">
<xs:complexType>
<xs:sequence>
<xs:element ref="CoLoadingNumber" minOccurs="0" />
<xs:element ref="DeliveryInstructionNumber" minOccurs="0" />
<xs:element ref="DeliveryInstructionSequenceNumber" minOccurs="0" />
<xs:element ref="CoLoadingReference" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="CoLoadingType" type="coLoadingType" use="required" />
</xs:complexType>
</xs:element>
|