Showing:

Diagrams
Facets
Source
Simple Type diggs:LithologyCharacterEnumType
Namespace http://diggsml.org/schema-dev
Diagram
Diagram
Type restriction of string
Facets
enumeration disseminated
This lithology is uniformly distributed as a component that serves to classify the primary lithology, such as sand within a sandy clay primary lithology
enumeration interbedded
This lithology is interbedded within the primary lithology
enumeration inclusions
This lithology is contained in discrete masses within the primary lithology
Source
<simpleType name="LithologyCharacterEnumType">
  <restriction base="string">
    <enumeration value="disseminated">
      <annotation>
        <documentation>This lithology is uniformly distributed as a component that serves to classify the primary lithology, such as sand within a sandy clay primary lithology</documentation>
      </annotation>
    </enumeration>
    <enumeration value="interbedded">
      <annotation>
        <documentation>This lithology is interbedded within the primary lithology</documentation>
      </annotation>
    </enumeration>
    <enumeration value="inclusions">
      <annotation>
        <documentation>This lithology is contained in discrete masses within the primary lithology</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>