java - is it possible to validate xml via xsd with no sequence and ignoring extra tags -


how validate xml using xsd without sequence , if unknown or tag present should skipped(no validation error should thrown). tags present in xsd should able check max,min occurrence , validate them data type , length etc. hint?

how using "any" tag different namespace .

please refer thread xsd element

http://www.w3schools.com/schema/schema_complex_any.asp

hope find useful


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -