Documentation for fieldgml

Complex Type: BaseStyleDescriptorType

[Table of contents]

Super-types: gml:AbstractGMLType < BaseStyleDescriptorType (by extension)
Sub-types:
Name BaseStyleDescriptorType
Abstract no
Documentation Base complex type for geometry, topology, label and graph styles.
XML Instance Representation
<...
gml:id="[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..*]
</...>
Diagram
Schema Component Representation
<complexType name="BaseStyleDescriptorType">
<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>