Lab 8. Conditional Appliance

Open homeAppliances.xml and examine it. Notice
that each <appliance> element has a kind attribute,
which specifies whether the appliance is a stereo
appliance or a juicer appliance.

Update homeAppliances.xsd so that the <appliance> element
has a content (type) that depends on (is conditional to)
the value of the kind attribute.