From 54b17c0b62a61a19271c10a524ebc8a37e4e37fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Mon, 5 Mar 2012 14:03:09 +0000 Subject: [PATCH] - clarified grammar for cardinality restrictions --- html/edoal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/edoal.html b/html/edoal.html index d86b738b..31c684a3 100644 --- a/html/edoal.html +++ b/html/edoal.html @@ -277,7 +277,7 @@ A class can be defined using its URI or a restriction. Restrictions are defined <div class="fragment"><pre> <u>classexpr</u> ::= <Class rdf:about=" <u>URI</u> "/> | <Class> <u>classconst</u> </Class> - | <AttributeOccurenceRestriction> <u>onatt</u> <u>comp</u> <u>INTEGER</u> </AttributeOccurenceRestriction> + | <AttributeOccurenceRestriction> <u>onatt</u> <u>comp</u> <value><Literal type="&xsd;Integer" string="INTEGER" /></value> </AttributeOccurenceRestriction> | <AttributeDomainRestriction> <u>onatt</u> <u>classrest</u> </AttributeDomainRestriction> | <AttributeTypeRestriction> <u>onatt</u> <u>typerest</u> </AttributeTypeRestriction> | <AttributeValueRestriction> <u>onatt</u> <u>comp</u> (<value><u>instexpr</u></value>|<u>val</u>) </AttributeValueRestriction> -- GitLab