Class LightType

Applied Stereotypes:
XSDcomplexType, union

Definition of light types.

Used in:
LightStateAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  userDefinedLight UserDefinedLight 1..1 xor, XSDelement Light type cannot be handled be the above options and is therefore user defined.
  vehicleLight VehicleLight 1..1 xor, XSDelement Available lights attached to a vehicle.
XSD 1.4 Representation


<xsd:complexType name="LightType">
<xsd:choice>
<xsd:element name="VehicleLight" type="VehicleLight"/>
<xsd:element name="UserDefinedLight" type="UserDefinedLight"/>
</xsd:choice>
</xsd:complexType>

Change log from version 1.3
  • Property 'userDefinedLight'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'vehicleLight'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property userDefinedLight
    • xor
    • XSDelement
  • Property vehicleLight
    • xor
    • XSDelement

To XSD