Definition Type: Element
Name: TransportUnloadingCharacteristics
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TransportUnloadingText in schema papinetcommondefsv2r40_xsd Drilldown into TransportUnloadingCodeDescription in schema papinetcommondefsv2r40_xsd Drilldown into TransportUnloadingCode in schema papinetcommondefsv2r40_xsd Drilldown into DirectUnloading in schema papinetcommondefsv2r40_xsd Drilldown into TransportUnloadingType in schema papinetcommondefsv2r40_xsdXSD Diagram of TransportUnloadingCharacteristics in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="TransportUnloadingCharacteristics">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="TransportUnloadingCode" minOccurs="0" />
            <xs:element ref="TransportUnloadingCodeDescription" minOccurs="0" />
            <xs:element ref="TransportUnloadingText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="TransportUnloadingType" type="transportUnloadingType" use="optional" />
        <xs:attribute name="DirectUnloading" type="yesNo" use="optional" default="No" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TransportUnloadingCode pn:TransportUnloadingCode 0 (1)
TransportUnloadingCodeDescription pn:TransportUnloadingCodeDescription 0 (1)
TransportUnloadingText pn:TransportUnloadingText 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
TransportUnloadingType pn:TransportUnloadingType Optional
DirectUnloading pn:DirectUnloading No Optional