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:
<complexType name="StyleVariationType">
    <annotation>
        <documentation>Used to vary individual graphic parameters and attributes of the style, symbol or text.</documentation>
    </annotation>
    <simpleContent>
        <extension base="string">
            <attribute name="styleProperty" type="string" use="required" />
            <attribute name="featurePropertyRange" type="string" use="optional" />
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
styleProperty gml:styleProperty Required
featurePropertyRange gml:featurePropertyRange Optional
Collapse Derivation Tree:
Collapse References:
gml:styleVariation