L'elemento della nota � un tipo complesso elemento perch� contiene altri elementi. Gli altri elementi (a, da, dirigere, corpo) sono tipi semplici perch� non contengono altri elementi. Imparerete che pi� circa semplice ed il complesso scrive dentro i seguenti capitoli
Un riferimento ad un DTD
Questo documento di XML ha riferimento al DTD:
<?xml version="1.0"?>
<!DOCTYPE note SYSTEM
"http://www.academictutorials.com/dtd/note.dtd">
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>
Un riferimento ad uno schema di XML
Questo documento di XML ha un riferimento agli schemi di XML:
<?xml version="1.0"?>
<note
xmlns="http://www.academictutorials.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.academictutorials.com note.xsd">
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>
Keywords:
how to use xschema,use instead of,how to use xml,how to use xsd,how to use jar,how to use wsdl,how to use soap,how to use xsl ,how to use xslt,how to use format,how to use sql,usage use