diagram | ![]() |
||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||
type | extension of gml:DefinitionType | ||||||||||||||
properties |
|
||||||||||||||
children | gml:metaDataProperty gml:description gml:name gml:quantityType gml:catalogSymbol | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="UnitDefinitionType"> <xs:annotation> <xs:documentation>Definition of a unit of measure (or uom). The definition includes a quantityType property, which indicates the phenomenon to which the units apply, and a catalogSymbol, which gives the short symbol used for this unit. This element is used when the relationship of this unit to other units or units systems is unknown.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:DefinitionType"> <xs:sequence> <xs:element ref="gml:quantityType"/> <xs:element ref="gml:catalogSymbol" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |