summaryrefslogtreecommitdiffstats
path: root/schemas/atom.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-10-18 22:21:56 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-10-18 22:21:56 +0000
commit434649d5292d3cecb104f52c8197c64834a25690 (patch)
tree9e4b33cc3e9e9980147311cc7b2ca8747b284c17 /schemas/atom.xsd
parentf7183389056241db9e003cbb4a426b350b24faf2 (diff)
downloadbcfg2-434649d5292d3cecb104f52c8197c64834a25690.tar.gz
bcfg2-434649d5292d3cecb104f52c8197c64834a25690.tar.bz2
bcfg2-434649d5292d3cecb104f52c8197c64834a25690.zip
add optional type attribute for services
(Logical change 1.339) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1394 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/atom.xsd')
-rw-r--r--schemas/atom.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/atom.xsd b/schemas/atom.xsd
index 8b5440fcf..444fcc61b 100644
--- a/schemas/atom.xsd
+++ b/schemas/atom.xsd
@@ -24,6 +24,7 @@
<xsd:complexType name='ServiceType'>
<xsd:attribute type='xsd:string' name='name' use='required'/>
+ <xsd:attribute type='xsd:string' name='type'/>
</xsd:complexType>
<xsd:complexType name='SymLinkType'>