scta / edf-schema

1 stars 1 forks source link

questionTitle @type="original" and @type="supplied" #8

Open jeffreycwitt opened 6 years ago

jeffreycwitt commented 6 years ago

There some discussion about interest in being able, within and EDF to differentiate between original and supplied questionTitles.

Original questionTitles would indicate that there is some evidence this is a title explicitly given by the expression creator

while supplied questionTitle have been supplied purely for navigational aid.

An @type attribute seems like a reasonable solution

jeffreycwitt commented 6 years ago

7 would effect this. If questionTitle was changed to subtitle then the @type attribute would apply to subtitle rather than questionTitle.

stenskjaer commented 6 years ago

It fits my intuition better to simply add the <supplied> element inside a title/subtitle/questionTitle/whatever. I know the <supplied> is only a element of the TEI schema, but it could be mirrored here. The semantics fit, and I think it seems more natural to mark it up this way than to appropriate a specific type to describe it.

But maybe that is just my feeling.

P.S. I have actually already done this in a projectfile somewhere.