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. |
| |
motion |
Motion |
0..1 |
XSDelement
|
The speed and acceleration at the vertex. |
| |
position |
Position |
1..1 |
XSDelement
|
Position of the vertex. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="Vertex">
<xsd:sequence>
<xsd:element name="Position" type="Position"/>
<xsd:element name="Motion" type="Motion" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="time" type="Double"/>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'motion' created.
- Property 'position'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property time
-
Property motion
-
Property position
|
To XSD