XML Fails validation
My XML fails validation.
My root element:
<UNHCR_RRF xmlns="http://tempuri.org/ElectronicRRF.xsd" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://tempuri.org/ElectronicRRF.xsd UNHCR_RRF.xsd">
When I validate, I get the following errors:
Error: The 'urn:schemas-microsoft-com:datatypes:dt' attribute is not declared.
At: (Line: 14, Column: 24)
The offending line:
<DateofBirthEstimate dt:dt="boolean">0</DateofBirthEstimate>
I'm using the NMatrix Schematron.NET Test GUI but the same thing happens if I use XmlValidatingReader. The namespace looks correct. Can someone tell me what is wrong?
TPM

