Class SpeedActionTarget
- Applied Stereotypes:
-
XSDcomplexType,
union
Specifies the target speed of a SpeedAction. Can be either an absolute speed value or a speed value relative to another entity.
- Used in:
-
SpeedAction
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
relativeTargetSpeed |
RelativeTargetSpeed |
0..1 |
xor,
XSDelement
|
Defines the target speed as relative speed to a reference entity. Unit: [m/s]. |
|
absoluteTargetSpeed |
AbsoluteTargetSpeed |
0..1 |
xor,
XSDelement
|
Defines the target speed as absolute speed. Unit: [m/s]. |
|
XSD 1.2 Representation |
<xsd:complexType name="SpeedActionTarget">
<xsd:choice>
<xsd:element name="RelativeTargetSpeed" type="RelativeTargetSpeed" minOccurs="0"/>
<xsd:element name="AbsoluteTargetSpeed" type="AbsoluteTargetSpeed" minOccurs="0"/>
</xsd:choice>
</xsd:complexType>
|
|
Change log from version 1.1 |
- Property 'relativeTargetSpeed'. Annotation changed.
-
- New Value
- Defines the target speed as relative speed to a reference entity. Unit: [m/s].
- From 1.1.0
- Defines the target speed as relative speed to a reference entity. Unit: m/s.
- Property 'absoluteTargetSpeed'. Annotation changed.
-
- New Value
- Defines the target speed as absolute speed. Unit: [m/s].
- From 1.1.0
- Defines the target speed as absolute speed.Unit: m/s.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property relativeTargetSpeed
- XSDelement [position: "1"]
- Property absoluteTargetSpeed
- XSDelement [position: "2"]
|
To XSD