Class Timing

Applied Stereotypes:
XSDcomplexType

Adjust the timing within time references by scale and offset.

Used in:
TimeReference
Properties
Name Type Cardinality AppliedStereotypes Description
domainAbsoluteRelative ReferenceContext 1..1 XSDattribute Definition of time value context as either absolute or relative.
scale double 1..1 XSDattribute Scaling factor for time values. While values smaller than 1.0 represent negative scaling, values larger than 1.0 will result in positive scaling. A value of 1.0 means no scaling. Range: ]0..inf[.
offset double 1..1 XSDattribute Introduction of a global offset for all time values. Unit: s; Range: ]-inf..inf[.

Migration Information from XSD 0.9.1
Derived From:
OSCPrivateAction.Routing.FollowTrajectory.Longitudinal.Timing
Property Name XSD Type XSD 0.9.1 Name Migration
domainAbsoluteRelative Attribute domain
scale Attribute scale
offset Attribute offset

XSD 1.0 Representation


<xsd:complexType name="Timing">
<xsd:attribute name="domainAbsoluteRelative" type="ReferenceContext" use="required"/>
<xsd:attribute name="scale" type="Double" use="required"/>
<xsd:attribute name="offset" type="Double" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree