-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Local Control
- add attributes:
@audience
@localTypeDeclarationReference
@scriptOfElement
@valueURI
@vocabularySource
@vocabularySourceURI
- review attributes:
a) remove xml namespace - keep name and scope
Creator of issue
- Silke Jagodzinski
- TS-EAS: EAC-CPF subgroup
- silkejagodzinski@gmail.com
Related issues / documents
EAD3 Reconciliation
Additional EAD 3 attributes
@altrender
- Optional
@audience
- Optional (values limited to: external, internal)
@encodinganalog
- Optional
@script
- Optional
Context
Any additional control entry necessary to accommodate local practice.
May contain: <date>
, <dateRange>
, <term>
May occur within: <control>
Attributes: @localType
- mandatory, @xml:id
, @xml:lang
- all optional
Availability: Optional, Repeatable
Solution documentation:
Rephrasing Summary, Description and Usage and Attribute usage needed
May contain: <date>
, <dateRange>
, <term>
May occur within: <control>
Attributes:
@audience
- Optional (values limited to: external, internal)
@id
- optional
@languageOfElement
- optional
@localtype
- required
@localTypeDeclarationReference
- optional
@scriptOfElement
- optional
@valueURI
- optional
@vocabularySource
- optional
@vocabularySourceURI
- optional
Availability: Optional, repeatable
Example encoding
<control>
<recordId>records identifier</recordId>
<maintenanceStatus value="new"/>
<publicationStatus value="inprocess"/>
<maintenanceAgency> [...] </maintenanceAgency>
<localControl audience="external" id="localContraol1" languageOfElement="en" localType="localtype" localTypeDeclarationReference="localTypeDeclaration1" scriptOfElement="lat" valueURI="conventionURI" vocabularySource="source" vocabularySourceURI="sourceURI">
<term>term for local control</term>
<date>date of local control</date>
</localControl>
<maintenanceHistory> [...] </maintenanceHistory>
</control>