What is the difference between XML and XSD?

后端 未结 7 979
南笙
南笙 2020-11-27 11:31

What is the difference between Extensible Markup Language (XML) and XML Schema (XSD)?

7条回答
  •  没有蜡笔的小新
    2020-11-27 12:17

    XML versus XSD

    XML defines the syntax of elements and attributes for structuring data in a well-formed document.

    XSD (aka XML Schema), like DTD before, powers the eXtensibility in XML by enabling the user to define the vocabulary and grammar of the elements and attributes in a valid XML document.

提交回复
热议问题