Showing:

Diagrams
Facets
Source
Simple Type diggs:FractionEnumType
Namespace http://diggsml.org/schema-dev
Diagram
Diagram
Type restriction of string
Facets
enumeration Bed Sediment
enumeration Dissolved
enumeration Free Available
enumeration Non-filterable
enumeration Non-settleable
enumeration Recoverable
enumeration Suspended
enumeration Total
enumeration Total Residual
enumeration Vapor
Source
<simpleType name="FractionEnumType">
  <restriction base="string">
    <enumeration value="Bed Sediment"/>
    <enumeration value="Dissolved"/>
    <enumeration value="Free Available"/>
    <enumeration value="Non-filterable"/>
    <enumeration value="Non-settleable"/>
    <enumeration value="Recoverable"/>
    <enumeration value="Suspended"/>
    <enumeration value="Total"/>
    <enumeration value="Total Residual"/>
    <enumeration value="Vapor"/>
  </restriction>
</simpleType>