VehicleEquipmentCodeType

**************************************- Multiple values can be used
to qualify a vehicle. **************************************-

Simple Type Information

Source

<xs:simpleType name="VehicleEquipmentCodeType">
  <xs:annotation>
    <xs:documentation>**************************************- Multiple values can be used to qualify a vehicle. **************************************-</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="MobilePhoneAdapter"/>
    <xs:enumeration value="RackBike"/>
    <xs:enumeration value="RackLuggage"/>
    <xs:enumeration value="RackSki"/>
    <xs:enumeration value="SeatChild"/>
    <xs:enumeration value="SeatInfant"/>
    <xs:enumeration value="SeatBooster"/>
    <xs:enumeration value="SnowChains"/>
    <xs:enumeration value="SnowTires"/>
    <xs:enumeration value="GPS"/>
    <xs:enumeration value="Computer"/>
    <xs:enumeration value="PlayerTape"/>
    <xs:enumeration value="PlayerCD"/>
    <xs:enumeration value="PlayerDVD"/>
    <xs:enumeration value="PlayerVCR"/>
    <xs:enumeration value="GameConsole"/>
  </xs:restriction>
</xs:simpleType>