Showing:

Annotations
Diagrams
Source
Used by
Simple Type diggs:GroutingTypesEnumType
Namespace http://diggsml.org/schemas/3
Annotations
Union type for grouting types enum type. Accepts values from OtherNameType.
Diagram
DiagramCommon_xsd_Simple_Type_diggs_OtherNameType.tmp#OtherNameType
Type union of(diggs:OtherNameType, restriction of string)
Used by
Source
<simpleType name="GroutingTypesEnumType">
  <annotation>
    <documentation>Union type for grouting types enum type. Accepts values from OtherNameType.</documentation>
  </annotation>
  <union memberTypes="diggs:OtherNameType">
    <simpleType>
      <restriction base="string">
        <enumeration value="Compaction">
          <annotation>
            <documentation>Compaction - compaction value.</documentation>
          </annotation>
        </enumeration>
        <enumeration value="Compensation">
          <annotation>
            <documentation>Compensation - compensation value.</documentation>
          </annotation>
        </enumeration>
        <enumeration value="Cutter Soil Mixing">
          <annotation>
            <documentation>Cutter Soil Mixing - cutter soil mixing value.</documentation>
          </annotation>
        </enumeration>
        <enumeration value="Deep Soil Mixing">
          <annotation>
            <documentation>Deep Soil Mixing - deep soil mixing value.</documentation>
          </annotation>
        </enumeration>
        <enumeration value="Jet">
          <annotation>
            <documentation>Jet - jet value.</documentation>
          </annotation>
        </enumeration>
        <enumeration value="Permeation">
          <annotation>
            <documentation>Permeation - permeation value.</documentation>
          </annotation>
        </enumeration>
        <enumeration value="Rock">
          <annotation>
            <documentation>Rock - rock value.</documentation>
          </annotation>
        </enumeration>
      </restriction>
    </simpleType>
  </union>
</simpleType>