Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema measures.xsd
Namespace http://standardit.tapio.fi/schemas/forestData/envelope
Annotations
Extends the units.xsd and basicTypes.xsd schemas with types for recording measures using specific types of units, especially the measures and units needed for coordinate reference systems and coordinate operations. The specific unit types encoded are length, angle, scale factor, time, area, volume, speed, and grid length. This schema allows angle values to be recorded as single numbers or in degree-minute-second format. Parts of this schema are based on Subclause 6.5.7 of ISO/CD 19103 Geographic information - Conceptual schema language, on Subclause A.5.2.2.3 of ISO/CD 19118 Geographic information - Encoding, and on Subclause 4.7 of OpenGIS Recommendation Paper OGC 02-007r4 Units of Measure Use and Definition Recommendations. GML is an OGC Standard. Copyright (c) 2001,2005,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form default: unqualified
element form default: qualified
version: 3.1.1.2
Element gml:measure
Namespace http://www.opengis.net/gml
Diagram
Diagram index0.tmp#id2979 index0.tmp#id2978
Type gml:MeasureType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<element name="measure" type="gml:MeasureType"/>
Element gml:angle
Namespace http://www.opengis.net/gml
Diagram
Diagram index0.tmp#id2979 index0.tmp#id2978
Type gml:MeasureType
Properties
content: complex
Used by
Complex Type gml:AngleChoiceType
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<element name="angle" type="gml:MeasureType"/>
Element gml:dmsAngle
Namespace http://www.opengis.net/gml
Diagram
Diagram index24.tmp#id3074 index24.tmp#id3079 index24.tmp#id3081 index24.tmp#id3083 index24.tmp#id3073
Type gml:DMSAngleType
Properties
content: complex
Used by
Complex Type gml:AngleChoiceType
Model gml:degrees , (gml:decimalMinutes | (gml:minutes , gml:seconds{0,1}))
Children gml:decimalMinutes, gml:degrees, gml:minutes, gml:seconds
Instance
<gml:dmsAngle>
  <gml:degrees direction="">{1,1}</gml:degrees>
</gml:dmsAngle>
Source
<element name="dmsAngle" type="gml:DMSAngleType"/>
Element gml:degrees
Namespace http://www.opengis.net/gml
Diagram
Diagram index24.tmp#id3076 index24.tmp#id3077 index24.tmp#id3075
Type gml:DegreesType
Type hierarchy
Properties
content: complex
Used by
Complex Type gml:DMSAngleType
Attributes
QName Type Fixed Default Use Annotation
direction union of(restriction of string, gml:SignType) optional
Source
<element name="degrees" type="gml:DegreesType"/>
Element gml:decimalMinutes
Namespace http://www.opengis.net/gml
Diagram
Diagram index24.tmp#id3080
Type gml:DecimalMinutesType
Properties
content: simple
Facets
maxExclusive 60.00
minInclusive 0.00
Used by
Complex Type gml:DMSAngleType
Source
<element name="decimalMinutes" type="gml:DecimalMinutesType"/>
Element gml:minutes
Namespace http://www.opengis.net/gml
Diagram
Diagram index24.tmp#id3082
Type gml:ArcMinutesType
Properties
content: simple
Facets
maxInclusive 59
Used by
Complex Type gml:DMSAngleType
Source
<element name="minutes" type="gml:ArcMinutesType"/>
Element gml:seconds
Namespace http://www.opengis.net/gml
Diagram
Diagram index24.tmp#id3084
Type gml:ArcSecondsType
Properties
content: simple
Facets
maxExclusive 60.00
minInclusive 0.00
Used by
Complex Type gml:DMSAngleType
Source
<element name="seconds" type="gml:ArcSecondsType"/>
Complex Type gml:AngleType
Namespace http://www.opengis.net/gml
Annotations
Value of an angle quantity recorded as a single number, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for an angle, such as degrees or radians.
Diagram
Diagram index0.tmp#id2979 index0.tmp#id2978
Type restriction of gml:MeasureType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<complexType name="AngleType">
  <annotation>
    <documentation>Value of an angle quantity recorded as a single number, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for an angle, such as degrees or radians.</documentation>
  </annotation>
  <simpleContent>
    <restriction base="gml:MeasureType"/>
  </simpleContent>
</complexType>
Complex Type gml:LengthType
Namespace http://www.opengis.net/gml
Annotations
Value of a length (or distance) quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a length, such as metres or feet.
Diagram
Diagram index0.tmp#id2979 index0.tmp#id2978
Type restriction of gml:MeasureType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<complexType name="LengthType">
  <annotation>
    <documentation>Value of a length (or distance) quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a length, such as metres or feet.</documentation>
  </annotation>
  <simpleContent>
    <restriction base="gml:MeasureType"/>
  </simpleContent>
</complexType>
Complex Type gml:ScaleType
Namespace http://www.opengis.net/gml
Annotations
Value of a scale factor (or ratio) that has no physical unit. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a scale factor, such as percent, permil, or parts-per-million.
Diagram
Diagram index0.tmp#id2979 index0.tmp#id2978
Type restriction of gml:MeasureType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<complexType name="ScaleType">
  <annotation>
    <documentation>Value of a scale factor (or ratio) that has no physical unit. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a scale factor, such as percent, permil, or parts-per-million.</documentation>
  </annotation>
  <simpleContent>
    <restriction base="gml:MeasureType"/>
  </simpleContent>
</complexType>
Complex Type gml:TimeType
Namespace http://www.opengis.net/gml
Annotations
Value of a time or temporal quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a time value, such as seconds or weeks.
Diagram
Diagram index0.tmp#id2979 index0.tmp#id2978
Type restriction of gml:MeasureType
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<complexType name="TimeType">
  <annotation>
    <documentation>Value of a time or temporal quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a time value, such as seconds or weeks.</documentation>
  </annotation>
  <simpleContent>
    <restriction base="gml:MeasureType"/>
  </simpleContent>
</complexType>
Complex Type gml:GridLengthType
Namespace http://www.opengis.net/gml
Annotations
Value of a length (or distance) quantity in a grid, where the grid spacing does not have any associated physical units, or does not have a constant physical spacing. This grid length will often be used in a digital image grid, where the base units are likely to be pixel spacings. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for length along the axes of a grid, such as pixel spacings or grid spacings.
Diagram
Diagram index0.tmp#id2979 index0.tmp#id2978
Type restriction of gml:MeasureType
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<complexType name="GridLengthType">
  <annotation>
    <documentation>Value of a length (or distance) quantity in a grid, where the grid spacing does not have any associated physical units, or does not have a constant physical spacing. This grid length will often be used in a digital image grid, where the base units are likely to be pixel spacings. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for length along the axes of a grid, such as pixel spacings or grid spacings.</documentation>
  </annotation>
  <simpleContent>
    <restriction base="gml:MeasureType"/>
  </simpleContent>
</complexType>
Complex Type gml:AreaType
Namespace http://www.opengis.net/gml
Annotations
Value of a spatial area quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for an area, such as square metres or square miles.
Diagram
Diagram index0.tmp#id2979 index0.tmp#id2978
Type restriction of gml:MeasureType
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<complexType name="AreaType">
  <annotation>
    <documentation>Value of a spatial area quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for an area, such as square metres or square miles.</documentation>
  </annotation>
  <simpleContent>
    <restriction base="gml:MeasureType"/>
  </simpleContent>
</complexType>
Complex Type gml:VolumeType
Namespace http://www.opengis.net/gml
Annotations
Value of a spatial volume quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a volume, such as cubic metres or cubic feet.
Diagram
Diagram index0.tmp#id2979 index0.tmp#id2978
Type restriction of gml:MeasureType
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<complexType name="VolumeType">
  <annotation>
    <documentation>Value of a spatial volume quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a volume, such as cubic metres or cubic feet.</documentation>
  </annotation>
  <simpleContent>
    <restriction base="gml:MeasureType"/>
  </simpleContent>
</complexType>
Complex Type gml:SpeedType
Namespace http://www.opengis.net/gml
Annotations
Value of a speed, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a velocity, such as metres per second or miles per hour.
Diagram
Diagram index0.tmp#id2979 index0.tmp#id2978
Type restriction of gml:MeasureType
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<complexType name="SpeedType">
  <annotation>
    <documentation>Value of a speed, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a velocity, such as metres per second or miles per hour.</documentation>
  </annotation>
  <simpleContent>
    <restriction base="gml:MeasureType"/>
  </simpleContent>
</complexType>
Complex Type gml:AngleChoiceType
Namespace http://www.opengis.net/gml
Annotations
Value of an angle quantity provided in either degree-minute-second format or single value format.
Diagram
Diagram index24.tmp#id3071 index24.tmp#id3072
Used by
Model gml:angle | gml:dmsAngle
Children gml:angle, gml:dmsAngle
Source
<complexType name="AngleChoiceType">
  <annotation>
    <documentation>Value of an angle quantity provided in either degree-minute-second format or single value format.</documentation>
  </annotation>
  <choice>
    <element ref="gml:angle"/>
    <element ref="gml:dmsAngle"/>
  </choice>
</complexType>
Complex Type gml:DMSAngleType
Namespace http://www.opengis.net/gml
Annotations
Angle value provided in degree-minute-second or degree-minute format.
Diagram
Diagram index24.tmp#id3074 index24.tmp#id3079 index24.tmp#id3081 index24.tmp#id3083
Used by
Model gml:degrees , (gml:decimalMinutes | (gml:minutes , gml:seconds{0,1}))
Children gml:decimalMinutes, gml:degrees, gml:minutes, gml:seconds
Source
<complexType name="DMSAngleType">
  <annotation>
    <documentation>Angle value provided in degree-minute-second or degree-minute format.</documentation>
  </annotation>
  <sequence>
    <element ref="gml:degrees"/>
    <choice minOccurs="0">
      <element ref="gml:decimalMinutes"/>
      <sequence>
        <element ref="gml:minutes"/>
        <element ref="gml:seconds" minOccurs="0"/>
      </sequence>
    </choice>
  </sequence>
</complexType>
Complex Type gml:DegreesType
Namespace http://www.opengis.net/gml
Annotations
Integer number of degrees, plus the angle direction. This element can be used for geographic Latitude and Longitude. For Latitude, the XML attribute direction can take the values "N" or "S", meaning North or South of the equator. For Longitude, direction can take the values "E" or "W", meaning East or West of the prime meridian. This element can also be used for other angles. In that case, the direction can take the values "+" or "-" (of SignType), in the specified rotational direction from a specified reference direction.
Diagram
Diagram index24.tmp#id3076 index24.tmp#id3077
Type extension of gml:DegreeValueType
Type hierarchy
Used by
Element gml:degrees
Attributes
QName Type Fixed Default Use Annotation
direction union of(restriction of string, gml:SignType) optional
Source
<complexType name="DegreesType">
  <annotation>
    <documentation>Integer number of degrees, plus the angle direction. This element can be used for geographic Latitude and Longitude. For Latitude, the XML attribute direction can take the values "N" or "S", meaning North or South of the equator. For Longitude, direction can take the values "E" or "W", meaning East or West of the prime meridian. This element can also be used for other angles. In that case, the direction can take the values "+" or "-" (of SignType), in the specified rotational direction from a specified reference direction.</documentation>
  </annotation>
  <simpleContent>
    <extension base="gml:DegreeValueType">
      <attribute name="direction">
        <simpleType>
          <union>
            <simpleType>
              <restriction base="string">
                <enumeration value="N"/>
                <enumeration value="E"/>
                <enumeration value="S"/>
                <enumeration value="W"/>
              </restriction>
            </simpleType>
            <simpleType>
              <restriction base="gml:SignType"/>
            </simpleType>
          </union>
        </simpleType>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Simple Type gml:DegreeValueType
Namespace http://www.opengis.net/gml
Annotations
Integer number of degrees in a degree-minute-second or degree-minute angular value, without indication of direction.
Diagram
Diagram
Type restriction of nonNegativeInteger
Facets
maxInclusive 359
Used by
Complex Type gml:DegreesType
Source
<simpleType name="DegreeValueType">
  <annotation>
    <documentation>Integer number of degrees in a degree-minute-second or degree-minute angular value, without indication of direction.</documentation>
  </annotation>
  <restriction base="nonNegativeInteger">
    <maxInclusive value="359"/>
  </restriction>
</simpleType>
Simple Type gml:DecimalMinutesType
Namespace http://www.opengis.net/gml
Annotations
Decimal number of arc-minutes in a degree-minute angular value.
Diagram
Diagram
Type restriction of decimal
Facets
maxExclusive 60.00
minInclusive 0.00
Used by
Source
<simpleType name="DecimalMinutesType">
  <annotation>
    <documentation>Decimal number of arc-minutes in a degree-minute angular value.</documentation>
  </annotation>
  <restriction base="decimal">
    <minInclusive value="0.00"/>
    <maxExclusive value="60.00"/>
  </restriction>
</simpleType>
Simple Type gml:ArcMinutesType
Namespace http://www.opengis.net/gml
Annotations
Integer number of arc-minutes in a degree-minute-second angular value.
Diagram
Diagram
Type restriction of nonNegativeInteger
Facets
maxInclusive 59
Used by
Element gml:minutes
Source
<simpleType name="ArcMinutesType">
  <annotation>
    <documentation>Integer number of arc-minutes in a degree-minute-second angular value.</documentation>
  </annotation>
  <restriction base="nonNegativeInteger">
    <maxInclusive value="59"/>
  </restriction>
</simpleType>
Simple Type gml:ArcSecondsType
Namespace http://www.opengis.net/gml
Annotations
Number of arc-seconds in a degree-minute-second angular value.
Diagram
Diagram
Type restriction of decimal
Facets
maxExclusive 60.00
minInclusive 0.00
Used by
Element gml:seconds
Source
<simpleType name="ArcSecondsType">
  <annotation>
    <documentation>Number of arc-seconds in a degree-minute-second angular value.</documentation>
  </annotation>
  <restriction base="decimal">
    <minInclusive value="0.00"/>
    <maxExclusive value="60.00"/>
  </restriction>
</simpleType>
Attribute gml:DegreesType / @direction
Namespace No namespace
Type union of(restriction of string, gml:SignType)
Properties
content: simple
Used by
Complex Type gml:DegreesType
Source
<attribute name="direction">
  <simpleType>
    <union>
      <simpleType>
        <restriction base="string">
          <enumeration value="N"/>
          <enumeration value="E"/>
          <enumeration value="S"/>
          <enumeration value="W"/>
        </restriction>
      </simpleType>
      <simpleType>
        <restriction base="gml:SignType"/>
      </simpleType>
    </union>
  </simpleType>
</attribute>