Hello.
I want to check if a field in my XML is of type positive double/decimal
. There is a type="xs:positiveInteger"
datatype in XSD but no positive double or decimal. Is there a way to achieve this either by defining custom datatype or some other way?