diff --git a/html/edoal.html b/html/edoal.html index d86b738b8b90b588d169c65dd4d10df60d759bba..31c684a34d0aacc273c2c2f13c994bd9bf031f54 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>