-
Notifications
You must be signed in to change notification settings - Fork 4
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
@xlink:href #247
Comments
What is the data type for |
Had a quick look through the EAD3 repository to see if there was anything that provided background to the use of The description of this issue here says: "change data type from anyURI to token", while the solution documentation says "date type: anyURI". Can't remember if we specifically spoke about this, but it might be that in this case actually sticking with anyURI (and changing this accordingly for EAD during the revision) could make more sense. |
As we adopted Might be changed during the Call for Comments period, if necessary. |
@SJagodzinski I would prefer to keep those defined as "anyURI" instead, and not follow what EAD3 did. This keeps us in line with other standards like TEI, XHTML, etc. |
@tcatapano: Do you recall why EAD3 went with "token" when defining |
@fordmadox : Due to alignment with EAD3. I assume that EAD revision team had an idea behind this data type. We can discuss these details during the Call for Comments period, but to finalise the draft for the Call for Comments, I try to freeze a status. No time and need to discuss the attribute data types at this moment, I think. |
Let's keep the |
Tag Library Text: Summary: The address for a remote resource. |
Tested as part of Schema Team's schema testing:
The above applies to both schemas, RNG and XSD. The attribute is ready. |
@fordmadox: IIRC -- and @rockivist could confirm or refute -- the rationale was for the general schema to err on the side of permissiveness while allowing stricter validation through subsetting. In the case of I did run a test against 79K+ Hope this helps. |
@tcatapano When @fordmadox asked me about this I couldn't recall the details, but now that you say it, I'm certain that your recollection of the justification for using token rather than anyURI for href in EAD3. FWIW I think changing to anyURI would be fine. |
Xlink: HREF
@href
@lastDateTimeVerified
,@linkRole
,@linkTitle
Agreed in EAC-CPF and in EAD team to remove this attribute to simplify the schema, cf Berlin meeting:
Creator of issue
Related issues / documents
EAD3 Reconciliation
hypertext Reference
Summary: The locator for a remote resource in a link. When linking to an external file, href takes the form of a Uniform Resource Identifier (URI). If the value is not in the form of a URI, the locator is assumed to be within the document that contains the linking element.
Data Type: token
Context
Summary: Contains a URI, possibly relative, pointing to the related resource.
Description and Usage: The address for a remote resource. The xlink:href takes the form of a Uniform Resource Identifier (URI). While it is permissible to use a relative URI, and an absolute URI is recommended.
Data Type: anyURI
Solution documentation:
Rephrasing Summary and Description and Usage needed
May occur within:
<contactLine>
,<reference>
,<representation>
,<source>
Data Type: anyURI
The text was updated successfully, but these errors were encountered: