Class LightType
- Applied Stereotypes:
-
XSDcomplexType,
union
Definition of light types.
- Used in:
-
LightStateAction
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
vehicleLight |
VehicleLight |
1..1 |
xor,
XSDelement
|
Available lights attached to a vehicle. |
|
userDefinedLight |
UserDefinedLight |
1..1 |
xor,
XSDelement
|
Light type cannot be handled be the above options and is therefore user defined. |
|
XSD 1.3 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.2 |
- Stereotype <<XSDcomplexType>>. Tagged value 'modelGroup' changed.
-
- New Value
- choice
- From 1.2.0
- sequence
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property vehicleLight
- XSDelement [position: "1"]
- Property userDefinedLight
- XSDelement [position: "2"]
|
To XSD