From f69841e038ec81a98f6b3bf870b7ee4ad0e4a5af Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sat, 26 Sep 2009 22:37:59 +0000 Subject: schema: Add schema for Path entries Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5466 ce84e21b-d406-0410-9b95-82705330c041 --- schemas/bundle.xsd | 5 +++++ schemas/pathentry.xsd | 17 +++++++++++++++++ schemas/types.xsd | 12 ++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 schemas/pathentry.xsd diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index 3c0bc1eb8..d9a711a84 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -8,6 +8,7 @@ + @@ -15,6 +16,7 @@ + @@ -22,6 +24,7 @@ + @@ -37,6 +40,7 @@ + @@ -44,6 +48,7 @@ + diff --git a/schemas/pathentry.xsd b/schemas/pathentry.xsd new file mode 100644 index 000000000..5e129fa75 --- /dev/null +++ b/schemas/pathentry.xsd @@ -0,0 +1,17 @@ + + + + + path entry schema for bcfg2 + Narayan Desai, Argonne National Laboratory + $Id$ + + + + + + + + + + diff --git a/schemas/types.xsd b/schemas/types.xsd index 460fcabd0..db85bbaab 100644 --- a/schemas/types.xsd +++ b/schemas/types.xsd @@ -21,6 +21,18 @@ + + + + + + + + + + + + -- cgit v1.2.3-1-g7c22