Multiple choice

Which of the following occurrence specifiers in XML is used to specify that the element can appear for one or more times?

  1. ?

  2. *

  3. +

  4. /

  5. <

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

This occurrence specifier in XML is used to specify that the element can appear for 1 or more times.