Definition Type: ComplexType
Name: StyleType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractStyleType
Containing Schema: defaultStyle.xsd
Abstract
Documentation:
[complexType of] Predefined concrete value of the top-level property. Encapsulates all other styling information.
Collapse XSD Schema Diagram:
Drilldown into graphStyle in schema defaultstyle_xsd Drilldown into featureStyle 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 AbstractStyleType in schema defaultstyle_xsdXSD Diagram of StyleType in schema defaultstyle_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="StyleType">
    <annotation>
        <documentation>[complexType of] Predefined concrete value of the top-level property. Encapsulates all other styling information.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractStyleType">
            <sequence>
                <element ref="gml:featureStyle" maxOccurs="unbounded" />
                <element ref="gml:graphStyle" minOccurs="0" />
            </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
featureStyle gml:featureStyle (1) unbounded
graphStyle gml:graphStyle 0 (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:Style