Polygon

A closed structure represented by a list of points where the first point connects with the last point.

Complex Type Information

Model

Children: point

Attributes

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

Used By

Source

<xs:complexType name="Polygon">
  <xs:annotation>
    <xs:documentation>A closed structure represented by a list of points where the first point connects with the last point.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Points"/>
  </xs:complexContent>
</xs:complexType>