-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Alternative Set
- review usage: use cases from National Library of Australia - keep the element
- add optional attributes:
@audience
@conventationDeclarationReference
@maintenanceEventReference
@scriptOfElement
@sourceReference
@target
Creator of issue
- Silke Jagodzinski
- TS-EAS: EAC-CPF subgroup
- silkejagodzinski@gmail.com
Related issues / documents
alternativeSet / setComponent / componentEntry #154
EAD3 Reconciliation
EAC-CPF specific element
Context
Summary: A container element for two or more authority records derived from two or more authority systems, expressed within a single EAC-CPF instance.
May contain: setComponent
May occur within: cpfDescription
Attributes: @xml:base
, @xml:id
, @xml:lang
- all optional
Availability: Optional, Non-repeatable
Solution documentation: agreed solution for TL and guidelines
Rephrasing Summary, Description and Usage and Attribute usage needed?
May contain: <setComponent>
May occur within: <cpfDescription>
Attributes:
@audience
- optional (values limited to: external, internal)
@conventationDeclarationReference
- optional
@id
- optional
@languageOfElement
- optional
@maintenanceEventReference
- optional
@scriptOfElement
- optional
@sourceReference
- optional
@target
Availability: Optional, Non-repeatable
- Topic for Best Practise Guide
Example encoding
<alternativeSet audience="external" base="baseURI" conventionDeclarationReference="convention1" id="as1" languageOfElement="eng" maintenanceEventReference="maintenance1" scriptOfElement="lat" sourceReference="source1" target="control1">
<setComponent>
<componentEntry>textual note about the EAC-CPF encoding for one entire authority record</componentEntry>
<descriptiveNote>
<p>note about the EAC-CPF encoding for one entire authority record</p>
</descriptiveNote>
<objectXMLWrap>
<non-eas-xml xmlns="">
<anyElement/>
</non-eas-xml>
</objectXMLWrap>
</setComponent>
</alternativeSet>