Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type diggs:PositiveDirectionEnumType
Namespace http://diggsml.org/schemas/3
Annotations
Convention for the positive direction of measurement along a 
linear feature. In DIGGS, measurement always proceeds from 
first to last coordinate, but this allows semantic labeling.
                
These are primarily semantic labels that clarify the meaning of 
"increasing" measurements without changing the fundamental coordinate 
order basis.
Diagram
Diagram
Type restriction of string
Facets
enumeration increasing
Positive direction follows coordinate order from first to last.
This is the DIGGS standard and default convention.
enumeration downward
Semantic label indicating positive is downward (deeper). 
Common for boreholes where first coordinate is collar and 
last is bottom of hole. Measurements increase with depth.
enumeration upward
Semantic label indicating positive is upward (shallower). 
May be used for core logging from bottom to top, or for 
elevation-based referencing systems.
enumeration forward
Semantic label for horizontal features indicating positive 
is in the forward direction of survey or alignment.
Common for transects, pipelines, and tracklines.
Used by
Source
<simpleType name="PositiveDirectionEnumType">
  <annotation>
    <documentation>Convention for the positive direction of measurement along a linear feature. In DIGGS, measurement always proceeds from first to last coordinate, but this allows semantic labeling. These are primarily semantic labels that clarify the meaning of "increasing" measurements without changing the fundamental coordinate order basis.</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="increasing">
      <annotation>
        <documentation>Positive direction follows coordinate order from first to last. This is the DIGGS standard and default convention.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="downward">
      <annotation>
        <documentation>Semantic label indicating positive is downward (deeper). Common for boreholes where first coordinate is collar and last is bottom of hole. Measurements increase with depth.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="upward">
      <annotation>
        <documentation>Semantic label indicating positive is upward (shallower). May be used for core logging from bottom to top, or for elevation-based referencing systems.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="forward">
      <annotation>
        <documentation>Semantic label for horizontal features indicating positive is in the forward direction of survey or alignment. Common for transects, pipelines, and tracklines.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>