aboutsummaryrefslogtreecommitdiffstats
path: root/schemas.lv2/xsd.ttl
AgeCommit message (Collapse)AuthorFilesLines
2021-03-12Use matching datatypes for fixed-size bounds in xsd.ttlDavid Robillard1-12/+12
This avoids the need to do any datatype conversion for handling bounds. In particular, it avoids troublesome range issues, like the maximum xsd:unsignedLong being too large to fit in an xsd:long, which is likely what an implementation without bigint support uses to represent xsd:integer. So, avoid all of that by simply using the exact datatype in bounds for that datatype, which makes more sense anyway.
2021-03-11Remove unused datatypes from xsd.ttlDavid Robillard1-136/+16
This data costs memory, and I think it is better to not present things that aren't useful to LV2 implementations at all here. The whitespace annotations could be useful for cleaning up literals, but this isn't currently used (and tends to be baked in to implementations anyway), so remove them as well. If necessary they can be added later easily enough.
2021-03-11Sort xsd.ttlDavid Robillard1-18/+18
2021-03-11Fix pattern restrictions in xsd.ttlDavid Robillard1-12/+14
This fixes the patterns to properly match the spec (several were too strict or otherwise impresive), and also reduces the regex syntax used to a basic and nearly universal subset (without the use of counted replication) that should be supported and handled consistently by even a very basic implementation.
2021-03-11Fix whitespace in xsd.ttlDavid Robillard1-7/+7
2019-01-10Fix xsd.ttl styleDavid Robillard1-35/+19
2018-10-28Add more information to xsd.ttlDavid Robillard1-22/+149
2018-10-28Re-serialise xsd.ttlDavid Robillard1-67/+75
Equivalent content, this is just to minimize the diff for the following commit.
2018-06-03Fix pattern for xsd:double to make exponent optionalDavid Robillard1-1/+1
2018-05-27Fix incorrect pattern for xsd:byteDavid Robillard1-2/+0
2015-04-05Fix incorrect xsd:date regexp.David Robillard1-1/+1
2015-04-01Install schema bundle for host/utility support.David Robillard1-0/+355