Class SensorReference

Applied Stereotypes:
XSDcomplexType

Reference to a sensor, whose definition is beyond OpenSCENARIO files and catalogs.

Used in:
SensorReferenceSet
Properties
  Name Type Cardinality AppliedStereotypes Description
  name string 1..1 XSDattribute Name of the sensor. The semantics of the sensor names are subject of a contract between the author of a scenario and the provider of a simulation environment.
XSD 1.3 Representation


<xsd:complexType name="SensorReference">
<xsd:attribute name="name" type="String" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property name
    • XSDattribute

To XSD