Showing:

Annotations
Diagrams
Facets
Source
Simple Type diggs:PileShapeEnumType
Namespace http://diggsml.org/schema-dev
Annotations
List of possible pile shapes.
Diagram
Diagram
Type restriction of string
Facets
enumeration circular closed
A circular pile with a closed cross section.
enumeration circular open
A circular pile with an open cross section.
enumeration hexagonal
A pile with a hexagonal cross section.
enumeration octagonal
A pile with an octagonal cross section.
enumeration square hollow
A square pile with a hollow cross section.
enumeration square solid
A square pile with a solid cross section.
Source
<simpleType name="PileShapeEnumType">
  <annotation>
    <documentation>List of possible pile shapes.</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="circular closed">
      <annotation>
        <documentation>A circular pile with a closed cross section.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="circular open">
      <annotation>
        <documentation>A circular pile with an open cross section.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="hexagonal">
      <annotation>
        <documentation>A pile with a hexagonal cross section.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="octagonal">
      <annotation>
        <documentation>A pile with an octagonal cross section.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="square hollow">
      <annotation>
        <documentation>A square pile with a hollow cross section.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="square solid">
      <annotation>
        <documentation>A square pile with a solid cross section.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>