Definition Type: ComplexType
Name: BaseUnitType
Namespace: http://www.opengis.net/gml
Type: gml:UnitDefinitionType
Containing Schema: units.xsd
Abstract
Documentation:
Definition of a unit of measure which is a base unit from the system of units. A base unit cannot be derived by combination of other base units within this system. Sometimes known as "fundamental unit".
Collapse XSD Schema Diagram:
Drilldown into unitsSystem in schema units_xsd Drilldown into catalogSymbol in schema units_xsd Drilldown into quantityType in schema units_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into DefinitionType in schema dictionary_xsd Drilldown into UnitDefinitionType in schema units_xsdXSD Diagram of BaseUnitType in schema units_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="BaseUnitType">
    <annotation>
        <documentation>Definition of a unit of measure which is a base unit from the system of units.  A base unit cannot be derived by combination of other base units within this system.  Sometimes known as "fundamental unit".  </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:UnitDefinitionType">
            <sequence>
                <element name="unitsSystem" type="gml:ReferenceType" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name (1) unbounded
quantityType gml:quantityType (1) (1)
catalogSymbol gml:catalogSymbol 0 (1)
unitsSystem gml:unitsSystem (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:BaseUnit