simpleType LineTypeType
namespace http://www.opengis.net/gml
type restriction of xs:string
used by
element GraphStyleType/lineType
facets
Kind Value annotation 
enumeration STRAIGHT 
enumeration BENT 
annotation
documentation
Graph-specific styling property.
source <xs:simpleType name="LineTypeType">
 
<xs:annotation>
   
<xs:documentation>Graph-specific styling property.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="string">
   
<xs:enumeration value="STRAIGHT"/>
   
<xs:enumeration value="BENT"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy