20
The Schema and the Infoset
n So crucially, schemas are about infosets, not
character sequences
n You could schema-validate a DOM tree you
built by hand!
ä Using a schema which exists only as a DOM tree
ditto
n This simplifies things tremendously
ä but is hard to get your head around at first