Class SensorAttachment
- Applied Stereotypes:
-
XSDcomplexType,
XSDwrapperType
- Implements Interfaces:
-
CatalogElement
Describes the attachment of a sensor entity to a vehicle entity.
- Used in:
-
Vehicle
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
sensorRef |
Sensor |
1..1 |
nameRef,
XSDattribute
|
Reference to the attached sensor. |
|
mountingPosition |
RelativeObjectPosition |
1..1 |
XSDelement
|
Mounting position and orientation of the sensor in entity coordinates. The entityRef attribute is ignored in this case. |
|
XSD 1.2 Representation |
<xsd:complexType name="SensorAttachment">
<xsd:sequence>
<xsd:element name="MountingPosition" type="RelativeObjectPosition"/>
</xsd:sequence>
<xsd:attribute name="sensorRef" type="String" use="required"/>
</xsd:complexType>
|
|
XSD Transformation |
UML Element |
Stereotype |
Description |
Class |
XSDwrapperType |
A complex type wrapper is created in XSD for this type. See SensorAttachments |
|
Change log from version 1.1 |
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- XSDwrapperType [min: "0"; xsdWrapperElementName: "SensorAttachment"; max: "*"; xsdWrapperType: "SensorAttachments"]
- Property sensorRef
- nameRef [xsdType: "String"]
- Property mountingPosition
- XSDelement [position: "1"]
|
To XSD