From f27d84aec23f8b79fbf75064dbaf00ef0bb06892 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 May 2018 20:51:46 +0200 Subject: Fix incorrect pattern for xsd:byte --- schemas.lv2/xsd.ttl | 2 -- 1 file changed, 2 deletions(-) (limited to 'schemas.lv2/xsd.ttl') 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 -- cgit v1.2.1