Class Polyline

Applied Stereotypes:
XSDcomplexType

Polygonal chain (polyline) trajectory specification.

Used in:
Shape
Properties
Name Type Cardinality AppliedStereotypes Description
vertices Vertex 2..* XSDunwrapped Ordered chain of vertices of the polygonal chain.

Migration Information from XSD 0.9.1
Derived From:
OSCTrajectory.Vertex.Shape.Polyline
Property Name XSD Type XSD 0.9.1 Name Migration
vertices Element N/A Restructured in version 1.0.

XSD 1.0 Representation


<xsd:complexType name="Polyline">
<xsd:sequence>
<xsd:element name="Vertex" type="Vertex" minOccurs="2" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>

XSD Transformation
UML Element Stereotype Description
vertices XSDunwrapped This property represents an unwrapped list in XSD. The element name 'Vertex' is used for the list elements.

To XSD To XSLT To XSD Tree