Documentation for fieldgml

Complex Type: AbstractStyleType

[Table of contents]

Super-types: gml:AbstractGMLType < AbstractStyleType (by extension)
Sub-types:
Name AbstractStyleType
Abstract yes
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.
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.'

</...>
Diagram
h361726713
Schema Component Representation
<complexType name="AbstractStyleType" abstract="true">
<complexContent>
<extension base=" gml:AbstractGMLType "/>
</complexContent>
</complexType>