I am entirely new to XML Schema and am trying to get the basics down. Here is my xml schema code (filename: example1.xsd):
In your XML, you either need to:
A. Remove the sample: prefix from sample:school
sample:
sample:school
or
B. Change the xmlns="http://www.example.com" to xmlns:sample="http://www.example.com" and add the sample: prefix to the rest of the elements (, , etc.)
xmlns="http://www.example.com"
xmlns:sample="http://www.example.com"