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).
|
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.
|
sensors |
boolean |
1..1 |
XSDattribute
|
True: actor is visible in sensor(s). False: actor is not visible in sensor(s).
|
|
Migration Information from XSD 0.9.1 |
- Derived From:
- OSCPrivateAction.Visibility
|
Property Name |
XSD Type |
XSD 0.9.1 Name |
Migration |
graphics |
Attribute |
graphics |
|
traffic |
Attribute |
traffic |
|
sensors |
Attribute |
sensors |
|
|
XSD 1.0 Representation |
<xsd:complexType name="VisibilityAction">
<xsd:attribute name="graphics" type="Boolean" use="required"/>
<xsd:attribute name="traffic" type="Boolean" use="required"/>
<xsd:attribute name="sensors" type="Boolean" use="required"/>
</xsd:complexType>
|
|
To XSD To XSLT To XSD Tree