Definition Type: ComplexType
Name: BaseStyleDescriptorType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGMLType
Containing Schema: defaultStyle.xsd
Abstract
Documentation:
Base complex type for geometry, topology, label and graph styles.
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of BaseStyleDescriptorType in schema defaultstyle_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="BaseStyleDescriptorType">
    <annotation>
        <documentation>Base complex type for geometry, topology, label and graph styles.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGMLType">
            <sequence>
                <element name="spatialResolution" type="gml:ScaleType" minOccurs="0" />
                <element name="styleVariation" type="gml:StyleVariationType" minOccurs="0" maxOccurs="unbounded" />
                <element ref="smil20:animate" minOccurs="0" maxOccurs="unbounded" />
                <element ref="smil20:animateMotion" minOccurs="0" maxOccurs="unbounded" />
                <element ref="smil20:animateColor" minOccurs="0" maxOccurs="unbounded" />
                <element ref="smil20:set" minOccurs="0" maxOccurs="unbounded" />
            </sequence>
        </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
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:GeometryStyleType, gml:GraphStyleType, gml:LabelStyleType, gml:TopologyStyleType