A polygon defined by a list of 'Points' (used by element 'Distribution'). |
Element | phy:Distribution/phy:polygon |
<xs:complexType name="Polygon"> <xs:annotation> <xs:documentation>A polygon defined by a list of 'Points' (used by element 'Distribution').</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="point" type="phy:Point" minOccurs="3" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |