--- a/RelaxNG/publiquiz.rnc sam. mars 16 20:42:16 2013 +0100
+++ b/RelaxNG/publiquiz.rnc dim. mars 17 12:41:21 2013 +0100
@@ -372,14 +372,18 @@
blanks.image.content =
copyright?,
- hotspot*,
blanks.hotspot*
# ~~~~~~ blanks.hotspot
-blanks.hotspot = element hotspot { hotspot.attributes, blanks.hotspot.content }
+blanks.hotspot = element hotspot {
+ blanks.hotspot.attributes, blanks.hotspot.content }
+
+blanks.hotspot.attributes =
+ x.attribute
+ & y.attribute
blanks.hotspot.content =
- (p | image | blank)
+ blank
# ~~~~~~~~~~~~~~~~~~~~~~~~ choices.right, choices.wrong ~~~~~~~~~~~~~~~~~~~~~~~