Open GoogleCodeExporter opened 9 years ago
A more flexible alternative to XSD data types would be to use Relax NG. Relax
NG can reference externally-defined datatypes. Typically these are XSD types:
<data type="integer" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"/>
but you can e.g. also implement your own datatypes in Java if they can't be
expressed in XML. See
[http://www.thaiopensource.com/relaxng/pluggable-datatypes.html] and
[http://www.ibm.com/developerworks/xml/library/x-custyp/].
Original comment by bertfrees
on 20 Jun 2013 at 8:19
Original issue reported on code.google.com by
josteinaj@gmail.com
on 20 Jun 2013 at 1:59