QuestionQ47

Data Serialization

Which data construct ensures that element names and data values stay unique within an XML document?

  • A element
  • B schema definition
  • C namespace
  • D dictionary
Explanation

An XML namespace qualifies names with a namespace identifier, allowing elements from different vocabularies to use the same local name without collision and thereby keeping their expanded names distinct.

Community Discussion

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