Definition Type: Element
Name: TransportUnitDetail
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into TransportUnitDetailCode in schema papinetcommondefsv2r40_xsd Drilldown into LoadOpeningSide in schema papinetcommondefsv2r40_xsd Drilldown into TransportUnitDetailType in schema papinetcommondefsv2r40_xsdXSD Diagram of TransportUnitDetail in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="TransportUnitDetail">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="TransportUnitDetailCode" minOccurs="0" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="TransportUnitDetailType" type="transportUnitDetailType" />
        <xs:attribute name="LoadOpeningSide" type="transportOrientationType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TransportUnitDetailCode pn:TransportUnitDetailCode 0 (1)
AdditionalText pn:AdditionalText 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
TransportUnitDetailType pn:TransportUnitDetailType (Optional)
LoadOpeningSide pn:LoadOpeningSide (Optional)