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:conversionToPreferredUnit gml:roughConversionToPreferredUnit gml:derivationUnitTerm | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="ConventionalUnitType"> <xs:annotation> <xs:documentation>Definition of a unit of measure which is related to a preferred unit for this quantity type through a conversion formula. A method for deriving this unit by algebraic combination of more primitive units, may also be provided.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:UnitDefinitionType"> <xs:sequence> <xs:choice> <xs:element ref="gml:conversionToPreferredUnit"/> <xs:element ref="gml:roughConversionToPreferredUnit"/> </xs:choice> <xs:element ref="gml:derivationUnitTerm" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |