11 lines
296 B
XML
11 lines
296 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="wildcard.xsd" >
|
|
<wildcards >
|
|
<elInt>312</elInt>
|
|
</wildcards>
|
|
<wildcards>
|
|
<elString>stringilone...</elString>
|
|
</wildcards>
|
|
</root>
|