projects
/
curso-xml.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
xml, dtd y xsd
[curso-xml.git]
/
xml-xsd.xml
1
<?xml version="1.0"?>
2
3
<note
4
xmlns="http://www.w3schools.com"
5
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6
xsi:schemaLocation="http://www.w3schools.com note.xsd">
7
8
<to>Tove</to>
9
<from>Jani</from>
10
<heading>Reminder</heading>
11
<body>Don't forget me this weekend!</body>
12
</note>