summaryrefslogtreecommitdiffstats
path: root/schemas/metadata.xsd
diff options
context:
space:
mode:
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>