How to verify XML element with mixed content? Element can contain string “Undefined” or float values.
I think it can be done thru string Restriction with pattern, but maybe a better way exists?
How to verify XML element with mixed content? Element can contain string Undefined or
Share
Resolved by Union element using.
Consider below example: A sample XML defines calender dates.
Since Month element has both types Int and String .. It can be resolved like the way below XSD is written: