From 459b0fa60de27425da35e79234a84828478dedad Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 28 Sep 2009 21:30:06 +0200 Subject: Add missing attribute "priority" --- schema/layman-global.dtd | 1 + schema/layman-global.rng | 5 +++++ schema/repositories.dtd | 1 + schema/repositories.rng | 5 +++++ 4 files changed, 12 insertions(+) diff --git a/schema/layman-global.dtd b/schema/layman-global.dtd index a8d2309..223e54e 100644 --- a/schema/layman-global.dtd +++ b/schema/layman-global.dtd @@ -13,6 +13,7 @@ xmlns CDATA #FIXED '' contact CDATA #REQUIRED name CDATA #REQUIRED + priority CDATA #IMPLIED src CDATA #REQUIRED status (official|unofficial) #IMPLIED type (bzr|darcs|git|mercurial|rsync|svn|tar) #REQUIRED> diff --git a/schema/layman-global.rng b/schema/layman-global.rng index 131eb59..0b571a2 100644 --- a/schema/layman-global.rng +++ b/schema/layman-global.rng @@ -17,6 +17,11 @@ + + + + + diff --git a/schema/repositories.dtd b/schema/repositories.dtd index d98fad4..e5d5d23 100644 --- a/schema/repositories.dtd +++ b/schema/repositories.dtd @@ -17,6 +17,7 @@ diff --git a/schema/repositories.rng b/schema/repositories.rng index a48cd29..111d9a2 100644 --- a/schema/repositories.rng +++ b/schema/repositories.rng @@ -20,6 +20,11 @@ + + + + + -- cgit v1.2.3-65-gdbad