diff options
author | David Robillard <d@drobilla.net> | 2012-04-07 00:07:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-07 00:07:08 +0000 |
commit | 7d2236d2c5319bd56ccb62f2b49c6967b159314a (patch) | |
tree | 84c2626fd75cf720d88bedc108e237e5be22731f /schemas/README | |
parent | 0432b34f1524d8932d3d2fc3dd83b7a4b1384233 (diff) | |
download | lv2-7d2236d2c5319bd56ccb62f2b49c6967b159314a.tar.xz |
Add external schemas to repository.
Diffstat (limited to 'schemas/README')
-rw-r--r-- | schemas/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/schemas/README b/schemas/README new file mode 100644 index 0000000..f603937 --- /dev/null +++ b/schemas/README @@ -0,0 +1,12 @@ +This directory contains third-party vocabularies used in these LV2 +specifications. They are occasionally very slightly modified for validity, but +are otherwise equivalent to their original versions. + +These are included here mainly to make validation without web fetching +possible, e.g. via sord_validate. + +The XML schema description in xsd.ttl is an exception, it was mostly +hand-crafted since a good description of XSD in RDF did not seem to exist. The +way it uses xsd:pattern is questionable, but simple and supported by +sord_validate. + |