summaryrefslogtreecommitdiff
path: root/test/schemas/element-minmax-err_0.xsd
blob: 3384e7c61c19360efc593ec0e4ac524323943ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<xsd:element name="foo">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="bar" minOccurs="1" maxOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>

</xsd:schema>