9 lines
317 B
XML
9 lines
317 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 X" />
|
|
<anyElement globalFloat="3E4 E" />
|
|
<anyElement globalFloat="1.45.12" globalInt="7 7" />
|
|
<anyElement />
|
|
</root>
|