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 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:
<xsd:complexType name="StyleType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd:documentation>[complexType of] Predefined concrete value of the top-level property. Encapsulates all other styling information.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="gml:AbstractStyleType">
            <xsd:sequence>
                <xsd:element ref="gml:FeatureStyle" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="gml:GraphStyle" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd: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 0 unbounded
GraphStyle gml:GraphStyle 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:Style