Skip to content
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

<demographicDescription> #278

Open
SJagodzinski opened this issue Sep 5, 2021 · 1 comment
Open

<demographicDescription> #278

SJagodzinski opened this issue Sep 5, 2021 · 1 comment
Labels

Comments

@SJagodzinski
Copy link
Contributor

SJagodzinski commented Sep 5, 2021

Demographic description

  • add new mandatory, repeatable (1..n) element <demographicDescription> as child element of <demographicDescriptions>
  • add mandatory, repeatable child elements <term> (1..n)
  • add optional, repeatable child elements <placeName> (0..n)
  • add optional, non-repeatable child element <descriptiveNote> (0..1)
  • add optional date elements <date>, <dateRange>, <dateSet>
  • add optional attributes
    @audience
    @conventationDeclarationReference
    @id
    @languageOfElement
    @localType
    @localTypeDeclarationReference
    @maintenanceEventReference
    @scriptOfElement
    @sourceReference
    @target
    @valueURI
    @vocabularySource
    @vocabularySourceURI

Creator of issue

  1. Silke Jagodzinski
  2. TS-EAS: EAC-CPF subgroup
  3. silkejagodzinski@gmail.com

Related issues / documents

  • Call for Comments feedback Better for corporate creators than individuals? #273
  • <demographicDescription> #277

EAD3 Reconciliation

EAC-CPF specific element

Context

new EAC-CPF element

Solution documentation: agreed solution for TL and guidelines

Rephrasing Summary, Description and Usage and Attribute usage needed

  • example needed
  • Topic for Best Practise Guide

Example encoding

<demographicDescriptions>
 <demographicDescription audience="external" conventionDeclarationReference="cd1" id="dd1" languageOfElement="en" localType="localdemographicdescriptions" localTypeDeclarationReference="ltd1" maintenanceEventReference="me1" scriptOfElement="lat" sourceReference="s1" target="element1" valueURI="http://demographicvalue.org" vocabularySource="demographicVocabulary" vocabularySourceURI="http://demographicVocabulary.org">
  <term>demographic information</term>
  <date>date on demographic information</date>
  <placeName>place related to demographic information</placeName> 
  <descriptiveNote>
   <p>note on demographic information</p>
  </descriptiveNote>
 </demographicDescription> 
</demographicDescriptions>
@kerstarno
Copy link
Contributor

Tested with the XSD and RNG schemas available in the development branch (status of 8 January 2022). The following applies to both schemas.

  • <demographicDescription> has been added as a required, repeatable subelement of <demographicDescriptions>
  • It follows the same content model as the other singular elements, i.e.
    • It requires a <term> element to be present and allows this to be repeated
    • It allows for an optional choice between <date>, <dateRange>, and ```
    • It allows for an optional, repeatable <placeName> element
    • It allows for an optional, not repeatable <descriptiveNote> element
    • It includes the optional attributes @audience, @id, @target, @languageOfElement, @scriptOfElement, @conventionDeclarationReference, @maintenanceEventReference, @sourceReference, @localType, @localTypeDeclarationReference, @valueURI, @vocabularySource, and @vocabularySourceURI
    • It allows for attributes from any other namespace to be included (tested with XLink attributes)

@kerstarno kerstarno added the Tested by Schema Team Passed both the RNG and XSD schemas. label Jan 18, 2022
@SJagodzinski SJagodzinski removed this from the Best Practise Guide milestone Jan 23, 2022
@SJagodzinski SJagodzinski added this to the Best Practise Guide milestone Feb 20, 2022
@SJagodzinski SJagodzinski removed their assignment May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants