Restructure the document in Figure 15.4, so as to completely replace the elements Name, Status, CrsCode, Semester,andCrsName with attributes in the appropriate tags. Provide a DTD suitable for this document. Specify all applicable ID and IDREF constraints.
What will be an ideal response?
The Student elements would now look as follows:
The Class elements will now have the following form:
The Course elements would now look as follows:
The corresponding DTDs will therefore be:
Name CDATA #REQUIRED
Status CDATA #REQUIRED>
Semester CDATA #REQUIRED>
CrsName CDATA #REQUIRED>
Semester CDATA #REQUIRED>
]>
You might also like to view...
List the rules that apply when evaluating C++ expressions that contain multiple operators.
What will be an ideal response?
Consider the following relation for published books:
BOOK (Book_title, Authorname, Book_type, Listprice, Author_affil, Publisher) Author_affil referes to the affiliation of the author. Suppose the following dependencies exist: Book_title -> Publisher, Book_type Book_type -> Listprice Author_name -> Author-affil (a) What normal form is the relation in? Explain your answer. (b) Apply normalization until you cannot decompose the relations further. State the reasons behind each decomposition.
What are four factors that influence system throughput?
What will be an ideal response?
Macros are stored sets of instructions that ________ common tasks
Fill in the blank(s) with correct word