mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
12 lines
225 B
XML
12 lines
225 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:book xmlns:xs="http://myschema/" isbn="1234">
|
|
<title2>Alice in Wonderland
|
|
</title2>
|
|
<author>C S Lewis</author>
|
|
|
|
<character>
|
|
<name>Alice</name>
|
|
</character>
|
|
|
|
</xs:book>
|