XML Einrichten Version 1.2
TypeOfTransportNature Simple Type
XML Einrichten Version 1.2 : TypeOfTransportNature Simple Type
Description
type of the goods in transport
Codeliste:
12 = Standard
11 = Dangerous goods
Namespace (none)
Type
Restriction of xs:string
Diagram
TypeOfTransportNature Simple Type
Overview
TypeOfTransportNature Restriction of xs:string
type of the goods in transport
Codeliste:
12 = Standard
11 = Dangerous goods
Facets
MaxLength3
Source
<xs:simpleType name="TypeOfTransportNature" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Beschaffenheit der Ware</dt>
        <dt>Codeliste: </dt>
        <dt>12 = Standard</dt>
        <dt>11 = Gefahrgut</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="en">
      <dl>
        <dt>type of the goods in transport</dt>
        <dt>Codeliste: </dt>
        <dt>12 = Standard</dt>
        <dt>11 = Dangerous goods</dt>
      </dl>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="3" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2