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>

]>

Computer Science & Information Technology

You might also like to view...

JavaScript dynamic elements may also be described as:

A) interactive elements B) static elements C) programs D) use policies

Computer Science & Information Technology

A statement that may be used to stop a loop's current iteration and begin the next one is

a. break b. terminate c. re-iterate d. continue e. None of these

Computer Science & Information Technology