Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema defaultStyle.xsd
Namespace http://www.opengis.net/gml
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
DiagramdefaultStyle_xsd.tmp#DefaultStylePropertyType_aboutgmlBase_xsd.tmp#AssociationAttributeGroupdefaultStyle_xsd.tmp#_StyledefaultStyle_xsd.tmp#DefaultStylePropertyType
Type gml:DefaultStylePropertyType
Properties
content complex
Model
Children gml:_Style
Instance
<gml:defaultStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml">
  <gml:_Style gml:id="">{0,1}</gml:_Style>
</gml:defaultStyle>
Attributes
QName Type Fixed Use Annotation
about xs:anyURI optional
gml:remoteSchema xs: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
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypedefaultStyle_xsd.tmp#AbstractStyleTypedefaultStyle_xsd.tmp#StylegmlBase_xsd.tmp#_GML
Type gml:AbstractStyleType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Used by
Model
Children gml:description, gml:metaDataProperty, gml:name
Instance
<gml:_Style gml:id="" xmlns:gml="http://www.opengis.net/gml">
  <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 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
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypedefaultStyle_xsd.tmp#AbstractStyleTypedefaultStyle_xsd.tmp#http___www.opengis.net_gml_featureStyledefaultStyle_xsd.tmp#http___www.opengis.net_gml_graphStyledefaultStyle_xsd.tmp#StyleTypedefaultStyle_xsd.tmp#_Style
Type gml:StyleType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children gml:description, gml:featureStyle, gml:graphStyle, gml:metaDataProperty, gml:name
Instance
<gml:Style gml:id="" xmlns:gml="http://www.opengis.net/gml">
  <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 about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</gml:featureStyle>
  <gml:graphStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:graphStyle>
</gml:Style>
Attributes
QName Type 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
DiagramdefaultStyle_xsd.tmp#FeatureStylePropertyType_aboutgmlBase_xsd.tmp#AssociationAttributeGroupdefaultStyle_xsd.tmp#FeatureStyledefaultStyle_xsd.tmp#FeatureStylePropertyType
Type gml:FeatureStylePropertyType
Properties
content complex
Used by
Complex Type gml:StyleType
Model
Children gml:FeatureStyle
Instance
<gml:featureStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml">
  <gml:FeatureStyle baseType="" featureType="" gml:id="" queryGrammar="">{0,1}</gml:FeatureStyle>
</gml:featureStyle>
Attributes
QName Type Fixed Use Annotation
about xs:anyURI optional
gml:remoteSchema xs: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
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypedefaultStyle_xsd.tmp#FeatureStyleType_featureTypedefaultStyle_xsd.tmp#FeatureStyleType_baseTypedefaultStyle_xsd.tmp#FeatureStyleType_queryGrammardefaultStyle_xsd.tmp#FeatureStyleType_featureConstraintdefaultStyle_xsd.tmp#http___www.opengis.net_gml_geometryStyledefaultStyle_xsd.tmp#http___www.opengis.net_gml_topologyStyledefaultStyle_xsd.tmp#http___www.opengis.net_gml_labelStyledefaultStyle_xsd.tmp#FeatureStyleTypegmlBase_xsd.tmp#_GML
Type gml:FeatureStyleType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:description, gml:featureConstraint, gml:geometryStyle, gml:labelStyle, gml:metaDataProperty, gml:name, gml:topologyStyle
Instance
<gml:FeatureStyle baseType="" featureType="" gml:id="" queryGrammar="" xmlns:gml="http://www.opengis.net/gml">
  <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:featureConstraint>{0,1}</gml:featureConstraint>
  <gml:geometryStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:geometryStyle>
  <gml:topologyStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:topologyStyle>
  <gml:labelStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:labelStyle>
</gml:FeatureStyle>
Attributes
QName Type Use Annotation
baseType xs:string optional
featureType xs: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 xs: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
DiagramdefaultStyle_xsd.tmp#GeometryStylePropertyType_aboutgmlBase_xsd.tmp#AssociationAttributeGroupdefaultStyle_xsd.tmp#GeometryStyledefaultStyle_xsd.tmp#GeometryStylePropertyType
Type gml:GeometryStylePropertyType
Properties
content complex
Used by
Complex Type gml:FeatureStyleType
Model
Children gml:GeometryStyle
Instance
<gml:geometryStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml">
  <gml:GeometryStyle geometryProperty="" geometryType="" gml:id="">{0,1}</gml:GeometryStyle>
</gml:geometryStyle>
Attributes
QName Type Fixed Use Annotation
about xs:anyURI optional
gml:remoteSchema xs: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
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypedefaultStyle_xsd.tmp#BaseStyleDescriptorType_spatialResolutiondefaultStyle_xsd.tmp#BaseStyleDescriptorType_styleVariationsmil20_xsd.tmp#animatesmil20_xsd.tmp#animateMotionsmil20_xsd.tmp#animateColorsmil20_xsd.tmp#setdefaultStyle_xsd.tmp#BaseStyleDescriptorTypedefaultStyle_xsd.tmp#GeometryStyleType_geometryPropertydefaultStyle_xsd.tmp#GeometryStyleType_geometryTypedefaultStyle_xsd.tmp#symboldefaultStyle_xsd.tmp#GeometryStyleType_styledefaultStyle_xsd.tmp#http___www.opengis.net_gml_labelStyledefaultStyle_xsd.tmp#GeometryStyleTypegmlBase_xsd.tmp#_GML
Type gml:GeometryStyleType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
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="" xmlns:gml="http://www.opengis.net/gml" xmlns:smil20="http://www.w3.org/2001/SMIL20/">
  <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:spatialResolution uom="">{0,1}</gml:spatialResolution>
  <gml:styleVariation featurePropertyRange="" styleProperty="">{0,unbounded}</gml:styleVariation>
  <smil20:animate accumulate="none" additive="replace" alt="" attributeName="" attributeType="auto" begin="" by="" calcMode="linear" class="" dur="" end="" fill="default" fillDefault="inherit" from="" id="" xml:lang="" longdesc="" max="" min="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="" values="">{0,unbounded}</smil20:animate>
  <smil20:animateMotion accumulate="none" additive="replace" alt="" begin="" by="" calcMode="linear" class="" dur="" end="" fill="default" fillDefault="inherit" from="" id="" xml:lang="" longdesc="" max="" min="" origin="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="" values="">{0,unbounded}</smil20:animateMotion>
  <smil20:animateColor accumulate="none" additive="replace" alt="" attributeName="" attributeType="auto" begin="" by="" calcMode="linear" class="" dur="" end="" fill="default" fillDefault="inherit" from="" id="" xml:lang="" longdesc="" max="" min="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="" values="">{0,unbounded}</smil20:animateColor>
  <smil20:set alt="" attributeName="" attributeType="auto" begin="" class="" dur="" end="" fill="default" fillDefault="inherit" id="" xml:lang="" longdesc="" max="" min="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="">{0,unbounded}</smil20:set>
  <gml:symbol about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" symbolType="" xlink:title="" gml:transform="" xlink:type="simple">{1,1}</gml:symbol>
  <gml:style>{1,1}</gml:style>
  <gml:labelStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:labelStyle>
</gml:GeometryStyle>
Attributes
QName Type Use Annotation
geometryProperty xs:string optional
geometryType xs: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
DiagrambasicTypes_xsd.tmp#MeasureType_uombasicTypes_xsd.tmp#MeasureTypemeasures_xsd.tmp#ScaleType
Type gml:ScaleType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
uom xs:anyURI required
Source
<element name="spatialResolution" type="gml:ScaleType" minOccurs="0"/>
Element gml:BaseStyleDescriptorType / gml:styleVariation
Namespace http://www.opengis.net/gml
Diagram
DiagramdefaultStyle_xsd.tmp#StyleVariationType_stylePropertydefaultStyle_xsd.tmp#StyleVariationType_featurePropertyRangedefaultStyle_xsd.tmp#StyleVariationType
Type gml:StyleVariationType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
featurePropertyRange xs:string optional
styleProperty xs: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
DiagramdefaultStyle_xsd.tmp#SymbolType_symbolTypedefaultStyle_xsd.tmp#transformdefaultStyle_xsd.tmp#SymbolType_aboutgmlBase_xsd.tmp#AssociationAttributeGroupdefaultStyle_xsd.tmp#SymbolType
Type gml:SymbolType
Properties
content complex
Used by
Model
ANY element from ANY namespace
Attributes
QName Type Fixed Use Annotation
about xs:anyURI optional
gml:remoteSchema xs: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 xs: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 xs: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
DiagramdefaultStyle_xsd.tmp#LabelStylePropertyType_aboutgmlBase_xsd.tmp#AssociationAttributeGroupdefaultStyle_xsd.tmp#LabelStyledefaultStyle_xsd.tmp#LabelStylePropertyType
Type gml:LabelStylePropertyType
Properties
content complex
Used by
Model
Children gml:LabelStyle
Instance
<gml:labelStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml">
  <gml:LabelStyle gml:id="">{0,1}</gml:LabelStyle>
</gml:labelStyle>
Attributes
QName Type Fixed Use Annotation
about xs:anyURI optional
gml:remoteSchema xs: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
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypedefaultStyle_xsd.tmp#BaseStyleDescriptorType_spatialResolutiondefaultStyle_xsd.tmp#BaseStyleDescriptorType_styleVariationsmil20_xsd.tmp#animatesmil20_xsd.tmp#animateMotionsmil20_xsd.tmp#animateColorsmil20_xsd.tmp#setdefaultStyle_xsd.tmp#BaseStyleDescriptorTypedefaultStyle_xsd.tmp#LabelStyleType_styledefaultStyle_xsd.tmp#LabelStyleType_labeldefaultStyle_xsd.tmp#LabelStyleTypegmlBase_xsd.tmp#_GML
Type gml:LabelStyleType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
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="" xmlns:gml="http://www.opengis.net/gml" xmlns:smil20="http://www.w3.org/2001/SMIL20/">
  <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:spatialResolution uom="">{0,1}</gml:spatialResolution>
  <gml:styleVariation featurePropertyRange="" styleProperty="">{0,unbounded}</gml:styleVariation>
  <smil20:animate accumulate="none" additive="replace" alt="" attributeName="" attributeType="auto" begin="" by="" calcMode="linear" class="" dur="" end="" fill="default" fillDefault="inherit" from="" id="" xml:lang="" longdesc="" max="" min="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="" values="">{0,unbounded}</smil20:animate>
  <smil20:animateMotion accumulate="none" additive="replace" alt="" begin="" by="" calcMode="linear" class="" dur="" end="" fill="default" fillDefault="inherit" from="" id="" xml:lang="" longdesc="" max="" min="" origin="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="" values="">{0,unbounded}</smil20:animateMotion>
  <smil20:animateColor accumulate="none" additive="replace" alt="" attributeName="" attributeType="auto" begin="" by="" calcMode="linear" class="" dur="" end="" fill="default" fillDefault="inherit" from="" id="" xml:lang="" longdesc="" max="" min="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="" values="">{0,unbounded}</smil20:animateColor>
  <smil20:set alt="" attributeName="" attributeType="auto" begin="" class="" dur="" end="" fill="default" fillDefault="inherit" id="" xml:lang="" longdesc="" max="" min="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="">{0,unbounded}</smil20:set>
  <gml:style>{1,1}</gml:style>
  <gml:label gml:transform="">{1,1}</gml:label>
</gml:LabelStyle>
Attributes
QName Type 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 xs:string
Properties
content simple
Source
<element name="style" type="string"/>
Element gml:LabelStyleType / gml:label
Namespace http://www.opengis.net/gml
Diagram
DiagramdefaultStyle_xsd.tmp#transformdefaultStyle_xsd.tmp#http___www.opengis.net_gml_LabelType_LabelExpressiondefaultStyle_xsd.tmp#http___www.opengis.net_gml_LabelType
Type gml:LabelType
Properties
content complex
mixed true
Model
Children gml:LabelExpression
Instance
<gml:label gml:transform="" xmlns:gml="http://www.opengis.net/gml">
  <gml:LabelExpression>{0,unbounded}</gml:LabelExpression>
</gml:label>
Attributes
QName Type Use Annotation
gml:transform xs: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 xs: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
DiagramdefaultStyle_xsd.tmp#TopologyStylePropertyType_aboutgmlBase_xsd.tmp#AssociationAttributeGroupdefaultStyle_xsd.tmp#TopologyStyledefaultStyle_xsd.tmp#TopologyStylePropertyType
Type gml:TopologyStylePropertyType
Properties
content complex
Used by
Complex Type gml:FeatureStyleType
Model
Children gml:TopologyStyle
Instance
<gml:topologyStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml">
  <gml:TopologyStyle gml:id="" topologyProperty="" topologyType="">{0,1}</gml:TopologyStyle>
</gml:topologyStyle>
Attributes
QName Type Fixed Use Annotation
about xs:anyURI optional
gml:remoteSchema xs: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
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypedefaultStyle_xsd.tmp#BaseStyleDescriptorType_spatialResolutiondefaultStyle_xsd.tmp#BaseStyleDescriptorType_styleVariationsmil20_xsd.tmp#animatesmil20_xsd.tmp#animateMotionsmil20_xsd.tmp#animateColorsmil20_xsd.tmp#setdefaultStyle_xsd.tmp#BaseStyleDescriptorTypedefaultStyle_xsd.tmp#TopologyStyleType_topologyPropertydefaultStyle_xsd.tmp#TopologyStyleType_topologyTypedefaultStyle_xsd.tmp#symboldefaultStyle_xsd.tmp#TopologyStyleType_styledefaultStyle_xsd.tmp#http___www.opengis.net_gml_labelStyledefaultStyle_xsd.tmp#TopologyStyleTypegmlBase_xsd.tmp#_GML
Type gml:TopologyStyleType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
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="" xmlns:gml="http://www.opengis.net/gml" xmlns:smil20="http://www.w3.org/2001/SMIL20/">
  <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:spatialResolution uom="">{0,1}</gml:spatialResolution>
  <gml:styleVariation featurePropertyRange="" styleProperty="">{0,unbounded}</gml:styleVariation>
  <smil20:animate accumulate="none" additive="replace" alt="" attributeName="" attributeType="auto" begin="" by="" calcMode="linear" class="" dur="" end="" fill="default" fillDefault="inherit" from="" id="" xml:lang="" longdesc="" max="" min="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="" values="">{0,unbounded}</smil20:animate>
  <smil20:animateMotion accumulate="none" additive="replace" alt="" begin="" by="" calcMode="linear" class="" dur="" end="" fill="default" fillDefault="inherit" from="" id="" xml:lang="" longdesc="" max="" min="" origin="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="" values="">{0,unbounded}</smil20:animateMotion>
  <smil20:animateColor accumulate="none" additive="replace" alt="" attributeName="" attributeType="auto" begin="" by="" calcMode="linear" class="" dur="" end="" fill="default" fillDefault="inherit" from="" id="" xml:lang="" longdesc="" max="" min="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="" values="">{0,unbounded}</smil20:animateColor>
  <smil20:set alt="" attributeName="" attributeType="auto" begin="" class="" dur="" end="" fill="default" fillDefault="inherit" id="" xml:lang="" longdesc="" max="" min="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="">{0,unbounded}</smil20:set>
  <gml:symbol about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" symbolType="" xlink:title="" gml:transform="" xlink:type="simple">{1,1}</gml:symbol>
  <gml:style>{1,1}</gml:style>
  <gml:labelStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:labelStyle>
</gml:TopologyStyle>
Attributes
QName Type 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 xs:string optional
topologyType xs: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 xs: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
DiagramdefaultStyle_xsd.tmp#GraphStylePropertyType_aboutgmlBase_xsd.tmp#AssociationAttributeGroupdefaultStyle_xsd.tmp#GraphStyledefaultStyle_xsd.tmp#GraphStylePropertyType
Type gml:GraphStylePropertyType
Properties
content complex
Used by
Complex Type gml:StyleType
Model
Children gml:GraphStyle
Instance
<gml:graphStyle about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml">
  <gml:GraphStyle gml:id="">{0,1}</gml:GraphStyle>
</gml:graphStyle>
Attributes
QName Type Fixed Use Annotation
about xs:anyURI optional
gml:remoteSchema xs: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
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypedefaultStyle_xsd.tmp#BaseStyleDescriptorType_spatialResolutiondefaultStyle_xsd.tmp#BaseStyleDescriptorType_styleVariationsmil20_xsd.tmp#animatesmil20_xsd.tmp#animateMotionsmil20_xsd.tmp#animateColorsmil20_xsd.tmp#setdefaultStyle_xsd.tmp#BaseStyleDescriptorTypedefaultStyle_xsd.tmp#GraphStyleType_planardefaultStyle_xsd.tmp#GraphStyleType_directeddefaultStyle_xsd.tmp#GraphStyleType_griddefaultStyle_xsd.tmp#GraphStyleType_minDistancedefaultStyle_xsd.tmp#GraphStyleType_minAngledefaultStyle_xsd.tmp#GraphStyleType_graphTypedefaultStyle_xsd.tmp#GraphStyleType_drawingTypedefaultStyle_xsd.tmp#GraphStyleType_lineTypedefaultStyle_xsd.tmp#GraphStyleType_aestheticCriteriadefaultStyle_xsd.tmp#GraphStyleTypegmlBase_xsd.tmp#_GML
Type gml:GraphStyleType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
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="" xmlns:gml="http://www.opengis.net/gml" xmlns:smil20="http://www.w3.org/2001/SMIL20/">
  <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:spatialResolution uom="">{0,1}</gml:spatialResolution>
  <gml:styleVariation featurePropertyRange="" styleProperty="">{0,unbounded}</gml:styleVariation>
  <smil20:animate accumulate="none" additive="replace" alt="" attributeName="" attributeType="auto" begin="" by="" calcMode="linear" class="" dur="" end="" fill="default" fillDefault="inherit" from="" id="" xml:lang="" longdesc="" max="" min="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="" values="">{0,unbounded}</smil20:animate>
  <smil20:animateMotion accumulate="none" additive="replace" alt="" begin="" by="" calcMode="linear" class="" dur="" end="" fill="default" fillDefault="inherit" from="" id="" xml:lang="" longdesc="" max="" min="" origin="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="" values="">{0,unbounded}</smil20:animateMotion>
  <smil20:animateColor accumulate="none" additive="replace" alt="" attributeName="" attributeType="auto" begin="" by="" calcMode="linear" class="" dur="" end="" fill="default" fillDefault="inherit" from="" id="" xml:lang="" longdesc="" max="" min="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="" values="">{0,unbounded}</smil20:animateColor>
  <smil20:set alt="" attributeName="" attributeType="auto" begin="" class="" dur="" end="" fill="default" fillDefault="inherit" id="" xml:lang="" longdesc="" max="" min="" repeat="" repeatCount="" repeatDur="" restart="default" restartDefault="inherit" skip-content="true" syncBehavior="default" syncBehaviorDefault="inherit" syncTolerance="" syncToleranceDefault="inherit" targetElement="" to="">{0,unbounded}</smil20:set>
  <gml:planar>{0,1}</gml:planar>
  <gml:directed>{0,1}</gml:directed>
  <gml:grid>{0,1}</gml:grid>
  <gml:minDistance>{0,1}</gml:minDistance>
  <gml:minAngle>{0,1}</gml:minAngle>
  <gml:graphType>{0,1}</gml:graphType>
  <gml:drawingType>{0,1}</gml:drawingType>
  <gml:lineType>{0,1}</gml:lineType>
  <gml:aestheticCriteria>{0,unbounded}</gml:aestheticCriteria>
</gml:GraphStyle>
Attributes
QName Type 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 xs: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 xs: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 xs: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 xs: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 xs: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
DiagramdefaultStyle_xsd.tmp#GraphTypeType
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
DiagramdefaultStyle_xsd.tmp#DrawingTypeType
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
DiagramdefaultStyle_xsd.tmp#LineTypeType
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
DiagramdefaultStyle_xsd.tmp#AesheticCriteriaType
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
DiagramdefaultStyle_xsd.tmp#DefaultStylePropertyType_aboutgmlBase_xsd.tmp#AssociationAttributeGroupdefaultStyle_xsd.tmp#_Style
Used by
Model
Children gml:_Style
Attributes
QName Type Fixed Use Annotation
about xs:anyURI optional
gml:remoteSchema xs: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
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLType
Type extension of gml:AbstractGMLType
Type hierarchy
Properties
abstract true
Used by
Element gml:_Style
Complex Type gml:StyleType
Model
Children gml:description, gml:metaDataProperty, gml:name
Attributes
QName Type 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
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypedefaultStyle_xsd.tmp#AbstractStyleTypedefaultStyle_xsd.tmp#http___www.opengis.net_gml_featureStyledefaultStyle_xsd.tmp#http___www.opengis.net_gml_graphStyle
Type extension of gml:AbstractStyleType
Type hierarchy
Used by
Element gml:Style
Model
Children gml:description, gml:featureStyle, gml:graphStyle, gml:metaDataProperty, gml:name
Attributes
QName Type 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
DiagramdefaultStyle_xsd.tmp#FeatureStylePropertyType_aboutgmlBase_xsd.tmp#AssociationAttributeGroupdefaultStyle_xsd.tmp#FeatureStyle
Used by
Model
Children gml:FeatureStyle
Attributes
QName Type Fixed Use Annotation
about xs:anyURI optional
gml:remoteSchema xs: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
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypedefaultStyle_xsd.tmp#FeatureStyleType_featureTypedefaultStyle_xsd.tmp#FeatureStyleType_baseTypedefaultStyle_xsd.tmp#FeatureStyleType_queryGrammardefaultStyle_xsd.tmp#FeatureStyleType_featureConstraintdefaultStyle_xsd.tmp#http___www.opengis.net_gml_geometryStyledefaultStyle_xsd.tmp#http___www.opengis.net_gml_topologyStyledefaultStyle_xsd.tmp#http___www.opengis.net_gml_labelStyle
Type extension of gml:AbstractGMLType
Type hierarchy
Used by
Model
Children gml:description, gml:featureConstraint, gml:geometryStyle, gml:labelStyle, gml:metaDataProperty, gml:name, gml:topologyStyle
Attributes
QName Type Use Annotation
baseType xs:string optional
featureType xs: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
DiagramdefaultStyle_xsd.tmp#GeometryStylePropertyType_aboutgmlBase_xsd.tmp#AssociationAttributeGroupdefaultStyle_xsd.tmp#GeometryStyle
Used by
Model
Children gml:GeometryStyle
Attributes
QName Type Fixed Use Annotation
about xs:anyURI optional
gml:remoteSchema xs: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
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypedefaultStyle_xsd.tmp#BaseStyleDescriptorType_spatialResolutiondefaultStyle_xsd.tmp#BaseStyleDescriptorType_styleVariationsmil20_xsd.tmp#animatesmil20_xsd.tmp#animateMotionsmil20_xsd.tmp#animateColorsmil20_xsd.tmp#setdefaultStyle_xsd.tmp#BaseStyleDescriptorTypedefaultStyle_xsd.tmp#GeometryStyleType_geometryPropertydefaultStyle_xsd.tmp#GeometryStyleType_geometryTypedefaultStyle_xsd.tmp#symboldefaultStyle_xsd.tmp#GeometryStyleType_styledefaultStyle_xsd.tmp#http___www.opengis.net_gml_labelStyle
Type extension of gml:BaseStyleDescriptorType
Type hierarchy
Used by
Model
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 Use Annotation
geometryProperty xs:string optional
geometryType xs: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
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypedefaultStyle_xsd.tmp#BaseStyleDescriptorType_spatialResolutiondefaultStyle_xsd.tmp#BaseStyleDescriptorType_styleVariationsmil20_xsd.tmp#animatesmil20_xsd.tmp#animateMotionsmil20_xsd.tmp#animateColorsmil20_xsd.tmp#set
Type extension of gml:AbstractGMLType
Type hierarchy
Used by
Model
Children gml:description, gml:metaDataProperty, gml:name, gml:spatialResolution, gml:styleVariation, smil20:animate, smil20:animateColor, smil20:animateMotion, smil20:set
Attributes
QName Type 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
DiagramdefaultStyle_xsd.tmp#StyleVariationType_stylePropertydefaultStyle_xsd.tmp#StyleVariationType_featurePropertyRange
Type extension of xs:string
Used by
Attributes
QName Type Use
featurePropertyRange xs:string optional
styleProperty xs: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
DiagramdefaultStyle_xsd.tmp#SymbolType_symbolTypedefaultStyle_xsd.tmp#transformdefaultStyle_xsd.tmp#SymbolType_aboutgmlBase_xsd.tmp#AssociationAttributeGroup
Used by
Element gml:symbol
Model
ANY element from ANY namespace
Attributes
QName Type Fixed Use Annotation
about xs:anyURI optional
gml:remoteSchema xs: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 xs: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 xs: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
DiagramdefaultStyle_xsd.tmp#LabelStylePropertyType_aboutgmlBase_xsd.tmp#AssociationAttributeGroupdefaultStyle_xsd.tmp#LabelStyle
Used by
Element gml:labelStyle
Model
Children gml:LabelStyle
Attributes
QName Type Fixed Use Annotation
about xs:anyURI optional
gml:remoteSchema xs: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
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypedefaultStyle_xsd.tmp#BaseStyleDescriptorType_spatialResolutiondefaultStyle_xsd.tmp#BaseStyleDescriptorType_styleVariationsmil20_xsd.tmp#animatesmil20_xsd.tmp#animateMotionsmil20_xsd.tmp#animateColorsmil20_xsd.tmp#setdefaultStyle_xsd.tmp#BaseStyleDescriptorTypedefaultStyle_xsd.tmp#LabelStyleType_styledefaultStyle_xsd.tmp#LabelStyleType_label
Type extension of gml:BaseStyleDescriptorType
Type hierarchy
Used by
Element gml:LabelStyle
Model
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 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
DiagramdefaultStyle_xsd.tmp#transformdefaultStyle_xsd.tmp#http___www.opengis.net_gml_LabelType_LabelExpression
Properties
mixed true
Used by
Model
Children gml:LabelExpression
Attributes
QName Type Use Annotation
gml:transform xs: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
DiagramdefaultStyle_xsd.tmp#TopologyStylePropertyType_aboutgmlBase_xsd.tmp#AssociationAttributeGroupdefaultStyle_xsd.tmp#TopologyStyle
Used by
Model
Children gml:TopologyStyle
Attributes
QName Type Fixed Use Annotation
about xs:anyURI optional
gml:remoteSchema xs: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
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypedefaultStyle_xsd.tmp#BaseStyleDescriptorType_spatialResolutiondefaultStyle_xsd.tmp#BaseStyleDescriptorType_styleVariationsmil20_xsd.tmp#animatesmil20_xsd.tmp#animateMotionsmil20_xsd.tmp#animateColorsmil20_xsd.tmp#setdefaultStyle_xsd.tmp#BaseStyleDescriptorTypedefaultStyle_xsd.tmp#TopologyStyleType_topologyPropertydefaultStyle_xsd.tmp#TopologyStyleType_topologyTypedefaultStyle_xsd.tmp#symboldefaultStyle_xsd.tmp#TopologyStyleType_styledefaultStyle_xsd.tmp#http___www.opengis.net_gml_labelStyle
Type extension of gml:BaseStyleDescriptorType
Type hierarchy
Used by
Model
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 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 xs:string optional
topologyType xs: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 xs: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
DiagramdefaultStyle_xsd.tmp#GraphStylePropertyType_aboutgmlBase_xsd.tmp#AssociationAttributeGroupdefaultStyle_xsd.tmp#GraphStyle
Used by
Element gml:graphStyle
Model
Children gml:GraphStyle
Attributes
QName Type Fixed Use Annotation
about xs:anyURI optional
gml:remoteSchema xs: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
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypedefaultStyle_xsd.tmp#BaseStyleDescriptorType_spatialResolutiondefaultStyle_xsd.tmp#BaseStyleDescriptorType_styleVariationsmil20_xsd.tmp#animatesmil20_xsd.tmp#animateMotionsmil20_xsd.tmp#animateColorsmil20_xsd.tmp#setdefaultStyle_xsd.tmp#BaseStyleDescriptorTypedefaultStyle_xsd.tmp#GraphStyleType_planardefaultStyle_xsd.tmp#GraphStyleType_directeddefaultStyle_xsd.tmp#GraphStyleType_griddefaultStyle_xsd.tmp#GraphStyleType_minDistancedefaultStyle_xsd.tmp#GraphStyleType_minAngledefaultStyle_xsd.tmp#GraphStyleType_graphTypedefaultStyle_xsd.tmp#GraphStyleType_drawingTypedefaultStyle_xsd.tmp#GraphStyleType_lineTypedefaultStyle_xsd.tmp#GraphStyleType_aestheticCriteria
Type extension of gml:BaseStyleDescriptorType
Type hierarchy
Used by
Element gml:GraphStyle
Model
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 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 xs: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 xs: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 xs: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 xs: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 xs:anyURI
Properties
use optional
Used by
Source
<attribute name="about" type="anyURI" use="optional"/>
Attribute gml:StyleVariationType / @styleProperty
Namespace No namespace
Type xs: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 xs: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 xs: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 xs: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 xs:anyURI
Properties
use optional
Used by
Source
<attribute name="about" type="anyURI" use="optional"/>
Attribute gml:GeometryStyleType / @geometryProperty
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Complex Type gml:GeometryStyleType
Source
<attribute name="geometryProperty" type="string"/>
Attribute gml:GeometryStyleType / @geometryType
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Complex Type gml:GeometryStyleType
Source
<attribute name="geometryType" type="string"/>
Attribute gml:GeometryStylePropertyType / @about
Namespace No namespace
Type xs:anyURI
Properties
use optional
Used by
Source
<attribute name="about" type="anyURI" use="optional"/>
Attribute gml:TopologyStyleType / @topologyProperty
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Complex Type gml:TopologyStyleType
Source
<attribute name="topologyProperty" type="string"/>
Attribute gml:TopologyStyleType / @topologyType
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Complex Type gml:TopologyStyleType
Source
<attribute name="topologyType" type="string"/>
Attribute gml:TopologyStylePropertyType / @about
Namespace No namespace
Type xs:anyURI
Properties
use optional
Used by
Source
<attribute name="about" type="anyURI" use="optional"/>
Attribute gml:FeatureStyleType / @featureType
Namespace No namespace
Type xs: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 xs: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 xs:anyURI
Properties
use optional
Used by
Source
<attribute name="about" type="anyURI" use="optional"/>
Attribute gml:GraphStylePropertyType / @about
Namespace No namespace
Type xs:anyURI
Properties
use optional
Used by
Source
<attribute name="about" type="anyURI" use="optional"/>