I'm not sure if this is possible but I would like to allow the following:
<boolean id="x">true</boolean>
The closest I can get to this using an XSD Schema is the following:
<boolean id="x">
<value>true</value>
</boolean>
The problem appears to be with specifying the element type and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.