ZeroToOne

Double restricted to between 1 and 0

Simple Type Information

Used By

Source

<xs:simpleType name="ZeroToOne">
  <xs:annotation>
    <xs:documentation>Double restricted to between 1 and 0</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:double">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="1"/>
  </xs:restriction>
</xs:simpleType>