Question: You are working with an XML document that uses an XML schema. How do you specify that an element can appear multiple times inside its parent element?
- Set the maxOccurs attribute to a large number, such as 1.000
- Set the maxOccurs attribute to 0
- Set the maxOccurs attribute to undefined.
- Set the maxOccurs attribute to unbounded.
Answer: The correct answer of the above question is Option D:Set the maxOccurs attribute to unbounded.