Lab 5: Attaching a Section to its Parent Section

In this folder is this XML document:

   - juicers.xml

Open the document and inspect its content.

juicers.xml uses the XML vocabulary specified in
juicers.xsd and the XML vocabulary specified in
appliances.xsd  (juicers.xsd imports appliances.xsd)

Note that the XML vocabulary specified in appliance.xsd
is in a different namespace.

The appliances sections must be "attached" to its
parent juicer section.

Write an NVDL script, juicers.nvdl, which specifies
how to validate juicers.xml

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.

