Definition Type: ComplexType
Name: FeatureStyleType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGMLType
Containing Schema: defaultStyle.xsd
Abstract
Documentation:
[complexType of] The style descriptor for features.
Collapse XSD Schema Diagram:
Drilldown into labelStyle in schema defaultstyle_xsd Drilldown into topologyStyle in schema defaultstyle_xsd Drilldown into geometryStyle in schema defaultstyle_xsd Drilldown into featureConstraint in schema defaultstyle_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into StandardObjectProperties in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into queryGrammar in schema defaultstyle_xsd Drilldown into baseType in schema defaultstyle_xsd Drilldown into featureType in schema defaultstyle_xsdXSD Diagram of FeatureStyleType in schema defaultstyle_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="FeatureStyleType">
    <annotation>
        <documentation>[complexType of] The style descriptor for features.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGMLType">
            <sequence>
                <element name="featureConstraint" type="string" minOccurs="0" />
                <element ref="gml:geometryStyle" minOccurs="0" maxOccurs="unbounded" />
                <element ref="gml:topologyStyle" minOccurs="0" maxOccurs="unbounded" />
                <element ref="gml:labelStyle" minOccurs="0" />
            </sequence>
            <attribute name="featureType" type="string" use="optional" />
            <attribute name="baseType" type="string" use="optional" />
            <attribute name="queryGrammar" type="gml:QueryGrammarEnumeration" />
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
featureConstraint gml:featureConstraint 0 (1)
geometryStyle gml:geometryStyle 0 unbounded
topologyStyle gml:topologyStyle 0 unbounded
labelStyle gml:labelStyle 0 (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
featureType gml:featureType Optional
baseType gml:baseType Optional
queryGrammar gml:queryGrammar (Optional)
Collapse Derivation Tree:
Collapse References:
gml:FeatureStyle