Class VisibilityAction

Applied Stereotypes:
XSDcomplexType

Action that toggles (on or off) an entity's visibility attributes, with respect to sensors, other traffic or the graphics engine.

Used in:
PrivateAction
Properties
Name Type Cardinality AppliedStereotypes Description
graphics boolean 1..1 XSDattribute True: actor is visible in image generator(s). False: actor is not visible in image generator(s).
sensors boolean 1..1 XSDattribute True: actor is visible in sensor(s). False: actor is not visible in sensor(s).
traffic boolean 1..1 XSDattribute True: actor is visible for other traffic participants, particularly for autonomous driver models. False: actor is not visible for other traffic participants.

XSD 1.1 Representation


<xsd:complexType name="VisibilityAction">
<xsd:attribute name="graphics" type="Boolean" use="required"/>
<xsd:attribute name="sensors" type="Boolean" use="required"/>
<xsd:attribute name="traffic" type="Boolean" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property graphics
    • XSDattribute
  • Property sensors
    • XSDattribute
  • Property traffic
    • XSDattribute

To XSD To XSD Tree