Class AccelerationCondition
- Applied Stereotypes:
-
XSDcomplexType
Compares the entity's acceleration to a reference value. The logical operator used for comparison is defined by the rule attribute (less, greater, equal).
- Used in:
-
EntityCondition
Properties |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
value |
double |
1..1 |
XSDattribute
|
Acceleration value. Unit: m/s^2.
|
rule |
Rule |
1..1 |
XSDattribute
|
The operator (less, greater, equal).
|
|
Migration Information from XSD 0.9.1 |
- Derived From:
- OSCCondition.ByEntity.EntityCondition.Acceleration
|
Property Name |
XSD Type |
XSD 0.9.1 Name |
Migration |
value |
Attribute |
value |
|
rule |
Attribute |
rule |
|
|
XSD 1.0 Representation |
<xsd:complexType name="AccelerationCondition">
<xsd:attribute name="value" type="Double" use="required"/>
<xsd:attribute name="rule" type="Rule" use="required"/>
</xsd:complexType>
|
|
To XSD To XSLT To XSD Tree