Definition Type: Element
Name: TransportLoadingCharacteristics
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TransportLoadingText in schema papinetcommondefsv2r40_xsd Drilldown into TransportLoadingCodeDescription in schema papinetcommondefsv2r40_xsd Drilldown into TransportLoadingCode in schema papinetcommondefsv2r40_xsd Drilldown into LabelOrientation in schema papinetcommondefsv2r40_xsd Drilldown into GoodsLoadingPrinciple in schema papinetcommondefsv2r40_xsd Drilldown into DirectLoading in schema papinetcommondefsv2r40_xsd Drilldown into LoadingTolerance in schema papinetcommondefsv2r40_xsd Drilldown into TransportDeckOption in schema papinetcommondefsv2r40_xsd Drilldown into TransportLoadingType in schema papinetcommondefsv2r40_xsd Drilldown into MixProductIndicator in schema papinetcommondefsv2r40_xsdXSD Diagram of TransportLoadingCharacteristics in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TransportLoadingCode pn:TransportLoadingCode 0 (1)
TransportLoadingCodeDescription pn:TransportLoadingCodeDescription 0 (1)
TransportLoadingText pn:TransportLoadingText 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
MixProductIndicator pn:MixProductIndicator Required
TransportLoadingType pn:TransportLoadingType (Optional)
TransportDeckOption pn:TransportDeckOption Optional
LoadingTolerance pn:LoadingTolerance Optional
DirectLoading pn:DirectLoading No Optional
GoodsLoadingPrinciple pn:GoodsLoadingPrinciple FirstInFirstOut Optional
LabelOrientation pn:LabelOrientation Optional