Invented by Eric van der Vlist
Schemas look like the documents they model
Validator is an XSLT stylesheet
<?xml version="1.0"?>
<SONG xmlns:eg="http://examplotron.org/0/">
<TITLE>Put title here</TITLE>
<COMPOSER eg:occurs="+">Author of song</COMPOSER>
<PRODUCER eg:occurs="*">Put producer here</PRODUCER>
<PUBLISHER eg:occurs="?">Put publisher here</PUBLISHER>
<LENGTH>Length of song</LENGTH>
<YEAR>Year song was published</YEAR>
<ARTIST eg:occurs="+">Singers and musicians</ARTIST>
</SONG>