Case-based Critical Thinking QuestionsCase 13-2Judy has begun to apply the basic information that you have given her about schemas, and she would now like your help in mastering the details of how schemas work. Judy would like to indicate that the ingredient element must appear at least once in a recipe, and that it cannot appear more than 20 times. Which of the following should she add to the element declaration to indicate these restrictions?

A. occurs="1:20"
B. occurs="[1:20]"
C. use="1:20"
D. minOccurs="1" maxOccurs="20"

Answer: D

Computer Science & Information Technology

You might also like to view...

________ is a computer's ability to perform more than one task at a time

Fill in the blank(s) with correct word

Computer Science & Information Technology

in a class definition indicates that the class is probably a:

The line: virtual double functionX() const = 0; a. Base class. b. Derived class. c. Protected class. d. Library class.

Computer Science & Information Technology