blob: 0122c5cb06f689fc0daa58a802f7e94b788e6e9c [file] [log] [blame]
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="zzz" xmlns="zzz">
<xsd:complexType name="xxx">
<xsd:sequence>
<xsd:element name="e" type="xsd:string" minOccurs="1" maxOccurs=<error>"0"</error>/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>