phy:Polygon

A polygon defined by a list of 'Points' (used by element
'Distribution').

Complex Type Information

Model

Children: phy:point

Used By

Source

<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>