1<?xml version="1.0" encoding="ISO-8859-1" ?>
2
3<!-- This test checks the implementation of the "itemType" attribute of the xsd:list element. -->
4
5<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://FOO" xmlns:foo="http://FOO">
6  
7 <element name="foo">
8	<simpleType>
9  		<list itemType="string"/>
10	</simpleType>   			          
11  </element>   
12
13  
14</schema>