Lab 6: Both Validate and Attach a Section to its Parent Section

In this folder is this XML document:

   - juicers.xml

Open the document and inspect its content.

The <juicers> element is comprised of multiple
<juicer> elements.

juicers.xsd declares the <juicers> element.  It declares
it like this: "The contents of <juicers> is *any* elements,
provided they belong to the http://www.juicer.org namespace.

Write an NVDL script, juicers.nvdl, which validates each
juicer section, and also validates that it is a proper
child of the <juicers> element.

After you have created the NVDL script, open a DOS window, change
directory (cd) to this folder, and then type: run

Remember: No News Is Good News!  If all you see after typing "run" is "Done" 
then there were no errors in your NVDL script.

