An ordered sequence of points. (for polygons or polylines, e.g.) |
<xsd:complexType name="ptsegType"> <xsd:annotation> <xsd:documentation>An ordered sequence of points. (for polygons or polylines, e.g.)</xsd:documentation> </xsd:annotation> <xsd:sequence> <!-- elements must appear in this order --> <xsd:element name="pt" type="ptType" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>Ordered list of geographic points.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> |