Class Vertex

Applied Stereotypes:
XSDcomplexType

Vertex of a polygonal chain (polyline) trajectory specification.

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

XSD 1.1 Representation


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

Change log from version 1.0
  • Property 'time'. Lower cardinality changed.
    • New Value
      0
      From 1.0.0
      1

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

To XSD To XSD Tree