From 0ddc77cdd798577b3ecbdf047ceda7be58349cd8 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 27 Feb 2009 19:52:17 +0000 Subject: Add BoundEntry support to bundle schema Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5090 ce84e21b-d406-0410-9b95-82705330c041 --- schemas/atom.xsd | 2 +- schemas/base.xsd | 2 +- schemas/bundle.xsd | 29 +++++++++++++++++++------- schemas/clients.xsd | 2 +- schemas/deps.xsd | 16 +++++++------- schemas/info.xsd | 4 ++-- schemas/metadata.xsd | 12 +++++------ schemas/pkglist.xsd | 52 +++++----------------------------------------- schemas/pkgtype.xsd | 55 +++++++++++++++++++++++++++++++++++++++++++++++++ schemas/rules.xsd | 52 +++++++++------------------------------------- schemas/services.xsd | 34 ++++++++---------------------- schemas/servicetype.xsd | 31 ++++++++++++++++++++++++++++ schemas/translation.xsd | 14 ++++++------- 13 files changed, 158 insertions(+), 147 deletions(-) create mode 100644 schemas/pkgtype.xsd create mode 100644 schemas/servicetype.xsd diff --git a/schemas/atom.xsd b/schemas/atom.xsd index b1cf72dbb..94d70fed7 100644 --- a/schemas/atom.xsd +++ b/schemas/atom.xsd @@ -12,4 +12,4 @@ - \ No newline at end of file + diff --git a/schemas/base.xsd b/schemas/base.xsd index 1ec830054..f3751dfa7 100644 --- a/schemas/base.xsd +++ b/schemas/base.xsd @@ -27,7 +27,7 @@ - + diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index 323a640f1..3c0bc1eb8 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -8,6 +8,9 @@ + + + @@ -18,6 +21,12 @@ + + + + + + @@ -27,14 +36,20 @@ - - - - - - + + + + + + - + + + + + + + diff --git a/schemas/clients.xsd b/schemas/clients.xsd index d7701f837..3464921e6 100644 --- a/schemas/clients.xsd +++ b/schemas/clients.xsd @@ -31,7 +31,7 @@ - + diff --git a/schemas/deps.xsd b/schemas/deps.xsd index 5b47af133..ab38c3aec 100644 --- a/schemas/deps.xsd +++ b/schemas/deps.xsd @@ -35,15 +35,15 @@ - - - - - - - + + + + + + + - \ No newline at end of file + diff --git a/schemas/info.xsd b/schemas/info.xsd index 95d786ed9..347a29efa 100644 --- a/schemas/info.xsd +++ b/schemas/info.xsd @@ -27,8 +27,8 @@ - - + + diff --git a/schemas/metadata.xsd b/schemas/metadata.xsd index 9cb2e08f1..639dc94bc 100644 --- a/schemas/metadata.xsd +++ b/schemas/metadata.xsd @@ -27,14 +27,14 @@ - - - + + + - - - + + + diff --git a/schemas/pkglist.xsd b/schemas/pkglist.xsd index d4828716a..b92764751 100644 --- a/schemas/pkglist.xsd +++ b/schemas/pkglist.xsd @@ -8,56 +8,14 @@ + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + + @@ -66,7 +24,7 @@ - + diff --git a/schemas/pkgtype.xsd b/schemas/pkgtype.xsd new file mode 100644 index 000000000..4756f0ecd --- /dev/null +++ b/schemas/pkgtype.xsd @@ -0,0 +1,55 @@ + + + + + package list schema for bcfg2 + Narayan Desai, Argonne National Laboratory + $Id$ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/schemas/rules.xsd b/schemas/rules.xsd index f1e0e60e2..0baa1e25f 100644 --- a/schemas/rules.xsd +++ b/schemas/rules.xsd @@ -8,42 +8,10 @@ + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -91,14 +59,14 @@ - - - - - - - - + + + + + + + + diff --git a/schemas/services.xsd b/schemas/services.xsd index 14964c955..828959e82 100644 --- a/schemas/services.xsd +++ b/schemas/services.xsd @@ -8,43 +8,27 @@ - - - - - - - - - - - - - - - - - + - + - - + + - + - - - + + + - \ No newline at end of file + diff --git a/schemas/servicetype.xsd b/schemas/servicetype.xsd new file mode 100644 index 000000000..787ca3110 --- /dev/null +++ b/schemas/servicetype.xsd @@ -0,0 +1,31 @@ + + + + + services schema for bcfg2 + Narayan Desai, Argonne National Laboratory + $Id$ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/schemas/translation.xsd b/schemas/translation.xsd index 9a58ab640..1c7f8c92d 100644 --- a/schemas/translation.xsd +++ b/schemas/translation.xsd @@ -11,10 +11,10 @@ - - - + + + @@ -25,9 +25,9 @@ - + - - \ No newline at end of file + + -- cgit v1.2.3-1-g7c22