[SCM] dvdauthor/upstream: dvdauthor: track common.xsd

mleeman-guest at users.alioth.debian.org mleeman-guest at users.alioth.debian.org
Thu Oct 25 14:49:04 UTC 2012


The following commit has been merged in the upstream branch:
commit 7be3d03f901c8b25ac826fca1b3b4f582b995b1f
Author: Marc Leeman <marc.leeman at gmail.com>
Date:   Thu Oct 25 16:46:18 2012 +0200

    dvdauthor: track common.xsd

diff --git a/doc/common.xsd b/doc/common.xsd
new file mode 100644
index 0000000..645f01a
--- /dev/null
+++ b/doc/common.xsd
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+  <xsd:annotation>
+    <xsd:documentation xml:lang="en">
+     Common XML Schema types for dvdauthor and spumux.
+    </xsd:documentation>
+  </xsd:annotation>
+
+  <xsd:simpleType name="isOnType">
+    <xsd:restriction base="xsd:NMTOKEN">
+      <xsd:pattern value="[10]|[Oo][Nn]|[Oo][Ff][Ff]|[Yy][Ee][Ss]|[Nn][Oo]"/>
+    </xsd:restriction>
+  </xsd:simpleType>
+
+</xsd:schema>

-- 
dvdauthor packaging



More information about the pkg-multimedia-commits mailing list