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 |
|
brakePercent |
Brake |
1..1 |
xor,
XSDelement
|
Used if the brake input should be interpret as Percent |
|
brakeForce |
Brake |
1..1 |
xor,
XSDelement
|
Used if the brake input should be interpret as Force |
|
XSD 1.3 Representation |
<xsd:group name="BrakeInput">
<xsd:choice>
<xsd:element name="BrakePercent" type="Brake"/>
<xsd:element name="BrakeForce" type="Brake"/>
</xsd:choice>
</xsd:group>
|
|
Stereotype Details Information |
- Class
- XSDgroup [modelGroup: "choice"]
- Property brakePercent
- XSDelement [position: "1"]
- Property brakeForce
- XSDelement [position: "2"]
|
To XSD