Class ManualGear

Applied Stereotypes:
XSDcomplexType

Manual gear description.

Used in:
Gear
Properties
  Name Type Cardinality AppliedStereotypes Description
  number int 1..1 XSDattribute Gear number. Negative values are indicating reverse gears. Zero is neutral gear.
XSD 1.3 Representation


<xsd:complexType name="ManualGear">
<xsd:attribute name="number" type="Int" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property number
    • XSDattribute

To XSD