Multiple choice technology web technology

What is a XSD ?

  1. XSD is nothing but an XML with detailed specifications

  2. XSD is a XML Schema file

  3. XSD is derived from the XML

  4. None of the above

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

XSD (XML Schema Definition) is an XML Schema file that defines the structure, elements, and data types of XML documents. It's not just an XML with specifications (A), it's a schema standard, and it's not derived from XML - it defines XML.