source |
<xsd:simpleType name="positiveScalarType">
<xsd:annotation>
<xsd:documentation>Represents a floating point number that is greater than 0.0</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:double">
<xsd:minExclusive value="0"/>
</xsd:restriction>
</xsd:simpleType> |