EDN Admin
Well-known member
Hi,
I created a schema where I would like to restrict by allowing certain fixed values like "XML", "READ", "READ180" and "," (comma) character, otherwise, schema would return an invalid restriction exception/error... How is this can be done?
xs:enumeration is for actual exact value...and xsattern is any values following certain character format and not fixed values with optional characters like a comma...
Thanks In Advanced
View the full article
I created a schema where I would like to restrict by allowing certain fixed values like "XML", "READ", "READ180" and "," (comma) character, otherwise, schema would return an invalid restriction exception/error... How is this can be done?
xs:enumeration is for actual exact value...and xsattern is any values following certain character format and not fixed values with optional characters like a comma...
Thanks In Advanced
View the full article