Lab 14. Any Ordering of Elements

Open Cellphone.xml and examine it. It contains
features of the Nokia 252 cellphone (mobile).

Update Cellphone.xsd such that:

1. The features can be listed in any order

2. New (extension) elements can be interleaved
   among the features. In the sample instance
   document I show two extension elements:

      <new:GPS/>
      <new:Camera/>

   Use processContents="lax"
