summaryrefslogtreecommitdiffstats
path: root/schemas/metadata.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/metadata.xsd')
-rw-r--r--schemas/metadata.xsd18
1 files changed, 8 insertions, 10 deletions
diff --git a/schemas/metadata.xsd b/schemas/metadata.xsd
index 1c2474eac..58f9e8029 100644
--- a/schemas/metadata.xsd
+++ b/schemas/metadata.xsd
@@ -1,4 +1,5 @@
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en">
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">
<xsd:annotation>
<xsd:documentation>
@@ -10,12 +11,8 @@
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="xml.xsd"/>
-
- <xsd:simpleType name='booleanType'>
- <xsd:restriction base="xsd:string">
- <xsd:pattern value="true|false"/>
- </xsd:restriction>
- </xsd:simpleType>
+ <xsd:import namespace="http://www.w3.org/2001/XInclude"
+ schemaLocation="xinclude.xsd"/>
<xsd:complexType name='groupType'>
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
@@ -30,9 +27,9 @@
</xsd:complexType>
</xsd:element>
</xsd:choice>
- <xsd:attribute type='booleanType' name='profile' use='optional'/>
- <xsd:attribute type='booleanType' name='public' use='optional'/>
- <xsd:attribute type='booleanType' name='default' use='optional'/>
+ <xsd:attribute type='xsd:boolean' name='profile' use='optional'/>
+ <xsd:attribute type='xsd:boolean' name='public' use='optional'/>
+ <xsd:attribute type='xsd:boolean' 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='xsd:string' name='category' use='optional'/>
@@ -43,6 +40,7 @@
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
<xsd:element name='Group' type='groupType'/>
<xsd:element name='Groups' type='groupsType'/>
+ <xsd:element ref="xi:include"/>
</xsd:choice>
<xsd:attribute name='version' type='xsd:string'/>
<xsd:attribute name='origin' type='xsd:string'/>