Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema defaultStyle.xsd
Namespace http://standardit.tapio.fi/schemas/forestData/envelope
Annotations
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.
Diagram
Diagram index57.tmp#id4052 index6.tmp#id232 index57.tmp#id4050 index57.tmp#id4049
Type gml:DefaultStylePropertyType
Properties
content: complex
Model gml:_Style{0,1}
Children gml:_Style
Instance
<gml:defaultStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:_Style gml:id="">{0,1}</gml:_Style>
</gml:defaultStyle>
Attributes
QName Type Fixed Default Use Annotation
about anyURI optional
gml:remoteSchema anyURI optional
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.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<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.
Diagram
Diagram index6.tmp#id264 index6.tmp#id230 index6.tmp#id250 index6.tmp#id252 index6.tmp#id229 index6.tmp#id228 index57.tmp#id4051 index57.tmp#id3330 index6.tmp#id3095
Type gml:AbstractStyleType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name*
Children gml:description, gml:metaDataProperty, gml:name
Instance
<gml:_Style gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:_Style>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
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.
Diagram
Diagram index6.tmp#id264 index6.tmp#id230 index6.tmp#id250 index6.tmp#id252 index6.tmp#id229 index6.tmp#id228 index57.tmp#id4051 index57.tmp#id4054 index57.tmp#id4175 index57.tmp#id4053 index57.tmp#id4050
Type gml:StyleType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:featureStyle+ , gml:graphStyle{0,1}
Children gml:description, gml:featureStyle, gml:graphStyle, gml:metaDataProperty, gml:name
Instance
<gml:Style gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:Style>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
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>
Element gml:featureStyle
Namespace http://www.opengis.net/gml
Annotations
Diagram
Diagram index57.tmp#id4174 index6.tmp#id232 index57.tmp#id3331 index57.tmp#id4055
Type gml:FeatureStylePropertyType
Properties
content: complex
Used by
Complex Type gml:StyleType
Model gml:FeatureStyle{0,1}
Children gml:FeatureStyle
Instance
<gml:featureStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:FeatureStyle baseType="" featureType="" gml:id="" queryGrammar="">{0,1}</gml:FeatureStyle>
</gml:featureStyle>
Attributes
QName Type Fixed Default Use Annotation
about anyURI optional
gml:remoteSchema anyURI optional
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.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="featureStyle" type="gml:FeatureStylePropertyType">
  <annotation>
    <documentation/>
  </annotation>
</element>
Element gml:FeatureStyle
Namespace http://www.opengis.net/gml
Annotations
The style descriptor for features.
Diagram
Diagram index6.tmp#id264 index6.tmp#id230 index6.tmp#id250 index6.tmp#id252 index6.tmp#id229 index6.tmp#id228 index57.tmp#id4170 index57.tmp#id4171 index57.tmp#id4172 index57.tmp#id4057 index57.tmp#id4058 index57.tmp#id4163 index57.tmp#id4152 index57.tmp#id4056 index6.tmp#id3095
Type gml:FeatureStyleType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:featureConstraint{0,1} , gml:geometryStyle* , gml:topologyStyle* , gml:labelStyle{0,1}
Children gml:description, gml:featureConstraint, gml:geometryStyle, gml:labelStyle, gml:metaDataProperty, gml:name, gml:topologyStyle
Instance
<gml:FeatureStyle baseType="" featureType="" gml:id="" queryGrammar="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:FeatureStyle>
Attributes
QName Type Fixed Default Use Annotation
baseType string optional
featureType string optional
gml:id ID optional
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.
queryGrammar gml:QueryGrammarEnumeration optional
Source
<element name="FeatureStyle" type="gml:FeatureStyleType" substitutionGroup="gml:_GML">
  <annotation>
    <documentation>The style descriptor for features.</documentation>
  </annotation>
</element>
Element gml:FeatureStyleType / gml:featureConstraint
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type string
Properties
content: simple
minOccurs: 0
Source
<element name="featureConstraint" type="string" minOccurs="0"/>
Element gml:geometryStyle
Namespace http://www.opengis.net/gml
Annotations
Diagram
Diagram index57.tmp#id4162 index6.tmp#id232 index57.tmp#id3332 index57.tmp#id4059
Type gml:GeometryStylePropertyType
Properties
content: complex
Used by
Complex Type gml:FeatureStyleType
Model gml:GeometryStyle{0,1}
Children gml:GeometryStyle
Instance
<gml:geometryStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:GeometryStyle geometryProperty="" geometryType="" gml:id="">{0,1}</gml:GeometryStyle>
</gml:geometryStyle>
Attributes
QName Type Fixed Default Use Annotation
about anyURI optional
gml:remoteSchema anyURI optional
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.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="geometryStyle" type="gml:GeometryStylePropertyType">
  <annotation>
    <documentation/>
  </annotation>
</element>
Element gml:GeometryStyle
Namespace http://www.opengis.net/gml
Annotations
The style descriptor for geometries of a feature.
Diagram
Diagram index6.tmp#id264 index6.tmp#id230 index6.tmp#id250 index6.tmp#id252 index6.tmp#id229 index6.tmp#id228 index57.tmp#id4062 index57.tmp#id4063 index33.tmp#id4067 index33.tmp#id4132 index33.tmp#id4137 index33.tmp#id4141 index57.tmp#id4061 index57.tmp#id4160 index57.tmp#id4161 index57.tmp#id4145 index57.tmp#id4151 index57.tmp#id4152 index57.tmp#id4060 index6.tmp#id3095
Type gml:GeometryStyleType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:spatialResolution{0,1} , gml:styleVariation* , smil20:animate* , smil20:animateMotion* , smil20:animateColor* , smil20:set* , (gml:symbol | gml:style) , gml:labelStyle{0,1}
Children gml:description, gml:labelStyle, gml:metaDataProperty, gml:name, gml:spatialResolution, gml:style, gml:styleVariation, gml:symbol, smil20:animate, smil20:animateColor, smil20:animateMotion, smil20:set
Instance
<gml:GeometryStyle geometryProperty="" geometryType="" gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:GeometryStyle>
Attributes
QName Type Fixed Default Use Annotation
geometryProperty string optional
geometryType string optional
gml:id ID optional
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>
Element gml:BaseStyleDescriptorType / gml:spatialResolution
Namespace http://www.opengis.net/gml
Diagram
Diagram index31.tmp#id3134 index31.tmp#id3133 index73.tmp#id3219
Type gml:ScaleType
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<element name="spatialResolution" type="gml:ScaleType" minOccurs="0"/>
Element gml:BaseStyleDescriptorType / gml:styleVariation
Namespace http://www.opengis.net/gml
Diagram
Diagram index57.tmp#id4065 index57.tmp#id4066 index57.tmp#id4064
Type gml:StyleVariationType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
featurePropertyRange string optional
styleProperty string required
Source
<element name="styleVariation" type="gml:StyleVariationType" minOccurs="0" maxOccurs="unbounded"/>
Element gml:symbol
Namespace http://www.opengis.net/gml
Annotations
The symbol property. Extends the gml:AssociationType to allow for remote referencing of symbols.
Diagram
Diagram index57.tmp#id4147 index57.tmp#id4149 index57.tmp#id4150 index6.tmp#id232 index57.tmp#id4146
Type gml:SymbolType
Properties
content: complex
Used by
Model ANY element from ANY namespace
Attributes
QName Type Fixed Default Use Annotation
about anyURI optional
gml:remoteSchema anyURI optional
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.
gml:transform string optional
Defines the geometric transformation of entities. There is no particular grammar defined for this value.
symbolType gml:SymbolTypeEnumeration required
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<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>
Element gml:GeometryStyleType / gml:style
Namespace http://www.opengis.net/gml
Annotations
Deprecated in GML version 3.1.0. Use symbol with inline content instead.
Diagram
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>
Element gml:labelStyle
Namespace http://www.opengis.net/gml
Annotations
Diagram
Diagram index57.tmp#id4159 index6.tmp#id232 index57.tmp#id3334 index57.tmp#id4153
Type gml:LabelStylePropertyType
Properties
content: complex
Used by
Model gml:LabelStyle{0,1}
Children gml:LabelStyle
Instance
<gml:labelStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:LabelStyle gml:id="">{0,1}</gml:LabelStyle>
</gml:labelStyle>
Attributes
QName Type Fixed Default Use Annotation
about anyURI optional
gml:remoteSchema anyURI optional
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.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="labelStyle" type="gml:LabelStylePropertyType">
  <annotation>
    <documentation/>
  </annotation>
</element>
Element gml:LabelStyle
Namespace http://www.opengis.net/gml
Annotations
The style descriptor for labels of a feature, geometry or topology.
Diagram
Diagram index6.tmp#id264 index6.tmp#id230 index6.tmp#id250 index6.tmp#id252 index6.tmp#id229 index6.tmp#id228 index57.tmp#id4062 index57.tmp#id4063 index33.tmp#id4067 index33.tmp#id4132 index33.tmp#id4137 index33.tmp#id4141 index57.tmp#id4061 index57.tmp#id4155 index57.tmp#id4156 index57.tmp#id4154 index6.tmp#id3095
Type gml:LabelStyleType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:spatialResolution{0,1} , gml:styleVariation* , smil20:animate* , smil20:animateMotion* , smil20:animateColor* , smil20:set* , gml:style , gml:label
Children gml:description, gml:label, gml:metaDataProperty, gml:name, gml:spatialResolution, gml:style, gml:styleVariation, smil20:animate, smil20:animateColor, smil20:animateMotion, smil20:set
Instance
<gml:LabelStyle gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:LabelStyle>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
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>
Element gml:LabelStyleType / gml:style
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type string
Properties
content: simple
Source
<element name="style" type="string"/>
Element gml:LabelStyleType / gml:label
Namespace http://www.opengis.net/gml
Diagram
Diagram index57.tmp#id4149 index57.tmp#id4158 index57.tmp#id4157
Type gml:LabelType
Properties
content: complex
mixed: true
Model gml:LabelExpression*
Children gml:LabelExpression
Instance
<gml:label gml:transform="">
  <gml:LabelExpression>{0,unbounded}</gml:LabelExpression>
</gml:label>
Attributes
QName Type Fixed Default Use Annotation
gml:transform string optional
Defines the geometric transformation of entities. There is no particular grammar defined for this value.
Source
<element name="label" type="gml:LabelType"/>
Element gml:LabelType / gml:LabelExpression
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<element name="LabelExpression" type="string" minOccurs="0" maxOccurs="unbounded"/>
Element gml:topologyStyle
Namespace http://www.opengis.net/gml
Annotations
Diagram
Diagram index57.tmp#id4169 index6.tmp#id232 index57.tmp#id3333 index57.tmp#id4164
Type gml:TopologyStylePropertyType
Properties
content: complex
Used by
Complex Type gml:FeatureStyleType
Model gml:TopologyStyle{0,1}
Children gml:TopologyStyle
Instance
<gml:topologyStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:TopologyStyle gml:id="" topologyProperty="" topologyType="">{0,1}</gml:TopologyStyle>
</gml:topologyStyle>
Attributes
QName Type Fixed Default Use Annotation
about anyURI optional
gml:remoteSchema anyURI optional
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.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="topologyStyle" type="gml:TopologyStylePropertyType">
  <annotation>
    <documentation/>
  </annotation>
</element>
Element gml:TopologyStyle
Namespace http://www.opengis.net/gml
Annotations
The style descriptor for topologies of a feature. Describes individual topology elements styles.
Diagram
Diagram index6.tmp#id264 index6.tmp#id230 index6.tmp#id250 index6.tmp#id252 index6.tmp#id229 index6.tmp#id228 index57.tmp#id4062 index57.tmp#id4063 index33.tmp#id4067 index33.tmp#id4132 index33.tmp#id4137 index33.tmp#id4141 index57.tmp#id4061 index57.tmp#id4167 index57.tmp#id4168 index57.tmp#id4145 index57.tmp#id4166 index57.tmp#id4152 index57.tmp#id4165 index6.tmp#id3095
Type gml:TopologyStyleType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:spatialResolution{0,1} , gml:styleVariation* , smil20:animate* , smil20:animateMotion* , smil20:animateColor* , smil20:set* , (gml:symbol | gml:style) , gml:labelStyle{0,1}
Children gml:description, gml:labelStyle, gml:metaDataProperty, gml:name, gml:spatialResolution, gml:style, gml:styleVariation, gml:symbol, smil20:animate, smil20:animateColor, smil20:animateMotion, smil20:set
Instance
<gml:TopologyStyle gml:id="" topologyProperty="" topologyType="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:TopologyStyle>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
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.
topologyProperty string optional
topologyType string optional
Source
<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>
Element gml:TopologyStyleType / gml:style
Namespace http://www.opengis.net/gml
Annotations
Deprecated in GML version 3.1.0. Use symbol with inline content instead.
Diagram
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>
Element gml:graphStyle
Namespace http://www.opengis.net/gml
Annotations
Diagram
Diagram index57.tmp#id4191 index6.tmp#id232 index57.tmp#id3335 index57.tmp#id4176
Type gml:GraphStylePropertyType
Properties
content: complex
Used by
Complex Type gml:StyleType
Model gml:GraphStyle{0,1}
Children gml:GraphStyle
Instance
<gml:graphStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:GraphStyle gml:id="">{0,1}</gml:GraphStyle>
</gml:graphStyle>
Attributes
QName Type Fixed Default Use Annotation
about anyURI optional
gml:remoteSchema anyURI optional
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.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="graphStyle" type="gml:GraphStylePropertyType">
  <annotation>
    <documentation/>
  </annotation>
</element>
Element gml:GraphStyle
Namespace http://www.opengis.net/gml
Annotations
The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.
Diagram
Diagram index6.tmp#id264 index6.tmp#id230 index6.tmp#id250 index6.tmp#id252 index6.tmp#id229 index6.tmp#id228 index57.tmp#id4062 index57.tmp#id4063 index33.tmp#id4067 index33.tmp#id4132 index33.tmp#id4137 index33.tmp#id4141 index57.tmp#id4061 index57.tmp#id4178 index57.tmp#id4179 index57.tmp#id4180 index57.tmp#id4181 index57.tmp#id4182 index57.tmp#id4183 index57.tmp#id4185 index57.tmp#id4187 index57.tmp#id4189 index57.tmp#id4177 index6.tmp#id3095
Type gml:GraphStyleType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:spatialResolution{0,1} , gml:styleVariation* , smil20:animate* , smil20:animateMotion* , smil20:animateColor* , smil20:set* , gml:planar{0,1} , gml:directed{0,1} , gml:grid{0,1} , gml:minDistance{0,1} , gml:minAngle{0,1} , gml:graphType{0,1} , gml:drawingType{0,1} , gml:lineType{0,1} , gml:aestheticCriteria*
Children gml:aestheticCriteria, gml:description, gml:directed, gml:drawingType, gml:graphType, gml:grid, gml:lineType, gml:metaDataProperty, gml:minAngle, gml:minDistance, gml:name, gml:planar, gml:spatialResolution, gml:styleVariation, smil20:animate, smil20:animateColor, smil20:animateMotion, smil20:set
Instance
<gml:GraphStyle gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:GraphStyle>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
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>
Element gml:GraphStyleType / gml:planar
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type boolean
Properties
content: simple
minOccurs: 0
Source
<element name="planar" type="boolean" minOccurs="0"/>
Element gml:GraphStyleType / gml:directed
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type boolean
Properties
content: simple
minOccurs: 0
Source
<element name="directed" type="boolean" minOccurs="0"/>
Element gml:GraphStyleType / gml:grid
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type boolean
Properties
content: simple
minOccurs: 0
Source
<element name="grid" type="boolean" minOccurs="0"/>
Element gml:GraphStyleType / gml:minDistance
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type double
Properties
content: simple
minOccurs: 0
Source
<element name="minDistance" type="double" minOccurs="0"/>
Element gml:GraphStyleType / gml:minAngle
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type double
Properties
content: simple
minOccurs: 0
Source
<element name="minAngle" type="double" minOccurs="0"/>
Element gml:GraphStyleType / gml:graphType
Namespace http://www.opengis.net/gml
Diagram
Diagram index57.tmp#id4184
Type gml:GraphTypeType
Properties
content: simple
minOccurs: 0
Facets
enumeration TREE
enumeration BICONNECTED
Source
<element name="graphType" type="gml:GraphTypeType" minOccurs="0"/>
Element gml:GraphStyleType / gml:drawingType
Namespace http://www.opengis.net/gml
Diagram
Diagram index57.tmp#id4186
Type gml:DrawingTypeType
Properties
content: simple
minOccurs: 0
Facets
enumeration POLYLINE
enumeration ORTHOGONAL
Source
<element name="drawingType" type="gml:DrawingTypeType" minOccurs="0"/>
Element gml:GraphStyleType / gml:lineType
Namespace http://www.opengis.net/gml
Diagram
Diagram index57.tmp#id4188
Type gml:LineTypeType
Properties
content: simple
minOccurs: 0
Facets
enumeration STRAIGHT
enumeration BENT
Source
<element name="lineType" type="gml:LineTypeType" minOccurs="0"/>
Element gml:GraphStyleType / gml:aestheticCriteria
Namespace http://www.opengis.net/gml
Diagram
Diagram index57.tmp#id4190
Type gml:AesheticCriteriaType
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Facets
enumeration MIN_CROSSINGS
enumeration MIN_AREA
enumeration MIN_BENDS
enumeration MAX_BENDS
enumeration UNIFORM_BENDS
enumeration MIN_SLOPES
enumeration MIN_EDGE_LENGTH
enumeration MAX_EDGE_LENGTH
enumeration UNIFORM_EDGE_LENGTH
enumeration MAX_ANGULAR_RESOLUTION
enumeration MIN_ASPECT_RATIO
enumeration MAX_SYMMETRIES
Source
<element name="aestheticCriteria" type="gml:AesheticCriteriaType" minOccurs="0" maxOccurs="unbounded"/>
Complex Type gml:DefaultStylePropertyType
Namespace http://www.opengis.net/gml
Annotations
[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.
Diagram
Diagram index57.tmp#id4052 index6.tmp#id232 index57.tmp#id4050
Used by
Model gml:_Style{0,1}
Children gml:_Style
Attributes
QName Type Fixed Default Use Annotation
about anyURI optional
gml:remoteSchema anyURI optional
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.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<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.
Diagram
Diagram index6.tmp#id264 index6.tmp#id230 index6.tmp#id250 index6.tmp#id252 index6.tmp#id229 index6.tmp#id228
Type extension of gml:AbstractGMLType
Type hierarchy
Properties
abstract: true
Used by
Element gml:_Style
Complex Type gml:StyleType
Model gml:metaDataProperty* , gml:description{0,1} , gml:name*
Children gml:description, gml:metaDataProperty, gml:name
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
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.
Diagram
Diagram index6.tmp#id264 index6.tmp#id230 index6.tmp#id250 index6.tmp#id252 index6.tmp#id229 index6.tmp#id228 index57.tmp#id4051 index57.tmp#id4054 index57.tmp#id4175
Type extension of gml:AbstractStyleType
Type hierarchy
Used by
Element gml:Style
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:featureStyle+ , gml:graphStyle{0,1}
Children gml:description, gml:featureStyle, gml:graphStyle, gml:metaDataProperty, gml:name
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
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>
Complex Type gml:FeatureStylePropertyType
Namespace http://www.opengis.net/gml
Annotations
Diagram
Diagram index57.tmp#id4174 index6.tmp#id232 index57.tmp#id3331
Used by
Model gml:FeatureStyle{0,1}
Children gml:FeatureStyle
Attributes
QName Type Fixed Default Use Annotation
about anyURI optional
gml:remoteSchema anyURI optional
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.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="FeatureStylePropertyType">
  <annotation>
    <documentation/>
  </annotation>
  <sequence>
    <element ref="gml:FeatureStyle" minOccurs="0"/>
  </sequence>
  <attribute name="about" type="anyURI" use="optional"/>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:FeatureStyleType
Namespace http://www.opengis.net/gml
Annotations
[complexType of] The style descriptor for features.
Diagram
Diagram index6.tmp#id264 index6.tmp#id230 index6.tmp#id250 index6.tmp#id252 index6.tmp#id229 index6.tmp#id228 index57.tmp#id4170 index57.tmp#id4171 index57.tmp#id4172 index57.tmp#id4057 index57.tmp#id4058 index57.tmp#id4163 index57.tmp#id4152
Type extension of gml:AbstractGMLType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:featureConstraint{0,1} , gml:geometryStyle* , gml:topologyStyle* , gml:labelStyle{0,1}
Children gml:description, gml:featureConstraint, gml:geometryStyle, gml:labelStyle, gml:metaDataProperty, gml:name, gml:topologyStyle
Attributes
QName Type Fixed Default Use Annotation
baseType string optional
featureType string optional
gml:id ID optional
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.
queryGrammar gml:QueryGrammarEnumeration optional
Source
<complexType name="FeatureStyleType">
  <annotation>
    <documentation>[complexType of] The style descriptor for features.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractGMLType">
      <sequence>
        <element name="featureConstraint" type="string" minOccurs="0"/>
        <element ref="gml:geometryStyle" minOccurs="0" maxOccurs="unbounded"/>
        <element ref="gml:topologyStyle" minOccurs="0" maxOccurs="unbounded"/>
        <element ref="gml:labelStyle" minOccurs="0"/>
      </sequence>
      <attribute name="featureType" type="string" use="optional"/>
      <attribute name="baseType" type="string" use="optional"/>
      <attribute name="queryGrammar" type="gml:QueryGrammarEnumeration"/>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:GeometryStylePropertyType
Namespace http://www.opengis.net/gml
Annotations
Diagram
Diagram index57.tmp#id4162 index6.tmp#id232 index57.tmp#id3332
Used by
Model gml:GeometryStyle{0,1}
Children gml:GeometryStyle
Attributes
QName Type Fixed Default Use Annotation
about anyURI optional
gml:remoteSchema anyURI optional
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.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="GeometryStylePropertyType">
  <annotation>
    <documentation/>
  </annotation>
  <sequence>
    <element ref="gml:GeometryStyle" minOccurs="0"/>
  </sequence>
  <attribute name="about" type="anyURI" use="optional"/>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:GeometryStyleType
Namespace http://www.opengis.net/gml
Annotations
[complexType of] The style descriptor for geometries of a feature.
Diagram
Diagram index6.tmp#id264 index6.tmp#id230 index6.tmp#id250 index6.tmp#id252 index6.tmp#id229 index6.tmp#id228 index57.tmp#id4062 index57.tmp#id4063 index33.tmp#id4067 index33.tmp#id4132 index33.tmp#id4137 index33.tmp#id4141 index57.tmp#id4061 index57.tmp#id4160 index57.tmp#id4161 index57.tmp#id4145 index57.tmp#id4151 index57.tmp#id4152
Type extension of gml:BaseStyleDescriptorType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:spatialResolution{0,1} , gml:styleVariation* , smil20:animate* , smil20:animateMotion* , smil20:animateColor* , smil20:set* , (gml:symbol | gml:style) , gml:labelStyle{0,1}
Children gml:description, gml:labelStyle, gml:metaDataProperty, gml:name, gml:spatialResolution, gml:style, gml:styleVariation, gml:symbol, smil20:animate, smil20:animateColor, smil20:animateMotion, smil20:set
Attributes
QName Type Fixed Default Use Annotation
geometryProperty string optional
geometryType string optional
gml:id ID optional
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.
Diagram
Diagram index6.tmp#id264 index6.tmp#id230 index6.tmp#id250 index6.tmp#id252 index6.tmp#id229 index6.tmp#id228 index57.tmp#id4062 index57.tmp#id4063 index33.tmp#id4067 index33.tmp#id4132 index33.tmp#id4137 index33.tmp#id4141
Type extension of gml:AbstractGMLType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:spatialResolution{0,1} , gml:styleVariation* , smil20:animate* , smil20:animateMotion* , smil20:animateColor* , smil20:set*
Children gml:description, gml:metaDataProperty, gml:name, gml:spatialResolution, gml:styleVariation, smil20:animate, smil20:animateColor, smil20:animateMotion, smil20:set
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
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="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>
Complex Type gml:StyleVariationType
Namespace http://www.opengis.net/gml
Annotations
Used to vary individual graphic parameters and attributes of the style, symbol or text.
Diagram
Diagram index57.tmp#id4065 index57.tmp#id4066
Type extension of string
Used by
Attributes
QName Type Fixed Default Use Annotation
featurePropertyRange string optional
styleProperty string required
Source
<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.
Diagram
Diagram index57.tmp#id4147 index57.tmp#id4149 index57.tmp#id4150 index6.tmp#id232
Used by
Element gml:symbol
Model ANY element from ANY namespace
Attributes
QName Type Fixed Default Use Annotation
about anyURI optional
gml:remoteSchema anyURI optional
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.
gml:transform string optional
Defines the geometric transformation of entities. There is no particular grammar defined for this value.
symbolType gml:SymbolTypeEnumeration required
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="SymbolType">
  <annotation>
    <documentation>[complexType of] The symbol property. Allows for remote referencing of symbols.</documentation>
  </annotation>
  <sequence>
    <any processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
  <attribute name="symbolType" type="gml:SymbolTypeEnumeration" use="required"/>
  <attribute ref="gml:transform" use="optional"/>
  <attribute name="about" type="anyURI" use="optional"/>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Simple Type gml:SymbolTypeEnumeration
Namespace http://www.opengis.net/gml
Annotations
Used to specify the type of the symbol used.
Diagram
Diagram
Type restriction of string
Facets
enumeration svg
enumeration xpath
enumeration other
Used by
Source
<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>
Complex Type gml:LabelStylePropertyType
Namespace http://www.opengis.net/gml
Annotations
Diagram
Diagram index57.tmp#id4159 index6.tmp#id232 index57.tmp#id3334
Used by
Element gml:labelStyle
Model gml:LabelStyle{0,1}
Children gml:LabelStyle
Attributes
QName Type Fixed Default Use Annotation
about anyURI optional
gml:remoteSchema anyURI optional
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.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="LabelStylePropertyType">
  <annotation>
    <documentation/>
  </annotation>
  <sequence>
    <element ref="gml:LabelStyle" minOccurs="0"/>
  </sequence>
  <attribute name="about" type="anyURI" use="optional"/>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:LabelStyleType
Namespace http://www.opengis.net/gml
Annotations
[complexType of] The style descriptor for labels of a feature, geometry or topology.
Diagram
Diagram index6.tmp#id264 index6.tmp#id230 index6.tmp#id250 index6.tmp#id252 index6.tmp#id229 index6.tmp#id228 index57.tmp#id4062 index57.tmp#id4063 index33.tmp#id4067 index33.tmp#id4132 index33.tmp#id4137 index33.tmp#id4141 index57.tmp#id4061 index57.tmp#id4155 index57.tmp#id4156
Type extension of gml:BaseStyleDescriptorType
Type hierarchy
Used by
Element gml:LabelStyle
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:spatialResolution{0,1} , gml:styleVariation* , smil20:animate* , smil20:animateMotion* , smil20:animateColor* , smil20:set* , gml:style , gml:label
Children gml:description, gml:label, gml:metaDataProperty, gml:name, gml:spatialResolution, gml:style, gml:styleVariation, smil20:animate, smil20:animateColor, smil20:animateMotion, smil20:set
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
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.
Diagram
Diagram index57.tmp#id4149 index57.tmp#id4158
Properties
mixed: true
Used by
Model gml:LabelExpression*
Children gml:LabelExpression
Attributes
QName Type Fixed Default Use Annotation
gml:transform string optional
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>
Complex Type gml:TopologyStylePropertyType
Namespace http://www.opengis.net/gml
Annotations
Diagram
Diagram index57.tmp#id4169 index6.tmp#id232 index57.tmp#id3333
Used by
Model gml:TopologyStyle{0,1}
Children gml:TopologyStyle
Attributes
QName Type Fixed Default Use Annotation
about anyURI optional
gml:remoteSchema anyURI optional
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.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="TopologyStylePropertyType">
  <annotation>
    <documentation/>
  </annotation>
  <sequence>
    <element ref="gml:TopologyStyle" minOccurs="0"/>
  </sequence>
  <attribute name="about" type="anyURI" use="optional"/>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:TopologyStyleType
Namespace http://www.opengis.net/gml
Annotations
[complexType of] The style descriptor for topologies of a feature. Describes individual topology elements styles.
Diagram
Diagram index6.tmp#id264 index6.tmp#id230 index6.tmp#id250 index6.tmp#id252 index6.tmp#id229 index6.tmp#id228 index57.tmp#id4062 index57.tmp#id4063 index33.tmp#id4067 index33.tmp#id4132 index33.tmp#id4137 index33.tmp#id4141 index57.tmp#id4061 index57.tmp#id4167 index57.tmp#id4168 index57.tmp#id4145 index57.tmp#id4166 index57.tmp#id4152
Type extension of gml:BaseStyleDescriptorType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:spatialResolution{0,1} , gml:styleVariation* , smil20:animate* , smil20:animateMotion* , smil20:animateColor* , smil20:set* , (gml:symbol | gml:style) , gml:labelStyle{0,1}
Children gml:description, gml:labelStyle, gml:metaDataProperty, gml:name, gml:spatialResolution, gml:style, gml:styleVariation, gml:symbol, smil20:animate, smil20:animateColor, smil20:animateMotion, smil20:set
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
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.
topologyProperty string optional
topologyType string optional
Source
<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.
Diagram
Diagram
Type restriction of string
Facets
enumeration xpath
enumeration xquery
enumeration other
Used by
Source
<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>
Complex Type gml:GraphStylePropertyType
Namespace http://www.opengis.net/gml
Annotations
Diagram
Diagram index57.tmp#id4191 index6.tmp#id232 index57.tmp#id3335
Used by
Element gml:graphStyle
Model gml:GraphStyle{0,1}
Children gml:GraphStyle
Attributes
QName Type Fixed Default Use Annotation
about anyURI optional
gml:remoteSchema anyURI optional
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.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="GraphStylePropertyType">
  <annotation>
    <documentation/>
  </annotation>
  <sequence>
    <element ref="gml:GraphStyle" minOccurs="0"/>
  </sequence>
  <attribute name="about" type="anyURI" use="optional"/>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:GraphStyleType
Namespace http://www.opengis.net/gml
Annotations
[complexType of] The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.
Diagram
Diagram index6.tmp#id264 index6.tmp#id230 index6.tmp#id250 index6.tmp#id252 index6.tmp#id229 index6.tmp#id228 index57.tmp#id4062 index57.tmp#id4063 index33.tmp#id4067 index33.tmp#id4132 index33.tmp#id4137 index33.tmp#id4141 index57.tmp#id4061 index57.tmp#id4178 index57.tmp#id4179 index57.tmp#id4180 index57.tmp#id4181 index57.tmp#id4182 index57.tmp#id4183 index57.tmp#id4185 index57.tmp#id4187 index57.tmp#id4189
Type extension of gml:BaseStyleDescriptorType
Type hierarchy
Used by
Element gml:GraphStyle
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:spatialResolution{0,1} , gml:styleVariation* , smil20:animate* , smil20:animateMotion* , smil20:animateColor* , smil20:set* , gml:planar{0,1} , gml:directed{0,1} , gml:grid{0,1} , gml:minDistance{0,1} , gml:minAngle{0,1} , gml:graphType{0,1} , gml:drawingType{0,1} , gml:lineType{0,1} , gml:aestheticCriteria*
Children gml:aestheticCriteria, gml:description, gml:directed, gml:drawingType, gml:graphType, gml:grid, gml:lineType, gml:metaDataProperty, gml:minAngle, gml:minDistance, gml:name, gml:planar, gml:spatialResolution, gml:styleVariation, smil20:animate, smil20:animateColor, smil20:animateMotion, smil20:set
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
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>
Simple Type gml:GraphTypeType
Namespace http://www.opengis.net/gml
Annotations
Graph-specific styling property.
Diagram
Diagram
Type restriction of string
Facets
enumeration TREE
enumeration BICONNECTED
Used by
Source
<simpleType name="GraphTypeType">
  <annotation>
    <documentation>Graph-specific styling property.</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="TREE"/>
    <enumeration value="BICONNECTED"/>
  </restriction>
</simpleType>
Simple Type gml:DrawingTypeType
Namespace http://www.opengis.net/gml
Annotations
Graph-specific styling property.
Diagram
Diagram
Type restriction of string
Facets
enumeration POLYLINE
enumeration ORTHOGONAL
Used by
Source
<simpleType name="DrawingTypeType">
  <annotation>
    <documentation>Graph-specific styling property.</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="POLYLINE"/>
    <enumeration value="ORTHOGONAL"/>
  </restriction>
</simpleType>
Simple Type gml:LineTypeType
Namespace http://www.opengis.net/gml
Annotations
Graph-specific styling property.
Diagram
Diagram
Type restriction of string
Facets
enumeration STRAIGHT
enumeration BENT
Used by
Source
<simpleType name="LineTypeType">
  <annotation>
    <documentation>Graph-specific styling property.</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="STRAIGHT"/>
    <enumeration value="BENT"/>
  </restriction>
</simpleType>
Simple Type gml:AesheticCriteriaType
Namespace http://www.opengis.net/gml
Annotations
Graph-specific styling property.
Diagram
Diagram
Type restriction of string
Facets
enumeration MIN_CROSSINGS
enumeration MIN_AREA
enumeration MIN_BENDS
enumeration MAX_BENDS
enumeration UNIFORM_BENDS
enumeration MIN_SLOPES
enumeration MIN_EDGE_LENGTH
enumeration MAX_EDGE_LENGTH
enumeration UNIFORM_EDGE_LENGTH
enumeration MAX_ANGULAR_RESOLUTION
enumeration MIN_ASPECT_RATIO
enumeration MAX_SYMMETRIES
Used by
Source
<simpleType name="AesheticCriteriaType">
  <annotation>
    <documentation>Graph-specific styling property.</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="MIN_CROSSINGS"/>
    <enumeration value="MIN_AREA"/>
    <enumeration value="MIN_BENDS"/>
    <enumeration value="MAX_BENDS"/>
    <enumeration value="UNIFORM_BENDS"/>
    <enumeration value="MIN_SLOPES"/>
    <enumeration value="MIN_EDGE_LENGTH"/>
    <enumeration value="MAX_EDGE_LENGTH"/>
    <enumeration value="UNIFORM_EDGE_LENGTH"/>
    <enumeration value="MAX_ANGULAR_RESOLUTION"/>
    <enumeration value="MIN_ASPECT_RATIO"/>
    <enumeration value="MAX_SYMMETRIES"/>
  </restriction>
</simpleType>
Attribute gml:DefaultStylePropertyType / @about
Namespace No namespace
Type anyURI
Properties
use: optional
Used by
Source
<attribute name="about" type="anyURI" use="optional"/>
Attribute gml:StyleVariationType / @styleProperty
Namespace No namespace
Type string
Properties
use: required
Used by
Complex Type gml:StyleVariationType
Source
<attribute name="styleProperty" type="string" use="required"/>
Attribute gml:StyleVariationType / @featurePropertyRange
Namespace No namespace
Type string
Properties
use: optional
Used by
Complex Type gml:StyleVariationType
Source
<attribute name="featurePropertyRange" type="string" use="optional"/>
Attribute gml:SymbolType / @symbolType
Namespace No namespace
Type gml:SymbolTypeEnumeration
Properties
use: required
Facets
enumeration svg
enumeration xpath
enumeration other
Used by
Complex Type gml:SymbolType
Source
<attribute name="symbolType" type="gml:SymbolTypeEnumeration" use="required"/>
Attribute @gml:transform
Namespace http://www.opengis.net/gml
Annotations
Defines the geometric transformation of entities. There is no particular grammar defined for this value.
Type string
Properties
content: simple
Used by
Complex Types gml:LabelType, gml:SymbolType
Source
<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>
Attribute gml:SymbolType / @about
Namespace No namespace
Type anyURI
Properties
use: optional
Used by
Complex Type gml:SymbolType
Source
<attribute name="about" type="anyURI" use="optional"/>
Attribute gml:LabelStylePropertyType / @about
Namespace No namespace
Type anyURI
Properties
use: optional
Used by
Source
<attribute name="about" type="anyURI" use="optional"/>
Attribute gml:GeometryStyleType / @geometryProperty
Namespace No namespace
Type string
Properties
content: simple
Used by
Complex Type gml:GeometryStyleType
Source
<attribute name="geometryProperty" type="string"/>
Attribute gml:GeometryStyleType / @geometryType
Namespace No namespace
Type string
Properties
content: simple
Used by
Complex Type gml:GeometryStyleType
Source
<attribute name="geometryType" type="string"/>
Attribute gml:GeometryStylePropertyType / @about
Namespace No namespace
Type anyURI
Properties
use: optional
Used by
Source
<attribute name="about" type="anyURI" use="optional"/>
Attribute gml:TopologyStyleType / @topologyProperty
Namespace No namespace
Type string
Properties
content: simple
Used by
Complex Type gml:TopologyStyleType
Source
<attribute name="topologyProperty" type="string"/>
Attribute gml:TopologyStyleType / @topologyType
Namespace No namespace
Type string
Properties
content: simple
Used by
Complex Type gml:TopologyStyleType
Source
<attribute name="topologyType" type="string"/>
Attribute gml:TopologyStylePropertyType / @about
Namespace No namespace
Type anyURI
Properties
use: optional
Used by
Source
<attribute name="about" type="anyURI" use="optional"/>
Attribute gml:FeatureStyleType / @featureType
Namespace No namespace
Type string
Properties
use: optional
Used by
Complex Type gml:FeatureStyleType
Source
<attribute name="featureType" type="string" use="optional"/>
Attribute gml:FeatureStyleType / @baseType
Namespace No namespace
Type string
Properties
use: optional
Used by
Complex Type gml:FeatureStyleType
Source
<attribute name="baseType" type="string" use="optional"/>
Attribute gml:FeatureStyleType / @queryGrammar
Namespace No namespace
Type gml:QueryGrammarEnumeration
Properties
content: simple
Facets
enumeration xpath
enumeration xquery
enumeration other
Used by
Complex Type gml:FeatureStyleType
Source
<attribute name="queryGrammar" type="gml:QueryGrammarEnumeration"/>
Attribute gml:FeatureStylePropertyType / @about
Namespace No namespace
Type anyURI
Properties
use: optional
Used by
Source
<attribute name="about" type="anyURI" use="optional"/>
Attribute gml:GraphStylePropertyType / @about
Namespace No namespace
Type anyURI
Properties
use: optional
Used by
Source
<attribute name="about" type="anyURI" use="optional"/>