Multiple choice technology programming languages

A simple element is an XML element that can contain only

  1. IMAGE

  2. NUMBER

  3. TEXT

  4. ALL OF THE ABOVE

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In XML Schema (XSD), a simple element is an element that can contain only text. It cannot contain other elements, attributes, or be empty. The text can be of various simple types (like string, integer, date), but it is fundamentally text.