Documentation for fieldgml

Complex Type: AreaType

[Table of contents]

Super-types: gml:MeasureType < AreaType (by restriction)
Sub-types: None
Name AreaType
Abstract no
Documentation Value of a spatial area quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for an area, such as square metres or square miles.
XML Instance Representation
<...
uom="anyURI [1]">
gml:MeasureType
</...>
Diagram
h1808095251
Schema Component Representation
<complexType name="AreaType">
<simpleContent>
<restriction base=" gml:MeasureType "/>
</simpleContent>
</complexType>