8 lines
212 B
XML
8 lines
212 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="choiceN.xsd">
|
|
<el2>1234</el2>
|
|
<el1>s1</el1>
|
|
<el1>42</el1>
|
|
</root>
|