# HG changeset patch # User Patrick PIERRE # Date 1373966617 -7200 # Node ID dbec7d0cb842e7e521fbecaf3bd3bab677daf49c # Parent 36829452b1eb09beb81cacd0918dc63b846422cd hotspot type -> hotspot display diff -r 36829452b1eb -r dbec7d0cb842 RelaxNG/Examples/Documents/torture_test.xml --- a/RelaxNG/Examples/Documents/torture_test.xml lun. juil. 15 12:16:52 2013 +0200 +++ b/RelaxNG/Examples/Documents/torture_test.xml mar. juil. 16 11:23:37 2013 +0200 @@ -620,7 +620,7 @@ Émile BAYARD - + @@ -645,21 +645,21 @@

- +

Directionnel

- +

Compte-tours

- + diff -r 36829452b1eb -r dbec7d0cb842 RelaxNG/publidoc.rnc --- a/RelaxNG/publidoc.rnc lun. juil. 15 12:16:52 2013 +0200 +++ b/RelaxNG/publidoc.rnc mar. juil. 16 11:23:37 2013 +0200 @@ -393,13 +393,13 @@ & y.attribute & w.attribute & h.attribute? - & hotspot.type.attribute? + & hotspot.display.attribute? & xmlid.attribute? x.attribute = attribute x { xsd:token {pattern = "\d{1,2}(\.\d{1,2})?%"} } y.attribute = attribute y { xsd:token {pattern = "\d{1,2}(\.\d{1,2})?%"} } w.attribute = attribute w { xsd:token {pattern = "\d{1,2}(\.\d{1,2})?%"} } h.attribute = attribute h { xsd:token {pattern = "\d{1,2}(\.\d{1,2})?%"} } -hotspot.type.attribute = attribute type { "normal" | "visible" | "pulse" } +hotspot.display.attribute = attribute display { "normal" | "visible" | "pulse" } hotspot.content = ((link | p+ | hotspot.image | audio | video), (spot, scenario?)?)