| diagram | ![]() |
||
| namespace | http://www.opengis.net/gml | ||
| children | gml:angle gml:dmsAngle | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:complexType name="AngleChoiceType"> <xs:annotation> <xs:documentation>Value of an angle quantity provided in either degree-minute-second format or single value format.</xs:documentation> </xs:annotation> <xs:choice> <xs:element ref="gml:angle"/> <xs:element ref="gml:dmsAngle"/> </xs:choice> </xs:complexType> |