Points

A collection of points.

Complex Type Information

Model

Children: point

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string optional

Used By

Complex Types FreePoints, Manifold, Path, Polygon

Source

<xs:complexType name="Points">
  <xs:annotation>
    <xs:documentation>A collection of points.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="point" type="Point" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="name" type="xs:string" use="optional"/>
</xs:complexType>