NonNegativeDouble

Double restricted to 0 or greater

Simple Type Information

Source

<xs:simpleType name="NonNegativeDouble">
  <xs:annotation>
    <xs:documentation>Double restricted to 0 or greater</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:double">
    <xs:minInclusive value="0"/>
  </xs:restriction>
</xs:simpleType>