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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as not a real question by Rais Alam, Niranjan Kala, bažmegakapa, Jean-François Corbett, Anup Cowkur Jan 15 at 10:54
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
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:
|
||||
|
|