XML Einrichten Version 1.2
TypeOfTransportNature Simple Type
XML Einrichten Version 1.2 : TypeOfTransportNature Simple Type
Beschreibung
Beschaffenheit der Ware
Codeliste:
12 = Standard
11 = Gefahrgut
Namensraum (none)
Typ
Restriction of xs:string
Diagramm
TypeOfTransportNature Simple Type
Overview
TypeOfTransportNature Restriction of xs:string
Beschaffenheit der Ware
Codeliste:
12 = Standard
11 = Gefahrgut
Facette (Aspekt)
MaxLength3
Quelle
<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>
Siehe auch
XML Einrichten Version 1.2