<!– This test checks the implementation of the “itemType” attribute of the xsd:list element. –>

<schema xmlns=“www.w3.org/2001/XMLSchema” targetNamespace=“FOO” xmlns:foo=“FOO”>

<element name="foo">
       <simpleType>
               <list itemType="string"/>
       </simpleType>                                     
 </element>

</schema>