Por ejemplo, a continuación el tag es first_name:
<first_name>Mario</first_name>
Por ejemplo, a continuación el atributo es ISBN:
<book ISBN="ISBN-0-13-666">
<!-- some content -->
</book>
Por ejemplo, a continuación el text el Database systems
<title>Database systems<title>
| . | Relacional | XML |
|---|---|---|
| Structure | Tables | Hierarchical, Tree, Graph |
| Schema | Fixed in advance | Flexible, “self-describing” |
| Queries | SQL, nice langs | Less so |
| Ordering | Unordered | Implied |
| Implementation | Native | Add-on |