Definition Type: ComplexType
Name: BaseStyleDescriptorType
Namespace: http://www.opengis.net/gml
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_xsdXSD Diagram of BaseStyleDescriptorType in schema defaultstyle_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="BaseStyleDescriptorType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd:documentation>Base complex type for geometry, topology, label and graph styles.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="spatialResolution" type="gml:ScaleType" minOccurs="0" />
        <xsd:element name="styleVariation" type="gml:StyleVariationType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="smil20:animate" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="smil20:animateMotion" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="smil20:animateColor" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="smil20:set" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
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
Collapse Derivation Tree:
Collapse References:
gml:GeometryStyleType, gml:GraphStyleType, gml:LabelStyleType, gml:TopologyStyleType