1
<?xml version="1.0"?>
2
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3
4
<xsd:element name="hello">
5
<xsd:complexType>
6
<xsd:sequence>
7
<xsd:element name="world" type="xsd:string" maxOccurs="-2345"/>
8
</xsd:sequence>
9
</xsd:complexType>
10
</xsd:element>
11
12
</xsd:schema>