Documentation for fieldgml

Complex Type: FeatureStyleType

[Table of contents]

Super-types: gml:AbstractGMLType < FeatureStyleType (by extension)
Sub-types: None
Name FeatureStyleType
Abstract no
Documentation [complexType of] The style descriptor for features.
XML Instance Representation
<...
gml:id="[0..1]"
featureType="string [0..1]"
baseType="string [0..1]"
queryGrammar=" gml:QueryGrammarEnumeration [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:featureConstraint> string </gml:featureConstraint> [0..1]
<gml:labelStyle> ... </gml:labelStyle> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="FeatureStyleType">
<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>