Definition Type: ComplexType
Name: StyleVariationType
Namespace: http://www.opengis.net/gml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: defaultStyle.xsd
Abstract
Documentation:
Used to vary individual graphic parameters and attributes of the style, symbol or text.
Collapse XSD Schema Diagram:
Drilldown into featurePropertyRange in schema defaultstyle_xsd Drilldown into styleProperty in schema defaultstyle_xsdXSD Diagram of StyleVariationType in schema defaultstyle_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="StyleVariationType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd:documentation>Used to vary individual graphic parameters and attributes of the style, symbol or text.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="string">
            <xsd:attribute name="styleProperty" type="string" use="required" />
            <xsd:attribute name="featurePropertyRange" type="string" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
styleProperty gml:styleProperty Required
featurePropertyRange gml:featurePropertyRange Optional
Collapse Derivation Tree:
Collapse References:
gml:styleVariation