Multiple Choice
Case 12-1
Casey is using XML to store information about the students in the science classes that he teaches. He wants to design a DTD that he can use to validate the XML documents that he uses for this purpose, and he comes to you for help.
-After you teach Casey about declarations for elements with child elements, he constructs the element declaration <!ELEMENT class ((seminar | lesson | workshop) , time?) >.Given this declaration, which of the following is NOT a valid "class" element?
A) <class><seminar>Beginner Drawing</seminar><time>Mon. 3-4</time></class>
B) <class><lesson>One-on-One Painting</lesson><time>Tues. 11-noon</time></class>
C) <class><seminar>Oil Painting</seminar><lesson>brushstrokes</lesson></class>
D) <class><workshop>Working with Clay</workshop></class>
Correct Answer:

Verified
Correct Answer:
Verified
Q77: An entity whose content is found within
Q78: An element _ declaration specifies an element's
Q79: Content referenced by an entity can be
Q80: Rosalind wants to add attribute declarations to
Q81: A(n)_ associates the value of an attribute
Q83: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1894/.jpg" alt=" -The DOCTYPE declaration
Q84: The attributes of the attribute value type
Q85: You can divide a DTD into _
Q86: Once an ID value has been declared
Q87: Case 12-1<br>Casey is using XML to store