diagram | ![]() |
||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||
type | extension of gml:UnitDefinitionType | ||||||||||||||
properties |
|
||||||||||||||
children | gml:metaDataProperty gml:description gml:name gml:quantityType gml:catalogSymbol gml:derivationUnitTerm | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="DerivedUnitType"> <xs:annotation> <xs:documentation>Definition of a unit of measure which is defined through algebraic combination of more primitive units, which are usually base units from a particular system of units. Derived units based directly on base units are usually preferred for quantities other than the base units or fundamental quantities within a system. If a derived unit is not the preferred unit, the ConventionalUnit element should be used instead.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:UnitDefinitionType"> <xs:sequence> <xs:element ref="gml:derivationUnitTerm" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |