I’m currently building an XSD to validate some XML I’m working on, I’m guessing this probably isn’t possible but I’m wondering if there is some way to enforce an attribute that is a “;” delimited list for example
<nbsp style="cell-width:1.29;background-color:#99CC00;"/>
similar to the way the style attribute works in html.
Thanks in advance
You can specify a type which must match a specific pattern.
Example: