Skip to content

Commit

Permalink
needs to use simpleContent in xsd to allow empty elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobion committed Dec 3, 2012
1 parent 90e910f commit eec7885
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -32,6 +32,10 @@
</xsd:complexType>

<xsd:complexType name="element">
<xsd:attribute name="key" type="xsd:string" />
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="key" type="xsd:string" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:schema>

0 comments on commit eec7885

Please sign in to comment.