complexType GraphStyleType
diagram index_p758.png
namespace http://www.opengis.net/gml
type extension of gml:BaseStyleDescriptorType
properties
base gml:BaseStyleDescriptorType
children gml:metaDataProperty gml:description gml:name gml:spatialResolution gml:styleVariation smil20:animate smil20:animateMotion smil20:animateColor smil20:set gml:planar gml:directed gml:grid gml:minDistance gml:minAngle gml:graphType gml:drawingType gml:lineType gml:aestheticCriteria
used by
element GraphStyle
attributes
Name  Type  Use  Default  Fixed  annotation
idoptional      
documentation
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
annotation
documentation
[complexType of] The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.
source <xs:complexType name="GraphStyleType">
 
<xs:annotation>
   
<xs:documentation>[complexType of] The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:BaseStyleDescriptorType">
     
<xs:sequence>
       
<xs:element name="planar" type="boolean" minOccurs="0"/>
       
<xs:element name="directed" type="boolean" minOccurs="0"/>
       
<xs:element name="grid" type="boolean" minOccurs="0"/>
       
<xs:element name="minDistance" type="double" minOccurs="0"/>
       
<xs:element name="minAngle" type="double" minOccurs="0"/>
       
<xs:element name="graphType" type="gml:GraphTypeType" minOccurs="0"/>
       
<xs:element name="drawingType" type="gml:DrawingTypeType" minOccurs="0"/>
       
<xs:element name="lineType" type="gml:LineTypeType" minOccurs="0"/>
       
<xs:element name="aestheticCriteria" type="gml:AesheticCriteriaType" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element GraphStyleType/planar
diagram index_p759.png
namespace http://www.opengis.net/gml
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="planar" type="boolean" minOccurs="0"/>

element GraphStyleType/directed
diagram index_p760.png
namespace http://www.opengis.net/gml
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="directed" type="boolean" minOccurs="0"/>

element GraphStyleType/grid
diagram index_p761.png
namespace http://www.opengis.net/gml
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="grid" type="boolean" minOccurs="0"/>

element GraphStyleType/minDistance
diagram index_p762.png
namespace http://www.opengis.net/gml
type xs:double
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="minDistance" type="double" minOccurs="0"/>

element GraphStyleType/minAngle
diagram index_p763.png
namespace http://www.opengis.net/gml
type xs:double
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="minAngle" type="double" minOccurs="0"/>

element GraphStyleType/graphType
diagram index_p764.png
namespace http://www.opengis.net/gml
type gml:GraphTypeType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration TREE 
enumeration BICONNECTED 
source <xs:element name="graphType" type="gml:GraphTypeType" minOccurs="0"/>

element GraphStyleType/drawingType
diagram index_p765.png
namespace http://www.opengis.net/gml
type gml:DrawingTypeType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration POLYLINE 
enumeration ORTHOGONAL 
source <xs:element name="drawingType" type="gml:DrawingTypeType" minOccurs="0"/>

element GraphStyleType/lineType
diagram index_p766.png
namespace http://www.opengis.net/gml
type gml:LineTypeType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration STRAIGHT 
enumeration BENT 
source <xs:element name="lineType" type="gml:LineTypeType" minOccurs="0"/>

element GraphStyleType/aestheticCriteria
diagram index_p767.png
namespace http://www.opengis.net/gml
type gml:AesheticCriteriaType
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value annotation 
enumeration MIN_CROSSINGS 
enumeration MIN_AREA 
enumeration MIN_BENDS 
enumeration MAX_BENDS 
enumeration UNIFORM_BENDS 
enumeration MIN_SLOPES 
enumeration MIN_EDGE_LENGTH 
enumeration MAX_EDGE_LENGTH 
enumeration UNIFORM_EDGE_LENGTH 
enumeration MAX_ANGULAR_RESOLUTION 
enumeration MIN_ASPECT_RATIO 
enumeration MAX_SYMMETRIES 
source <xs:element name="aestheticCriteria" type="gml:AesheticCriteriaType" minOccurs="0" maxOccurs="unbounded"/>


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