Class LightState

Applied Stereotypes:
XSDcomplexType

Definition of the light state.

Used in:
LightStateAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  flashingOffDuration double 0..1 XSDattribute When mode is set to flashing (e.g. hazard lights of a parking car), this attribute describes the duration of the 'off' phase of the flashing. Unit: [s]. Default: 0.5s.
  flashingOnDuration double 0..1 XSDattribute When mode is set to flashing (e.g. hazard lights of a parking car), this attribute describes the duration of the 'on' phase of the flashing. Unit: [s]. Default: 0.5s.
  luminousIntensity double 0..1 XSDattribute Luminous intensity of the light. Unit: [cd].
  mode LightMode 1..1 XSDattribute Indication if a light should be switched on, off or flashing.
  color Color 0..1 XSDelement Color of the light.
XSD 1.3 Representation


<xsd:complexType name="LightState">
<xsd:sequence>
<xsd:element name="Color" type="Color" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="mode" type="LightMode" use="required"/>
<xsd:attribute name="luminousIntensity" type="Double"/>
<xsd:attribute name="flashingOnDuration" type="Double"/>
<xsd:attribute name="flashingOffDuration" type="Double"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property flashingOffDuration
    • XSDattribute
  • Property flashingOnDuration
    • XSDattribute
  • Property luminousIntensity
    • XSDattribute
  • Property mode
    • XSDattribute
  • Property color
    • XSDelement [position: "1"]

To XSD