•XML
is self-describing
•Schema
elements become part of the data
–Reational
schema: persons(name,phone)
–In
XML <persons>, <name>, <phone>
are part of the data, and are repeated many times
•Consequence:
XML is much more flexible
•XML
= semistructured data