-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script Event Description should be an object #174
Comments
You're right, by allowing use of The specification for Script Event says:
whereas under Script Event Description itself we have:
which does not match. Since DAPT also defines |
Closes #174. Clarifies the cardinality of Script Event Description. Updates the data model diagram (in a way that is non-ideal but hard to fix automatically: it may be worth replacing the PlantUML-generated diagram with a more manually constructed one prior to final publication), and defines Description Type more explicitly. Also clarify that there is no uniqueness constraint for `daptm:descType` and that `xml:lang` can be used to label the language of the contents of a `ttm:desc`.
* Split Script Event Description out as a separate object Closes #174. Clarifies the cardinality of Script Event Description. Updates the data model diagram (in a way that is non-ideal but hard to fix automatically: it may be worth replacing the PlantUML-generated diagram with a more manually constructed one prior to final publication), and defines Description Type more explicitly. Also clarify that there is no uniqueness constraint for `daptm:descType` and that `xml:lang` can be used to label the language of the contents of a `ttm:desc`. * Add optional language to script description in UML model Also pre-emptively remove the Style assuming that #185 is approved too. If not, will need to re-instate Style. * Address review feedback * typos and minor editorial tweaks
Script Event Description should be represented as an object. With Script Event Description Type (currently only specified in the TTML syntax as the attribute
daptm:descType
) it has its own property and it can also be associated with Script Event multiple times.The text was updated successfully, but these errors were encountered: