Name: Anonymous 2008-10-30 21:27
Is there a way to specify in a schema that I want the content of an element and/or an attribute to contain at least once occurrence of a value?
For example. I require that at least 1 table have an id of "ThisIsATable". The document is an XHTML file. The schema element for table needs to have an id attribute for this restriction that applies to any 1 table element and not all of them.
For example. I require that at least 1 table have an id of "ThisIsATable". The document is an XHTML file. The schema element for table needs to have an id attribute for this restriction that applies to any 1 table element and not all of them.