↧
Answer by Michael Kay for how to use xsd namespace
Firstly, the two declarations:xmlns:xs="http://www.w3.org/2001/XMLSchema"xmlns="http://www.w3.org/2001/XMLSchema"indicate that both names prefixed "xs", and unprefixed names, represent names whose...
View Articlehow to use xsd namespace
I have searched many places for namespaces, but doesnot get satisfactory answerfor the following xsd file<?xml version="1.0" encoding="UTF-8"?><xs:schema...
View Article