| diagram | ![]() |
||||||||||||
| namespace | http://www.opengis.net/gml/3.2 | ||||||||||||
| type | extension of double | ||||||||||||
| properties |
|
||||||||||||
| used by | |||||||||||||
| attributes |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <complexType name="MeasureType"> <annotation> <documentation>gml:MeasureType supports recording an amount encoded as a value of XML Schema double, together with a units of measure indicated by an attribute uom, short for "units Of measure". The value of the uom attribute identifies a reference system for the amount, usually a ratio or interval scale.</documentation> </annotation> <simpleContent> <extension base="double"> <attribute name="uom" type="gml:UomIdentifier" use="required"/> </extension> </simpleContent> </complexType> |
| type | gml:UomIdentifier | ||||
| properties |
|
||||
| source | <attribute name="uom" type="gml:UomIdentifier" use="required"/> |