gml:symbol
The symbol property. Extends the gml:AssociationType to allow for remote referencing of symbols.
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/defaultStyle.xsd
Type: gml:SymbolType
Properties: Global, Qualified
Content
- Any element [0..*] Namespace: ##any, Process Contents: skip
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
symbolType | [1..1] | gml:SymbolTypeEnumeration | ||
gml:transform | [0..1] | xsd:string | Defines the geometric transformation of entities. There is no particular grammar defined for this value. | |
about | [0..1] | xsd:anyURI | ||
nilReason | [0..1] | gml:NilReasonType | from group gml:AssociationAttributeGroup | |
gml:remoteSchema | [0..1] | xsd:anyURI | from group gml:AssociationAttributeGroup |
Used in
- Type gml:GeometryStyleType (Element gml:GeometryStyle)
- Type gml:TopologyStyleType (Element gml:TopologyStyle)
Sample instance
<gml:symbol symbolType="svg"> <!--any element--> </gml:symbol>