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.3 Representation |
<xsd:complexType name="Vertex">
<xsd:sequence>
<xsd:element name="Position" type="Position"/>
</xsd:sequence>
<xsd:attribute name="time" type="Double"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property time
- Property position
- XSDelement [position: "1"]
|
To XSD