Class SensorReferenceSet
- Applied Stereotypes:
-
XSDcomplexType,
XSDwrapperType
Set of references to sensors, whose definition is beyond OpenSCENARIO files and catalogs.
- Used in:
-
VisibilityAction
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
sensorReferences |
SensorReference |
1..* |
XSDunwrapped,
XSDelement
|
Set of references to sensors. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="SensorReferenceSet">
<xsd:sequence>
<xsd:element name="SensorReference" type="SensorReference" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'sensorReferences'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
- Property 'sensorReferences'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- XSDwrapperType [min: "1"; max: "-1"]
-
Property sensorReferences
|
To XSD