<xs:element name="TransportLoadingCharacteristics">
<xs:complexType>
<xs:sequence>
<xs:element ref="TransportLoadingCode" minOccurs="0" />
<xs:element ref="TransportLoadingCodeDescription" minOccurs="0" />
<xs:element ref="TransportLoadingText" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="MixProductIndicator" type="yesNo" use="required" />
<xs:attribute name="TransportLoadingType" type="transportLoadingType" />
<xs:attribute name="TransportDeckOption" type="deckType" use="optional" />
<xs:attribute name="LoadingTolerance" type="loadingToleranceType" use="optional" />
<xs:attribute name="DirectLoading" type="yesNo" use="optional" default="No" />
<xs:attribute name="GoodsLoadingPrinciple" type="inventoryRotationType" use="optional" default="FirstInFirstOut" />
<xs:attribute name="LabelOrientation" type="labelOrientationType" use="optional" />
</xs:complexType>
</xs:element>
|