Class Performance

Applied Stereotypes:
XSDcomplexType

Container for Performance values of a vehicle.

Used in:
Vehicle
Properties
Name Type Cardinality AppliedStereotypes Description
maxAcceleration double 1..1 XSDattribute Maximum acceleration of the vehicle. Unit: m/s^2. Range: [0..inf[.
maxDeceleration double 1..1 XSDattribute Maximum deceleration of the vehicle. Unit: m/s^2. Range: [0..inf[.
maxSpeed double 1..1 XSDattribute Maximum speed of the vehicle. Unit: m/s.

XSD 1.1 Representation


<xsd:complexType name="Performance">
<xsd:attribute name="maxAcceleration" type="Double" use="required"/>
<xsd:attribute name="maxDeceleration" type="Double" use="required"/>
<xsd:attribute name="maxSpeed" type="Double" use="required"/>
</xsd:complexType>

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

To XSD To XSD Tree