98-372 · Question #48
Which of the following does XML Schema define? Each correct answer represents a complete solution. Choose all that apply.
The correct answer is A. Order of child elements C. Attributes that can appear in a document D. Elements that can appear in a document. XML schema describes the structure of an XML document. It is an XML-based alternative to DTD. An XML Schema defines the following: 1.Elements that can appear in a document. 2.Attributes that can appear in a document. 3.Elements that are child elements. 4.Order of child elements.
Question
Which of the following does XML Schema define? Each correct answer represents a complete solution. Choose all that apply.
Options
- AOrder of child elements
- BStatic and dynamic values for tags and attributes
- CAttributes that can appear in a document
- DElements that can appear in a document
- EData types for tags and attributes
How the community answered
(28 responses)- A79% (22)
- B7% (2)
- E14% (4)
Explanation
XML schema describes the structure of an XML document. It is an XML-based alternative to DTD. An XML Schema defines the following: 1.Elements that can appear in a document. 2.Attributes that can appear in a document. 3.Elements that are child elements. 4.Order of child elements. 5.Number of child elements. 6.Whether an element is empty or can include text. 7.Data types for elements and attributes. 8.Default and fixed values for elements and attributes.
Topics
Community Discussion
No community discussion yet for this question.