Showing:

Annotations
Diagrams
Source
Used by
Simple Type diggs:OrientationObsPropertyEnumType
Namespace http://diggsml.org/schemas/3
Annotations
Union type for orientation obs property enum type. Accepts values from .
Diagram
Diagram
Type union of(restriction of string, restriction of string)
Used by
Source
<simpleType name="OrientationObsPropertyEnumType">
  <annotation>
    <documentation>Union type for orientation obs property enum type. Accepts values from .</documentation>
  </annotation>
  <union>
    <simpleType>
      <restriction base="string">
        <enumeration value="bedding">
          <annotation>
            <documentation>bedding - bedding value.</documentation>
          </annotation>
        </enumeration>
        <enumeration value="cross-bedding">
          <annotation>
            <documentation>cross-bedding - cross bedding value.</documentation>
          </annotation>
        </enumeration>
        <enumeration value="faults">
          <annotation>
            <documentation>faults - faults value.</documentation>
          </annotation>
        </enumeration>
        <enumeration value="joints">
          <annotation>
            <documentation>joints - joints value.</documentation>
          </annotation>
        </enumeration>
        <enumeration value="fractures">
          <annotation>
            <documentation>fractures - fractures value.</documentation>
          </annotation>
        </enumeration>
      </restriction>
    </simpleType>
    <simpleType>
      <restriction base="string">
        <pattern value="Other: .{2,}"/>
      </restriction>
    </simpleType>
  </union>
</simpleType>