Class OverrideGearAction
- Applied Stereotypes:
-
XSDcomplexType
Defines the state of the gear of a vehicle, when overriding a gear value in a ControllerAction.
- Used in:
-
OverrideControllerValueAction
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
active |
boolean |
1..1 |
XSDattribute
|
True: override; false: stop overriding. |
D |
number |
double |
0..1 |
XSDattribute,
deprecated
|
Gear number. |
|
gear |
Gear |
0..1 |
XSDelement
|
Gear description. |
|
Deprecation |
- Property number deprecated. With version 1.2. Use automatic gear or manual gear.
|
XSD 1.3 Representation |
<xsd:complexType name="OverrideGearAction">
<xsd:sequence>
<xsd:group ref="Gear" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="active" type="Boolean" use="required"/>
<xsd:attribute name="number" type="Double">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property active
- Property number
- deprecated [withVersion: "1.2"; comment: "Use automatic gear or manual gear."]
- Property gear
- XSDelement [position: "1"]
|
To XSD