Definition Type: ComplexType
Name: Polyline2D
Containing Schema: hcm-pdt.xsd
Abstract
Documentation:
A Polyline in 2D space consisting of a set of linearly connected vertices.
The
    Vertexchild element is implicitly derived by restriction from the complex type
    CartesianPointby omitting the attribute
    z.
Collapse XSD Schema Diagram:
Drilldown into closedXSD Diagram of Polyline2D
Collapse XSD Schema Code:
<xs:complexType name="Polyline2D">
    <xs:annotation>
        <xs:documentation xml:lang="en">
            <p>A Polyline in 2D space consisting of a set of linearly connected vertices.</p>
            <p>The
					<code>Vertex</code>child element is implicitly derived by restriction from the complex type
					<code>CartesianPoint</code>by omitting the attribute
					<em>z</em>.</p>
        </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Vertex" minOccurs="2" maxOccurs="unbounded">
            <xs:complexType>
                <xs:complexContent>
                    <xs:restriction base="CartesianPoint">
                        <xs:attribute name="z" type="xs:double" use="prohibited" />
                    </xs:restriction>
                </xs:complexContent>
            </xs:complexType>
        </xs:element>
    </xs:sequence>
    <xs:attribute name="closed" type="xs:boolean" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Vertex Vertex 2 unbounded
Collapse Child Attributes:
Name Type Default Value Use
closed closed (Optional)
Collapse Derivation Tree:
Collapse References:
BranchExpandedInnerContour, ExpandedOuterContour, ExpandedTraceLine,