Lab 20. Overriding a Type in another Schema

Open classification.xsd and examine it. It defines a 
type, ParaType, to be simpleContent with a classification
attribute.

Override ParaType. Set its contents to:
    - A <Title> element of type string
    - A <Classification> element of type classificationLevels
    - a <Text> element of type paraType 
