summaryrefslogtreecommitdiffstats
path: root/schemas/atom.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/atom.xsd')
-rw-r--r--schemas/atom.xsd8
1 files changed, 6 insertions, 2 deletions
diff --git a/schemas/atom.xsd b/schemas/atom.xsd
index e25262b45..e1931439e 100644
--- a/schemas/atom.xsd
+++ b/schemas/atom.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:py="http://genshi.edgewall.org/" xml:lang="en">
<xsd:annotation>
<xsd:documentation>
@@ -7,10 +8,13 @@
</xsd:documentation>
</xsd:annotation>
+ <xsd:import namespace="http://genshi.edgewall.org/"
+ schemaLocation="genshi.xsd"/>
+
<xsd:complexType name='StructureEntry'>
<xsd:attribute type='xsd:string' name='name' use='required'/>
- <xsd:attribute type='xsd:string' name='altsrc'/>
<xsd:attribute type='xsd:string' name='verify' use='optional'/>
+ <xsd:attributeGroup ref="py:genshiAttrs"/>
</xsd:complexType>
</xsd:schema>