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


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