Class Polyline
- Applied Stereotypes:
-
XSDcomplexType
Polygonal chain (polyline) trajectory specification.
- Used in:
-
Shape
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
interpolation |
Interpolation |
0..1 |
XSDelement
|
Custom interpolation settings for the Polyline shape. |
| |
vertices |
Vertex |
2..* |
XSDunwrapped,
XSDelement
|
Ordered chain of vertices of the polygonal chain. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="Polyline">
<xsd:sequence>
<xsd:element name="Vertex" type="Vertex" minOccurs="2" maxOccurs="unbounded"/>
<xsd:element name="Interpolation" type="Interpolation" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'interpolation' created.
- Property 'vertices'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
- Property 'vertices'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property interpolation
-
Property vertices
|
To XSD