Class Polyline

Applied Stereotypes:
XSDcomplexType

Polygonal chain (polyline) trajectory specification.

Used in:
Shape
Properties
  Name Type Cardinality AppliedStereotypes Description
  vertices Vertex 2..* XSDunwrapped, XSDelement Ordered chain of vertices of the polygonal chain.
XSD 1.3 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.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property vertices
    • XSDunwrapped [xsdElementName: "Vertex"]
    • XSDelement [position: "1"]

To XSD