summaryrefslogtreecommitdiff
path: root/test/schemas/xsd-list-itemType_0.xsd
blob: b96dbb499989213e52e0cf6d9500adfb084bd046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="ISO-8859-1" ?>

<!-- This test checks the implementation of the "itemType" attribute of the xsd:list element. -->

<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://FOO" xmlns:foo="http://FOO">
  
 <element name="foo">
	<simpleType>
  		<list itemType="string"/>
	</simpleType>   			          
  </element>   

  
</schema>