Question: You are working with an XML document that uses an XML schema. How can you extend the document with elements NOT specified by the schema?

  1. Use the `` element.
  2. Use the `` element.
  3. Use ``.
  4. Specify the new elements in the schema.

Answer: The correct answer of the above question is Option A:Use the `` element.