VehicleDriveOnCodeType

**************************************- Where the wheel is located in
a vehicle : Left or Right **************************************-

Simple Type Information

Used By

Source

<xs:simpleType name="VehicleDriveOnCodeType">
  <xs:annotation>
    <xs:documentation>**************************************- Where the wheel is located in a vehicle : Left or Right **************************************-</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Left"/>
    <xs:enumeration value="Right"/>
  </xs:restriction>
</xs:simpleType>