Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type diggs:Val0-100Type
Namespace http://diggsml.org/schemas/3
Annotations
Double value constrained between 0 and 100 inclusive. Used for
percentages and other values that must fall within the 0-100 range.
Diagram
Diagram
Type restriction of double
Facets
maxInclusive 100
minInclusive 0
Used by
Source
<simpleType name="Val0-100Type">
  <annotation>
    <documentation>Double value constrained between 0 and 100 inclusive. Used for percentages and other values that must fall within the 0-100 range.</documentation>
  </annotation>
  <restriction base="double">
    <minInclusive value="0"/>
    <maxInclusive value="100"/>
  </restriction>
</simpleType>