RelaxNG/publiquiz.rnc
changeset 192 c56f8c6b2868
parent 183 f9b4457d0778
child 194 48cf8cfe8b1a
--- a/RelaxNG/publiquiz.rnc	mar. avril 09 18:34:13 2013 +0200
+++ b/RelaxNG/publiquiz.rnc	mar. avril 09 19:03:53 2013 +0200
@@ -372,17 +372,17 @@
 
 blanks.image.content =
    copyright?,
-   blanks.hotspot*
+   blanks.dropzone*
 
-# ~~~~~~ blanks.hotspot
-blanks.hotspot = element hotspot {
-   blanks.hotspot.attributes, blanks.hotspot.content }
+# ~~~~~~ blanks.dropzone
+blanks.dropzone = element dropzone {
+   blanks.dropzone.attributes, blanks.dropzone.content }
 
-blanks.hotspot.attributes =
+blanks.dropzone.attributes =
    x.attribute
  & y.attribute   
 
-blanks.hotspot.content =
+blanks.dropzone.content =
    blank
 
 # ~~~~~~~~~~~~~~~~~~~~~~~~ choices.right, choices.wrong ~~~~~~~~~~~~~~~~~~~~~~~