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.
XSD 1.4 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>

Change log from version 1.3
  • Property 'number'. Stereotype <<deprecated>>. Tagged value 'withVersion' removed.
  • Property 'number'. Stereotype <<deprecated>>. Tagged value 'comment' removed.
  • Property 'gear'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property active
    • XSDattribute
  • Property number
    • XSDattribute
    • deprecated
  • Property gear
    • XSDelement

To XSD