diff options
-rw-r--r-- | devbook.rnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devbook.rnc b/devbook.rnc index 4ca931d..9fe44b8 100644 --- a/devbook.rnc +++ b/devbook.rnc @@ -107,7 +107,7 @@ e = element e { inline } d = element d { empty } uri = element uri { - # uri can have either an URI in the body text or a link attribute + # uri can have either a URI in the body text or a link attribute xsd:anyURI | (attribute link { text }, inline) } |