Definition Type: ComplexType
Name: AngleType
Namespace: http://www.opengis.net/gml
Type: gml:MeasureType
Containing Schema: measures.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into uom in schema basictypes_xsd Drilldown into MeasureType in schema basictypes_xsdXSD Diagram of AngleType in schema measures_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AngleType">
    <annotation>
        <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. </documentation>
    </annotation>
    <simpleContent>
        <extension base="gml:MeasureType" />
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
uom gml:uom Required
Collapse Derivation Tree:
Collapse References:
gml:anglegml:endAngle, gml:horizontalAngle, gml:startAngle, gml:verticalAngle,