Documentation for fieldgml

Complex Type: AngleType

[Table of contents]

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