type | restriction of xsd:double | ||||||
properties |
|
||||||
used by | |||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:simpleType name="nonNegativeScalarType"> <xsd:annotation> <xsd:documentation>Represents a floating point number that is greater than or equal to 0.0</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:double"> <xsd:minInclusive value="0"/> </xsd:restriction> </xsd:simpleType> |