gmx:ML_DerivedUnit
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmx/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmx/dhs-gmo/1.0.0/uomItem.xsd
Type: gmx:ML_DerivedUnit_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:metaDataProperty [0..*] Contains or refers to a metadata package that contains metadata properties.
- gml:description [0..1] Contains a simple text description of the object, or refers to an external description.
- Choice [1..*]
- gml:name Label for the object, normally a descriptive name. An object may have several names, typically assigned by different authorities. 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.
- gml:csName The name by which this coordinate system is identified.
- gml:coordinateOperationName The name by which this coordinate operation is identified.
- gml:methodName The name by which this operation method is identified.
- gml:parameterName The name by which this operation parameter is identified.
- gml:groupName The name by which this operation parameter group is identified.
- gml:datumName The name by which this datum is identified.
- gml:meridianName The name by which this prime meridian is identified. The meridianName most common value is Greenwich, and that value shall be used when the greenwichLongitude value is zero.
- gml:ellipsoidName The name by which this ellipsoid is identified.
- gml:srsName The name by which this reference system is identified.
from subst. group gml:name - gml:quantityType [1..1] Informal description of the phenomenon or type of quantity that is measured or observed. For example, "length", "angle", "time", "pressure", or "temperature". When the quantity is the result of an observation or measurement, this term is known as Observable Type or Measurand.
- gml:catalogSymbol [0..1] For global understanding of a unit of measure, it is often possible to reference an item in a catalog of units, using a symbol in that catalog. The "codeSpace" attribute in "CodeType" identifies a namespace for the catalog symbol value, and might reference the catalog. The "string" value in "CodeType" contains the value of a symbol that is 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. For example, the symbol "cm" might indicate that it is the "m" symbol combined with the "c" prefix.
- gml:derivationUnitTerm [1..*]
- gmx:alternativeExpression [1..*]
from type gml:DefinitionTypefrom type gml:UnitDefinitionTypefrom type gml:DerivedUnitType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [1..1] | xsd:ID | from type gml:DefinitionType |
Used in
- Group gml:Value
- 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 gmx:DerivedUnit_PropertyType
- Type gmx:ML_DerivedUnit_PropertyType
- Type gco:UnitOfMeasure_PropertyType (Element gmd:valueUnit)
- Type gco:UomLength_PropertyType (Element gmd:units)
- Type gmx:UnitDefinition_PropertyType (Element gmx:uomItem)
- Type gml:AssociationType (Elements gml:_association, gml:member)
- Type gml:DictionaryEntryType (Elements gml:dictionaryEntry, gml:definitionMember)
- Type gml:ValueArrayPropertyType via reference to gml:Value (Element gml:valueComponents)
- Type gml:ValuePropertyType via reference to gml:Value (Elements gml:valueProperty, gml:valueComponent)
Substitution hierarchy
- gml:_Object
- can be substituted with gml:_GML
- can be substituted with gml:Definition
- can be substituted with gml:UnitDefinition
- can be substituted with gml:DerivedUnit
- can be substituted with gmx:ML_DerivedUnit
- can be substituted with gml:DerivedUnit
- can be substituted with gml:UnitDefinition
- can be substituted with gml:Definition
- can be substituted with gml:_GML
Sample instance
<gmx:ML_DerivedUnit gml:id="ID"> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:quantityType>string</gml:quantityType> <gml:catalogSymbol>string</gml:catalogSymbol> <gml:derivationUnitTerm uom="http://www.example.com/"/> <gmx:alternativeExpression> <gmx:UomAlternativeExpression gml:id="ID" codeSpace="http://www.example.com/"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:quantityType>string</gml:quantityType> <gml:catalogSymbol>string</gml:catalogSymbol> <gmx:locale>... </gmx:locale> </gmx:UomAlternativeExpression> </gmx:alternativeExpression> </gmx:ML_DerivedUnit>