Definition Type: ComplexType
Name: GraphStyleType
Namespace: http://www.opengis.net/gml
Type: gml:BaseStyleDescriptorType
Containing Schema: defaultStyle.xsd
Abstract
Documentation:
[complexType of] The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.
Collapse XSD Schema Diagram:
Drilldown into aestheticCriteria in schema defaultstyle_xsd Drilldown into lineType in schema defaultstyle_xsd Drilldown into drawingType in schema defaultstyle_xsd Drilldown into graphType in schema defaultstyle_xsd Drilldown into minAngle in schema defaultstyle_xsd Drilldown into minDistance in schema defaultstyle_xsd Drilldown into grid in schema defaultstyle_xsd Drilldown into directed in schema defaultstyle_xsd Drilldown into planar in schema defaultstyle_xsd Drilldown into set in schema smil20_xsd Drilldown into animateColor in schema smil20_xsd Drilldown into animateMotion in schema smil20_xsd Drilldown into animate in schema smil20_xsd Drilldown into styleVariation in schema defaultstyle_xsd Drilldown into spatialResolution in schema defaultstyle_xsd Drilldown into BaseStyleDescriptorType in schema defaultstyle_xsdXSD Diagram of GraphStyleType in schema defaultstyle_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="GraphStyleType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd:documentation>[complexType of] The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="gml:BaseStyleDescriptorType">
            <xsd:sequence>
                <xsd:element name="planar" type="boolean" minOccurs="0" />
                <xsd:element name="directed" type="boolean" minOccurs="0" />
                <xsd:element name="grid" type="boolean" minOccurs="0" />
                <xsd:element name="minDistance" type="double" minOccurs="0" />
                <xsd:element name="minAngle" type="double" minOccurs="0" />
                <xsd:element name="graphType" type="gml:GraphTypeType" minOccurs="0" />
                <xsd:element name="drawingType" type="gml:DrawingTypeType" minOccurs="0" />
                <xsd:element name="lineType" type="gml:LineTypeType" minOccurs="0" />
                <xsd:element name="aestheticCriteria" type="gml:AesheticCriteriaType" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
spatialResolution gml:spatialResolution 0 (1)
styleVariation gml:styleVariation 0 unbounded
animate smil20:animate 0 unbounded
animateMotion smil20:animateMotion 0 unbounded
animateColor smil20:animateColor 0 unbounded
set smil20:set 0 unbounded
planar gml:planar 0 (1)
directed gml:directed 0 (1)
grid gml:grid 0 (1)
minDistance gml:minDistance 0 (1)
minAngle gml:minAngle 0 (1)
graphType gml:graphType 0 (1)
drawingType gml:drawingType 0 (1)
lineType gml:lineType 0 (1)
aestheticCriteria gml:aestheticCriteria 0 unbounded
Collapse Derivation Tree:
Collapse References:
gml:GraphStyle