complexType AngleType
diagram index_p1291.png
namespace http://www.opengis.net/gml
type restriction of gml:MeasureType
properties
base gml:MeasureType
used by
elements ArcByCenterPointType/endAngle DirectionVectorType/horizontalAngle ArcByCenterPointType/startAngle DirectionVectorType/verticalAngle
attributes
Name  Type  Use  Default  Fixed  annotation
uomxs:anyURIrequired      
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.
source <xs:complexType name="AngleType">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:restriction base="gml:MeasureType"/>
 
</xs:simpleContent>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy