RelaxNG/publiquiz.rnc
changeset 183 f9b4457d0778
parent 176 b1ce505b889d
child 192 c56f8c6b2868
--- 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 ~~~~~~~~~~~~~~~~~~~~~~~