Class Sensor
- Applied Stereotypes:
-
XSDcomplexType
- Implements Interfaces:
-
CatalogElement
Definition of a sensor type either in a catalog or a scenario.
- Used in:
-
Catalog ,
EntityObject ,
SensorAttachment
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
horizontalFOV |
double |
1..1 |
XSDattribute
|
Horizontal field of view of the sensor. Unit: rad. Range: ]0...2 PI] |
|
name |
string |
1..1 |
XSDattribute
|
Name of the sensor type. |
|
sensorCategory |
SensorCategory |
1..1 |
XSDattribute
|
Categorization of the sensor. |
|
verticalFOV |
double |
1..1 |
XSDattribute
|
Vertical field of view of the sensor. Unit: rad. Range: ]0...2 PI] |
|
parameterDeclarations |
ParameterDeclaration |
0..* |
XSDwrapped,
XSDelement
|
Definition of additional parameters. |
|
properties |
Properties |
1..1 |
XSDelement
|
Property definitions for the sensor. |
|
XSD 1.2 Representation |
<xsd:complexType name="Sensor">
<xsd:sequence>
<xsd:element name="ParameterDeclarations" type="ParameterDeclarations" minOccurs="0"/>
<xsd:element name="Properties" type="Properties"/>
</xsd:sequence>
<xsd:attribute name="sensorCategory" type="SensorCategory" use="required"/>
<xsd:attribute name="name" type="String" use="required"/>
<xsd:attribute name="horizontalFOV" type="Double" use="required"/>
<xsd:attribute name="verticalFOV" type="Double" use="required"/>
</xsd:complexType>
|
|
XSD Transformation |
UML Element |
Stereotype |
Description |
parameterDeclarations |
XSDwrapper |
This property represents a wrapped list. In XSD, the complex type ParameterDeclarations is used as a wrapper. |
|
Change log from version 1.1 |
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property horizontalFOV
- Property name
- Property sensorCategory
- Property verticalFOV
- Property parameterDeclarations
- XSDwrapped [wrapperMin: "0"; wrapperMax: "1"]
- XSDelement [position: "1"]
- Property properties
- XSDelement [position: "2"]
|
To XSD