Declraing namespace schema with prefix in XSD/XML
- by user1493537
I am new to XML and I have a couple of questions about prefix. I need to "add the root schema element and insert the declaration for the XML schema namespace using the xc prefix. Set the default namespace and target of the schema to the URI test.com/test1"
I am doing:
<xc:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
…