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²]. Range: [0..inf[. |
|
maxAccelerationRate |
double |
0..1 |
XSDattribute
|
Maximum acceleration rate of the vehicle. Unit: [m/s³]. Range: [0..inf[. If omitted then infinity is assumed. |
|
maxDeceleration |
double |
1..1 |
XSDattribute
|
Maximum deceleration of the vehicle. Unit: [m/s²]. Range: [0..inf[. |
|
maxDecelerationRate |
double |
0..1 |
XSDattribute
|
Maximum deceleration rate of the vehicle. Unit: [m/s³]. Range: [0..inf[. If omitted then infinity is assumed. |
|
maxSpeed |
double |
1..1 |
XSDattribute
|
Maximum speed of the vehicle. Unit: [m/s]. |
|
XSD 1.3 Representation |
<xsd:complexType name="Performance">
<xsd:attribute name="maxAcceleration" type="Double" use="required"/>
<xsd:attribute name="maxAccelerationRate" type="Double"/>
<xsd:attribute name="maxDeceleration" type="Double" use="required"/>
<xsd:attribute name="maxDecelerationRate" type="Double"/>
<xsd:attribute name="maxSpeed" type="Double" use="required"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property maxAcceleration
- Property maxAccelerationRate
- Property maxDeceleration
- Property maxDecelerationRate
- Property maxSpeed
|
To XSD