QuestionQ20

Data Serialization

Which two statements regarding XML Schema Definition (XSD) files are correct?

Choose two
  • A XSD files define all the elements in an XML document and the document XML hierarchy.
  • B Every XML document must have an XSD file defined for it.
  • C An XSD file is not an XML document.
  • D XSD files ensure that everyone working with the XML document uses a common set of tags.
Explanation

XSD schemas define the allowed elements and structural hierarchy for conforming XML documents. They also establish a common set of tags for everyone creating or validating XML against the same schema; an XML document is not required to have an XSD, and an XSD file is itself an XML document.

Community Discussion

No comments yet. Be the first to start the discussion!