RelaxNG/publidoc.rng
changeset 45 8dbf4d305813
parent 44 ae64c01c37f1
child 49 e533ca9494a6
--- a/RelaxNG/publidoc.rng	mer. sept. 28 14:29:11 2011 +0200
+++ b/RelaxNG/publidoc.rng	ven. sept. 30 10:13:18 2011 +0200
@@ -956,7 +956,7 @@
     <oneOrMore>
       <choice>
         <ref name="image"/>
-        <ref name="sound"/>
+        <ref name="audio"/>
       </choice>
     </oneOrMore>
     <optional>
@@ -986,13 +986,13 @@
       <ref name="copyright"/>
     </optional>
   </define>
-  <!-- ~~~~~~ sound -->
-  <define name="sound">
-    <element name="sound">
-      <ref name="sound.attributes"/>
+  <!-- ~~~~~~ audio -->
+  <define name="audio">
+    <element name="audio">
+      <ref name="audio.attributes"/>
     </element>
   </define>
-  <define name="sound.attributes">
+  <define name="audio.attributes">
     <ref name="media.id.attribute"/>
   </define>
   <!--