Changing the example so it is more clear. Assume the XML file looks like this:
<?xml version="1.0" encoding="utf-8" ?>
<Address xmlns="http://tempuri.org/Test.xsd">
<street>1234 Some St.</street>
<city>Baltimore</city>
<state>MD</state>
</Address>
The exact error messages I get are...
I have a question about extentions in XML schemas.
I have a schema that looks like this:
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema id="Test" targetNamespace="http://tempuri.org/Test.xsd" elementFormDefault="qualified" xmlns="http://tempuri.org/Test.xsd"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.