✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Consider the following DTD (Document Type Definition) schema rules.
<!ELEMENT title (#PCDATA)> <!ELEMENT description (#PCDATA)>
Along with these, which of the DTD schema rules below correctly defines an XML product element that must contain exactly one title element and one description element?