blob: 1e541fe235167f2638db5ea4f355b13c15275416 [file] [log] [blame]
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="doc" type="foo"/>
<xsd:complexType name="foo">
<xsd:choice minOccurs="0">
<xsd:element name="e1"/>
</xsd:choice>
</xsd:complexType>
</xsd:schema>