✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Consider the following DTD (Document Type Definition) schema rules.
<!ELEMENT customer (#PCDATA)> <!ELEMENT item (#PCDATA)>
Along with these, which of the DTD schema rules below correctly defines an XML order element that may contain any number of item elements, but must always contain a customer element?