Showing:

Diagrams
Facets
Source
Used by
Simple Type diggs:lancePlacementMethodEnumType
Namespace http://diggsml.org/schema-dev
Diagram
Diagram
Type restriction of string
Facets
enumeration Driven
Lance is driven into the ground by hydraulic pressure or
hammer
enumeration Wash bored
Lance is emplaced behind a high-pressure water
jet
Used by
Source
<simpleType name="lancePlacementMethodEnumType">
  <restriction base="string">
    <enumeration value="Driven">
      <annotation>
        <documentation>Lance is driven into the ground by hydraulic pressure or hammer</documentation>
      </annotation>
    </enumeration>
    <enumeration value="Wash bored">
      <annotation>
        <documentation>Lance is emplaced behind a high-pressure water jet</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>