✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Consider the following DTD (Document Type Definition) schema.
<!ELEMENT order (item+)> <!ELEMENT item (#PCDATA)>
Which of the following sentences correctly describes the meaning of item+ in the context of this schema?