Class Vertex

Applied Stereotypes:
XSDcomplexType

Vertex of a polygonal chain (polyline) trajectory specification.

Used in:
Polyline
Properties
Name Type Cardinality AppliedStereotypes Description
time double 1..1 XSDattribute Optional time specification of the vertex.
position Position 1..1 Position of the vertex.

Migration Information from XSD 0.9.1
Derived From:
OSCTrajectory.Vertex
Property Name XSD Type XSD 0.9.1 Name Migration
time Attribute N/A Restructured in version 1.0.
position Element Position
Element shape Restructured in version 1.0. Not automatically migrated.
Attribute reference Restructured in version 1.0. Not automatically migrated.

XSD 1.0 Representation


<xsd:complexType name="Vertex">
<xsd:sequence>
<xsd:element name="Position" type="Position"/>
</xsd:sequence>
<xsd:attribute name="time" type="Double" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree