Why is XML Deserilzation not throwing exceptions when it should.
- by chobo2
Hi
Here is some dummy xml and dummy xml schema I made.
schema
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.domain.com"
xmlns="http://www.domain.com"
elementFormDefault="qualified">
<xs:element name="vehicles">
<xs:complexType>
…