Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type diggs:value0to1ValueType
Namespace http://diggsml.org/schemas/3
Annotations
Restricted double type for value to value type.
Diagram
Diagram
Type restriction of double
Facets
maxInclusive 1
minInclusive 0
Used by
Source
<simpleType name="value0to1ValueType">
  <annotation>
    <documentation>Restricted double type for value to value type.</documentation>
  </annotation>
  <restriction base="double">
    <minInclusive value="0"/>
    <maxInclusive value="1"/>
  </restriction>
</simpleType>