Class RelativeSpeedToMaster

Applied Stereotypes:
XSDcomplexType

Speed definition relative to the master entity's speed within a SynchronizeAction.

Used in:
FinalSpeed
Properties
Name Type Cardinality AppliedStereotypes Description
speedTargetValueType SpeedTargetValueType 1..1 XSDattribute The semantics of the value (delta, offset, factor).
value double 1..1 XSDattribute Relative speed. Unit: m/s. Range: ]-inf..inf[.
steadyState SteadyState 0..1 XSDelement Optional final phase of constant (final) speed.

XSD 1.1 Representation


<xsd:complexType name="RelativeSpeedToMaster">
<xsd:sequence>
<xsd:group ref="SteadyState" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="speedTargetValueType" type="SpeedTargetValueType" use="required"/>
<xsd:attribute name="value" type="Double" use="required"/>
</xsd:complexType>

Change log from version 1.0
  • Property 'steadyState' created.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property speedTargetValueType
    • XSDattribute
  • Property value
    • XSDattribute
  • Property steadyState
    • XSDelement [position: "1"]

To XSD To XSD Tree