-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add a new element <referringString> #63
Comments
Available for testing in the development branch. Note: currently, "reference/span" is allowed in EAC-CPF / EAD4, so "reference/referringString" is also permitted in the above branch. |
Tested with the XSD and the RNG. Most of the above has been implemented as expected, apart from:
I created a pull request for the above pending changes (#80). Once the pull request has been merged, this issue will need retesting. |
Sorry, I had thought that |
Thanks. And, yes, it's a bit confusing. |
Re-tested with the XSD and RNG and can confirm that the remaining changes have now been implemented as expected. |
Hi everybody, what about adding to the new |
I've added this suggestion as #111 for the next milestone. |
Creator of issue
The issue relates to
Wanted change/feature
<referringString>
to allow for the tagging of named entities within textual descriptions using one dedicated element instead of having a long list of mixed content elements to take into account. This would also allow for<span>
to be more specifically used for formatting and highlighting aspects by using@style
(as it has been in EAC-CPF all along).<referringString>
should hence be added in all contexts that allow for<span>
. (status of this needs to be reviewed in the current (1 December 2023) draft schema for EAD 4.0)<referringString>
@audience
,@id
,@target
,@languageOfElement
,@scriptOfElement
,@conventionDeclarationReference
,@maintenanceEventReference
,@sourceReference
,@localType
, and@localTypeDeclarationReference
@valueURI
,@vocabularySource
, and@vocabularySourceURI
Update (5 January 2024):
Following the EAD team's meeting on 15 December, the details of this issue have been updated to the latest status with the additions below this paragraph. The current development version of the schema might still represent what was outlined initially, while further changes might be necessary and require another round of testing.
Ultimately, the introduction of
<span>
(which replaces<emph>
, see #71) and<referringString>
along with the use of<reference>
will lead to a minimal mixed content model in the EAD 4.0 general schema, which might be further reduced in the core schema.<abbr(eviation)>
,<expan(sion)>
, and<foreign>
with<referringString>
in<container>
<dimensions>
<head>
<materialSpec>
<num>
<physDesc>
<physFacet>
<physLoc>
<unitDate>
<unitId>
<unitTitle>
<ptr>
with<reference>
in<container>
<dimensions>
<head>
<materialSpec>
<num>
<physDesc>
<physFacet>
<physLoc>
<unitDate>
<unitId>
<unitTitle>
<corpname>
,<date>
,<famname>
,<function>
,<genreform>
,<geogname>
,<name>
,<num>
,<occupation>
,<persname>
,<subject>
, and<title>
with<referringString>
in<physFacet>
<unitTitle>
<footnote>
and<quote>
with<span>
in<physFacet>
<unitTitle>
<lb>
from<container>
<dimensions>
<head>
<materialSpec>
<num>
<physDesc>
<physFacet>
<physLoc>
<unitDate>
<unitId>
<unitTitle>
For the replacement of
<emph>
with<span>
in all the elements mentioned above see Replace<emph>
with<span>
for alignment with EAC-CPF #71.For
<identificationDataNote>
(was:<didNote>
), which currently also includes the above mentioned sub-elements, a different approach is taken:<identificationDataNote>
with the one of<descriptiveNote>
<abbr(eviation)>
,<expan(sion)>
,<foreign>
,<ptr>
,<ref>
,<emph>
and<lb>
from<didNote>
<p>
as required and repeatable sub-element instead@audience
@target
as an optional attribute@lang
to@languageOfElement
and@script
to@scriptOfElement
@conventionDeclarationReference
,@maintenanceEventReference
, and@sourceReference
@altrender
,@localtype
,@label
, and@encodinganalog
For the alignment of the descriptive, shared elements
<abstract>
,<reference>
(replacing<ref>
, see #40), and<p>
see #47.For the alignment of data-centric, shared elements such as
<addressLine>
or the single date elements in terms of mixed content see #70.The text was updated successfully, but these errors were encountered: