TEIC / TEI

The Text Encoding Initiative Guidelines
https://www.tei-c.org
Other
269 stars 88 forks source link

classRef/@include and classRef/@except should be mutual exclusive #2379

Closed dmj closed 1 year ago

dmj commented 1 year ago

A classRef element may have an @‍include attribute that supplies a list of class members which are to be included in the schema being defined.

A classRef element may have an @‍except attribute supplies that a list of class members which are to be excluded from the schema being defined.

I think they should be mutual exclusive just like the same attributes on moduleRef.

sydb commented 1 year ago

They are.

dmj commented 1 year ago

Right, they are. Misread the content model. Sorry for the noise.

sydb commented 1 year ago

No worries!