**************************************- Where the wheel is located in a vehicle : Left or Right **************************************-  | 
                           
| Attributes | VehicleModelType/@DriveOn, VehicleType/@DriveOn | 
<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>  |