source |
<xsd:simpleType name="NonNegativeDoubleType">
<xsd:annotation>
<xsd:appinfo>Simple type for representing a non-negative double precision number.</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:double">
<xsd:minInclusive value="0"/>
</xsd:restriction>
</xsd:simpleType> |