Double restricted greater than 0 |
<xs:simpleType name="PositiveDouble"> <xs:annotation> <xs:documentation>Double restricted greater than 0</xs:documentation> </xs:annotation> <xs:restriction base="xs:double"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> |