Enumeration VehicleComponentType

Definition of vehicle component types.

Used in:
VehicleComponent
Enumeration Literals
  Name Applied Stereotypes Description
  hood Hood of a vehicle.
  trunk Trunk of a vehicle.
  doorFrontRight Front right door of a vehicle.
  doorFrontLeft Front left door of a vehicle.
  doorRearRight Rear right door of a vehicle.
  doorRearLeft Rear left door of a vehicle.
  windowFrontRight Front right window of a vehicle.
  windowFrontLeft Front left window of a vehicle.
  windowRearRight Rear right window of a vehicle.
  windowRearLeft Rear left window of a vehicle.
  sideMirrors All side mirrors of a vehicle.
  sideMirrorRight All right side mirrors of a vehicle.
  sideMirrorLeft All left side mirrors of a vehicle.
XSD 1.3 Representation


<xsd:simpleType name="VehicleComponentType">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="hood"/>
<xsd:enumeration value="trunk"/>
<xsd:enumeration value="doorFrontRight"/>
<xsd:enumeration value="doorFrontLeft"/>
<xsd:enumeration value="doorRearRight"/>
<xsd:enumeration value="doorRearLeft"/>
<xsd:enumeration value="windowFrontRight"/>
<xsd:enumeration value="windowFrontLeft"/>
<xsd:enumeration value="windowRearRight"/>
<xsd:enumeration value="windowRearLeft"/>
<xsd:enumeration value="sideMirrors"/>
<xsd:enumeration value="sideMirrorRight"/>
<xsd:enumeration value="sideMirrorLeft"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

To XSD