VehicleTypeCodeType

§Usage: To differentiate between a car, a limousine, a truck...
* Car (or omitted) : a standard car 
* Coach Limousine
* ...

Simple Type Information

Used By

Source

<xs:simpleType name="VehicleTypeCodeType">
  <xs:annotation>
    <xs:documentation xml:lang="EN">§Usage: To differentiate between a car, a limousine, a truck... * Car (or omitted) : a standard car * Coach Limousine * ...</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Car">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Voiture</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Caravan">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Caravane</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Coach">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Autobus</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Limousine">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Limousine</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Motorbike">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Moto</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Pickup">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Pickup</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="RecreationalVehicle">
      <xs:annotation>
        <xs:documentation xml:lang="FR">MobileHome</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Trailer">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Remorque</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Truck">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Camion</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Van">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Camionnette, Fourgon</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>