Multiple Choice
Case 2-2
Rosalind wants to add attribute declarations to her DTD, and she turns to you for information about the possible attribute types.
-You help Rosalind write the declaration of the "semester" attribute described in the previous problem. Which of the following is an appropriate declaration for this attribute?
A) <!ATTLIST course semester (fall | spring | summer) #REQUIRED>
B) <!ATTLIST course semester (fall, spring, summer) #REQUIRED>
C) <!ATTLIST semester course (fall | spring | summer) #REQUIRED>
D) <!ATTLIST semester course (fall, spring, summer) #REQUIRED>
Correct Answer:

Verified
Correct Answer:
Verified
Q6: _ types are character strings that follow
Q26: The _ content model is reserved for
Q27: An attribute declared as a(n)_ token must
Q41: Any attribute that has been declared by
Q45: Case 2-2<br>Rosalind wants to add attribute declarations
Q46: Attribute-list declarations can be located anywhere within
Q59: To test for validity, an XML parser
Q85: You can divide a DTD into _
Q88: One way to create a valid document
Q93: Attribute values do not allow you to