Difference between XML and XSD?
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nketchoya Ngomegni GermainPosted Aug 10, 2012, 8:55 AM
XSD: XML Schema Document.
An XML Schema describes the structure of an XML Document
example:
XSD: note.xsd
XML: note.xml
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3schools.com note.xsd">
Don't forget me this weekend!