✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following DTD (Document Type Definition) schema.
<!ELEMENT schedule (event*)> <!ELEMENT event (name, date, location)> <!ELEMENT name (#PCDATA)> <!ELEMENT location (#PCDATA)> <!ELEMENT date (#PCDATA)>
Which of the following XML documents is not valid with respect to this schema?
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!