A closed structure represented by a list of points where the first point connects with the last point. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
name | xs:string | optional |
<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> |