Default Style schema for GML 3.1.1
GML is an OGC Standard.
Copyright (c) 2001,2005,2010 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form default:
unqualified
element form default:
qualified
version:
3.1.1.2
Element gml:defaultStyle
Namespace
http://www.opengis.net/gml
Annotations
Top-level property. Used in application schemas to "attach" the styling information to GML data. The link between the data
and the style should be established through this property only.
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the
XML Schema Section 4.14 Referencing Schemas from Elsewhere.
<element name="defaultStyle" type="gml:DefaultStylePropertyType"><annotation><documentation>Top-level property. Used in application schemas to "attach" the styling information to GML data. The link between the data and the style should be established through this property only.</documentation></annotation></element>
Element gml:_Style
Namespace
http://www.opengis.net/gml
Annotations
The value of the top-level property. It is an abstract element. Used as the head element of the substitution group for extensibility
purposes.
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it
occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.
This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<element name="_Style" type="gml:AbstractStyleType" abstract="true" substitutionGroup="gml:_GML"><annotation><documentation>The value of the top-level property. It is an abstract element. Used as the head element of the substitution group for extensibility purposes.</documentation></annotation></element>
Element gml:Style
Namespace
http://www.opengis.net/gml
Annotations
Predefined concrete value of the top-level property. Encapsulates all other styling information.
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it
occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.
This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<element name="Style" type="gml:StyleType" substitutionGroup="gml:_Style"><annotation><documentation>Predefined concrete value of the top-level property. Encapsulates all other styling information.</documentation></annotation></element>
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the
XML Schema Section 4.14 Referencing Schemas from Elsewhere.
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it
occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.
This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the
XML Schema Section 4.14 Referencing Schemas from Elsewhere.
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it
occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.
This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<element name="GeometryStyle" type="gml:GeometryStyleType" substitutionGroup="gml:_GML"><annotation><documentation>The style descriptor for geometries of a feature.</documentation></annotation></element>
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the
XML Schema Section 4.14 Referencing Schemas from Elsewhere.
<element name="symbol" type="gml:SymbolType"><annotation><documentation>The symbol property. Extends the gml:AssociationType to allow for remote referencing of symbols.</documentation></annotation></element>
Deprecated in GML version 3.1.0. Use symbol with inline content instead.
Diagram
Type
string
Properties
content:
simple
Source
<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>
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the
XML Schema Section 4.14 Referencing Schemas from Elsewhere.
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it
occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.
This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<element name="LabelStyle" type="gml:LabelStyleType" substitutionGroup="gml:_GML"><annotation><documentation>The style descriptor for labels of a feature, geometry or topology.</documentation></annotation></element>
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the
XML Schema Section 4.14 Referencing Schemas from Elsewhere.
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it
occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.
This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
<element name="TopologyStyle" type="gml:TopologyStyleType" substitutionGroup="gml:_GML"><annotation><documentation>The style descriptor for topologies of a feature. Describes individual topology elements styles.</documentation></annotation></element>
Deprecated in GML version 3.1.0. Use symbol with inline content instead.
Diagram
Type
string
Properties
content:
simple
Source
<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>
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the
XML Schema Section 4.14 Referencing Schemas from Elsewhere.
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it
occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.
This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<element name="GraphStyle" type="gml:GraphStyleType" substitutionGroup="gml:_GML"><annotation><documentation>The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.</documentation></annotation></element>
[complexType of] Top-level property. Used in application schemas to "attach" the styling information to GML data. The link
between the data and the style should be established through this property only.
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the
XML Schema Section 4.14 Referencing Schemas from Elsewhere.
<complexType name="DefaultStylePropertyType"><annotation><documentation>[complexType of] Top-level property. Used in application schemas to "attach" the styling information to GML data. The link between the data and the style should be established through this property only.</documentation></annotation><sequence><element ref="gml:_Style" minOccurs="0"/></sequence><attribute name="about" type="anyURI" use="optional"/><attributeGroup ref="gml:AssociationAttributeGroup"/></complexType>
Complex Type gml:AbstractStyleType
Namespace
http://www.opengis.net/gml
Annotations
[complexType of] The value of the top-level property. It is an abstract element. Used as the head element of the substitution
group for extensibility purposes.
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it
occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.
This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<complexType name="AbstractStyleType" abstract="true"><annotation><documentation>[complexType of] The value of the top-level property. It is an abstract element. Used as the head element of the substitution group for extensibility purposes.</documentation></annotation><complexContent><extension base="gml:AbstractGMLType"/></complexContent></complexType>
Complex Type gml:StyleType
Namespace
http://www.opengis.net/gml
Annotations
[complexType of] Predefined concrete value of the top-level property. Encapsulates all other styling information.
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it
occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.
This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<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>
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the
XML Schema Section 4.14 Referencing Schemas from Elsewhere.
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it
occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.
This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the
XML Schema Section 4.14 Referencing Schemas from Elsewhere.
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it
occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.
This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<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>
Complex Type gml:BaseStyleDescriptorType
Namespace
http://www.opengis.net/gml
Annotations
Base complex type for geometry, topology, label and graph styles.
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it
occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.
This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
<complexType name="StyleVariationType"><annotation><documentation>Used to vary individual graphic parameters and attributes of the style, symbol or text.</documentation></annotation><simpleContent><extension base="string"><attribute name="styleProperty" type="string" use="required"/><attribute name="featurePropertyRange" type="string" use="optional"/></extension></simpleContent></complexType>
Complex Type gml:SymbolType
Namespace
http://www.opengis.net/gml
Annotations
[complexType of] The symbol property. Allows for remote referencing of symbols.
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the
XML Schema Section 4.14 Referencing Schemas from Elsewhere.
<simpleType name="SymbolTypeEnumeration"><annotation><documentation>Used to specify the type of the symbol used.</documentation></annotation><restriction base="string"><enumeration value="svg"/><enumeration value="xpath"/><enumeration value="other"/></restriction></simpleType>
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the
XML Schema Section 4.14 Referencing Schemas from Elsewhere.
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it
occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.
This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<complexType name="LabelStyleType"><annotation><documentation>[complexType of] The style descriptor for labels of a feature, geometry or topology.</documentation></annotation><complexContent><extension base="gml:BaseStyleDescriptorType"><sequence><element name="style" type="string"/><element name="label" type="gml:LabelType"/></sequence></extension></complexContent></complexType>
Complex Type gml:LabelType
Namespace
http://www.opengis.net/gml
Annotations
Label is mixed -- composed of text and XPath expressions used to extract the useful information from the feature.
Defines the geometric transformation of entities. There is no particular grammar defined for this value.
Source
<complexType name="LabelType" mixed="true"><annotation><documentation>Label is mixed -- composed of text and XPath expressions used to extract the useful information from the feature.</documentation></annotation><sequence><element name="LabelExpression" type="string" minOccurs="0" maxOccurs="unbounded"/></sequence><attribute ref="gml:transform" use="optional"/></complexType>
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the
XML Schema Section 4.14 Referencing Schemas from Elsewhere.
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it
occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.
This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
<complexType name="TopologyStyleType"><annotation><documentation>[complexType of] The style descriptor for topologies of a feature. Describes individual topology elements styles.</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="topologyProperty" type="string"/><attribute name="topologyType" type="string"/></extension></complexContent></complexType>
Simple Type gml:QueryGrammarEnumeration
Namespace
http://www.opengis.net/gml
Annotations
Used to specify the grammar of the feature query mechanism.
<simpleType name="QueryGrammarEnumeration"><annotation><documentation>Used to specify the grammar of the feature query mechanism.</documentation></annotation><restriction base="string"><enumeration value="xpath"/><enumeration value="xquery"/><enumeration value="other"/></restriction></simpleType>
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the
XML Schema Section 4.14 Referencing Schemas from Elsewhere.
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it
occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.
This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<complexType name="GraphStyleType"><annotation><documentation>[complexType of] The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.</documentation></annotation><complexContent><extension base="gml:BaseStyleDescriptorType"><sequence><element name="planar" type="boolean" minOccurs="0"/><element name="directed" type="boolean" minOccurs="0"/><element name="grid" type="boolean" minOccurs="0"/><element name="minDistance" type="double" minOccurs="0"/><element name="minAngle" type="double" minOccurs="0"/><element name="graphType" type="gml:GraphTypeType" minOccurs="0"/><element name="drawingType" type="gml:DrawingTypeType" minOccurs="0"/><element name="lineType" type="gml:LineTypeType" minOccurs="0"/><element name="aestheticCriteria" type="gml:AesheticCriteriaType" minOccurs="0" maxOccurs="unbounded"/></sequence></extension></complexContent></complexType>
<attribute name="transform" type="string"><annotation><documentation>Defines the geometric transformation of entities. There is no particular grammar defined for this value.</documentation></annotation></attribute>