forked from java-schema-utilities/relaxng-tenuto
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
31 lines (20 loc) · 1016 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
======================================================================
README FILE FOR DATATYPE INTERFACES FOR RELAX NG
======================================================================
RELAX NG supports multiple datatype vocabularies. To achieve this, an
interface between datatype vocabularies and schema processors is
necessary. This interface is intended to be a standard .NET interface
for this purpose.
Any comments/questions should be posted to [email protected].
To subscribe to this list or browse the archive, go to
http://www.yahoogroups.com/group/reldeve.
----------------------------------------------------------------------
LINKS
----------------------------------------------------------------------
* OASIS RELAX NG TC
http://www.oasis-open.org/committees/relax-ng/
* RELAX NG home page
http://relaxng.org/
Document written by Kohsuke Kawaguchi ([email protected])
======================================================================
END OF README