--- a/RelaxNG/publidoc.rnc mar. août 16 18:02:17 2016 +0200
+++ b/RelaxNG/publidoc.rnc mer. août 17 17:29:13 2016 +0200
@@ -643,7 +643,6 @@
media.image.content =
copyright?,
- parallax?,
hotspot*
# ~~~~~~ audio
@@ -709,27 +708,6 @@
| audio
| video
-# ~~~~~~ parallax
-parallax = element parallax { parallax.attributes, parallax.content }
-
-parallax.attributes =
- axis.attribute?
- & position.attribute?
-axis.attribute = attribute axis { "horizontal" | "vertical" }
-position.attribute = attribute position { xsd:token {pattern = "-?\d{1,2}(\.\d{1,2})?"} }
-
-parallax.content =
- parallax.image*
-
-# ~~~~~~ parallax.image
-parallax.image = element image { parallax.image.attributes, parallax.image.content }
-parallax.image.content =
- hotspot*
-
-parallax.image.attributes =
- media.id.attribute
- & alt.attribute?
-
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scenario ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~ scenario