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

Java sticky instances of class com.mysql.jdbc.Field aggregating -