9 lines
		
	
	
		
			309 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			309 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | |
|     xsi:noNamespaceSchemaLocation="globalAttribute.xsd" >
 | |
|     <anyElement globalInt="12" />
 | |
|     <anyElement globalFloat="3E4" />
 | |
|     <anyElement globalFloat="1.45" globalInt="77"  />
 | |
|     <anyElement />
 | |
| </root>
 | 
