Class Motion
- Applied Stereotypes:
-
XSDcomplexType
Specifies motion information at a given point in space and, if defined, time, for example: speed and acceleration.
May not be empty. At least one of its attributes shall be provided.
- Used in:
-
Clothoid ,
ClothoidSpline ,
ClothoidSplineSegment ,
Vertex
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
acceleration_longitudinal |
double |
0..1 |
XSDattribute
|
An acceleration value in the direction of the trajectory's s-axis at the specified position. |
| |
speed_longitudinal |
double |
0..1 |
XSDattribute
|
A speed value in the direction of the trajectory's s-axis at the specified position. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="Motion">
<xsd:attribute name="speed_longitudinal" type="Double"/>
<xsd:attribute name="acceleration_longitudinal" type="Double"/>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
|
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property acceleration_longitudinal
-
Property speed_longitudinal
|
To XSD