Class BrakeInput
- Applied Stereotypes:
-
XSDgroup,
union
An action serves to create or modify all dynamic elements of a scenario.
- Used in:
-
OverrideBrakeAction ,
OverrideParkingBrakeAction
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
brakeForce |
Brake |
1..1 |
xor,
XSDelement
|
Used if the brake input should be interpret as Force |
| |
brakePercent |
Brake |
1..1 |
xor,
XSDelement
|
Used if the brake input should be interpret as Percent |
|
|
XSD 1.4 Representation
|
<xsd:group name="BrakeInput">
<xsd:choice>
<xsd:element name="BrakePercent" type="Brake"/>
<xsd:element name="BrakeForce" type="Brake"/>
</xsd:choice>
</xsd:group>
|
|
|
Change log from version 1.3
|
- Property 'brakeForce'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'brakePercent'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDgroup [modelGroup: "choice"]
-
Property brakeForce
-
Property brakePercent
|
To XSD