PPT Slide
Schemas can be used to validate a document in two ways:
Checks order and nesting of elements (similar to DTD validation)
Checks the element content for valid type and range
example: month element is an integer between 1 and 12
<monthᡇ</month> INVALID!!