Class AbsoluteSpeed
- Applied Stereotypes:
-
XSDcomplexType
Absolute speed definition.
- Used in:
-
FinalSpeed
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
value |
double |
1..1 |
XSDattribute
|
Absolute speed. Unit: [m/s]. Range: [0..inf[. |
|
steadyState |
SteadyState |
0..1 |
XSDelement
|
Optional final phase of constant (final) speed. |
|
XSD 1.3 Representation |
<xsd:complexType name="AbsoluteSpeed">
<xsd:sequence>
<xsd:group ref="SteadyState" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="value" type="Double" use="required"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property value
- Property steadyState
- XSDelement [position: "1"]
|
To XSD