Multiple choice technology web technology

Which of the following is used to define a complex type

  1. XML Schema

  2. DTD

  3. PCDATA

  4. XSD

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

XML Schema (XSD - XML Schema Definition) is the W3C standard for defining complex types in XML. It provides much richer type definitions than DTD, including data types, inheritance, and complex element structures. Note: XSD IS XML Schema, but A is the more specific answer about the concept.