XSD’s are
-
The ones which replacecs DTD’s
-
Helps in creating wellformed XML
-
Enforces Data Types in XML
-
Can be inline or external
Reveal answer
Fill a bubble to check yourself
B,C,D
Correct answer
Explanation
XSD (XML Schema Definition) provides enhanced capabilities for XML documents. It helps create wellformed XML by defining structure and constraints (Option B), enforces data types on elements and attributes (Option C), and can be embedded within XML documents or stored as external references (Option D). Option A is incorrect: XSD doesn't replace DTD - both coexist as schema definition languages, though XSD offers more powerful features like data typing and namespace support.