Showing:

Diagrams
Source
Used by
Simple Type diggs:LithologyCharacterEnumType
Namespace http://diggsml.org/schemas/2.6
Diagram
Diagram
Type union of(restriction of string, restriction of string)
Used by
Source
<simpleType name="LithologyCharacterEnumType">
  <union>
    <simpleType>
      <restriction base="string">
        <enumeration value="uniformly distributed as a component of the primary lithology"/>
        <enumeration value="interbedded with the primary lithology"/>
        <enumeration value="incorporated as inclusions within the primary lithology"/>
      </restriction>
    </simpleType>
    <simpleType>
      <restriction base="string">
        <pattern value="Other: .{2,}"/>
      </restriction>
    </simpleType>
  </union>
</simpleType>