Enumeration DynamicsDimension

Defines how a target value will be acquired (with a constant rate, in a defined distance, within a defined time).

Used in:
TransitionDynamics
Enumeration Literals
Name Applied Stereotypes Description
distance A predefined distance used to acquire the target value.
rate A predefined constant rate is used to acquire the target value.
time A predefined time (duration) is used to acquire the target value.

XSD 1.1 Representation


<xsd:simpleType name="DynamicsDimension">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="distance"/>
<xsd:enumeration value="rate"/>
<xsd:enumeration value="time"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

To XSD