Documentation for fieldgml

Complex Type: FieldType

[Table of contents]

Super-types: gml:AbstractFeatureType < FieldType (by extension)
Sub-types: None
Name FieldType
Used by (from the same schema document) Element Field
Abstract no
Documentation This type represents the Field type as described in the documentation, i.e. that a field has: (i) a set of Samples, and (ii) an set of rules to reconstruct the continuity of the field in the spatial domain (a spatial interpolation function, or different functions)
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:boundedBy> ... </gml:boundedBy> [0..1]
<gml:location> ... </gml:location> [0..1]

'deprecated in GML version 3.1'

<Samples> SamplesType </Samples> [1]
<InterpolationMethod> InterpolationMethodType </InterpolationMethod> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="FieldType">
<xs:complexContent>
<xs:extension base=" gml:AbstractFeatureType ">
<xs:sequence>
<xs:element name="Samples" type=" SamplesType "/>
<xs:element name="InterpolationMethod" type=" InterpolationMethodType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>