Documentation for fieldgml

Complex Type: GeometryStyleType

[Table of contents]

Super-types: gml:AbstractGMLType < BaseStyleDescriptorType (by extension) < GeometryStyleType (by extension)
Sub-types: None
Name GeometryStyleType
Abstract no
Documentation [complexType of] The style descriptor for geometries of a feature.
XML Instance Representation
<...
gml:id="[0..1]"
geometryProperty="string [0..1]"
geometryType="string [0..1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [0..*]

'Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.'

<gml:spatialResolution> gml:ScaleType </gml:spatialResolution> [0..1]
<gml:styleVariation> gml:StyleVariationType </gml:styleVariation> [0..*]
<smil20:animate> ... </smil20:animate> [0..*]
<smil20:set> ... </smil20:set> [0..*]
Start Choice [1]
<gml:symbol> ... </gml:symbol> [1]
<gml:style> string </gml:style> [1]

'Deprecated in GML version 3.1.0. Use symbol with inline content instead.'

End Choice
<gml:labelStyle> ... </gml:labelStyle> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="GeometryStyleType">
<complexContent>
<extension base=" gml:BaseStyleDescriptorType ">
<sequence>
<choice>
<element ref=" gml:symbol "/>
<element name="style" type=" string "/>
</choice>
<element ref=" gml:labelStyle " minOccurs="0"/>
</sequence>
<attribute name="geometryProperty" type=" string "/>
<attribute name="geometryType" type=" string "/>
</extension>
</complexContent>
</complexType>