Definition Type: SimpleType
Name: LineTypeType
Namespace: http://www.opengis.net/gml
Containing Schema: defaultStyle.xsd
Documentation:
Graph-specific styling property.
Collapse XSD Schema Diagram:
XSD Diagram of LineTypeType in schema defaultstyle_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<xsd:simpleType name="LineTypeType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd:documentation>Graph-specific styling property.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="string">
        <xsd:enumeration value="STRAIGHT" />
        <xsd:enumeration value="BENT" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration STRAIGHT
Enumeration BENT
Collapse Derivation Tree:
Collapse References:
gml:lineType