Files
LMSGI-2024-25/Unidad_04_DTD_XSD/XSD/xml-xsd-10-choice.xml
2024-09-27 14:28:05 +02:00

7 lines
252 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<superheroe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="xml-xsd-10-choice.xsd">
<nombre>Hulk</nombre>
<!-- <edad>86</edad>
<bando>Buenos</bando> -->
</superheroe>