Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type diggs:goutComponentTypeEnumType
Namespace http://diggsml.org/schemas/3
Annotations
Enumeration defining gout component type enum type values. Contains 5 allowed value(s).
Diagram
Diagram
Type restriction of string
Facets
enumeration Admixture
Admixture - admixture value.
enumeration Binder
Binder - binder value.
enumeration Cement
Cement - cement value.
enumeration Chemical
Chemical - chemical value.
enumeration Filler
Filler - filler value.
Used by
Source
<simpleType name="goutComponentTypeEnumType">
  <annotation>
    <documentation>Enumeration defining gout component type enum type values. Contains 5 allowed value(s).</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="Admixture">
      <annotation>
        <documentation>Admixture - admixture value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="Binder">
      <annotation>
        <documentation>Binder - binder value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="Cement">
      <annotation>
        <documentation>Cement - cement value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="Chemical">
      <annotation>
        <documentation>Chemical - chemical value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="Filler">
      <annotation>
        <documentation>Filler - filler value.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>