Definition Type: Attribute
Name: closed
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: hcm-pdt.xsd
Use Optional
Documentation:
It represents a flag providing information, whether the corresponding Polyline is geometrically closed or not (i.e. the first and last vertex are connected by a Polyline
segment)
Collapse XSD Schema Diagram:
XSD Diagram of closed
Collapse XSD Schema Code:
<xs:attribute name="closed" type="xs:boolean" use="optional">
    <xs:annotation>
        <xs:documentation>It represents a flag providing information, whether the corresponding Polyline is geometrically closed or not (i.e. the first and last vertex are connected by a Polyline
					segment)</xs:documentation>
    </xs:annotation>
</xs:attribute>