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 |
1..1 |
xor,
XSDelement
|
Defines the target speed as relative speed to a reference entity. Unit: [m/s]. |
|
absoluteTargetSpeed |
AbsoluteTargetSpeed |
1..1 |
xor,
XSDelement
|
Defines the target speed as absolute speed. Unit: [m/s]. |
|
XSD 1.3 Representation |
<xsd:complexType name="SpeedActionTarget">
<xsd:choice>
<xsd:element name="RelativeTargetSpeed" type="RelativeTargetSpeed"/>
<xsd:element name="AbsoluteTargetSpeed" type="AbsoluteTargetSpeed"/>
</xsd:choice>
</xsd:complexType>
|
|
Change log from version 1.2 |
- Property 'relativeTargetSpeed'. Lower cardinality changed.
- Property 'absoluteTargetSpeed'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property relativeTargetSpeed
- XSDelement [position: "1"]
- Property absoluteTargetSpeed
- XSDelement [position: "2"]
|
To XSD