Showing:

Annotations
Diagrams
Facets
Source
Simple Type diggs:DiggsMassUomEnumType
Namespace http://diggsml.org/schemas/3
Annotations
This enumerated list extends eml:MassUom to include the slug unit.
Diagram
Diagram
Type restriction of string
Facets
enumeration slug
slug (imperial unit of mass)
Source
<simpleType name="DiggsMassUomEnumType">
  <annotation>
    <documentation>This enumerated list extends eml:MassUom to include the slug unit.</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="slug">
      <annotation>
        <documentation>slug (imperial unit of mass)</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>