<xs:complexType name="polygonType">
<xs:annotation>
<xs:documentation>Polygon: one or more vertices; counter-clockwise encircled area is enclosed; sides should span less than 180 deg in each coordinate if spherical</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="reg:shapeType">
<xs:sequence>
<xs:element name="Vertex" type="reg:vertexType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>In order to form polygons, vertices are to be connected with straight line segments. In the case of spherical coordinates: greatcircle segments; if a smallCircle element si present, the vertex and its predecessor are to be connected with a smallcircle, by default in the CoordSys that is referenced; optionally, a pole may be specified (other than the CoordSys pole) that defines the smallcircle system</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |