gml:DerivedUnit
Derived units are defined by combination of other units. Derived units are used for quantities other than those corresponding to the base units, such as hertz (s-1) for frequency, Newton (kg.m/s2) for force. Derived units based directly on base units are usually preferred for quantities other than the fundamental quantities within a system. If a derived unit is not the preferred unit, the gml:ConventionalUnit element should be used instead. The gml:DerivedUnit extends gml:UnitDefinition with the property gml:derivationUnitTerms.
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/units.xsd
Type: gml:DerivedUnitType
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:metaDataProperty [0..*] deprecated
- gml:description [0..1] The value of this property is a text description of the object. gml:description uses gml:StringOrRefType as its content model, so it may contain a simple text string content, or carry a reference to an external description. The use of gml:description to reference an external description has been deprecated and replaced by the gml:descriptionReference property.
- gml:descriptionReference [0..1] The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description.
- gml:identifier [1..1] Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers.
- gml:name [0..*] The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace.
- gml:remarks [0..1]
- gml:quantityType [0..1] The gml:quantityType property indicates the phenomenon to which the units apply. This element contains an informal description of the phenomenon or type of physical quantity that is measured or observed. When the physical quantity is the result of an observation or measurement, this term is known as observable type or measurand. The use of gml:quantityType for references to remote values is deprecated.
- gml:quantityTypeReference [0..1] The gml:quantityTypeReference property indicates the phenomenon to which the units apply. The content is a reference to a remote value.
- gml:catalogSymbol [0..1] The catalogSymbol is the preferred lexical symbol used for this unit of measure. The codeSpace attribute in gml:CodeType identifies a namespace for the catalog symbol value, and might reference the external catalog. The string value in gml:CodeType contains the value of a symbol that should be unique within this catalog namespace. This symbol often appears explicitly in the catalog, but it could be a combination of symbols using a specified algebra of units.
- gml:derivationUnitTerm [1..*] A set of gml:derivationUnitTerm elements describes a derived unit of measure. Each element carries an integer exponent. The terms are combined by raising each referenced unit to the power of its exponent and forming the product. This unit term references another unit of measure (uom) and provides an integer exponent applied to that unit in defining the compound unit. The exponent may be positive or negative, but not zero.
from type gml:DefinitionBaseTypefrom type gml:DefinitionTypefrom type gml:UnitDefinitionType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [1..1] | xsd:ID | from type gml:DefinitionBaseType |
Used in
- Type gco:UomAngle_PropertyType
- Type gco:UomArea_PropertyType
- Type gco:UomScale_PropertyType
- Type gco:UomTime_PropertyType
- Type gco:UomVelocity_PropertyType
- Type gco:UomVolume_PropertyType
- Type gco:UnitOfMeasure_PropertyType (Element gmd:valueUnit)
- Type gco:UomLength_PropertyType (Element gmd:units)
- Type gml:ArrayAssociationType (Element gml:members)
- Type gml:DictionaryEntryType (Elements gml:definitionMember, gml:dictionaryEntry)
Substitution hierarchy
- gml:AbstractObject
- can be substituted with gml:AbstractGML
- can be substituted with gml:Definition
- can be substituted with gml:UnitDefinition
- can be substituted with gml:DerivedUnit
- can be substituted with gml:UnitDefinition
- can be substituted with gml:Definition
- can be substituted with gml:AbstractGML
Sample instance
<gml:DerivedUnit gml:id="ID"> <gml:metaDataProperty> <gml:GenericMetaData>Any text, intermingled with: <!--any element--> </gml:GenericMetaData> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:remarks>string</gml:remarks> <gml:quantityType>string</gml:quantityType> <gml:quantityTypeReference/> <gml:catalogSymbol>string</gml:catalogSymbol> <gml:derivationUnitTerm uom=""/> </gml:DerivedUnit>