Showing:

Annotations
Diagrams
Facets
Source
Simple Type diggs:sourceTypeEnumType
Namespace http://diggsml.org/schema-dev
Annotations
1) impulsive - an energy source of short duration that is repeatable and
does not generate noise that interferes with detection. 2) nonimpulsive - an energy
source transmitted into the ground for an extended period of time.
Diagram
Diagram
Type restriction of string
Facets
enumeration impulsive
enumeration nonimpulsive
Source
<simpleType name="sourceTypeEnumType">
  <annotation>
    <documentation>1) impulsive - an energy source of short duration that is repeatable and does not generate noise that interferes with detection. 2) nonimpulsive - an energy source transmitted into the ground for an extended period of time.</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="impulsive"/>
    <enumeration value="nonimpulsive"/>
  </restriction>
</simpleType>