Blame test/schemas/src-attribute4_0.xsd

Packit 423ecb
Packit 423ecb
Packit 423ecb
    type and <simpleType> must not both be present
Packit 423ecb
-->
Packit 423ecb
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://foo" xmlns:foo="http://foo">
Packit 423ecb
	
Packit 423ecb
	<attribute name="bar" type="string">		
Packit 423ecb
		<simpleType>
Packit 423ecb
  	  		<restriction base="string">
Packit 423ecb
  	  			<maxLength value="20"/>
Packit 423ecb
  	  		</restriction>
Packit 423ecb
  	  	</simpleType>
Packit 423ecb
	</attribute>  	
Packit 423ecb
	
Packit 423ecb
	<element name="foo"/>
Packit 423ecb
  
Packit 423ecb
</schema>