Lab 11. Restricting the Content of <appliance> using xs:error

In Lab9 you restricted the content of <appliance> by
creating a simpleType for the kind attribute which
permitted only two values - stereo and juicer.

Change the type of kind back to xs:string and use xs:error
to control the content of <appliance>. 