Class Performance

Applied Stereotypes:
XSDcomplexType

Container for Performance values of a vehicle.

Used in:
Vehicle
Properties
Name Type Cardinality AppliedStereotypes Description
maxSpeed double 1..1 XSDattribute Maximum speed of the vehicle. Unit: m/s.
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[.

Migration Information from XSD 0.9.1
Derived From:
OSCVehicle.Performance
Property Name XSD Type XSD 0.9.1 Name Migration
maxSpeed Attribute maxSpeed
maxAcceleration Attribute maxAcceleration
maxDeceleration Attribute maxDeceleration
Attribute mass Removed

XSD 1.0 Representation


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

To XSD To XSLT To XSD Tree