Showing:

Annotations
Diagrams
Facets
Source
Simple Type diggs:pointLoadTestEnumType
Namespace http://diggsml.org/schemas/3
Annotations
Enumeration defining point load test enum type values. Contains 2 allowed value(s).
Diagram
Diagram
Type restriction of string
Facets
enumeration axial
axial - axial value.
enumeration diametral
diametral - diametral value.
Source
<simpleType name="pointLoadTestEnumType">
  <annotation>
    <documentation>Enumeration defining point load test enum type values. Contains 2 allowed value(s).</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="axial">
      <annotation>
        <documentation>axial - axial value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="diametral">
      <annotation>
        <documentation>diametral - diametral value.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>