XML Einrichten Version 1.2
TypeOfTransportVelocity Simple Type
XML Einrichten Version 1.2 : TypeOfTransportVelocity Simple Type
Description
Transport Geschwindigkeit
Codeliste:
1 = Express
2 = High Speed
3 = Standard
4 = according to contract with the carrier
Namespace (none)
Type
Restriction of xs:string
Diagram
TypeOfTransportVelocity Simple Type
Overview
TypeOfTransportVelocity Restriction of xs:string
Transport Geschwindigkeit
Codeliste:
1 = Express
2 = High Speed
3 = Standard
4 = according to contract with the carrier
Facets
MaxLength3
Source
<xs:simpleType name="TypeOfTransportVelocity" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Transport Geschwindigkeit</dt>
        <dt>Codeliste: </dt>
        <dt>1 = Express</dt>
        <dt>2 = High Speed</dt>
        <dt>3 = Standard</dt>
        <dt>4 = gem. Vertrag mit z.B. der Post</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="en">
      <dl>
        <dt>Transport Geschwindigkeit</dt>
        <dt>Codeliste: </dt>
        <dt>1 = Express</dt>
        <dt>2 = High Speed</dt>
        <dt>3 = Standard</dt>
        <dt>4 = according to contract with the carrier</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