diff options
author | David Robillard <d@drobilla.net> | 2018-05-27 20:51:46 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-05-27 20:51:46 +0200 |
commit | f27d84aec23f8b79fbf75064dbaf00ef0bb06892 (patch) | |
tree | e5eacf9adfeb95d42558733be30e16bd8c40fc90 | |
parent | fcb353c10ea7b96627dfb1746c31150f7fb6ead1 (diff) | |
download | lv2-f27d84aec23f8b79fbf75064dbaf00ef0bb06892.tar.xz |
Fix incorrect pattern for xsd:byte
-rw-r--r-- | schemas.lv2/xsd.ttl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/schemas.lv2/xsd.ttl b/schemas.lv2/xsd.ttl index 3a0c05a..7542636 100644 --- a/schemas.lv2/xsd.ttl +++ b/schemas.lv2/xsd.ttl @@ -108,8 +108,6 @@ xsd:byte owl:onDatatype xsd:short ; owl:withRestrictions ( [ - xsd:pattern "[0-9A-F][0-9A-F]" - ] [ xsd:maxInclusive 127 ] [ xsd:minInclusive -128 |