summaryrefslogtreecommitdiffstats
path: root/schemas/metadata.xsd
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-01-28 01:21:01 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-01-28 01:21:01 +0000
commit31a9fbebcbcc0aafed741fa48b253163bcae2c69 (patch)
tree3c5c1075c7ed33ba19de16a75125312f2a0d83bf /schemas/metadata.xsd
parent32eebcf39e04a86c35404cd3d55f09ae950fb461 (diff)
downloadbcfg2-31a9fbebcbcc0aafed741fa48b253163bcae2c69.tar.gz
bcfg2-31a9fbebcbcc0aafed741fa48b253163bcae2c69.tar.bz2
bcfg2-31a9fbebcbcc0aafed741fa48b253163bcae2c69.zip
schemas: Schema updates
* Remove old translation schema for bcfg1 * Remove old POSIX entries * Remove toolsetType schema since it's no longer used Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5708 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/metadata.xsd')
-rw-r--r--schemas/metadata.xsd8
1 files changed, 0 insertions, 8 deletions
diff --git a/schemas/metadata.xsd b/schemas/metadata.xsd
index 9a5c17bb3..1c2474eac 100644
--- a/schemas/metadata.xsd
+++ b/schemas/metadata.xsd
@@ -11,19 +11,12 @@
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="xml.xsd"/>
- <xsd:simpleType name='toolsetType'>
- <xsd:restriction base="xsd:string">
- <xsd:pattern value="rh|debian|solaris|aix|gentoo|auto|freebsd"/>
- </xsd:restriction>
- </xsd:simpleType>
-
<xsd:simpleType name='booleanType'>
<xsd:restriction base="xsd:string">
<xsd:pattern value="true|false"/>
</xsd:restriction>
</xsd:simpleType>
-
<xsd:complexType name='groupType'>
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
<xsd:element name='Bundle'>
@@ -42,7 +35,6 @@
<xsd:attribute type='booleanType' name='default' use='optional'/>
<xsd:attribute type='xsd:string' name='name' use='required'/>
<xsd:attribute type='xsd:string' name='auth' use='optional'/>
- <xsd:attribute type='toolsetType' name='toolset' use='optional'/>
<xsd:attribute type='xsd:string' name='category' use='optional'/>
<xsd:attribute type='xsd:string' name='comment' use='optional'/>
</xsd:complexType>