Class Gear

Applied Stereotypes:
XSDgroup, XSDcomplexType, union

Gear description.

Used in:
OverrideGearAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  manualGear ManualGear 1..1 xor, XSDelement Manual gear description.
  automaticGear AutomaticGear 1..1 xor, XSDelement Automatic gear description.
XSD 1.3 Representation


<xsd:group name="Gear">
<xsd:choice>
<xsd:element name="ManualGear" type="ManualGear"/>
<xsd:element name="AutomaticGear" type="AutomaticGear"/>
</xsd:choice>
</xsd:group>

Stereotype Details Information
  • Class
    • XSDgroup [modelGroup: "choice"]
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property manualGear
    • xor
    • XSDelement [position: "1"]
  • Property automaticGear
    • xor
    • XSDelement [position: "2"]

To XSD