Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type gml:UnitOfMeasureType
Namespace http://www.opengis.net/gml
Annotations
Reference to a unit of measure definition that applies to all the numerical values described by the element containing this element. Notice that a complexType which needs to include the uom attribute can do so by extending this complexType. Alternately, this complexType can be used as a pattern for a new complexType.
Diagram
Diagram index129.tmp#id470
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Reference to a unit of measure definition, usually within the same XML document but possibly outside the XML document which contains this reference. For a reference within the same XML document, the "#" symbol should be used, followed by a text abbreviation of the unit name. However, the "#" symbol may be optional, and still may be interpreted as a reference.
Source
<complexType name="UnitOfMeasureType">
  <annotation>
    <documentation>Reference to a unit of measure definition that applies to all the numerical values described by the element containing this element. Notice that a complexType which needs to include the uom attribute can do so by extending this complexType. Alternately, this complexType can be used as a pattern for a new complexType.</documentation>
  </annotation>
  <sequence/>
  <attribute name="uom" type="anyURI" use="required">
    <annotation>
      <documentation>Reference to a unit of measure definition, usually within the same XML document but possibly outside the XML document which contains this reference. For a reference within the same XML document, the "#" symbol should be used, followed by a text abbreviation of the unit name. However, the "#" symbol may be optional, and still may be interpreted as a reference.</documentation>
    </annotation>
  </attribute>
</complexType>
Schema location http://schemas.opengis.net/gml/3.1.1/base/units.xsd
Attribute gml:UnitOfMeasureType / @uom
Namespace No namespace
Annotations
Reference to a unit of measure definition, usually within the same XML document but possibly outside the XML document which contains this reference. For a reference within the same XML document, the "#" symbol should be used, followed by a text abbreviation of the unit name. However, the "#" symbol may be optional, and still may be interpreted as a reference.
Type anyURI
Properties
use: required
Used by
Complex Type gml:UnitOfMeasureType
Source
<attribute name="uom" type="anyURI" use="required">
  <annotation>
    <documentation>Reference to a unit of measure definition, usually within the same XML document but possibly outside the XML document which contains this reference. For a reference within the same XML document, the "#" symbol should be used, followed by a text abbreviation of the unit name. However, the "#" symbol may be optional, and still may be interpreted as a reference.</documentation>
  </annotation>
</attribute>
Schema location http://schemas.opengis.net/gml/3.1.1/base/units.xsd