<xsd:complexType name="Line">
<xsd:annotation>
<xsd:documentation>Line is used when an object is described as a set of lines. A continuous sequence points defined by a set of coordinates. If the line is closed, i.e. the starting point is the same as the end point, the sequence of points should be written in counter-clockwise direction.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="BDBase">
<xsd:sequence>
<xsd:element name="xyzSequence" minOccurs="1" maxOccurs="unbounded" type="XYZSequence"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |