summaryrefslogtreecommitdiffstats
path: root/schemas/atom.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-07-20 15:47:23 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-07-20 15:47:23 +0000
commit25db0d11d3fc3ef23d155050026751a22be1853c (patch)
tree6083e39639453552e7225394f29982f4e91c3377 /schemas/atom.xsd
parent39f0c71d5ab8b0c70dc0b664b110841c338f7a66 (diff)
downloadbcfg2-25db0d11d3fc3ef23d155050026751a22be1853c.tar.gz
bcfg2-25db0d11d3fc3ef23d155050026751a22be1853c.tar.bz2
bcfg2-25db0d11d3fc3ef23d155050026751a22be1853c.zip
add altsrc to schema
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3522 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 94fe228b1..b1cf72dbb 100644
--- a/schemas/atom.xsd
+++ b/schemas/atom.xsd
@@ -9,6 +9,7 @@
<xsd:complexType name='StructureEntry'>
<xsd:attribute type='xsd:string' name='name' use='required'/>
+ <xsd:attribute type='xsd:string' name='altsrc' />
</xsd:complexType>
</xsd:schema> \ No newline at end of file