-
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
<source> #107
Comments
Tag Library Text: Summary: A required child element of |
Made `<reference>` mandatory and not repeatable within `<source>` according to #107
Added the vocabulary attributes to `<source>` according to #107
Added the vocabulary attributes to `<source>` according to #107
Schema test feedback, tested for both XSD and RNG, variation with
Schema test feedback, tested for both XDS and RNG, variation with
Test successful after the corrections in the schemas as described. |
@kerstarno Just an FYI that I just updated the development branch to switch out sourceEntry with reference. Can you test this one again and make sure that I've got everything still right? |
Retested with both, RNG and XSD, in the development branch, which is now including
Test successful. Note 1: With Note 2: Both, RNG and XSD, currently prescribe the sequence of |
Thanks, @kerstarno ! Regarding note 1, this is also true for Regarding note 2, I've kept the prescribed order mostly the same from what we have now in EAC, but I would still prefer the option of not enforcing order. I'd definitely want more community feedback about that, though, since some folks might really like that, say, All that said, if we are removing the option of biogHist/reference, and if reference will only be available (I think) in paragraph elements elsewhere, I'd be in favor of going back to source/sourceEntry rather than source/reference 😃 |
@fordmadox - I think, we should actually be fine with having the As for |
@SJagodzinski : I haven't followed the modeling too closely around "reference", but just a note that we are reversing the decision from EAC 1.1 where
|
Create one @fordmadox , @ailie-s : We need to make
Turn Everything else should work. |
Got it, I think. @SJagodzinski and @kerstarno: I just updated the development branch to allow reference to repeat in source. And, based on our new ordering rule, everything still stays in the same order (1..n reference comes before 0..n citedRange, that is). See c7b2f6f |
And this makes the transformation process from EAC 1.1 to 2.0 much easier 😄 |
Re-tested and can confirm, that |
Source
remove child element
<sourceEntry>
and add optional child element<reference>
add new optional child element
<citedRange>
add attributes:
@audience
@scriptOfElement
@valueURI
@vocabularySource
@vocabularySourceURI
keep name and scope
Creator of issue
Related issues / documents
EAD3 Reconciliation
Additional EAD 3 attributes
@altrender
- Optional@audience
- Optional (values limited to: external, internal)@encodinganalog
- Optional@lang
- Optional@localtype
- Optional@script
- OptionalAdditional child elements in EAC-CPF
<objectBinWrap>
Context
A source used for the establishement of the description of the CPF entity in the EAC-CPF instance.
May contain:
<descriptiveNote>
,<objectBinWrap>
,<objectXMLWrap>
,<sourceEntry>
May occur within:
<sources>
Attributes:
@lastDateTimeVerified
,@xlink:actuate
,@xlink:arcrole
,@xlink:href
,@xlink:role
,@xlink:show
,@xlink:title
,@xml:id
- all optional@xlink:type
- Required (if any XLINK attributes used)Availability: Mandatory, Repeatable
Solution documentation
Rephrasing Summary, Description and Usage and Attribute usage needed?
May contain:
<citedRange>
(0..n),<descriptiveNote>
(0..1),<objectXMLWrap>
(0..1),<reference>
(1..n)May occur within:
<sources>
Attributes:
@audience
- optional (values limited to: external, internal)@id
- optional@href
- optional@languageOfElement
- optional@lastDateTimeVerified
- optional@linkRole
- optional@linkTitle
- optional@scriptOfElement
- optional@valueURI
- optional@vocabularySource
- optional@vocabularySourceURI
- optionalAvailability: Required, repeatable
Encoding example
The text was updated successfully, but these errors were encountered: