The PolyLineType defines a polyline as an ordered list of points. The polyline is a continuous path consisting of line segments from point 1 to point 2, point 2 to point 3, etc. A polyline is not necessarily closed. To make a closed polyline, the last point should be the same as the first.
<xs:complexType name="PolyLineType"><xs:annotation><xs:documentation>The PolyLineType defines a polyline as an ordered list of points. The polyline is a continuous path consisting of line segments from point 1 to point 2, point 2 to point 3, etc. A polyline is not necessarily closed. To make a closed polyline, the last point should be the same as the first.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ArrayPointType"/></xs:complexContent></xs:complexType>