VehicleMakerCodeType

§Usage: To provide generic vehicle maker codes for vehicles.

§See: A reference list can be found here: http://www.carmodelslist.com
List will be completed in the xsd upon request

Simple Type Information

Used By

Source

<xs:simpleType name="VehicleMakerCodeType">
  <xs:annotation>
    <xs:documentation xml:lang="EN">§Usage: To provide generic vehicle maker codes for vehicles.</xs:documentation>
    <xs:documentation xml:lang="EN">§See: A reference list can be found here: http://www.carmodelslist.com List will be completed in the xsd upon request</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="AUDI"/>
    <xs:enumeration value="BMW"/>
    <xs:enumeration value="BUGATTI"/>
    <xs:enumeration value="CADILLAC"/>
    <xs:enumeration value="CITROEN"/>
    <xs:enumeration value="FIAT"/>
    <xs:enumeration value="FERRARI"/>
    <xs:enumeration value="FORD"/>
    <xs:enumeration value="HONDA"/>
    <xs:enumeration value="HYUNDAI"/>
    <xs:enumeration value="KIA"/>
    <xs:enumeration value="MAZDA"/>
    <xs:enumeration value="MINI"/>
    <xs:enumeration value="MITSUBISHI"/>
    <xs:enumeration value="MORGAN"/>
    <xs:enumeration value="NISSAN"/>
    <xs:enumeration value="OPEL"/>
    <xs:enumeration value="PEUGEOT"/>
    <xs:enumeration value="PORSCHE"/>
    <xs:enumeration value="RENAULT"/>
    <xs:enumeration value="SKODA"/>
    <xs:enumeration value="SUZUKI"/>
    <xs:enumeration value="TOYOTA"/>
    <xs:enumeration value="VOLKSWAGEN"/>
    <xs:enumeration value="VOLVO"/>
  </xs:restriction>
</xs:simpleType>