xml schema validation error “prefix is not bound”
In your XML, you either need to: A. Remove the sample: prefix from 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 (<sample:element1>, <sample:element2>, etc.)