summaryrefslogtreecommitdiffstats
path: root/schemas/atom.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-04-11 18:07:25 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-04-11 18:07:25 +0000
commite997ef3c1f40b97719c2fb950652542e519e20ec (patch)
tree4c53ad8814626634036f2c78908d6887da0dc233 /schemas/atom.xsd
parent74a93ea79f568b61e17c0eddf519c895bcdb249e (diff)
downloadbcfg2-e997ef3c1f40b97719c2fb950652542e519e20ec.tar.gz
bcfg2-e997ef3c1f40b97719c2fb950652542e519e20ec.tar.bz2
bcfg2-e997ef3c1f40b97719c2fb950652542e519e20ec.zip
fix schema typo
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1836 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/atom.xsd')
-rw-r--r--schemas/atom.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/atom.xsd b/schemas/atom.xsd
index db0761acc..94fe228b1 100644
--- a/schemas/atom.xsd
+++ b/schemas/atom.xsd
@@ -8,7 +8,7 @@
</xsd:annotation>
<xsd:complexType name='StructureEntry'>
- <xsd:attribute type='xsd:string' name='name' use='reqiured'/>
+ <xsd:attribute type='xsd:string' name='name' use='required'/>
</xsd:complexType>
</xsd:schema> \ No newline at end of file