Definition Type: ComplexType
Name: GeometryStyleType
Namespace: http://www.opengis.net/gml
Type: gml:BaseStyleDescriptorType
Containing Schema: defaultStyle.xsd
Abstract
Documentation:
[complexType of] The style descriptor for geometries of a feature.
Collapse XSD Schema Diagram:
Drilldown into labelStyle in schema defaultstyle_xsd Drilldown into style in schema defaultstyle_xsd Drilldown into symbol 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 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 BaseStyleDescriptorType in schema defaultstyle_xsd Drilldown into geometryType in schema defaultstyle_xsd Drilldown into geometryProperty in schema defaultstyle_xsdXSD Diagram of GeometryStyleType in schema defaultstyle_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="GeometryStyleType">
    <annotation>
        <documentation>[complexType of] The style descriptor for geometries of a feature.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:BaseStyleDescriptorType">
            <sequence>
                <choice>
                    <element ref="gml:symbol" />
                    <element name="style" type="string">
                        <annotation>
                            <appinfo>deprecated</appinfo>
                            <documentation>Deprecated in GML version 3.1.0. Use symbol with inline content instead.</documentation>
                        </annotation>
                    </element>
                </choice>
                <element ref="gml:labelStyle" minOccurs="0" />
            </sequence>
            <attribute name="geometryProperty" type="string" />
            <attribute name="geometryType" type="string" />
        </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
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
symbol gml:symbol (1) (1)
style gml:style (1) (1)
labelStyle gml:labelStyle 0 (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
geometryProperty gml:geometryProperty (Optional)
geometryType gml:geometryType (Optional)
Collapse Derivation Tree:
Collapse References:
gml:GeometryStyle