blob: b96dbb499989213e52e0cf6d9500adfb084bd046 [file] [log] [blame]
William M. Brack2f2a6632004-08-20 23:09:47 +00001<?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>