Does anybody know how can i specify in a .xsd file that a certain xml element HAS to possess an attribute with "xmlns" name and a string value? If i try to specify the common way i get an error that says the "xmlns" is not permitted as an attribute name. I just want to specify in the xsd the fact that i want "element1" to have the "xmlns" attribute:
<element1 xmlns="namespac e">value</element1>
Thanks
<element1 xmlns="namespac e">value</element1>
Thanks
Comment