Definition Type: ComplexType
Name: FeatureStyleType
Namespace: http://www.opengis.net/gml
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 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:
<xsd:complexType name="FeatureStyleType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd:documentation>[complexType of] The style descriptor for features.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="featureConstraint" type="string" minOccurs="0" />
        <xsd:element ref="gml:GeometryStyle" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="gml:TopologyStyle" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="gml:LabelStyle" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="featureType" type="string" use="optional" />
    <xsd:attribute name="baseType" type="string" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
featureConstraint gml:featureConstraint 0 (1)
GeometryStyle gml:GeometryStyle 0 unbounded
TopologyStyle gml:TopologyStyle 0 unbounded
LabelStyle gml:LabelStyle 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
featureType gml:featureType Optional
baseType gml:baseType Optional
Collapse Derivation Tree:
Collapse References:
gml:FeatureStyle