diff --git a/.github/workflows/generate-spec-lists.yml b/.github/workflows/generate-spec-lists.yml index db069cce3f..d7a18acfc1 100644 --- a/.github/workflows/generate-spec-lists.yml +++ b/.github/workflows/generate-spec-lists.yml @@ -11,13 +11,13 @@ jobs: contents: write steps: - name: Checkout TEI Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Generate JSON Spec list uses: ./.github/actions/generate-spec-lists - name: Auto-commit Spec list - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_user_name: ${{ github.actor }} commit_message: Re-generated spec lists. diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0cbd6e1456..ff4eb544af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,10 +17,10 @@ jobs: steps: - name: Checkout Guidelines repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Checkout Stylesheets repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: TEIC/Stylesheets ref: dev diff --git a/Documents/pureODD/howtoChain-fr.xml b/Documents/pureODD/howtoChain-fr.xml index a202110427..4f5dbe477c 100644 --- a/Documents/pureODD/howtoChain-fr.xml +++ b/Documents/pureODD/howtoChain-fr.xml @@ -6,16 +6,19 @@ Chaînage ODD pour les débutants - Lou Burnard + Lou Burnard et Emmanuel Chateau-Dutier -

Unpublished draft

+

Published at lb42.github.io

+

authored from scratch

+ Correction from D Meeus + Added last section missing from earlier translation French translation by Emmanuel Château Uploaded for Council review Drafted first part on train from Paris to La Souterraine;l then lost half of it by shutting lid in a hurry without saving first : doh. @@ -26,33 +29,38 @@
À quoi ça sert ?

Ce court guide est destiné à expliquer le mécanisme du ODD chaining. Un fichier ODD spécifie une utilisation de la TEI en sélectionnant des éléments ou des attributs particuliers, etc. dans l’ensemble de la TEI. Mais il est également possible de rafiner encore plus cette spécification en faisant dériver votre ODD les uns des autres. En principe, vous pouvez chaîner des ODDs ensemble de cette manière autant que vous le souhaitez. Vous pouvez employer cette fonctionnalité de différentes manières : - vous pouvez ajouter des restrictions additionnelles à un ODD existant, par exemple pour modifier la liste des valeurs possibles d’un attribut - vous pouvez réduire le sous-ensemble d’éléments produits par un ODD existant - vous pouvez ajouter de nouveaux éléments ou des modules à un ODD existant -

+vous pouvez ajouter des restrictions additionnelles à un ODD existant, par exemple pour modifier la liste des valeurs possibles d’un attribut +vous pouvez réduire le sous-ensemble d’éléments produits par un ODD existant +vous pouvez ajouter de nouveaux éléments ou des modules à un ODD existant +

Comment ça marche ? -

Un ODD peu bien sûr contenir rien d’autre que des déclarations indépendantes en employant seulement des éléments elementSpec, classSpec. Mais la plupart des ODDs se composent de plusieurs références à l’énorme quantité de déclarations déjà fournies par les Guidelines de la TEI. Des ODDs comme TEI Lite ou TEI Bare se composent de référérences aux objets qu’ils utilisent, exprimés au moyens d’éléments tels que moduleRef, elementRef, ou classRef. Ces références (ainsi que toutes les déclarations indépendantes) sont réunies au sein d’un élément schemaSpec qui spécifie le schéma que l’ODD est destiné à générer. Cet élément dispose d’un attribut source utile mais peu connu dont l’objectif est de déclarer où les objets référencés par la spécification du schéma (les déclarations indépendantes) peuvent être trouvées. Par défaut, quand un ODD ne spécifie aucune source, on assume que celles-ci doivent être collectées dans la livraison la plus récente des Guidelines TEI. Vous pouvez modifier ce comportement en renseignant une URI différente. Par exemple, un schemaSpec avec l’attribut source disposant de la valeur tei:2.4.0 irait chercher ses déclarations dans la livraison 2.4.0 des Guidelines. Un autre avec la valeur mySuperODD.subset.xml irait rechercher les déclarations dans un fichier de ce nom dans le répertoire courant. Et un autre encore avec la valeur http://example.com/superODDs/anotherSubset.xml irait le chercher à la valeur d’URL renseignée.

+

Un ODD ne peut contenir rien d’autre que des déclarations indépendantes, en employant seulement des éléments elementSpec, classSpec. Mais la plupart des ODDs se composent de plusieurs références à l’énorme quantité de déclarations déjà fournies par les Guidelines de la TEI. Des ODDs comme TEI Lite ou TEI Bare se composent de référérences aux objets qu’ils utilisent, exprimés au moyens d’éléments tels que moduleRef, elementRef, ou classRef. Ces références (ainsi que toutes les déclarations indépendantes) sont réunies au sein d’un élément schemaSpec qui spécifie le schéma que l’ODD est destiné à générer. Cet élément dispose d’un attribut source utile mais peu connu dont l’objectif est de déclarer où les objets référencés par la spécification du schéma (les déclarations indépendantes) peuvent être trouvées. Par défaut, quand un ODD ne spécifie aucune source, on assume que celles-ci doivent être collectées dans la livraison la plus récente des Guidelines TEI. Vous pouvez modifier ce comportement en renseignant une URI différente. Par exemple, un schemaSpec avec l’attribut source disposant de la valeur tei:2.4.0 irait chercher ses déclarations dans la livraison 2.4.0 des Guidelines. Un autre avec la valeur mySuperODD.subset.xml irait rechercher les déclarations dans un fichier de ce nom dans le répertoire courant. Et un autre encore avec la valeur http://example.com/superODDs/anotherSubset.xml irait le chercher à la valeur d’URL renseignée.

Il est important de comprendre que la ressource indiquée par l’attribut source doit contenir une spécificiation explicite et complète des éléments : c’est-à-dire des elementSpec plutôt que des elementRef, des classSpec plutôt que des classRef, et ainsi de suite. Elle peut bien sûr contenir d’autres élements TEI, mais ceux-ci seront ignorés entièrement au cours de la construction d’un schéma. Un fichier dénommé p5subset.xml, faisant partie de chaque livraison de la TEI, est un exemple d’une ressource de ce genre : il contient une spécification de chaque élément TEI, de toutes les classes, macro et type de données, et rien d’autre. Lorsque le paramètre de l’attribut source n’est pas fourni, c’est la version la plus récente de ce fichier qui est employée lors du traitement d’un ODD.

Traitement d’un ODD -

Regardons d’un peu plus près la manière dont la TEI définit un schéma très léger appelé TEI Bare. Son élément de spécification de schéma commence comme suit : - -

+

Regardons d’un peu plus près la manière dont la TEI définit un schéma très léger appelé TEI Bare. + Son élément de spécification de schéma commence comme suit : + + + + + + + + + + + + + +

Aucune attribut source n’est spécifié, ainsi la les déclarations des éléments demandés seront prises dans le fichier courant p5subset.xml.

-

Notez que cet ODD contient à la fois des références et des spécifications : il continet des références à des modèles (qui peuvent être conçues comme des raccourcis pour des références à des éléments ou des classes, dès lors qu’un module n’est rien d’autre qu’une collection de spécifications d’éléments et de classes) et des spécifications pour deux classes (classSpec), plutôt que des références (classRef). La référence au module tei contenue dans cette spécification icnlue la plupart des classes de la TEI, y compris ces deux classes-là. Un processeur ODD devra alors résoudre les spécifications de classe dupliquées pour les classes att.global et att.fragmentable. La solution requise est indiquée par la valeur de l’attribut mode : si celle-ci est delete alors les deux déclarations seront ignorées, et la classe est supprimée ; si sa valeur est change alors les deux déclarations seront mélangées de sorte que les parties spécification présentes dans la seconde spécification écrasent les premières. Dans ce cas, l’effet sera de supprimer les trois attributs mentionnés.

-

Vous pouvez vérifier que cet ODD fait bien ce que vous attendez, si vous avez une d’oXygen installée avec une version récente du TEI Frameworks, téléchargez simplement le fichier tei_bare.odd, et demandez à oXygen de lui appliquer la transformation prédéfinie TEI ODD to HTML. Cela va produire un mini-manuel pour la personnalisation TEI Bare au format HTML au début de laquelle vous pourrez consulter la liste des éléments que le schéma contient.

Vous pouvez alors vérifier que les modifications de la classe d’attribut att.global indiquées ci-dessus ont bien été exécutées en consultant cette documentation.

@@ -64,70 +72,82 @@ Chaînage : sous-ensemble

Supposez maintenant que nous avons une version compilée de TEI_bare dans un fichier nommé TEI_bare.compiled.xml. Le traitement de la spécification de schéma suivante produirait alors exactement le même résultat que nous aurions obtenu d’une version non compilée.

- - - - - - + + + + + +

Cela fonctionne car chaqu’une des éléments moduleRef ici réfèrent au module (i.e. ensemble d’éléments, etc.) disponible dans l’ODD compilé plutôt qu’aux modules définis dans l’ensemble de la TEI. Notez aussi que seulement fournir l’ODD compilé comme source d’un schema n’est pas suffisant : nous devons aussi spécifier laquelle des déclarations elle contient nous voulons utiliser : nihil ex nihilo fit...!

Cependant, la raison pour laquelle nous nous sommes engagés sur cette voie n’était pas de pouvoir faire d’une autre manière ce que nous pouvions déjà faire autrement. Produisons maintenant une version réduite de TEI Bare dans laquelle l’élément head serait manquant.

- - - - - - + + + + + +

Et juste pour la complétude, voici une autre manière d’arriver au même effet :

- - - - - - - -

Notez qu’on ne peut supprimer ou modifier que les choses qui sont déjà présentes dans l’ODD compilé spécifié par l’attribut source. Cette approche du chaînage est bien adaptée dans une situation où nous définissons d’æbrod un DODD qui combine tous les éléments (etc.) que nous envisageons d’utiliser et que nous dérivons ensuite un sous-ensemble particulier à partir d’eux. Par exemple, un pour les manuscrits, un pour les imprimés de la Renaissance, un pour les imprimés contemporains, etc. (Cette approche a, par exemple, été adoptée par la Deutsches Text Archive.)

Chaînage : super-ensemble -

Mais le chaînage ODD n’est pas restreint à la définition de sous-ensembles. Supposez que nous voulions prendre le schéma existant TEI Bare et ajouter des déclarations d’autres modules. Nous pourrions bien sûr laborieusement copier toutes les déclarations dont nous avons besoin dans notre schemaSpec, mais cela serait bien plus élégant d’avoir de ne pas avoir à faire ça. Supposez, par exemple, que nous voulions ajouter tout ce qui est founi par le module gaiji. Ce module n’était pas inclus lorsque nous avons défini notre version compilée de TEI Bare, toutefois il est évidemment disponible dans l’ensemble de la TEI. Voici une manière de faire :

+

Mais le chaînage ODD n’est pas restreint à la définition de sous-ensembles. Supposez que nous voulions prendre le schéma existant TEI Bare et ajouter des déclarations d’autres modules. Nous pourrions bien sûr laborieusement copier toutes les déclarations dont nous avons besoin dans notre schemaSpec, mais cela serait bien plus élégant d’avoir de ne pas avoir à faire ça. Supposez, par exemple, que nous voulions ajouter tout ce qui est fourni par le module gaiji. Ce module n’était pas inclus lorsque nous avons défini notre version compilée de TEI Bare, bien qu'il est évidemment disponible dans l’ensemble de la TEI. Voici une manière de faire :

- - - - - - -

Le moduleRef qui va cherche le module gaiji utilise son propre attribut source pour spécifier où aller cherche les déclarations de ce module. Cele ne ferait pas sens d’aller les chercher dans tei_bare.compiled.odd : ils n’y sont pas. Au lieu de cela, ici celles-ci sont collectées depuis une copie en ligne d’un ODD compilé qui fournit l’ensemble des Guidelines TEI. Bien sûr, nous aurions aussi pu également réaliser la définition d’un sous-ensemble. Par exemple :

+ + + + + + +

Le moduleRef qui va rechercher le module gaiji utilise son propre attribut source pour spécifier où trouver les déclarations de ce module. Cela ne ferait pas sens d’aller les chercher dans tei_bare.compiled.odd : elle n’y sont pas. Au lieu de cela, on va les retrouvées depuis une copie en ligne d’un ODD compilé qui fournit l’ensemble des Guidelines TEI. Bien sûr, nous aurions aussi pu en meme temps réaliser la définition d’un sous-ensemble. Par exemple :

- - - - - - + + + + + +

Cet ODD nous donnera tout ce qui est disponible dans tei_bare avec les g, char, et glyph tirés par défaut du module gaiji. Nous pourrions parvenir au même effet en nommant explicitement les élements dont nous avions besoin, de nouveau en spécifiant où ceux-ci devraient être trouvés :

- - - - - - - - + + + + + + + +

On peut employer cette technique pour ramener un élément qui a été effacé du schéma compilé. Par exemple, l’élément q n’est pas disponible avec TEI Bare, mais il peut facilement être rétabli. Nous pouvons même spécifier quelle version de l’élément q est souhaitée : dans ce cas, nous irons chercher la version définie dans la distribution 3.0.0 de la TEI P5 :

- - - - - - + + + + + + +

Il existe un tableau utile répertoriant les dates et les numéros de version de toutes les versions de TEI P5 au TEI website. +

Un cas d'usage +

Supposons que vous mettiez en place une application de crowdsourcing pour la transcription de documents d'archives de quelque nature que ce soit. Une fois les documents capturés et légèrement étiquetés, vous envisagez d'enrichir les archives avec des métadonnées détaillées décrivant les personnes et les lieux qui y sont mentionnés. Vous prévoyez donc d'avoir besoin de deux schémas : un (très simple et contraint) pour valider les fichiers de transcription, et un autre (également très contraint, mais différemment) pour valider les métadonnées. Mais bien sûr, vous devrez également valider les documents complétés, combinant les deux types de données. Et il y a certaines fonctionnalités (paragraphes, titres, etc.) communes aux deux, ce qui suggère que vous aurez également besoin d'un troisième schéma... Le chaînage ODD est la réponse !

+ (Avant de poursuivre votre lecture, je vous suggère de télécharger notre petit ensemble de fichiers d'exemple et de lancer votre processeur XML préféré. Veuillez noter que ces fichiers d'exemple sont simplement destinés à démontrer l'effet du chaînage : dans une application réelle, on personnalise son schéma beaucoup plus précisément, par exemple en supprimant les attributs inutiles, en simplifiant les modèles de contenu, en ajoutant différents exemples, etc.)

+ Il nous faudra définir le troisième schéma, qui contient tout ce qui est susceptible d'être utile à l'un ou l'autre des deux autres, plus tout ce qui est commun aux deux. Appelons celui-ci notre mère ODD. Ouvrez le fichier motherODD.xml et vous verrez un ODD typique, avec l'élément racine TEI, défini en référence aux directives TEI complètes. En plus du module d'infrastructure tei, il contient des éléments tels que pb, p, hi, div, et name du module core, ainsi que l'ensemble de métadonnées que nous prévoyons d'utiliser pour chaque document TEI valide, qui prend ses composants des modules header, namesdates, et corpus.

+ Nous définirons nos deux schémas plus spécialisés en référence à celui-ci. Nous devons donc compiler le motherODD, le transformant effectivement en une collection ou une bibliothèque de spécifications TEI complètes. Nous faisons cela en exécutant la transformation odd2odd mentionnée ci-dessus : les résultats de notre fichier exemple se trouvent dans le fichier motherODD.compiled. + Jetez maintenant un œil aux deux sous-ensembles ODD différents dans notre exemple : un (justTranscripts.xml) pour les transcriptions et un (justMetadata.xml) pour les métadonnées. Notez que chacun de ces fichiers ODD fait référence à motherODD.compiled au moyen de son attribut source. Notez également que chacun d'eux spécifie un élément racine différent : ceci afin que l'on puisse utiliser les schémas résultants pour valider une transcription sans en-tête, ou un en-tête sans transcription.

+ Essayez de traiter chacun de ces fichiers ODD pour générer de la documentation et un schéma, de la manière habituelle. Comparez ensuite les résultats. Nous avons inclus quelques exemples de fichiers de données pour vous permettre de vérifier que la validation fonctionne comme elle le devrait : le fichier transcription.xml doit être valide par rapport au schéma généré à partir de l'ODD justTranscription.xml et le fichier metadata.xml doit être valide par rapport au schéma généré à partir de l'ODD justMetadata.xml. Notre exemple suppose un flux de travail particulier dans lequel, par exemple, l'attribut ref est utilisé pour associer des éléments name a un élément person ou place dans l'en-tête ; votre kilométrage peut bien sûr varier. +

Enfin, jetez un œil au fichier driver.tei : il utilise xInclude pour combiner les deux fichiers en un document TEI complet, qui devrait être valide par rapport au schéma généré à partir du motherODD. Encore une fois, n'hésitez pas à modifier si nécessaire en fonction de vos propres pratiques de travail ! +

+ + + + Error: Every local pointer + in "" must point to an ID in this document + () + @@ -3498,24 +3503,28 @@ live without God in the world, and only mind earthly things. - - - Error: Each of the rendition - values in "" must point to a local ID or to a - token in the Simple scheme () - + + + Error: Each of the rendition + values in "" must point to a local ID or to a + token in the Simple scheme () + - - + - Error: Every local pointer in - "" must point to an ID in this document - () - + Error: Every local pointer in + "" must point to an ID in this document + () + @@ -3993,9 +4002,11 @@ live without God in the world, and only mind earthly things. - Element - "" may not be empty. + + + Element "" may not be empty. + + @@ -4107,18 +4118,17 @@ live without God in the world, and only mind earthly things. - - - Element "" must have at least two child elements. - - - Element "" must have corresponding corr/sic, expand/abbr, - reg/orig + + + Element "" must have corresponding corr/sic, expand/abbr, reg/orig + + @@ -5082,22 +5092,18 @@ live without God in the world, and only mind earthly things. - + - - - Error: The element is not permitted - outside the header - + + Error: The element is not permitted outside the header + diff --git a/P5/ReleaseNotes/readme-4.7.0.xml b/P5/ReleaseNotes/readme-4.7.0.xml index 7e4e7d717a..bbbefa8104 100644 --- a/P5/ReleaseNotes/readme-4.7.0.xml +++ b/P5/ReleaseNotes/readme-4.7.0.xml @@ -32,7 +32,7 @@ See the file COPYING.txt for details community. As always, the majority of these changes and corrections are a consequence of feature requests or bugs reported by the TEI community using the GitHub tracking system. A full list of the issues resolved in the course of this release cycle may be found under the - 4.7.0 milestone.

+ 4.7.0 milestone.

The following changes are particularly worth highlighting in this release: @@ -49,7 +49,7 @@ See the file COPYING.txt for details elements, but still allows older ways of labeling events. See PR #2483. The taxonomy and category elements are now added to att.datacat (att.datcat (#2419). @@ -149,7 +149,7 @@ See the file COPYING.txt for details conversions). The Stylesheets are maintained separately from the Guidelines at https://github.com/TEIC/Stylesheets. A full list of the issues resolved in the course of this release cycle may be found under the - 7.56.0 + 7.56.0 milestone.

Highlights of this release include: diff --git a/P5/ReleaseNotes/readme-4.8.0.xml b/P5/ReleaseNotes/readme-4.8.0.xml new file mode 100644 index 0000000000..14db6a10d4 --- /dev/null +++ b/P5/ReleaseNotes/readme-4.8.0.xml @@ -0,0 +1,224 @@ + + + + + + + + + TEI P5 version 4.8.0 and Stylesheets version 7.57.0 release notes + + + + Monday, 8 July 2024 + + + + The Text Encoding Initiative + + +

Created retrospectively from ChangeLog and GitHub trackers

+ + + + + +

Release 4.8.0 is codenamed The Six Degrees + Release.

+

This release introduces new features and resolves a number of issues raised by the TEI + community. The majority of these changes and corrections are a consequence of feature + requests or bugs reported by the TEI community using the GitHub tracking system. A full list + of the issues resolved in the course of this release cycle may be found under the 4.8.0 milestone. Very + special thanks to Michael Beißwenger and Harald Lüngen for their essential contributions to + the new computer-mediated communication chapter. Many thanks also to the community + contributors who reported issues, sent bug fixes, and helped with the drafting that led + to this release, including: John Bampton, Benjamin W. Bohl, Lou Burnard, Martin Holmes, + Martin de la Iglesia, Jessica Lu, Dominique Meeùs, Kiyonori Nagasaki, Bastian Politycki, + Klaus Rettinghaus, Daniel Schwarz, Peter Stadler, Christian Thomas, Conal Tuohy, and Nicolas + Vaughan.

+

+

The following changes are particularly worth highlighting in this release: + New encoding features + A new + chapter on computer-mediated communication (CMC) provides guidelines for + structuring texts and corpora in TEI that encode the data and metadata of interactive + posts from various media platforms (#1955 and PR #2537). The chapter introduces + a new post element to encode a contribution to a CMC interaction, and with it: + two new attribute classes att.cmc and att.indentation, of which post is a member. + The following new attributes are specific to post: + modality to document whether a post is written or spoken, + replyTo to indicate a previous post to which a post replies or + refers, + generatedBy (a member of att.cmc) with + suggested values human, template, system, + bot, and unspecified to indicate how content in a post + is generated. + + The post element is also a member of att.global, att.ascribed, att.datable, att.timed, att.fragmentable, att.docStatus, att.typed, and att.canonical giving + it access to many attributes to identify agents responsible for posts, indicate + their timing, and categorize them. + A new attribute, indentLevel, is not restricted to CMC but provided + in the class att.indentation to describe indentation of + text content in a source, for example to mark a post’s level of indentation in a + discussion thread. + + + + + Changes to content models + With this release, quote is now a member of model.biblPart, permitting it to be used within bibl (#2544 and PR #2557). + The Guidelines now deprecate the use of superEntry and re elements + as superfluous since the entry element may now self-nest (#2488, #2487, PR #2532, and #2521). + The event element is now more efficiently modeled using model.eventLike with no changes to its content. (#2524 and PR #2525). + To improve gaiji descriptions, the scheme attribute was added to att.gaijiProp, and mapping, localProp + unicodeProp, and unihanProp were added to att.datable. (#2132 and PR + #2511). + The datatype teidata.probability was previously defined + too broadly as xsd:double, and has now been constrained to a value between + 0 and 1 (#2518 and PR #2519). + + +

+

The following changes introduced with this release could invalidate ODD customizations in + TEI projects. Those maintaining ODD customizations of the TEI should be aware of the + following changes, and may need to adapt their ODD files accordingly. + ODD-breaking changes and deprecation + Following a deprecation period that has now ended, the content element, + which declares the content model of an element being specified in an ODD, now requires + exactly one and only one child element. If several RELAX NG elements are desired, they + must now be wrapped in an rng:div (#2381 and PR #2409). + In order to avoid ambiguity, Schematron constraints in ODDs must now include an + sch:rule element with a context attribute, and the + Guidelines have been updated to reflect this change (#2510 and PR #2513). + +

+

+ + Improvements of prose and examples + The definition of surface has been updated to reflect the context of + embedded transcription (#2476). + The description of teiCorpus has been updated in the language corpora + chapter (#2445 and PR #2503). + Examples of geo elements no longer include a comma to separate + geocoordinates to better align with the prose of the Guidelines (#2560). + Schematron constraints were simplified to remove redundancies in the simplePrint ODD + (PR #2540). + + + + Housekeeping + The HTML Guidelines pages have been updated to output the current standard HTML 5 + doctype (#2508). + For Guidelines processing, we have removed unnecessary mode attributes + with the value add from the element specifications, since all content is + simply added to the Guidelines with no other mode possible (#2498 and #2520). + The copyright notice in XML comments at the top of the Guidelines XML files has been + simplified (#2514 and PR #2526). + Superfluous namespace declarations have been removed from Guidelines datatype + specification files (PR + #2522). + +

+ +

In addition, many improvements have been made to the XSLT stylesheets (which provide + processing of TEI ODD files for Roma and + TEIGarage as well as other TEI + conversions). The Stylesheets are maintained separately from the Guidelines at https://github.com/TEIC/Stylesheets. A + full list of the issues resolved in the course of this release cycle may be found under the + 7.57.0 + milestone.

+ +

Highlights of this release follow. + Updating the Stylesheets from XSLT 2.0 to XSLT 3.0 (Stylesheets #639, PR #649, and PR #663). + Identifying and solving a problem in our testing of DOCX to TEI conversion when + the Stylesheets version changes (Stylesheets #646 and PR #650). + Correcting a bug in the common function.xsl that caused a sup value of + rend to be treated the same as a sub value (Stylesheets #584 and PR #670. + Identifying and solving several problems in ODD processing: + Repairs to our transform scripts (Stylesheets #652 and PR #653); + Ensuring that att.repeatable is properly processed on sequence, + alternate, and anyElement (Stylesheets #627 and PR #633); + Correcting a bug that caused attributes to be copied from a constraint + element to the corresponding generated sch:rule element + (Stylesheets #659 + and PR #660); + Repairing another bug that caused an output constraintSpec to appear in + the wrong location in a constructed ODD (Stylesheets #319 and PR #675); + Solving a serious problem mentioned in several tickets (Stylesheets #645, #678, #680) in which + multiple elementSpec elements sharing the same ident value led + to a build error in odd2odd.xsl, solved with Stylesheets PR + #681; + Solving a problem when replacing, changing, or deleting an attribute marked with + the wrong class (e.g. in an outdated class after it has been relocated to a + different class), in which the processed ODD produced duplicate attDef + elements (Stylesheets #687 and PR #690). + + +

+ +
+ diff --git a/P5/Source/Guidelines/en/AB-About.xml b/P5/Source/Guidelines/en/AB-About.xml index 9ca1077c08..f5bea382ae 100644 --- a/P5/Source/Guidelines/en/AB-About.xml +++ b/P5/Source/Guidelines/en/AB-About.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Guidelines/en/AI-AnalyticMechanisms.xml b/P5/Source/Guidelines/en/AI-AnalyticMechanisms.xml index 52d61894b1..d478467d37 100644 --- a/P5/Source/Guidelines/en/AI-AnalyticMechanisms.xml +++ b/P5/Source/Guidelines/en/AI-AnalyticMechanisms.xml @@ -1,11 +1,5 @@ - +
Simple Analytic Mechanisms diff --git a/P5/Source/Guidelines/en/BIB-Bibliography.xml b/P5/Source/Guidelines/en/BIB-Bibliography.xml index 14d10b349b..1c462292de 100644 --- a/P5/Source/Guidelines/en/BIB-Bibliography.xml +++ b/P5/Source/Guidelines/en/BIB-Bibliography.xml @@ -1,15 +1,10 @@ - + + +
Bibliography
Works Cited in Examples in these Guidelines - 阿城,《棋王》。 Académie française, @@ -18,8 +13,8 @@ $Id$ consulté le 05-03-2010. Adams, Douglas. The Hitchhiker's Guide to the - Galaxy, New York: Pocket Books, 1979, - chapter 31. + Galaxy, New York: Pocket Books, + 1979, chapter 31. Agence bibliographique de l'enseignement supérieur, ABES:Site internet @@ -77,9 +72,8 @@ $Id$ 白居易,《憶江南》。 Amheida I: Ostraka from Trimithis Volume 1: Texts from the 2004–2007 Seasons, - Bagnall, R. S. and G. R. Ruffini, with contributions by R. Cribiore and G. Vittmann - (2012). - + Bagnall, R. S. and G. R. Ruffini, with contributions by R. Cribiore and G. + Vittmann (2012). Baker, James K.. Night in Tarras. In Hilltop: A Literary Paper, vol 1 no 2. Wellington: Victoria University College @@ -124,8 +118,9 @@ $Id$ Bowers, Jack Mixtepec-Mixtec Project Personography - - + + Beerbohm, Max. Autograph manuscript of The Golden Drugget, @@ -134,7 +129,7 @@ $Id$ (1697). Beeton, Isabella. The book of Household Management, - London: S.O. Beeton + London: S.O. Beeton (1861). Belloc, Denis , Képas, 1989. @@ -188,12 +183,11 @@ $Id$ Extract from British National Corpus () Text KB7, sentence 13730. - Brontë, Charlotte. Jane Eyre: An Autobiography, - Third edition; reprintLondon - Service & Paton, 1897; - Project Gutenberg, 1 December 2020. - chapter XII. - + Brontë, Charlotte. Jane Eyre: An Autobiography, + Third edition; reprintLondon + Service & Paton, 1897; Project + Gutenberg, 1 December 2020. chapter + XII. Browning, Robert. Letter to George Moulton-Barrett, Pierpont @@ -205,6 +199,11 @@ $Id$ is to come..., London (1678). Burgess, Anthony. A Clockwork Orange. (1962), opening. + + <ref target="https://www.usenetarchives.com/view.php?id=comp.text.sgml&mid=PDI5MzIxLjkwMDkzMDEzMzBAbWFudXRpdXMuZWNzLnNvdG9uLmFjLnVrPg">Burnard SGML reading list</ref>, + COMP.TEXT.SGML, September 30 to October 11, 1990 in Usenet Archives + (UsenetArchives.com, 2024). + Burnard, Lou. Principles of Database Design in S. Rahtz. ed. Information Technology in the Humanities: tools, techniques and applications, Ellis @@ -264,8 +263,8 @@ $Id$ Writers Project, Northeastern University. 29 Mar. 2015. + temporarily removed until #1564 is resolved, i.e. WWP puts this somewhere that is not + behind paywall. -->. Centre national de la recherche scientifique (France). UMR 7118 ATILF, <ref target="http://atilf.atilf.fr/tlf.htm">Le Trésor de la Langue Française Informatisé (TLFI)</ref>, @@ -332,8 +331,8 @@ $Id$ l'école, 1900. Collins English Dictionary, 12th edition - Glasgow: Collins - (2014). + Glasgow: Collins (2014). Collins Pocket Dictionary of the English language. London: Collins. @@ -668,7 +667,10 @@ $Id$ (1959). Harvey, Gabriel. Four letters and certain sonnets specially touching Robert Greene... (1592). - Harvey, William. Exercitatio Anatomica De Motu Cordis Et Sanguinis In Animalibus, 1949 (Third edition, second printing), p. 74. + Harvey, William. Exercitatio Anatomica De Motu + Cordis Et Sanguinis In Animalibus, 1949 (Third edition, second + printing), p. 74. Hobbes, Thomas. Leviathan (1681). 《紅樓夢》第六回:賈寶玉初試云雨情 劉姥姥一進榮國府 @@ -699,8 +701,9 @@ $Id$ ISO 690:1987: Information and documentation – Bibliographic references – Content, form and structure clause 4.1, p.2. - ISO 24611:2012 Language resource management — Morpho-syntactic annotation framework (MAF). - International Organization for Standardization. 2012. + ISO 24611:2012 Language resource management — + Morpho-syntactic annotation framework (MAF). International Organization + for Standardization. 2012. Ibsen, Henrik, tr. William and Charles Archer. Peer Gynt (1875). @@ -733,7 +736,7 @@ $Id$ Institut de Littérature Française Moderne de l’Université de Neuchâtel, Présentation du projet Cyrus, En ligne, consulté le - 05-03-2010. + 05-03-2010. Ionesco, Eugène, La cantatrice chauve, 1950. 羅貫中,《三國演義》。 @@ -1006,7 +1009,8 @@ $Id$ Parachute: The Highest Falls People Survived, Statista, November 18, 2020. . + />. + McCarty, Willard. Introduction in Collaborative Research in the Digital Humanities: A volume in honour of Harold Short on the occasion of his 65th @@ -1032,7 +1036,7 @@ $Id$ Milton, John. Paradise Lost: A poem in X books (1667), I, 1-10. - Milton, John. Poems of Mr John Milton, both + <bibl xml:id="miltPo"><author>Milton, John</author>. <title>Poems of Mr John Milton, both English and Latin... (1645). Molière, L'École des femmes, 1663. @@ -1061,9 +1065,10 @@ $Id$ Tervooren eds. 36., neugestaltete und erweiterte Auflage I Texte, Stuttgart: S. Hirzel Verlag, 1977. - Mošin, Vladimir A. Anchor Watermarks. - Amsterdam: Paper Publications Society (Labarre Foundation), 1973. - Monumenta Chartæ Papyraceæ Historiam Illustrantia; v. 13. + Mošin, Vladimir A. Anchor + Watermarks. Amsterdam: Paper Publications Society + (Labarre Foundation), 1973. Monumenta Chartæ Papyraceæ + Historiam Illustrantia; v. 13. Mréjen, Valérie, Eau sauvage, 2004. @@ -1082,13 +1087,11 @@ $Id$ The New Penguin English Dictionary. London: Penguin Books (1986). - - Derived from - New Zealand Parliament, Legislative Council. Nga Korero Paramete: 1881-1885 - (New Zealand Electronic Text Collection). 2008 - Wellington, New Zealand. - . - + Derived from New Zealand Parliament, Legislative + Council. Nga Korero Paramete: 1881-1885 (New + Zealand Electronic Text Collection). 2008 + Wellington, New Zealand. . Njal's saga. tr. Magnus Magnusson and Hermann Palsson. Penguin. (1960), chapter @@ -1154,9 +1157,10 @@ $Id$ >p.22. Pernoud, Régine, La Femme au temps des Cathédrales, 1982. - Perreault, Simon, vCard Format Specification - Internet Engineering Task Force (IETF) (2011). - . + Perreault, Simon, vCard Format + Specification + Internet Engineering Task Force (IETF) (2011). . Petit Larousse en Couleurs. Paris: Larousse, (1990). @@ -1233,9 +1237,10 @@ $Id$ Boucle, 1993. Rowling, J. K. The Sorting Hat. In Harry Potter and the - Sorcerer's Stone, New York: Scholastic, Inc. (1999), chapter - 7, p. 121. - + Sorcerer's Stone, New York: Scholastic, + Inc. (1999), chapter 7, + p. 121. + @@ -1252,7 +1257,7 @@ $Id$ 崎山理. 1985 インドネシア語. 講座日本語学 11. 外国語との対照II. - 東京:明治書院 + 東京:明治書院 61-80 三毛,〈沙漠中的飯店〉,《撒哈拉的故事》。 @@ -1386,7 +1391,8 @@ $Id$ TEI Consortium Call for Papers - TEI 2022 Newcastle, 2022. + target="https://web.archive.org/web/20220516140643/https://conferences.ncl.ac.uk/tei2022/cfp/" + /> The Castle of the Fly, in Russian Fairy Tales, translated by Norbert Guterman from the collections of Aleksandr Afanas'ev, illustrations by @@ -1426,11 +1432,11 @@ $Id$ (1990). - Ukraine Relief Fund + Ukraine Relief Fund UBS . - + target="https://web.archive.org/web/20220307150159/https://www.ubs.com/global/en/ubs-society/philanthropy/optimus-foundation/ukrainerelief.html" + />. United States Code Title 17, Section 107, found at . @@ -1559,6 +1565,12 @@ $Id$
Works Cited Elsewhere in the Text of these Guidelines + + Scott E. Fahlman + "Joke" Conversation Thread in which the :-) Was Invented + + + @@ -1613,7 +1625,8 @@ $Id$ Rubin Gayle - The Traffic in Women: Notes on the <q>Political Economy</q> of Sex + The Traffic in Women: Notes on the <q>Political Economy</q> of + Sex @@ -1662,6 +1675,248 @@ $Id$ 22–25 + + + + + Michael + Beißwenger + + + Thomas + Bartz + + + Angelika + Storrer + + + Swantje + Westpfahl + + Tagset and guidelines for the PoS tagging of language data from genres of + computer-mediated communication / social media + + + 2015-09-13 + EmpiriST + 2015 Task Force: Michael Beißwenger, Kay-Michael Würzner, Sabine Bartsch, + Stefan Evert + + + + + + + + Michael + Beißwenger + + + Harald + Lüngen + + CMC-core: a schema for the representation of CMC corpora in TEI + + + + Corpus 20 (Special issue "Traitements, standardisation et analyse des + corpus de communication médiée par les réseaux sociaux) + Céline Poudat + Ciara R. Wigham + Loïc Liégeois + + 2020 + + + + + + Gerry and demolog + Blog comments to "Scheinzwerge oder Viele Probleme werden größer, wenn man sie + anpackt (Griechenland)" + https://scilogs.spektrum.de/wild-dueck-blog/scheinzwerge-oder-viele-probleme-werden-groesser-wenn-man-sie-anpackt-griechenland/ + 29-30 July 2015 + + + WILD DUECK BLOG + Gunter Dück + + https://scilogs.spektrum.de/wild-dueck-blog/ + + + SciLogs + + + Jossi et al. (2006-): Talk:Eiffel + (programming language)/Archive_1. URL: https://en.wikipedia.org/wiki/Talk:Eiffel_(programming_language)/Archive_1. English + Wikipedia talk page, Wikimedia Foundation. + + MiszaBot I et al. (2011-): Talk:Astronomical object. URL: https://en.wikipedia.org/wiki/Talk:Astronomical_object. English Wikipedia talk + page, Wikimedia Foundation. + + OnkelSchuppig et al. (2001-): Diskussion:FKM-Richtlinie. URL: https://de.wikipedia.org/wiki/Diskussion:FKM-Richtlinie. German Wikipedia talk + page, Wikimedia Foundation. + + + + Mobile Communication Database 2 (MoCoDa2) + + Michael + Beißwenger + + + Evelyn + Ziegler + + + Marcel + Fladrich + + + Wolfgang + Imo + + + Katharina + König + + + + https://db.mocoda2.de/c/home + + visited 30 March 2022 + + + + + + + Dortmund Chat Corpus + + Angelika + Storrer + + + Michael + Beißwenger + + + + http://hdl.handle.net/10932/00-03B0-14FA-A8D0-0F01-F + + 2017 + Leibniz-Institut für Deutsche Sprache + + + + + + + + Chanier + Thierry + + + Poudat + Céline + + + Sagot + Benoit + + + Antoniadis + Georges + + + Wigham + Ciara R. + + + Hriba + Linda + + + Longhi + Julien + + + Seddah + Djamé + + The CoMeRe corpus for French: structuring and annotating heterogeneous CMC + genres + + + JLCL (Journal of Language Technology and Computational Linguistics) (Special issue + on « Building And Annotating Corpora Of Computer-Mediated Discourse: Issues and + Challenges at the Interface of Corpus and Computational Linguistics) + + http://www.jlcl.org/2014_Heft2/Heft2-2014.pdf + 2014 + + 2 + 1-31 + + + + + + + Louis Alexander + Cotgrove + + Nottinghamer Korpus Deutscher YouTube-Sprache (The NottDeuYTSch Corpus) + + + http://hdl.handle.net/11372/LRT-4806 + + LINDAT/CLARIAH-CZ + 2018 + + + + + + + + + Ciara + Wigham + + + Thierry + Chanier + + Interactions between text chat and audio modalities for L2 communication and + feedback in the synthetic world Second Life + 10.1080/09588221.2013.851702 + + + Computer Assisted Language Learning + + 2015 + + 23 + 3 + + + @@ -3379,7 +3634,7 @@ $Id$ International Organization for Standardization - ISO 8601:2004: Data elements and interchange formats — Information interchange — + <title>ISO 8601:2004: Data elements and interchange formats — Information interchange — Representation of dates and times 2004 @@ -4435,7 +4690,6 @@ $Id$ +
Language Corpora -

The term language corpus is used to mean a number of -rather different things. It may refer simply to any collection of +rather different things. It may refer simply to any collection of linguistic data (for example, written, spoken, signed, or multimodal), although many practitioners prefer to reserve it for collections which have been organized or collected with a particular end in view, generally to characterize a particular state or variety of one or more languages. Because opinions as to the best method of achieving this goal differ, -various subcategories of corpora have also been identified. For our +various subcategories of corpora have also been identified. For our purposes however, the distinguishing characteristic of a corpus is that its components have been selected or structured according to some -conscious set of design criteria. -

+conscious set of design criteria.

These design criteria may be very simple and undemanding, or very -sophisticated. A corpus may be intended to represent (in the +sophisticated. A corpus may be intended to represent (in the statistical sense) a particular linguistic variety or sublanguage, or it may be intended to represent all aspects of some assumed -core language. A corpus may be made up of whole -texts or of fragments or text samples. It may be a +core language. A corpus may be made up of whole +texts or of fragments or text samples. It may be a closed corpus, or an open or monitor corpus, the composition of which may -change over time. However, since an open corpus is of necessity +change over time. However, since an open corpus is of necessity finite at any particular point in time, the only likely effect of its expansibility from the encoding point of view may be some increased difficulty in maintaining consistent encoding practices (see further section ). For simplicity, therefore, our discussion largely concerns ways of encoding closed corpora, regarded -as single but composite texts. -

+as single but composite texts.

Language corpora are regarded by these Guidelines as composite texts rather than unitary texts -(on this distinction, see chapter ). This is +(on this distinction, see chapter ). This is because although each discrete sample of language in a corpus clearly has a claim to be considered as a text in its own right, it is also regarded as a subdivision of some larger object, if only for -convenience of analysis. Corpora share a number of characteristics +convenience of analysis. Corpora share a number of characteristics with other types of composite texts, including anthologies and -collections. Most notably, different components of composite texts +collections. Most notably, different components of composite texts may exhibit different structural properties (for example, some may be composed of verse, and others of prose), thus potentially requiring -elements from different TEI modules. -

+elements from different TEI modules.

Aside from these high-level structural differences, and possibly differences of scale, the encoding of language corpora and the -encoding of individual texts present identical sets of problems. Any +encoding of individual texts present identical sets of problems. Any of the encoding techniques and elements presented in other chapters of these Guidelines may therefore prove relevant to some aspect of corpus -encoding and may be used in corpora. Therefore, we do not repeat here +encoding and may be used in corpora. Therefore, we do not repeat here the discussion of such fundamental matters as the representation of multiple character sets (see chapter ); nor do we attempt to summarize the variety of elements provided for encoding basic structural features such as quoted or highlighted phrases, cross-references, lists, notes, editorial changes and reference systems (see -chapter ). In addition to these general purpose +chapter ). In addition to these general purpose elements, these Guidelines offer a range of more specialized sets of tags which may be of use in certain specialized corpora, for example those consisting primarily of verse (chapter ), drama (chapter ), transcriptions of spoken text -(chapter ), etc. Chapter +(chapter ), etc. Chapter should be reviewed for details of how these and other components of these Guidelines should be tailored to create a TEI customization -appropriate to a given application. In sum, it should not be assumed +appropriate to a given application. In sum, it should not be assumed that only the matters specifically addressed in this chapter are of -importance for corpus creators. -

+importance for corpus creators.

This chapter does however include some other material relevant to corpora and corpus-building, for which no other location -appeared suitable. It begins with a review of the distinction between +appeared suitable. It begins with a review of the distinction between unitary and composite texts, and of the different methods provided by these Guidelines for representing composite texts of different kinds -(section ). Section describes a +(section ). Section describes a set of additional header elements provided for the documentation of contextual information, of importance largely though not exclusively to -language corpora. This is the additional module for language corpora -proper. Section discusses a mechanism by which +language corpora. This is the additional module for language corpora +proper. Section discusses a mechanism by which individual parts of the TEI header may be associated with different -parts of a TEI-conformant text. Section reviews +parts of a TEI-conformant text. Section reviews various methods of providing linguistic annotation in corpora, with some specific examples of relevance to current practice in corpus -linguistics. Finally, section provides some general +linguistics. Finally, section provides some general recommendations about the use of these Guidelines in the building of -large corpora. -

+large corpora.

Varieties of Composite Text -

Both unitary and composite texts may be encoded using these Guidelines; composite texts, including corpora, will typically make use of the following tags for their top-level organization. Full descriptions of these may be found in chapter (for teiHeader), and chapter (for teiCorpus, TEI, text, and group); this section discusses their application to composite -texts in particular. -

+texts in particular.

In these Guidelines, the word text refers to any stretch of discourse, whether complete or incomplete, unitary or composite, which the encoder chooses (perhaps merely for purposes of analytic -convenience) to regard as a unit. The term composite text +convenience) to regard as a unit. The term composite text refers to texts within which other texts appear; the following common cases may be distinguished: @@ -115,15 +101,13 @@ in the form of collections or series of letters) otherwise unitary texts, within which one or more subordinate texts are embedded The elements listed above may be combined to encode each of these -varieties of composite text in different ways. -

+varieties of composite text in different ways.

In corpora, the component samples are clearly distinct texts, but the systematic collection, standardized preparation, and common markup of the corpus often make it useful to treat the entire corpus as a unit, -too. Some corpora may become so well established as to be regarded as +too. Some corpora may become so well established as to be regarded as texts in their own right; the Brown and LOB corpora are now close to -achieving this status. -

+achieving this status.

The teiCorpus element is intended for the encoding of language corpora, though it may also be useful in encoding newspapers, electronic anthologies, and other disparate collections of material. @@ -138,109 +122,142 @@ comprising a teiHeader followed by one or more members of the has a corpus-level teiHeader element, in which the corpus as a whole, and encoding practices common to multiple samples may be described. The overall structure of a TEI-conformant corpus is thus: - - - + - - + + - - + + Or, alternatively: - - + - - + + - - + +

Header information which relates to the whole corpus rather than to individual components of it should be factored out and included in the -teiHeader element prefixed to the whole. This two-level +teiHeader element prefixed to the whole. This two-level structure allows for contextual information to be specified at the -corpus level, at the individual text level, or at both. Discussion of +corpus level, at the individual text level, or at both. Discussion of the kinds of information which may thus be specified is provided -below, in section , as well as in chapter . Information of this type should in general be +below, in section , as well as in chapter . Information of this type should in general be specified only once: a variety of methods are provided for associating it with individual components of a corpus, as further described in -section . -

+section .

In some cases, the design of a corpus is reflected in its internal -structure. For example, a corpus of newspaper extracts might be +structure. For example, a corpus of newspaper extracts might be arranged to combine all stories of one type (reportage, editorial, reviews, etc.) into some higher-level grouping, possibly with sub-groups -for date, region, etc. The teiCorpus element provides no +for date, region, etc. A teiCorpus element may occur +directly inside a teiCorpus specifically to allow direct support for reflecting such internal corpus structure in the -markup: it treats the corpus as an undifferentiated series of -components, each tagged TEI.

-

If it is essential to reflect a single permanent organization of a -corpus into sub- and sub-sub-corpora, then the corpus or the high-level -subcorpora may be encoded as composite texts, using the group -element described below and in section . The -mechanisms for corpus characterization described in this chapter, -however, are designed to reduce the need to do this. Useful groupings +markup. For example: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+

Furthermore, useful groupings of components may easily be expressed using the text classification and identification elements described in section , and those for associating declarations with corpus components described -in section . These methods also allow several +in section . These methods also allow several different methods of text grouping to co-exist, each to be used as -needed at different times. This helps minimize the danger of +needed at different times. This helps minimize the danger of cross-classification and misclassification of samples, and helps improve the flexibility with which parts of a corpus may be -characterized for different applications. -

+characterized for different applications.

Anthologies and collections are often treated as texts in their own -right, if only for historical reasons. In conventional publishing, at +right, if only for historical reasons. In conventional publishing, at least, anthologies are published as units, with single editorial responsibility and common front and back matter which may need to be -included in their electronic encodings. The texts collected in the +included in their electronic encodings. The texts collected in the anthology, of course, may also need to be identifiable as distinct -individual objects for study. -

+individual objects for study.

Poem cycles, epistolary novels, and epistolary essays differ from anthologies in that they are often written as single works, by single authors, for single occasions; nevertheless, it can be useful to treat their constituent parts as individual texts, as well as the cycle -itself. Structurally, therefore, they may be treated in the same way +itself. Structurally, therefore, they may be treated in the same way as anthologies: in both cases, the body of the text is composed -largely of other texts. -

+largely of other texts.

The group element is provided to simplify the encoding of -collections, anthologies, and cyclic works; as noted above, the -group element can also be used to record the potentially -complex internal structure of language corpora. For a full description, -see chapter . -

+collections, anthologies, and cyclic works; the group element +may also be used to record the potentially complex internal structure +of language corpora. (For a full description, see chapter .) The choice between using group or nested +teiCorpus elements is up to individual encoders, but in +general when it is useful to associate a significant quantity of +metadata with such a unit of text it is easier to use +teiCorpus.

Some composite texts, finally, are neither corpora, nor anthologies, -nor cyclic works: they are otherwise unitary texts within which other -texts are embedded. In general, they may be treated in the same way as +nor cyclic works: they are otherwise unitary texts within which other +texts are embedded. In general, they may be treated in the same way as unitary texts, using the normal TEI and -body elements. The embedded text itself may be encoded using -the text element. For further discussion, see chapter . -

+body elements. The embedded text itself may be encoded using +the text element. For further discussion, see chapter .

All composite texts share the characteristic that their different -component texts may be of structurally similar or dissimilar types. If -all component texts may all be encoded using the same module, +component texts may be of structurally similar or dissimilar types. If +all component texts may all be encoded using the same module, then no problem arises. If however they require different modules, then these must be included in the TEI customization. This -process is described in more detail in section . -

+process is described in more detail in section .

+
Contextual Information

Contextual information is of particular importance for collections or corpora composed of samples from a variety of different kinds of -text. Examples of such contextual information include: the age, sex, +text. Examples of such contextual information include: the age, sex, and geographical origins of participants in a language interaction, or their socio-economic status; the cost and publication data of a newspaper; the topic, register or factuality of an extract from a @@ -254,12 +271,12 @@ vector of social characteristics).

Such contextual information is potentially of equal importance for unitary texts, and these Guidelines accordingly make no particular distinction between the kinds of information which should be gathered -for unitary and for composite texts. In either case, the information +for unitary and for composite texts. In either case, the information should be recorded in the appropriate section of a TEI header, as -described in chapter . In the case of language corpora, +described in chapter . In the case of language corpora, such information may be gathered together in the overall corpus header, or split across all the component texts of a corpus, in their individual -headers, or divided between the two. The association between an +headers, or divided between the two. The association between an individual corpus text and the contextual information applicable to it may be made in a number of ways, as further discussed in section below.

Chapter , which should be read in conjunction with @@ -269,17 +286,17 @@ for example its bibliographic description and those of the source or sources from which it was derived (see section ); information about the encoding practices followed with the corpus, for example its design principles, editorial practices, reference system, -etc. (see section ); more detailed descriptive +etc. (see section ); more detailed descriptive information about the creation and content of the corpus, such as the languages used within it and any descriptive classification system used (see section ); and version information documenting any changes made in the electronic text (see section ).

In addition to the elements defined by chapter , several other elements can be used in the TEI header if the additional -module defined by this chapter is invoked. These additional tags make +module defined by this chapter is invoked. These additional tags make it possible to characterize the social or other situation within which a language interaction takes place or is experienced, the physical setting -of a language interaction, and the participants in it. Though this +of a language interaction, and the participants in it. Though this information may be relevant to, and provided for, unitary texts as well as for collections or corpora, it is more often recorded for the components of systematically developed corpora than for isolated texts, @@ -289,7 +306,7 @@ corpora.

When the module defined in this chapter is included in a schema, a number of additional elements become available within the profileDesc element of the TEI header (discussed in section -). These +). These elements, members of the model.profileDescPart, are discussed in the remainder of the chapter. @@ -343,9 +360,9 @@ remainder of the chapter.

The textDesc element provides a full description of the situation within which a text was produced or experienced, and thus characterizes it in a way relatively independent of any a -priori theory of text-types. It is provided as an alternative +priori theory of text-types. It is provided as an alternative or a supplement to the common use of descriptive taxonomies used to -categorize texts, which is fully described in section , and section . The description is +categorize texts, which is fully described in section , and section . The description is organized as a set of values and optional prose descriptions for the following eight situational parameters, each represented by one of the following eight elements: @@ -358,19 +375,18 @@ described in .

elements, supplied in the order specified. Except for the purpose element, which may be repeated to indicate multiple purposes, no element should appear more than once within a single text -description. Each element may be empty, or may contain a brief +description. Each element may be empty, or may contain a brief qualification or more detailed description of the value expressed by -its attributes. It should be noted that some texts, in particular +its attributes. It should be noted that some texts, in particular literary ones, may resist unambiguous classification in some of these dimensions; in such cases, the situational parameter in question should be given the content not applicable or an equivalent -phrase. -

+phrase.

Texts may be described along many dimensions, according to many -different taxonomies. No generally accepted consensus as to how such +different taxonomies. No generally accepted consensus as to how such taxonomies should be defined has yet emerged, despite the best efforts of many corpus linguists, text linguists, sociolinguists, -rhetoricians, and literary theorists over the years. Rather than +rhetoricians, and literary theorists over the years. Rather than attempting the task of proposing a single taxonomy of text-types (or the equally impossible one of enumerating all those which have been proposed previously), the closed set of @@ -380,7 +396,7 @@ individual texts, without insisting on a system of discrete high-level text-types. Such text-types may however be used in combination with the parameters proposed here, with the advantage that the internal structure of each such text-type can be specified in terms of the -parameters proposed. This approach has the following analytical +parameters proposed. This approach has the following analytical advantages:Schemes similar to that proposed here were developed in the 1960s and 1970s by researchers such as Hymes, Halliday, and Crystal and Davy, but have rarely been implemented; one notable @@ -394,30 +410,28 @@ contrast to discrete categories based on type or topic) based on the particular parameters of interest to them it is equally applicable to spoken, written, or signed texts

Two alternative approaches to the use of these parameters are -supported by these Guidelines. One is to use pre-existing taxonomies +supported by these Guidelines. One is to use pre-existing taxonomies such as those used in subject classification or other types of text categorization. Such taxonomies may also be appropriate for the description of the -topics addressed by particular texts. Elements for this purpose are +topics addressed by particular texts. Elements for this purpose are described in section , and elements for defining or -declaring such classification schemes in section . A +declaring such classification schemes in section . A second approach is to develop an application-specific set of feature structures and an associated feature system declaration, as described in -chapters and . -

+chapters and .

Where the organizing principles of a corpus or collection so permit, it may be convenient to regard a particular set of values for the situational parameters listed in this section as forming a text-type in its own right; this may also be useful where -the same set of values applies to several texts within a corpus. In +the same set of values applies to several texts within a corpus. In such a case, the set of text-types so defined should be regarded as a -taxonomy. The mechanisms described in section may be used to define hierarchic taxonomies of such +taxonomy. The mechanisms described in section may be used to define hierarchic taxonomies of such text-types, provided that the catDesc component of the category element contains a textDesc element rather -than a prose description. Particular texts may then be associated with -such definitions using the mechanisms described in sections . -

+than a prose description. Particular texts may then be associated with +such definitions using the mechanisms described in sections .

Using these situational parameters, an informal domestic conversation might be characterized as follows: @@ -590,7 +604,7 @@ parameters might be used to characterize a novel:

The particDesc element in the profileDesc element provides additional information about the participants in a spoken text or, where this is judged appropriate, the persons named or -depicted in a written text. When the detailed elements provided by +depicted in a written text. When the detailed elements provided by the namesdates module described in are included in a schema, this element can contain detailed demographic or descriptive information about individual speakers or groups of speakers, such as their names or @@ -603,7 +617,7 @@ attribute.

participant are used throughout this section, it is intended that the same mechanisms may be used to characterize fictional personæ or voices within a written text, except -where otherwise stated. For the purposes of analysis of language usage, +where otherwise stated. For the purposes of analysis of language usage, the information specified here should be equally applicable to written, spoken, or signed texts.

The element particDesc contains a description of the @@ -612,9 +626,8 @@ straightforward prose, possibly containing a list of names, encoded using the usual list and name elements, or alternatively using the more specific and detailed listPerson element provided by the namesdates module -described in . -

-

For example, a participant in a recorded conversation might be +described in .

+

For example, a participant in a recorded conversation might be described informally as follows:

Female informant, well-educated, born in Shropshire UK, 12 Jan @@ -655,17 +668,16 @@ definitions for their speakers; see further section . Here, the characters are simply listed without the detailed -structure which use of the listPerson element permits. -

+structure which use of the listPerson element permits.

The Setting Description

The settingDesc element is used to describe the setting or -settings in which language interaction takes place. It may contain a +settings in which language interaction takes place. It may contain a prose description, analogous to a stage description at the start of a play, stating in broad terms the locale, or a more detailed -description of a series of such settings.

+description of a series of such settings.

Each distinct setting is described by means of a setting element. @@ -676,9 +688,9 @@ element. Individual settings may be associated with particular participants by means of the optional who attribute which this element inherits as a member of the att.ascribed -if, for example, participants are in different places. This attribute +if, for example, participants are in different places. This attribute identifies one or more individual participants or participant groups, -as discussed earlier in section . If this +as discussed earlier in section . If this attribute is not specified, the setting details provided are assumed to apply to all participants represented in the language interaction. Note however that it is not possible to encode different @@ -698,8 +710,7 @@ provide the following elements: Additional more specific naming elements such as orgName or persName may also be available if the -namesdates module is also included in the schema. -

+namesdates module is also included in the schema.

The following example demonstrates the kind of background information often required to support transcriptions of language interactions, first encoded as a simple prose narrative: @@ -733,7 +744,7 @@ way: radio performance

-

Again, a more detailed encoding for places is feasible if the +

Again, a more detailed encoding for places is feasible if the namesdates module is included in the schema. The above examples assume that only the general purpose name element supplied in the core module is @@ -778,53 +789,47 @@ available. - -

+

Associating Contextual Information with a Text

This section discusses the association of the contextual information held in the header with the individual elements making up a TEI text or -corpus. Contextual information is held in elements of various kinds +corpus. Contextual information is held in elements of various kinds within the TEI header, as discussed elsewhere in this section and in -chapter . Here we consider what happens when different +chapter . Here we consider what happens when different parts of a document need to be associated with different contextual information of the same type, for example when one part of a document uses a different encoding practice from another, or where one part -relates to a different setting from another. In such situations, there -will be more than one instance of a header element of the relevant type. -

+relates to a different setting from another. In such situations, there +will be more than one instance of a header element of the relevant type.

The TEI scheme allow for the following possibilities: A given element may appear in the corpus header only, in the header of one or more texts only, or in both places There may be multiple occurrences of certain elements in either -the corpus or a text header. -

+the corpus or a text header.

To simplify the exposition, we deal with these two possibilities separately in what follows; however, they may be combined as -desired. -

+desired.

Combining Corpus and Text Headers

A TEI-conformant document may have more than one header only in the case of a TEI corpus, which must have a header in its own right, as well -as the obligatory header for each text. Every element specified in a +as the obligatory header for each text. Every element specified in a corpus-header is understood as if it appeared within every text header -in the corpus. An element specified in a text header but not in the -corpus header supplements the specification for that text alone. If any +in the corpus. An element specified in a text header but not in the +corpus header supplements the specification for that text alone. If any element is specified in both corpus and text headers, the corpus header -element is over-ridden for that text alone. -

+element is over-ridden for that text alone.

The titleStmt for a corpus text is understood to be -prefixed by the titleStmt given in the corpus header. All +prefixed by the titleStmt given in the corpus header. All other optional elements of the fileDesc should be omitted from -an individual corpus text header unless they differ from those -specified in the corpus header. All other header elements behave +an individual corpus text header unless they differ from those +specified in the corpus header. All other header elements behave identically, in the manner documented below. This facility makes it possible to state once for all in the corpus header each piece of contextual information which is common to the whole of the corpus, while still allowing for individual texts to vary from -this common denominator. -

+this common denominator.

For example, the following schematic shows the structure of a corpus comprising three texts, the first and last of which share the same encoding description. The second one has its own encoding description. @@ -881,7 +886,7 @@ part of a text header or the corpus header by means of a decls attrib that element. This linkage is used to over-ride the default association between declarations in the header and a corpus or corpus text. The only header elements which may be associated in this way are -those which would not otherwise be meaningfully repeatable.

+those which would not otherwise be meaningfully repeatable.

Declarable elements are all members of the class att.declarable; the corresponding declaring elements are all members of the class att.declaring. @@ -932,7 +937,6 @@ elements are all members of the class att.declaring. - Each of the above elements is repeatable within a single header; that is, there may be more than one instance of any declarable element type at a given level. When this occurs, the following rules @@ -942,11 +946,10 @@ than once: each must bear a unique identifier when occurring within the same parent element, exactly one element must be specified as the default, by having a default attribute with the value "true". - -

+

In the following example, an editorial declaration contains two possible correction policies, one identified as -CorPol1 and the other as CorPol2. Since there +CorPol1 and the other as CorPol2. Since there are two, one of them (in this case CorPol1) should be specified as the default: @@ -961,7 +964,7 @@ specified as the default: For texts associated with the header in which this declaration appears, correction method CorPol1 will be -assumed, unless they explicitly state otherwise. Here is the +assumed, unless they explicitly state otherwise. Here is the structure of a text in which a division states otherwise: @@ -970,8 +973,7 @@ structure of a text in which a division states otherwise: @@ -988,8 +989,7 @@ attribute points must follow two further restrictions: elements of the same type, only the children elements with default set to "true" are considered referenced. Each element specified, explicitly or implicitly, by the list of -identifiers must be of a different kind. -

+identifiers must be of a different kind.

To demonstrate how these rules operate, we now expand our earlier example slightly: @@ -1013,24 +1013,22 @@ example slightly:

This encoding description now has two editorial declarations, -identified as ED1 (the default) and ED2. For texts not specifying -otherwise, ED1 will apply. If ED1 applies, correction method C1A and +identified as ED1 (the default) and ED2. For texts not specifying +otherwise, ED1 will apply. If ED1 applies, correction method C1A and normalization method N1 apply, since these are the specified defaults -within ED1. In the same way, for a text specifying decls as +within ED1. In the same way, for a text specifying decls as #ED2, correction C2A, and normalization N2B will -apply. -

-

A finer grained approach is also possible. A text might specify +apply.

+

A finer grained approach is also possible. A text might specify text decls='#C2B #N2A', to mix and match declarations as -required. A tag such as text decls='#ED1 #ED2' would +required. A tag such as text decls='#ED1 #ED2' would (obviously) be illegal, since it includes two elements of the same type; a tag such as text decls='#ED2 #C1A' is also illegal, since in this context #ED2 is synonymous with the defaults for that editorial declaration, namely #C2A #N2B, resulting in a list -that identifies two correction elements (C1A and C2A). -

+that identifies two correction elements (C1A and C2A).

Summary

The rules determining which of the declarable elements are applicable at any point may be summarized as follows: @@ -1055,16 +1053,15 @@ given declarable element is semantically equivalent to selecting only those contained elements which are specified as defaults. An association made by one element applies by default to all of its descendants. - -

+

Linguistic Annotation of Corpora

Language corpora often include analytic encodings or annotations, -designed to support a variety of different views of language. The +designed to support a variety of different views of language. The present Guidelines do not advocate any particular approach to linguistic annotation (or tagging); instead a number of general analytic facilities are provided which support the representation of most forms of annotation in a standard and -self-documenting manner. Analytic annotation is of importance in many +self-documenting manner. Analytic annotation is of importance in many fields, not only in corpus linguistics, and is therefore discussed in general terms elsewhere in the Guidelines.See in particular chapters @@ -1077,53 +1074,49 @@ determined by an analysis of linguistic features of the text, excluding as borderline cases both the formal structural properties of the text (e.g. its division into chapters or paragraphs) and descriptive information about its context (the circumstances of its production, its -genre, or medium). The structural properties of any TEI-conformant text +genre, or medium). The structural properties of any TEI-conformant text should be represented using the structural elements discussed elsewhere -in these Guidelines, for example in chapters and +in these Guidelines, for example in chapters and . The contextual properties of a TEI text are fully documented in the TEI header, which -is discussed in chapter , and in section of the present chapter. -

+is discussed in chapter , and in section of the present chapter.

Other forms of linguistic annotation may be applied at a number of -levels in a text. A code (such as a word-class or part-of-speech +levels in a text. A code (such as a word-class or part-of-speech code) may be associated with each word or token, or with groups of such -tokens, which may be continuous, discontinuous, or nested. A code may +tokens, which may be continuous, discontinuous, or nested. A code may also be associated with relationships (such as cohesion) perceived as -existing between distinct parts of a text. The codes themselves may +existing between distinct parts of a text. The codes themselves may stand for discrete non-decomposable categories, or they may represent -highly articulated bundles of textual features. Their function may be +highly articulated bundles of textual features. Their function may be to place the annotated part of the text somewhere within a narrowly linguistic or discoursal domain of analysis, or within a more general -semantic field, or any combination drawn from these and other domains. -

+semantic field, or any combination drawn from these and other domains.

The manner by which such annotations are generated and attached to -the text may be entirely automatic, entirely manual, or a mixture. The +the text may be entirely automatic, entirely manual, or a mixture. The ease and accuracy with which analysis may be automated may vary with the -level at which the annotation is attached. The method employed should +level at which the annotation is attached. The method employed should be documented in the interpretation element within the encoding -description of the TEI header, as described in section . Where different parts of a corpus have used different +description of the TEI header, as described in section . Where different parts of a corpus have used different annotation methods, the decls attribute should be used to -indicate the fact, as further discussed in section . -

+indicate the fact, as further discussed in section .

An extended example of one form of linguistic analysis commonly -practised in corpus linguistics is given in section . -

+practised in corpus linguistics is given in section .

Recommendations for the Encoding of Large Corpora

These Guidelines include proposals for the identification and encoding of a far greater variety of textual features and characteristics than is likely to be either feasible or desirable in -any one language corpus, however large and ambitious. The reasoning -behind this catholic approach is further discussed in chapter . For most large-scale corpus projects, it will therefore +any one language corpus, however large and ambitious. The reasoning +behind this universal approach is further discussed in chapter . +For most large-scale corpus projects, it will therefore be necessary to determine a subset of TEI recommended elements appropriate to the anticipated needs of the project, as further discussed in chapter ; these mechanisms include the ability to exclude selected element types, add new element types, -and change the names of existing elements. A discussion of the +and change the names of existing elements. A discussion of the implications of such changes for TEI conformance is provided in -chapter . -

+chapter .

Because of the high cost of identifying and encoding many textual features, and the difficulty in ensuring consistent practice across very large corpora, encoders may find it convenient to divide the set of @@ -1142,8 +1135,7 @@ text. textual features in this category are deliberately not encoded; they may be transcribed as unmarked up text, or represented as gap -elements, or silently omitted, as appropriate. -

+elements, or silently omitted, as appropriate.

Module for Language Corpora @@ -1164,4 +1156,4 @@ elements, or silently omitted, as appropriate. described in .

- \ No newline at end of file + diff --git a/P5/Source/Guidelines/en/CE-CertaintyResponsibility.xml b/P5/Source/Guidelines/en/CE-CertaintyResponsibility.xml index 42b275d759..a0c5b4f902 100644 --- a/P5/Source/Guidelines/en/CE-CertaintyResponsibility.xml +++ b/P5/Source/Guidelines/en/CE-CertaintyResponsibility.xml @@ -1,11 +1,5 @@ - +
Certainty, Precision, and Responsibility

Encoders of text often find it useful to indicate that some aspects diff --git a/P5/Source/Guidelines/en/CH-LanguagesCharacterSets.xml b/P5/Source/Guidelines/en/CH-LanguagesCharacterSets.xml index e87690893b..dca8219668 100644 --- a/P5/Source/Guidelines/en/CH-LanguagesCharacterSets.xml +++ b/P5/Source/Guidelines/en/CH-LanguagesCharacterSets.xml @@ -1,11 +1,5 @@ - +

Languages and Character Sets diff --git a/P5/Source/Guidelines/en/CMC-ComputerMediatedCommunication.xml b/P5/Source/Guidelines/en/CMC-ComputerMediatedCommunication.xml new file mode 100644 index 0000000000..557efe0912 --- /dev/null +++ b/P5/Source/Guidelines/en/CMC-ComputerMediatedCommunication.xml @@ -0,0 +1,1325 @@ + + + +
+ Computer-mediated Communication +

This chapter describes the TEI encoding mechanisms available for textual data that represents + discourse from genres of computer-mediated communication (CMC). It is intended to provide the + basic framework needed to encode CMC corpora.

+
+ General Considerations +

While the term computer-mediated communication might be used broadly to + describe all kinds of communications that are mediated by digital technologies + (such as text on web pages, written exchanges in chats and forums, interactions with artificial intelligence systems, the spoken + conversations in internet video meetings), for the purposes of these Guidelines we use the term to apply to forms of + communication that share the following features: + they are dialogic; + they are organized as interactional sequences so that each communicative + move may determine the context for subsequent moves (typically taken by another + interlocutor) and may react to the context created by a prior move; + they are created and displayed using computer + technology or human-machine interfaces such as keyboard, mouse, speech-to-text conversion software, monitor or + screen and transmitted over a computer network (typically the + internet). + + Such communications may be expressed as posts (cf. ), utterances, onscreen activities, or bodily activities exerted + by a virtual avatar. +

+

The following kinds of platforms support CMC: + chats, messengers, or online forums; + social media platforms and applications; + the communication functions of collaborative platforms and projects (e.g. an online + learning environment, or a talk page); + 3D virtual world environments; + other interactive services supported by the internet. +

+

CMC supports multimodal expression combining text, images, sound. Whereas early CMC systems + (e.g. Internet Relay Chat, IRC for short, the Usenet + newsgroups, or even the Unix talk system) + were completely ASCII-based, most CMC applications now permit combining media formats (e.g. written or spoken + language with graphic icons and images) and mixing communication technologies on one platform (e.g. combined use of an audio connection, a chat system, and a + 3D interface in which users control a virtual avatar as in many multiplayer online computer + games or in virtual worlds).

+
+
+ Basic Units of CMC +

This section describes the encoding mechanisms for the basic units of CMC and for their + combined use to encode CMC data.

+

We use the term basic CMC unit to refer to a communication produced by an interlocutor to initiate or contribute to an ongoing + CMC interaction or joint CMC activity. Contributions + to an ongoing interaction are produced to perform a move to develop + the interactional sequence, for instance to respond in chats or forum discussions. Contributions to joint + CMC activities may not all be directly interactional; some may be part of a collaborative + project of the involved individuals. Such collaboration could involve editing activities in a shared text editor + or whiteboard in parallel with an ongoing CMC interaction (chat, audio conversation, or + audio-video conference) in the same CMC environment in which these editing activities are + discussed by the participants.

+

Basic units of CMC can be described according to three criteria: + + the temporal properties + of when these contributions are produced by their creators, transmitted via CMC systems, and + made accessible for the recipients; + the modality of the unit as a whole, whether verbal or nonverbal; + for verbal units: whether the unit is expressed in the written or + spoken mode. + + A taxonomy of basic CMC units resulting from these criteria is given in the following figure. +

+
+ + Taxonomy of basic CMC units according to +
+

The most important distinction in the CMC taxonomy + concerns the temporal nature of units exchanged via CMC technologies. The left part of the + taxonomy describes units that are performed (by a producer) and perceived (by a recipient) as + a continuous stream of behaviour. Units of this type can be performed as

+ + + i.e. stretches of speech which are produced to perform a speaker turn in a + conversation, + + i.e. nonverbal behaviour (gesture, gaze) produced to perform a speaker turn, either + performed by the real body of an interlocutor (e.g. in a video conference) or through the + virtual avatar of an interlocutor in a 3D environment, + + i.e. non-bodily expressions that are transmitted to the group of interacting or + coworking participants, for instance the editing of content in a shared text editor which + can be perceived by the other parties simultaneously (as may be the case in learning or + collaboration environments). + +

The right part of the CMC taxonomy describes units in + which the production, transmission, and perception of contributions to CMC interactions are + organized in a strictly consecutive order: The content—verbal, nonverbal, or multimodal—of + the contribution has to be produced before it can be transmitted through a network and made + available on the computer monitor or mobile screen of any other party as a preserved and + persistent unit. We term this type of unit a post. Posts occur in + two different variants: + as written or multimodal posts, which are produced with an + editor form that is designed for the composition of stretches of written text. Most + contemporary post-based CMC technologies provide features for the inclusion of graphic and + audio-visual content (emoji graphics, images, videos) into posts and even to produce posts + without verbal content (which then may consist only of emojis, an image, or a video file). + Written and multimodal posts are the standard formats for user contributions in primarily + text-based CMC genres and applications such as chat, SMS, WhatsApp, Instagram, Facebook, X + (Twitter), online forums, or Wikipedia talk pages. + as audio posts, which are produced using a recording + function. In contrast to CMC units of the type utterance which + are produced and transmitted simultaneously, audio posts first have to be recorded as a + whole and are then transmitted, as audio files, via the internet; the availability of + the recording is indicated in the screen protocol by a template-generated, visual post; + the recipients can play the recording (repeatedly) by activating the play button displayed + in the post on the screen. Examples of CMC applications that implement audio posts are + WhatsApp or RocketChat. +

+

Three of the four basic CMC units described above can be represented with models that are + described elsewhere in the TEI Guidelines:

+ + + CMC unit + Type of corpus data + TEI P5 element + + + spoken utterance + transcription of speech + + u + + + + bodily activity + textual description + + kinesic + + + + onscreen activity + textual description + + incident + + +
+

The u, kinesic, and incident elements are not limited to CMC, but + apply to encode textual transcriptions of spoken turns and CMC data about bodily activity and + onscreen activity. The CMC unit post, which is specific to + CMC, is introduced in .

+
+
+ Encoding Unique to CMC +

This section describes elements, attributes, and models which are unique to CMC and the TEI + CMC module.

+
+ CMC Posts +

While the concept of a post is not unique to + computer-mediated communication (ask anyone who has posted a + lost cat sign in the local market), this chapter concerns + itself only with postings within a framework of a CMC system. + Thus the element post is unique to the encoding of + computer-mediated communication (CMC). + + + Posts occur in a broad range of written CMC genres, + including (but not limited to) messages in chats and WhatsApp dialogues, tweets in X + (Twitter) timelines, comments on Facebook pages, posts in forum threads, and comments or + contributions to discussions on Wikipedia talk pages or in the comment sections of + weblogs.

+

Posts can be either written or spoken: + written or multimodal posts: In + the majority of CMC technologies posts are composed as stretches of text using a + keyboard or speech-to-text conversion software in an entry form on the screen. In + many cases the technology allows authors to include or embed graphics (emojis or + images), video files, and hyperlinks into their posts. + spoken (audio posts): A growing number of CMC technologies, e.g. + messenger software such as WhatsApp or RocketChat, allow for an alternative, spoken + production of posts by providing a recording function which allows users to record a + stretch of spoken language and transmit the resulting audio file to the other + parties. +

+

The element post may co-occur with u, kinesic, + incident, or other existing TEI elements within a div, or directly within + the body, and may contain headings, paragraphs, openers, closers, or + salutations.

+

The post element is a member of several TEI attribute classes, including att.ascribed, att.canonical, att.datable, att.global, att.timed, and att.typed, and as such may take a + variety of attributes.

+
+
+ Attributes Specific to CMC post +

Three attributes pertain specifically to post: + + + + + The type of the content of a post (i.e., whether the content is text, an + image, a video clip, etc.) is indicated by the child elements of the post. (E.g., a + post might have a child p, or a child figure with a + graphic, or a child figure with a media, or some combination + thereof.) How that content was created—whether it was recorded speech or not—may be described with the modality attribute. Because spoken language differs + significantly from written language, the suggested values only separate the spoken modality from the written + modality, which covers all cases other than spoken natural language. The use of modality is recommended but not required. + + +

+ screenshot of the google search for hairdresser "Pasha's Haare'm" + with the average google rating (4,5 of 5 stars), the address, the phone number, and + the opening hours. +
+ + +

+

The replyTo attribute is used to capture information drawn from the original + metadata associated with a post that asserts to which previous post the current post is a + response, or to which previous post it refers. This metadata is included by many, but not + all, CMC environments, when the user executes a formal reply action (e.g., by clicking or + tapping a reply button). This attribute should not be used to encode interpreted or inferred + reply relations based on linguistic cues or discourse markers.

+

The replyTo attribute indicates the replied-to or referred-to posts by providing + one or more pointers to them. In the following example, reply references in the source + indicate that the first post is a reply to an initial post that is not part of the + example, the second is a reply to the first, and the third is a reply to the second. + + +

Es hat den Anschein, als wäre bei BER durchaus große Kompetenz am Bau, allerdings + nicht in Form von Handwerkern….

+

http://www.zeit.de/2015/29/imtech-flughafen-berlin-ber-verzoegerung/komplettansicht

+ + +

Nein Nein, an den Handwerkern kann es rein strukturel nicht gelegen haben. Niemand + lässt seine Handwerker auf der Baustelle derart allein. Zudem gibt es höchstoffizielle + “Abnahmen” von Bauabschnitten/phasen. Welcher Mangel auch bestanden hatte, er hätte + Zeitnah auffallen müssen.

+

Uuups, für Imtek hab ich mal in einer Nachunternehmerfirma gearbeitet. Imtek is + offenbar ein universeler Bauträger, der alles baut.

+
+ +

Stahlkunstruktionen dacht ich mal, was die bauen—oder bauen lassen.

+

Das ist schon ein übles Ding. Die Ausschreibungenund Angebote sind unauffällig, aber + wenn Unregelmässigkeiten auftreten (im Bauverlauf) dann gibt es die saftigen + Rechnungen. Da steht dann der Bauherr da und fragt sich, wie er denn so schnell einen + fähigen Ersatz herbekommt. Und diese Frage erübrigt sich meist, weil der Markt der + Baufirmen das nicht hergibt — weil tendenziel 100 % Auslastung. (und noch schlimmer: + Absprachen) Was auch Folge des Marktdrucks gewesen war.

+
+ +

+

In the CMC genre of wiki talk, users insert their contribution to a discussion by modifying + the wiki page of the discussion—the talk page. Since there is no technical reply action + available in wiki software, users apply textual indentation in the wiki code to indicate a + reply to a previous message, and a threaded structure is formed by a series of such + indentations. The attribute indentLevel records the level of indentation, that is + the nesting depth of the current post in such a thread-like structure (as defined by its + author and in relation to the standard level of non-indentation which should be encoded with + an indentLevel of 0). It is used in wiki talk corpora but may also be + used for other threaded genres, for example when HTML is used as a source.

+

The following is a sample encoding of a portion of a discussion among four different users + on a Wikipedia talk page. + +

+ [[WP:AUTO]] + +

I would kindly request from Mr. Meyer to allow others to edit the [...]

+
+ +

I dont agree, this article is not about Dr. Meyer, [...]

+
+ +

Why don't you read the policy. [...]

+
+ +

Because the policy makes no sense, [...]

+
+
+ +

+
+
+ Attributes for General CMC Encoding +

The attribute generatedBy is also unique to CMC encoding. But unlike + modality, replyTo, and indentLevel, generatedBy is available not + only on the post element, but on any of its descendants as well. + + +

+

The generatedBy attribute may indicate, for post or any of its + descendants, how the content transcribed in an element was generated in a CMC environment. + That is, whether the source text being transcribed was created by a human user, created by + the CMC system at the request of a human user (e.g., when the user activates a template that + generates the content, such as in a signature), generated by the CMC system (e.g. a + status message or a timestamp), or generated by an automated process external to the CMC + system itself. This attribute is optional; when it is not specified on a post + element its value is presumed to be unspecified; when it is unspecified on any + descendant of post its value is inherited from the immediately enclosing element. + In turn, if generatedBy is not specified on that element it inherits the + value from its immediately enclosing element, and so on up the document hierarchy until a + post is reached; the post either has a generatedBy attribute + specified or its presumed value is unspecified.

+ + +

A list of suggested values for generatedBy follows: + + + when the content of the respective element was naturally typed or spoken by + a human user (cf. the chat posts in example haircut) + + when the content of the respective element was generated after a human user + activated a template for its insertion + (often applicable to signed and time; e.g. see the + signature in wiki talk in this example below) + + when the content of the respective element was generated by the system, i.e. the CMC + environment (see, e.g., the system message in an IRC chat in the this other example below) + + when the content of the respective element was generated by a bot, i.e. a non-human + agent, typically one that is not part of the CMC environment itself + + when it is unspecified or unknown how the content of the respective element was + generated (see, e.g. the retweet that forms the second post in this example below). + +

+ +

The following is a sample encoding of a chat post that contains an emoji. + Although the post was written by a human, the emoji itself was marked in + the source as having been generated by a template: + + + Da kostet ein Haarschnitt 50 € +

+ face screaming in fear + U+1F631 +
+ + +

+

In the following example, the user signature of a wiki talk post was inserted by activating + a template, and is thus marked accordingly: + +

I'm not sure that this is a proper criterium, or even what this means. What if we set + an explosion that breaks a comet into two pieces? What if we build a moon? Cheers, +

Greenodd (talk) + + +

+

In the following example, a tweet is specified as having been written by a human; however + inside the tweet, the timestamp is marked as generated by the CMC system: + + Heute mit super Unterstützung, wir grunzen, + wenn die Zeit vorbei ist. #bcrn18 + #wikidach PS: Die beiden brauchen noch Namen. Hinweise dazu am Empfang abgeben! + @AndreLo79 +

+ +
+ + + + + + +
+ +
+
+ +

+

Finally, in the following example of an IRC post, the status message that user Interseb + has entered the room was generated by the system, i.e. the chat environment. + +

Interseb betritt den Raum.

+ + +

+
+
+
+ CMC Macrostructure +

In many CMC genres, posts may occur in a variety of ways: e.g. in a sequence or in threads, or grouped in some other way. + For example, in chat communication such as WhatsApp, posts are part of a chat of one user with another user or among a + + + group of users. When an entire chat is saved, typically a logfile of the + chat is obtained from the CMC system and downloaded. Similarly, Wikipedia discussions occur on + a talk page, which ultimately is a web page containing the user posts, + sub-structured in threads. Likewise, YouTube comments occur on a webpage containing the YouTube + video along with comment posts and posts replying to those comments displayed below the video. + The video serves as a prompt for the whole discussion. In forum discussions, the + prompt may be a news item, and in Wikipedia, an article may be viewed as the prompt for the + discussion on the talk page associated with that article.

+
+ Macrostructure of CMC Collections and Documents +

When CMC documents are compiled into a collection, dataset, or corpus, we distinguish the + following levels in the macrostructure of CMC in TEI: + +

The level of a corpus or collection of CMC texts of a particular genre, generally + obtained from a particular CMC platform, sometimes even from several platforms. This + level may be represented by either a TEI element or a teiCorpus + element. The teiHeader of the corpus (i.e., the teiHeader that is a + child of the outermost TEI or teiCorpus) will contain metadata in + its sourceDesc about the CMC platform(s). Metadata about the project + responsible for collecting the data and building the corpus, if applicable, should be + recorded as well.

+ + +

A set of posts collected (or sampled) by a researcher for analysis. The posts of + the document will often map directly to the set of posts grouped on an existing web + page, thread, or document within a CMC environment. Within the CMC environment the + document as such is often created by a particular user, thereby initiating the + communication which other users may read, and to which some other users might + contribute. This level will naturally be represented by the TEI element. The + teiCorpus (or TEI) element that represents the corpus will contain + one or more TEI elements as usual.

+

In the teiHeader of a document level TEI, the sourceDesc + will contain metadata about the CMC document such as a title, its author or owner, + its URL, the date of its creation, the date of the last change made to it, and other + metadata that are available and to be recorded such as one or more categories + associated with the document.

+

The document sometimes contains, or is associated with, a prompt such as a video or a + news item, either provided by the initiating user herself or located elsewhere and + referenced at the beginning of the document. In such cases, the teiHeader of + the document should also contain metadata about this prompt.

+
+ +

The level of the individual post is naturally represented by the post + element; its encoding is further described in section . A + TEI element will contain a number of post elements, which can be + grouped or ordered in div elements representing sequences or threads (section + ) if appropriate.

+ + + + + + + + + + + + + + +
+ + + + + +
+ +
+
+ +
+
+

+
+
+ Sequences, Sections, Threads +

As shown in Example above, nested threads of posts may be + encoded sequentially, while the indentLevel attribute of post is used to + keep track of the original nesting depth. This is especially meant for CMC text obtained + from a wiki code or HTML source, where it is not always entirely clear whether the + indentation information actually reflects a reply action from a user.

+

In genres where technical reply information is available for each post, reply links can be + encoded using the replyTo attribute on post elements, as shown in the + second example of . The network of all reply links will then + also form a threaded structure, and visual indentations can be reconstructed from it and + need not be explicitly encoded.

+

Threads may also be explicitly encoded as nested div elements as in the following + skeleton: +

+ ... +
+ ... + ... +
+ +
+
+
+ +

+

Using this encoding strategy, this example from could be encoded as follows: +

+ +

Es hat den Anschein, ...

+
+
+ +

Nein Nein, an den Handwerkern kann es ...

+
+
+ +

Stahlkunstruktionen dacht ich mal, ....

+
+
+
+
+ +

+
+
+ Multimodal CMC +

As explained in section , the elements post, u, + kinesic, and incident are available to encode textual transcriptions + of written posts, spoken turns, bodily activities of avatars, and onscreen activity by users + that occur in CMC data; and, as discussed in section , + graphics or other media data within posts are encoded in a post with + modality set to written. When two or more of these features occur in + a CMC interaction, we can speak of multimodal CMC.

+

Some basic multimodality is available in many private chat systems such as WhatsApp, where spoken and + written posts and media posts containing images or video clips can alternate in the sequence + of posts. The following shows the suggested encoding of an extended part of the haircut chat example from above, including a spoken post, several + written posts, and a post containing a graphic image (adapted from the MoCoDa2 corpus )

+ + In Düsseldorf gibt's da so Abstufungen. Da gibt's einmal Oliver + Schmidt, Oliver Schmidt's Hair Design, also dann, ist eher also, keine Ahnung, zum + Beispiel ich war da bei dem etwas Günstigeren dann. Ich weiß nicht, ob's das in Essen auch + gibt diese Abstufungen + Ich schau mal :) + Ich gehe immer nach Katernberg zu Pasha’s + haarem Hahaha also die sind echt entspannt und gut und nicht teuer + +
+ screenshot of the google search for hairdresser "Pasha's Haare'm" + with the average google rating (4,5 of 5 stars), the address, the phone number, and + the opening hours. +
+
+ Olivers hair und Oliver Schmidt gehören + zusammen +
+

In the graphical user interface (GUI) of a more complex multimodal CMC environment such as + Second Life, a gaming and learning platform, interactions may consist of interleaved + occurrences of posts (p), utterances (u) and nonverbal acts such as + bodily activities (kinesic) or other on-screen activities (incident). In + the following example a spoken utterance, an avatar's bodily activity, and a written post + occur on the same level within the body element, representing parts of a multimodal + chat in Second Life (adapted from the Archi21 corpus). + + + ok + hm for me this presentation was hm become too fast because it's + always the same in our architecture school euh we have not time and hm too quickly sorry [...] + + + eat(popcorn) + + + + +

it went too quickly?

+ + + + +

+

Note that the spoken utterance u represents a speaker turn that was transmitted + via an audio channel of the application that is continuously open during a session, whereas + a spoken post represents a spoken message that has been recorded in private and + been posted to the CMC server as a whole. See section .

+
+
+
+ Documenting CMC (and providing general metadata) +
+ Documenting the Source of a Corpus of CMC data +

The teiHeader of the corpus should contain metadata about the CMC platform(s), + e.g. its name, information about its owner (often a company) including their address or + location, the URL of the server where the CMC data were collected from, or the filename of a + database dump that was used as a source. Metadata about the project responsible for + collecting the data and building the corpus, if applicable, should be recorded as well.

+

The following example shows the sourceDesc of a X (Twitter) corpus. + + + + + Twitter Sample + + + Twitter International Company +

+ 1 Cumberland Place + Fenian Street + Dublin 2 + D02 AX07 + Ireland +
+ + + + + + +

+

The following example shows how a Wikipedia database dump may be encoded as the source. + + + + + German Wikipedia Data Dump of 2019-08-01 + + + Dump file in XML (compressed) + + + + + + Wikimedia Foundation, Inc. + + + + 01 Aug 19 + dewiki-2019-08-01-pages-meta-current + + + + +

+
+
+ Describing the Source of a CMC Document +

A CMC document may be a chat logfile, a discussion page, or a thematical thread of posts + as encoded within a TEI element. Among the metadata to be recorded in the + sourceDesc of its teiHeader are, if available, its title, author or + owner, its URL, the date of its creation and/or the date of its last change (i.e. the time + when the last post was added to it).

+

The following example is the sourceDesc of a TEI encoding of a YouTube page that + contained a video and user comments on the video (which are encoded in the body of + the text as posts). The metadata contain a URL reference to the video and the YouTube + channel that posted the video in relatedItem elements. The date when the page was + created is not known. The example is adapted from the NottDeuYTSch corpus (), where the video itself is not contained in the corpus. + + + Iron Man 3 in 3D (Official Trailer German) Parodie + + DieAussenseiter + posted video, created page + + YouTube + + + DieAussenseiter’s Channel + + + + + +

+

The following example is the sourceDesc of a Wikipedia talk page. Note that a + relatedItem element is used to record a reference to the Wikipedia article that + the transcribed discussion is about. + + + Diskussion:FKM-Richtlinie + OnkelSchuppig, et al. + Wikimedia Foundation, Inc. + + + 7632113 + + FKM-Richtlinie + + + + +

+
+
+ Documenting the Sampling of CMC data +

The documentation of how the data were collected, e.g. how it was scraped or sampled from + the web, or downloaded from a server, should be recorded in the samplingDecl. Like + other metadata, information about sampling should be recorded at the highest level + applicable. That is, if the information applies to an entire corpus, the + samplingDecl should appear in the teiHeader of the corpus level; if the + information is different for each document, it should appear in the teiHeader of + the document level texts.

+

The sampling information typically considered of interest consists of at least the + following four components: + interface: The API that was used for the download, possibly encoded as a name + type="API"; + client: The client or other tool that was used for the download, possibly encoded as + a name type="client"; + query: The query or command used for the download, possibly encoded with a ptr + type="query" when it is a URI, or a code when it is a command; + date: The date of the download. + For example, in the case of an X (Twitter) corpus a sampling declaration might look + like the following: + +

Sampled using the Twitter Filtered stream v2-API (see ) Filtered for the German language and the following countries: Germany, Austria, + Belgium, Switzerland, Denmark, and Luxembourg. Downloaded on Mon 12 Dec 22 using the command + requests.get("https://api.twitter.com/2/tweets/search/stream", + headers=headers, params=params, stream=True,) in the python script collectFilteredTwitterStream.py.

+ + +

+

The samplingDecl of a Usenet Newsgroup corpus: + +

Downloaded from the news.individual.de server on 2016-01-15 using nntp client in + Python

+ + +

+
+
+ Participants +

A listPerson may be used to maintain an inventory of users and bots taking part in + a CMC interaction, along with information about them. As with other such contextual + information, it may be kept in the teiHeader (where it would occur in a + particDesc within a profileDesc) or in a separate document completely. + In either case, an encoded post may then be linked to its author by use of the + who attribute.

+

In the following example, a list of participants is maintained in a teiHeader. + + + + + + + M + /wiki/User:M + + mike@mydomain.com + CH + + + + + P + /wiki/User:P + + pat@super.net + ES + + + + PKP + /wiki/User:Pi + + + + + +

+ + +

Those haven't happened. If they do, we can revisit the concern.

+ + P + 01:35, 8 April 2014 (UTC) + +
+
+ +

+

In the following version of the body portion of the same example, the list of + interactants is stored in a separate file (in this case the file userList.xml in the same directory). + +

+ + +

Those haven't happened. If they do, we can revisit the concern.

+ + P + 01:35, 8 April 2014 (UTC) + +
+
+ Alternatively, a prefixDef may be used to declare a prefix which can be + used in the value of who to generate a complete URI, thus making the values of + who shorter, less error-prone, and easier to maintain. For example, the prefix + uL: could be used to map the value uL:06 to + file:/userList.xml#cmc_user_06. See for more + information on establishing prefix definitions.

+

This indirection—using a listPerson, particularly one in a separate file, to + store information about the users involved in a CMC interaction—is particularly useful + when there is both a need to keep such information locally, and to remove it (e.g., to + anonymize the data) when the data are published or shared with other + researchers.

+
+
+ Timeline +

From most CMC environments, user posts come provided with a timestamp marking the time + (often down to the second) when the post arrived and was registered at the CMC server. + In the display of chat interactions, for instance, the time is automatically added by the + system and usually precedes or follows the actual content of the post. In Wikipedia talk, a + timestamp is automatically added when the user inserts his or her signature. A timestamp in + the text body may be transcribed using a date or time element, in which + case the when attribute may be used to record a normalized version of the date, + time, or date and time if this information is available or reconstructible. + + + + das ist auf jedenfall krankheit + + + + +

Those haven't happened. If they do, we can revisit the concern.

+ + P + 01:35, 8 April 2014 (UTC) + + + + Alternatively the timestamp may be recorded using the + when attribute of post. In this case, if + the details of how the timestamp appeared in the original are + considered unimportant, the actual transcription may be omitted. + + +

Those haven't happened. If they do, we can revisit the concern.

+ + P + +
+
+

+

Instead of transcribing timestamps or recording the timestamp + directly on an attribute of post, all timestamps of a + set of posts can be collected in when elements in a + timeline element in the teiHeader, most + suitably in the interaction element (itself in the + textDesc in the profileDesc). In which case, + similar to the encoding of transcripts of spoken utterances (for + which see ), each individual post can be + linked to its timestamp via the synch attribute as in + the following alternative encoding of the Wikipedia talk example + above. + + + + + + M + /wiki/User:M + + + + P + /wiki/User:P + + + PKP + /wiki/User:Pi + + + + + + + + + + + + + + + + + + + + + + + + + Note that the synch attribute is provided by the module described in + chapter .

+

Removing timestamps from the text body can help meet + requirements of text anonymization. For instance, if the particDesc and the + timeline are stored in a separate file, the rest of the corpus can be distributed + without this separate file. Thus the recipient of the corpus may know in what order posts + were made (if the values of the synch are sequential), and will be able to + group posts made by the same user, but will not have exact timestamps or actual user names, + thus providing a significant degree of anonymization. + + +

Those haven't happened. If they do, we can revisit the concern.

+ + [_DELETED-SIGNATURE_] + [_DELETED-TIMESTAMP_] + + + + As demonstrated above, the synch attribute can be + used on date or time (or indeed any other + element) rather than on the post itself.

+
+
+
+ Recommendations for Encoding CMC Microstructure +
+ Emojis and Emoticons +

Emojis are iconic or symbolic, invariant graphic units which the users of social media + applications such as WhatsApp, Instagram, and X (Twitter) can select from a menu or + emoji keyboard and embed into their written posts. Examples are + 😁, 😷, 🌈, 😱, and 🙈. An emoji is encoded by one or + more Unicode characters which are intended to be mapped directly to a pictorial symbol.

+

Emoticons predate emojis and are created as combinations of ASCII punctuation and other + characters using the keyboard. Examples are :-), ;-), + :-(, :-x, \O/, and Oo. They first + occurred on a computer bulletin board system at Carnegie + Mellon University (Fahlman, 2021) and then + became frequent in chat communications during the mid-1980s. An emoticon typically consists + of several Unicode characters (from the ASCII subset) in a row, each of which has an + intended use other than as part of an emoticon.

+

Both emoticons and emojis may be simply transcribed as a sequence of characters. As with + any other characters, they may be entered as numeric character entities if this is more + convenient. (E.g., might be transcribed as + &#x2764; in any XML document, including a TEI document; see .)

+

When the text of a post is being tokenized, e.g. for linguistic analysis, it may be useful + to encode the emoticon or emoji as a separate token. In such cases elements such as + w or c may be used for tokenization, and the pos attribute + may be used to indicate that the encoded string is an emoji or an emoticon. (See .)

+

For example, the source post da bin ich nicht so empfindlich ;) (English:. I am not + so touchy with that ;)) ends with an emoticon, and might be encoded as follows: + + da + bin + ich + nicht + so + empfindlich + ;) + +

+

Similarly, the source post Klar 😁 (Sure 😁 in English) might + be encoded as follows: + + Klar + 😁 + +

+

The values of pos in the above examples are from the STTS_IBK Tagset for German + (see ), which includes tags for CMC-specific elements + such as EMOASC for an ASCII-based emoticon and EMOIMG for an + icon-based emoji.

+

Alternatively, e.g. when w is not regularly used to encode tokens in the TEI + document, c may be used to mark an emoji. For example, the source post Da kostet + ein Haarschnitt 50 € 😱 (from the corpus , in + English A haircut there costs 50 € 😱) might be encoded as follows: + Da kostet ein Haarschnitt 50 € 😱 + +

+

Sometimes, e.g. when the source of the TEI document was a web page in HTML, the emojis may + occur only as an icon graphic in the source. In such a case, they may be encoded using + figure. The corresponding Unicode character can then be recorded in the + desc element by the encoder if desired.

+

For example, the source text: ... ich überlege noch 🙈 (English: ... I'm + still thinking 🙈) might be encoded as follows: + ... ich überlege noch

+ + see no evil monkey + U+1F648 +
+ +

+
+
+ Posts with Graphics +

A post in a CMC interaction may contain a graphic in addition to some text or even contain + only a graphic (without any text). As explained in , the + modality of such a post should be considered as written. To encode the graphic + information, the figure element may be used at the appropriate place.

+

In the following example a private chat post that contained + only a screenshot of a google search result for a hairdresser + is encoded as a post with a child figure. A + link to the graphic file itself is not included presumably + because this is a text-only corpus that does not include + images. + + +

+ screenshot of the google search for hairdresser "Pasha's Haare'm" with the + average google rating (4,5 of 5 stars), the address, the phone number, and the + opening hours. +
+ + +

+

The following is an example of the encoding of a tweet which + contains both text (including hashtags and mentions) and a + graphic. The graphic element retains the URL of the + graphic on the web just as in the source. + + + Bro Tri-Engel...so hab ich mir das + vorgestellt!!! @AndreLo79 #bcrn18 #wikidach @Heiko komm' mal Twitter! #Engel

+ +
+ + +

+
+
+ Circulation +

The following recommendations on how to encode features of + the circulation of posts, such as IDs, re-posts (retweets), + hashtags, and mentions use X (Twitter) posts (tweets) as an + example; this phenomenon is not in any way unique to X + (Twitter), however.

+

In the following example, the type of post (in this case, a + tweet) is recorded using the type attribute of + post. If it were useful to record a particular + sub-categorization of tweet, the subtype attribute + could also be used. Furthermore, the original unique identifer + of the tweet as supplied by X (Twitter) is recorded as part of + the value of the xml:id attribute of the + post.

+

Also in the following example a retweet and its corresponding + retweeted tweet are encoded as two separate posts each with its + own set of attributes. The post representing the retweet itself + does not contain or duplicate the content of the retweeted + tweet. Instead it refers to the ID of the retweeted tweet via a + ptr in the post content. All original content of the + retweet goes in the content of the post element as + well. In addition, the hashtags found in the body of the source + tweets have been encoded using ref elements (with a + type of hashtag), as they are links like + any other hyperlink.

+ + + Ich mich auch? #dynamicduo + #wirkümmernunsauchumIhrenEmpfang + #bcrn18 + #wikidach + + + Immer wieder gerne. Kann ich mich schon für + nächstes Jahr als Empfangs- #Engel für das nächste + BarCamp bewerben 🤪 + #bcrn18 + + + + + + + + + +

Note that in the above example CoMeRe style (cf. ) encoding is used to represent the number of favorites. It would + also be reasonable to use a TEI measure element instead of the fs.

+
+
+ Linguistic Annotation +

For encoding linguistic analyses of CMC text, we may use the dedicated elements and + attributes from the analysis module, which is described in . For example, + the tokenization (segmentation into word-like units) of a CMC text should be encoded using + the w element.

+

Let us take, for example a posting that contains the content 00:22 Bin + soooooo im stress gewesen ich Armer lol (in English: I was soooooo stressed out + poor me lol). This may be encoded as follows. + + + + Bin + soooooo + im + stress + gewesen + ich + Armer + lol + + +

+

In many CMC genres, especially in private chat, informal writing abounds + including irregular spellings imitating spoken language, omitted word boundaries, and + spurious boundaries leading to tokens separated in parts. For encoding these writing + phenomena typical of CMC, the TEI attributes norm and join may be + used.

+

For example, the normalized spelling of an irregularly spelled word may be recorded using + the norm attribute (from att.linguistic): + + + + + Bin + soooooo + im + stress + gewesen + ich + Armer + lol + + +

+

When the boundaries between w elements are generally thought of as denoting word + boundaries, we can keep track of boundaries not present in the source by using the + join attribute, also from att.linguistic. For + example, for an original post that has nothing more than the token Inmyoffice, the + following encoding demonstrates an interpretation that the single token represents the three + words In my office: + + + In + my + office + + +

+

Alternatively, and especially when the normalization information pertains to more than one + token, we can apply the notation using the elements reg and orig, related + by a choice element as described in . + + + + hastes + + + hast + du + es + + + + +

+

Other analysis attributes like lemma and pos (for part of speech) may + be used as with traditional text. It is a matter of the tagset used to cater for POS + categories that are appropriate for CMC. In the example below, for instance, the tag + AKW stands for Aktionswort (action word, see ). + + + + + Bin + soooooo + im + stress + gewesen + ich + Armer + lol + + +

+
+
+ Named Entities and Anonymization +

Named entities (NEs) may be marked up using name or the elements encoding different + subcategories of names as described in such as surname or + geogName, or rs for a general referencing string. In the following chat + example (adapted from ), nicknames are linked to a person + entry as shown in section via the ref attribute. + + + + Konstanze + + versucht + + nasenloch + + den + wunsch + zu + erfüllen + + + +

+

In the following version of the same chat snippet, the text strings with the nicknames + have been replaced by category label strings for the purpose of anonymization. + + + + + [_FEMALE-PARTICIPANT-A04_] + + versucht + + + + [_PARTICIPANT-A04_] + + den + wunsch + zu + erfüllen + + + +

+

In the preceding example, pairs of a gap and a supplied element encode + the fact that some substring has been removed and replaced with another string for + anonymization purposes. Note that in this example, the name and the w + elements and their attributes also provide some categorical information about what has been + removed. Using gap and supplied to record the anonymization is especially + recommendable when the original name or referencing string has been + pseudonymized, i.e. replaced by a different referencing string of the + same ontological category (such as replacing the female name + Konstanze by the female name Kornelia.). In + that case, the markup would be the only place where it can be seen that a pseudonymization + has been carried out, as in the following version of the example.

+

+ + + + + + Kornelia + + + versucht + + + +

+
+
+
+ The TEI CMC Module +

The module described in this chapter makes available the following components: + Computer-mediated communication + TEI-CMC + The selection and combination of modules to form a TEI schema is described in + .

+ + + + + +
+
diff --git a/P5/Source/Guidelines/en/CO-CoreElements.xml b/P5/Source/Guidelines/en/CO-CoreElements.xml index 8ee380d944..0a15fa3776 100644 --- a/P5/Source/Guidelines/en/CO-CoreElements.xml +++ b/P5/Source/Guidelines/en/CO-CoreElements.xml @@ -1,11 +1,5 @@ - +
Elements Available in All TEI Documents diff --git a/P5/Source/Guidelines/en/COL-Colophon.xml b/P5/Source/Guidelines/en/COL-Colophon.xml index 359a9c35b6..7500dddd9d 100644 --- a/P5/Source/Guidelines/en/COL-Colophon.xml +++ b/P5/Source/Guidelines/en/COL-Colophon.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Guidelines/en/DEPRECATIONS.xml b/P5/Source/Guidelines/en/DEPRECATIONS.xml index 9e4f84cd10..7f139ec965 100644 --- a/P5/Source/Guidelines/en/DEPRECATIONS.xml +++ b/P5/Source/Guidelines/en/DEPRECATIONS.xml @@ -1,11 +1,5 @@ - +
Deprecations diff --git a/P5/Source/Guidelines/en/DI-PrintDictionaries.xml b/P5/Source/Guidelines/en/DI-PrintDictionaries.xml index 22fb2907c6..b8630d7d5c 100644 --- a/P5/Source/Guidelines/en/DI-PrintDictionaries.xml +++ b/P5/Source/Guidelines/en/DI-PrintDictionaries.xml @@ -1,11 +1,5 @@ - +
Dictionaries @@ -94,8 +88,7 @@ text.

Overall, dictionaries have the same structure of front matter, body, and back matter familiar from other texts. In addition, -this module defines entry, entryFree, -and superEntry as component-level elements which can occur +this module defines entry, and entryFree, as component-level elements which can occur directly within a text division or the text body.

The following tags can therefore be used to mark the gross structure of a @@ -108,7 +101,6 @@ in the following section. -

As members of the classes att.entryLike and @@ -168,9 +160,10 @@ etc.

basis of etymology, part-of-speech, or both, and typically provide a numeric superscript on the headword identifying the homograph number. In these cases each homograph should be encoded as a separate -entry; the superEntry element may optionally be used to group +entry; an outer entry element, perhaps with a type attribute, +may be used to group such successive homograph entries. In addition to a series of -entry elements, the superEntry may contain a +entry elements, the entry may contain a preliminary form group (see section ) when information about hyphenation, pronunciation, etc., is given only once for two or more homograph entries. If the homograph number is to @@ -185,34 +178,35 @@ order of entries does not follow the local character-set collating sequence (as, for example, when an entry for 3D appears at the place where three-D would appear).

- - -

A dictionary with no internal divisions might thus have a structure like -the following; a superEntry is shown grouping two homograph -entries. - - -

+

A dictionary with no internal divisions might thus have a structure +like the following; an outer entry element with a +type attribute value of wordFamily is shown +grouping two homograph entries. + + + + manifestation - - - -

+
+ + +
émeute -
- - -
- grève -
-
- -
- grève -
-
-
- + + + + +
+ grève +
+
+ +
+ grève +
+
+
+

@@ -306,37 +300,38 @@ anomalous, as further discussed in section .

An entry with two homographs, the first with two senses and the second with three (one of which has two sub-senses), may have a structure like this: - - - - - - - - - - - - - + + + + + + + + + + + + + In some dictionaries, homographs have separate entries; in such a case, as noted in section , the two homographs may be - treated as entries, optionally grouped in a superEntry: - - - - - - - - - - - - - - +treated as entries, optionally grouped in an outer entry element: + + + + + + + + + + + + + + +

The hierarchic structure of a dictionary entry is enforced by the @@ -652,14 +647,14 @@ appeal earnestly to ... [CP] -->

Alone among the constituent groups, form can appear at the -superEntry level as well as at the entry, hom, and +entry, hom, and sense levels: a.ban.don 1/@"band@n/ v [T1] 1 to leave completely and for ever; desert: The sailors abandoned the burning ship. 2 …abandon 2 n [U] the state when one's feelings and actions are uncontrolled; freedom from control...LDOCE - +

abandon a|ban|don @@ -685,7 +680,7 @@ feelings and actions are uncontrolled; freedom from control... + bevvied adj - +

diff --git a/P5/Source/Guidelines/en/DR-PerformanceTexts.xml b/P5/Source/Guidelines/en/DR-PerformanceTexts.xml index 31bab48b4b..233e1dbc4b 100644 --- a/P5/Source/Guidelines/en/DR-PerformanceTexts.xml +++ b/P5/Source/Guidelines/en/DR-PerformanceTexts.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Guidelines/en/DS-DefaultTextStructure.xml b/P5/Source/Guidelines/en/DS-DefaultTextStructure.xml index 025e17fe52..b160c7afdd 100644 --- a/P5/Source/Guidelines/en/DS-DefaultTextStructure.xml +++ b/P5/Source/Guidelines/en/DS-DefaultTextStructure.xml @@ -1,11 +1,5 @@ - +
Default Text Structure diff --git a/P5/Source/Guidelines/en/Dedication.xml b/P5/Source/Guidelines/en/Dedication.xml index 7e994dc732..766e7443d7 100644 --- a/P5/Source/Guidelines/en/Dedication.xml +++ b/P5/Source/Guidelines/en/Dedication.xml @@ -1,11 +1,5 @@ - +
Dedication diff --git a/P5/Source/Guidelines/en/FM1-IntroductoryNote.xml b/P5/Source/Guidelines/en/FM1-IntroductoryNote.xml index 07464a05bb..c3492bfca2 100644 --- a/P5/Source/Guidelines/en/FM1-IntroductoryNote.xml +++ b/P5/Source/Guidelines/en/FM1-IntroductoryNote.xml @@ -1,11 +1,5 @@ - +
diff --git a/P5/Source/Guidelines/en/FS-FeatureStructures.xml b/P5/Source/Guidelines/en/FS-FeatureStructures.xml index df7354bad9..933e6a14b5 100644 --- a/P5/Source/Guidelines/en/FS-FeatureStructures.xml +++ b/P5/Source/Guidelines/en/FS-FeatureStructures.xml @@ -1,11 +1,5 @@ - +
Feature Structures diff --git a/P5/Source/Guidelines/en/FT-TablesFormulaeGraphics.xml b/P5/Source/Guidelines/en/FT-TablesFormulaeGraphics.xml index 4d9341e3a2..4c4102bb21 100644 --- a/P5/Source/Guidelines/en/FT-TablesFormulaeGraphics.xml +++ b/P5/Source/Guidelines/en/FT-TablesFormulaeGraphics.xml @@ -1,11 +1,5 @@ - +
Tables, Formulæ, Graphics, and Notated Music diff --git a/P5/Source/Guidelines/en/GD-GraphsNetworksTrees.xml b/P5/Source/Guidelines/en/GD-GraphsNetworksTrees.xml index f7e1642626..415d9f2e62 100644 --- a/P5/Source/Guidelines/en/GD-GraphsNetworksTrees.xml +++ b/P5/Source/Guidelines/en/GD-GraphsNetworksTrees.xml @@ -1,11 +1,5 @@ - +
Graphs, Networks, and Trees

Graphical representations are widely used for displaying relations diff --git a/P5/Source/Guidelines/en/HD-Header.xml b/P5/Source/Guidelines/en/HD-Header.xml index 0eebacb3ba..d60c17254d 100644 --- a/P5/Source/Guidelines/en/HD-Header.xml +++ b/P5/Source/Guidelines/en/HD-Header.xml @@ -1,11 +1,5 @@ - +

The TEI Header @@ -2525,7 +2519,11 @@ grouping makes it easy to avoid accidentally flagging non-TEI data as errors during validation of the file against a TEI schema. The xenoData element, which may appear in the TEI header after the fileDesc but before the optional revisionDesc, -is provided for this purpose. +is provided for this purpose. Where the use of xenoData is primarily +to store linked data, contextual information, or stand-off annotations +that refer to the contents of the TEI file itself, the +xenoData element may be placed inside the standOff +element instead.

diff --git a/P5/Source/Guidelines/en/Images/cmcunits-taxonomy.png b/P5/Source/Guidelines/en/Images/cmcunits-taxonomy.png new file mode 100644 index 0000000000..08d72e7ad8 Binary files /dev/null and b/P5/Source/Guidelines/en/Images/cmcunits-taxonomy.png differ diff --git a/P5/Source/Guidelines/en/Images/cmcunits-taxonomy.pptx b/P5/Source/Guidelines/en/Images/cmcunits-taxonomy.pptx new file mode 100644 index 0000000000..7ceec830cb Binary files /dev/null and b/P5/Source/Guidelines/en/Images/cmcunits-taxonomy.pptx differ diff --git a/P5/Source/Guidelines/en/MS-ManuscriptDescription.xml b/P5/Source/Guidelines/en/MS-ManuscriptDescription.xml index b0514d371e..e43d0b3bc6 100644 --- a/P5/Source/Guidelines/en/MS-ManuscriptDescription.xml +++ b/P5/Source/Guidelines/en/MS-ManuscriptDescription.xml @@ -1,11 +1,5 @@ - +
Manuscript Description diff --git a/P5/Source/Guidelines/en/ND-NamesDates.xml b/P5/Source/Guidelines/en/ND-NamesDates.xml index 080753c925..24b0854cc2 100644 --- a/P5/Source/Guidelines/en/ND-NamesDates.xml +++ b/P5/Source/Guidelines/en/ND-NamesDates.xml @@ -1,11 +1,5 @@ - +
@@ -885,7 +879,7 @@ target="#CONA"/>). The tag -->The Rome - 41.891775, 12.486137 + 41.891775 12.486137 423025 capital of the Roman Empire @@ -2212,7 +2206,7 @@ occupation and residence.

Gare de Saint-Nazaire - 47.28657,-2.21171 + 47.28657 -2.21171 @@ -2240,7 +2234,7 @@ occupation and residence.

Arnsberg Hochsauerlandkreis Schmallenberg - 51.154,8.357 + 51.154 8.357
@@ -2260,7 +2254,7 @@ occupation and residence.

Sebnitz - 50.966667,14.283333 + 50.966667 14.283333 @@ -2445,7 +2439,7 @@ occupation and residence.

Cairo Egypt - 30.047778, 31.233333 + 30.047778 31.233333 @@ -2476,7 +2470,7 @@ occupation and residence.

Cairo Egypt - 30.047778, 31.233333 + 30.047778 31.233333 diff --git a/P5/Source/Guidelines/en/NH-Non-hierarchical.xml b/P5/Source/Guidelines/en/NH-Non-hierarchical.xml index 358ec7f756..9a2e0f15af 100644 --- a/P5/Source/Guidelines/en/NH-Non-hierarchical.xml +++ b/P5/Source/Guidelines/en/NH-Non-hierarchical.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Guidelines/en/PARTIND.xml b/P5/Source/Guidelines/en/PARTIND.xml index 44896cef9d..48e76ceaae 100644 --- a/P5/Source/Guidelines/en/PARTIND.xml +++ b/P5/Source/Guidelines/en/PARTIND.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Guidelines/en/PH-PrimarySources.xml b/P5/Source/Guidelines/en/PH-PrimarySources.xml index 532ea6cb2a..73fb70d1a4 100644 --- a/P5/Source/Guidelines/en/PH-PrimarySources.xml +++ b/P5/Source/Guidelines/en/PH-PrimarySources.xml @@ -1,11 +1,5 @@ - +
diff --git a/P5/Source/Guidelines/en/PrefatoryNote.xml b/P5/Source/Guidelines/en/PrefatoryNote.xml index c0c541c781..e62845f7ee 100644 --- a/P5/Source/Guidelines/en/PrefatoryNote.xml +++ b/P5/Source/Guidelines/en/PrefatoryNote.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Guidelines/en/REF-ATTRIBUTES.xml b/P5/Source/Guidelines/en/REF-ATTRIBUTES.xml index e0d5582f47..24d14cad0f 100644 --- a/P5/Source/Guidelines/en/REF-ATTRIBUTES.xml +++ b/P5/Source/Guidelines/en/REF-ATTRIBUTES.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Guidelines/en/REF-CLASSES-ATTS.xml b/P5/Source/Guidelines/en/REF-CLASSES-ATTS.xml index 9c1a06179d..b52965be87 100644 --- a/P5/Source/Guidelines/en/REF-CLASSES-ATTS.xml +++ b/P5/Source/Guidelines/en/REF-CLASSES-ATTS.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Guidelines/en/REF-CLASSES-MODEL.xml b/P5/Source/Guidelines/en/REF-CLASSES-MODEL.xml index 1c7e849c4b..5c12bc541f 100644 --- a/P5/Source/Guidelines/en/REF-CLASSES-MODEL.xml +++ b/P5/Source/Guidelines/en/REF-CLASSES-MODEL.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Guidelines/en/REF-ELEMENTS.xml b/P5/Source/Guidelines/en/REF-ELEMENTS.xml index 50c7266c48..581769398c 100644 --- a/P5/Source/Guidelines/en/REF-ELEMENTS.xml +++ b/P5/Source/Guidelines/en/REF-ELEMENTS.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Guidelines/en/REF-MACROS.xml b/P5/Source/Guidelines/en/REF-MACROS.xml index 16b991845c..eeb913d8b2 100644 --- a/P5/Source/Guidelines/en/REF-MACROS.xml +++ b/P5/Source/Guidelines/en/REF-MACROS.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Guidelines/en/SA-LinkingSegmentationAlignment.xml b/P5/Source/Guidelines/en/SA-LinkingSegmentationAlignment.xml index 86f566266e..0a4efbe554 100644 --- a/P5/Source/Guidelines/en/SA-LinkingSegmentationAlignment.xml +++ b/P5/Source/Guidelines/en/SA-LinkingSegmentationAlignment.xml @@ -1,11 +1,5 @@ - - + +
Linking, Segmentation, and Alignment @@ -3295,7 +3289,7 @@ will only select the text of the poem, with no markup inside.

standOff is largely the same as the metadata that describes the associated resource (e.g., the transcribed text in text), then the standOff and the encoded associated resource may appear as children of the same TEI element. The example below - has a transcription with placename elements in the text linked to a list of place elements in the + has a transcription with placeName elements in the text linked to a list of place elements in the standOff section. diff --git a/P5/Source/Guidelines/en/SG-GentleIntroduction.xml b/P5/Source/Guidelines/en/SG-GentleIntroduction.xml index 1a10159351..9a63cb7059 100644 --- a/P5/Source/Guidelines/en/SG-GentleIntroduction.xml +++ b/P5/Source/Guidelines/en/SG-GentleIntroduction.xml @@ -1,11 +1,5 @@ - +
diff --git a/P5/Source/Guidelines/en/ST-Infrastructure.xml b/P5/Source/Guidelines/en/ST-Infrastructure.xml index 7110750331..be280599f1 100644 --- a/P5/Source/Guidelines/en/ST-Infrastructure.xml +++ b/P5/Source/Guidelines/en/ST-Infrastructure.xml @@ -1,11 +1,5 @@ - +
The TEI Infrastructure @@ -877,6 +871,7 @@ one, or vice versa, should be done with care.

+ @@ -908,6 +903,7 @@ one, or vice versa, should be done with care.

+ @@ -1147,6 +1143,7 @@ one, or vice versa, should be done with care.

+ diff --git a/P5/Source/Guidelines/en/TC-CriticalApparatus.xml b/P5/Source/Guidelines/en/TC-CriticalApparatus.xml index 94d9059057..d9970210f6 100644 --- a/P5/Source/Guidelines/en/TC-CriticalApparatus.xml +++ b/P5/Source/Guidelines/en/TC-CriticalApparatus.xml @@ -1,11 +1,5 @@ - +
Critical Apparatus diff --git a/P5/Source/Guidelines/en/TD-DocumentationElements.xml b/P5/Source/Guidelines/en/TD-DocumentationElements.xml index b610ee20ff..d5acac80bc 100644 --- a/P5/Source/Guidelines/en/TD-DocumentationElements.xml +++ b/P5/Source/Guidelines/en/TD-DocumentationElements.xml @@ -1,14 +1,9 @@ - +
Documentation Elements @@ -840,22 +835,25 @@ to mark any technical term, thus: current version of the Guidelines, constraint specifications expressed as Schematron rules have been added, as follows: - + - One of the - attributes 'name', 'ref' or 'key' must be supplied + + One of the attributes @name, @ref or @key must be supplied + - + - Only one of the - attributes @active and @mutual may be supplied + + Only one of the attributes @active and @mutual may be supplied + - + - the - attribute 'passive' may be supplied only if the attribute 'active' is supplied + + the attribute @passive may be supplied only if the attribute @active is supplied + @@ -868,11 +866,11 @@ to mark any technical term, thus: - - - if it contains any subdivisions, a - division must contain at least two of them - + + + if it contains any subdivisions, a + division must contain at least two of them + @@ -881,16 +879,16 @@ to mark any technical term, thus: - an introductory component - of the title is expected + + an introductory component of the title is expected + - a main title must be supplied - + + a main title must be supplied + @@ -902,13 +900,13 @@ to mark any technical term, thus: - - - - You should provide information in a figure from - which we can construct an alt attribute in HTML - - + + + + You should provide information in a figure from + which we can construct an alt attribute in HTML + + @@ -917,14 +915,14 @@ to mark any technical term, thus: - - - - A <table> should have a caption, using a <head> - element - Do not use tables to lay out the document body - - + + + + A <table> should have a caption, using a <head> + element + Do not use tables to lay out the document body + + @@ -1019,10 +1017,10 @@ to mark any technical term, thus: Note that restrictions are either expressed with restriction or dataFacet, never both.

-

A datatype may be used to constrain the textual content of - an element, rather than the value of an attribute. But because - they are intended for use in defining ranges of attribute - values, datatypes may not contain elements or attributes.

+

A datatype may be used to constrain the textual content of + an element, rather than the value of an attribute. But because + they are intended for use in defining ranges of attribute + values, datatypes may not contain elements or attributes.

The attributes minOccurs and maxOccurs are available for the case where an attribute may take more than one value of the type @@ -1030,21 +1028,21 @@ to mark any technical term, thus: the layout element can have one or two non-negative integers as its value: - - columns - specifies the number of columns per page - - - - -

If a single number is given, all pages referenced - have this number of columns. If two numbers are given, - the number of columns per page varies between the - values supplied. Where columns is omitted - the number is assumed to be 1.

- - - + + columns + specifies the number of columns per page + + + + +

If a single number is given, all pages referenced + have this number of columns. If two numbers are given, + the number of columns per page varies between the + values supplied. Where columns is omitted + the number is assumed to be 1.

+
+
+ indicating that the target attribute may take any number of values, each being of the same datatype, namely the TEI data specification teidata.pointer. As is usual in XML, multiple values for a single attribute are separated by one or more white space characters. Hence, @@ -1075,7 +1073,9 @@ to mark any technical term, thus: - age at death must be an integer less than 150 + + age at death must be an integer less than 150 + diff --git a/P5/Source/Guidelines/en/TS-TranscriptionsofSpeech.xml b/P5/Source/Guidelines/en/TS-TranscriptionsofSpeech.xml index 4126156226..ccf8982b0d 100644 --- a/P5/Source/Guidelines/en/TS-TranscriptionsofSpeech.xml +++ b/P5/Source/Guidelines/en/TS-TranscriptionsofSpeech.xml @@ -1,11 +1,5 @@ - +
Transcriptions of Speech @@ -500,7 +494,7 @@ section .

An utterance may contain either running text, or text within which other basic structural elements are nested. Where such nesting occurs, the who attribute is considered to be inherited for the -elements pause, vocal, shift and +elements pause, vocal, shift, and kinesic; that is, a pause or shift (etc.) within an utterance is regarded as being produced by that speaker only, while a pause between utterances applies to all speakers. @@ -1472,4 +1466,4 @@ to divide a transcribed text up into meaningful analytic sections.

-
\ No newline at end of file +
diff --git a/P5/Source/Guidelines/en/TitlePageVerso.xml b/P5/Source/Guidelines/en/TitlePageVerso.xml index bdd294ef10..b822117af9 100644 --- a/P5/Source/Guidelines/en/TitlePageVerso.xml +++ b/P5/Source/Guidelines/en/TitlePageVerso.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Guidelines/en/USE.xml b/P5/Source/Guidelines/en/USE.xml index acd43c1eb8..ad28568ab8 100644 --- a/P5/Source/Guidelines/en/USE.xml +++ b/P5/Source/Guidelines/en/USE.xml @@ -1,11 +1,5 @@ - +
Using the TEI @@ -101,9 +95,11 @@ that practice. --> scheme="schematron" ident="no_outputs_nor_predicates_4_my_kids"> + The 'model' children of a 'modelSequence' element inherit the @output attribute of the parent 'modelSequence', and thus should not have their own + diff --git a/P5/Source/Guidelines/en/VE-Verse.xml b/P5/Source/Guidelines/en/VE-Verse.xml index ede8b26788..62f662afa2 100644 --- a/P5/Source/Guidelines/en/VE-Verse.xml +++ b/P5/Source/Guidelines/en/VE-Verse.xml @@ -1,11 +1,5 @@ - +
Verse diff --git a/P5/Source/Guidelines/en/WD-NonStandardCharacters.xml b/P5/Source/Guidelines/en/WD-NonStandardCharacters.xml index ba3c5ce0c0..70be97f315 100644 --- a/P5/Source/Guidelines/en/WD-NonStandardCharacters.xml +++ b/P5/Source/Guidelines/en/WD-NonStandardCharacters.xml @@ -1,11 +1,5 @@ - +
Characters, Glyphs, and Writing Modes diff --git a/P5/Source/Guidelines/fr/BIB-Bibliography.xml b/P5/Source/Guidelines/fr/BIB-Bibliography.xml index 084ad41329..855da26128 120000 --- a/P5/Source/Guidelines/fr/BIB-Bibliography.xml +++ b/P5/Source/Guidelines/fr/BIB-Bibliography.xml @@ -1 +1 @@ -../en/./BIB-Bibliography.xml \ No newline at end of file +../en/BIB-Bibliography.xml \ No newline at end of file diff --git a/P5/Source/Guidelines/fr/HD-Header.xml b/P5/Source/Guidelines/fr/HD-Header.xml index e9b5e3d105..1b41c58497 100644 --- a/P5/Source/Guidelines/fr/HD-Header.xml +++ b/P5/Source/Guidelines/fr/HD-Header.xml @@ -1,8 +1,5 @@ - + +
En-tête TEI diff --git a/P5/Source/Specs/TEI.xml b/P5/Source/Specs/TEI.xml index a0fe94201b..729dd547f0 100644 --- a/P5/Source/Specs/TEI.xml +++ b/P5/Source/Specs/TEI.xml @@ -1,11 +1,5 @@ - + TEI document @@ -28,10 +22,8 @@ $Id$ enthält ein einzelnes TEI-konformes Dokument, das aus einem einzigen TEI-Header und einem oder mehreren Mitgliedern der model.resource-Klasse besteht. Mehrere TEI-Elemente können in einem teiCorpus-Element zusammengefasst werden. - contiene un solo documento conforme a la norma TEI, combinando un solo encabezado TEI (teiHeader) con uno o más miembros de la clase model.resource. Múltiples elementos TEI se pueden combinar al interno de un elemento TEI o teiCorpus. - - contiene un documento TEI-conforme, comprendente un'intestazione e un testo, sia esso isolato o parte di un elemento teiCorpus - + contiene un solo documento conforme a la norma TEI, combinando un solo encabezado TEI (teiHeader) con uno o más miembros de la clase model.resource. Múltiples elementos TEI se pueden combinar al interno de un elemento TEI o teiCorpus. + contiene un documento TEI-conforme, comprendente un'intestazione e un testo, sia esso isolato o parte di un elemento teiCorpus diff --git a/P5/Source/Specs/ab.xml b/P5/Source/Specs/ab.xml index 16bb2a91be..8e608a1eed 100644 --- a/P5/Source/Specs/ab.xml +++ b/P5/Source/Specs/ab.xml @@ -1,11 +1,5 @@ - + anonymous block @@ -19,7 +13,7 @@ 의미적 부담 없이, 문단과 유사한 구 또는 상호층위 요소에 대한 익명 전달체로 기능하는 임의적 성분-층위 단위를 포함한다. 包含文件中任何隨機組合性層次的單元,匿名收容類似一個段落、但不包含段落語義的字詞或中間層元素。 任意の部分的テキスト単位を示す。特定の意味はなくとも、段落に相当する、 句レベル・挿入レベルの単位として無名単位になる。 - contient une unité de texte quelconque, de niveau "composant", faisant office de contenant anonyme pour une expression ou des éléments de niveau intermédiaire, analogue à un paragraphe mais sans sa portée sémantique. + contient une unité de texte quelconque, de niveau composant, faisant office de contenant anonyme pour une expression ou des éléments de niveau intermédiaire, analogue à un paragraphe mais sans sa portée sémantique. contiene cualquier unidad textual a nivel de componente que actua como un contenedor anónimo de sintagmas o de elementos de internivel similares al párrafo pero sin la carga semántica de este último. contiene una qualsiasi unità testuale a livello di componente che funge da contenitore anonimo di sintagmi o elementi interlivello simili al paragrafo ma senza il bagaglio semantico di quest'ultimo @@ -29,15 +23,18 @@ + - - Abstract model violation: Lines may not contain higher-level divisions such as p or ab, unless ab is a child of figure or note, or is a descendant of floatingText. - + + + Abstract model violation: Lines may not contain higher-level divisions such as p or ab, unless ab is a child of figure or note, or is a descendant of floatingText. + + @@ -67,4 +64,4 @@ - \ No newline at end of file + diff --git a/P5/Source/Specs/abbr.xml b/P5/Source/Specs/abbr.xml index 439640b430..a6456fd71b 100644 --- a/P5/Source/Specs/abbr.xml +++ b/P5/Source/Specs/abbr.xml @@ -1,11 +1,5 @@ - + abbreviation @@ -29,6 +23,7 @@ + @@ -50,7 +45,7 @@ l'abbreviazione secondo una tipologia funzionale. erlaubt es, die Abkürzung nach einer geeigneten Typologie zu klassifizieren. - + suspension Suspension diff --git a/P5/Source/Specs/abstract.xml b/P5/Source/Specs/abstract.xml index 7a1165a182..b014d87d5e 100644 --- a/P5/Source/Specs/abstract.xml +++ b/P5/Source/Specs/abstract.xml @@ -1,17 +1,11 @@ - + contains a summary or formal abstract prefixed to an existing source document by the encoder. Contiene un resumen o abstract formal prefijado a una fuente documental por el codificador. - contiene un riepilogo o abstract formale aggiunto, in testa a un dato documento di origine, da chi codifica. + contiene un riepilogo o abstract formale aggiunto, in testa a un dato documento di origine, da chi codifica. enthält eine (formale) Zusammenfassung, die einem bestehenden Quelldokument vorangestellt wird. 符号化する人によって既存の元文書の前に付加された要約または正式な要約を含む。 diff --git a/P5/Source/Specs/accMat.xml b/P5/Source/Specs/accMat.xml index ec4f558128..266469d7c7 100644 --- a/P5/Source/Specs/accMat.xml +++ b/P5/Source/Specs/accMat.xml @@ -1,11 +1,5 @@ - + accompanying material @@ -15,14 +9,14 @@ $Id$ material adicional materiale allegato 添付資料 + Begleitmaterial contains details of any significant additional material which may be closely associated with the manuscript or object being described, such as non-contemporaneous documents or fragments bound in with it at some earlier historical period. 기술하고 있는 원고와 밀접히 관련된 중요한 부가적 자료를 세밀하게 기술한다. 예를 들어, 어떤 이전 시기에 원고와 함께 제본된 비동시대의 문서 또는 문서 일부. 包含可能與該手稿關係密切的重要附加資料之細節,例如非同時期的文件或是在早期與手稿裝訂一起的片段。 - 当該手書き資料と密接に関連していると考えられる重要な追加資料、例えば、時代を異にする文書、歴史的に早い時期に手書き資料と合わされた断片などの詳細を示す。 - + 当該手書き資料と密接に関連していると考えられる重要な追加資料、例えば、時代を異にする文書、歴史的に早い時期に手書き資料と合わされた断片などの詳細を示す。 donne des détails sur tout matériel d'accompagnement étroitement associé au manuscrit, tel que documents non contemporains ou fragments reliés avec le manuscrit à une époque antérieure. diff --git a/P5/Source/Specs/acquisition.xml b/P5/Source/Specs/acquisition.xml index 1a51d12679..bbf02eb4be 100644 --- a/P5/Source/Specs/acquisition.xml +++ b/P5/Source/Specs/acquisition.xml @@ -1,13 +1,10 @@ - - acquisition - adquisición + + + + acquisition + adquisición acquisition + Akquise contains any descriptive or other information concerning the process by which a manuscript or manuscript part or other object entered the holding institution. @@ -17,7 +14,7 @@ institution. contient des informations sur les modalités et circonstances de l'entrée du manuscrit ou de la partie du manuscrit dans l'institution qui le détient - contiene cualquier descripción u otra información concerniente al proceso de adquisición del manuscrito o de una de sus partes o cualquier otro objeto que haya ingresado en la institución + contiene cualquier descripción u otra información concerniente al proceso de adquisición del manuscrito o de una de sus partes o cualquier otro objeto que haya ingresado en la institución contiene informazioni relative al processo di acquisizione di un manoscritto o di una sua parte @@ -38,7 +35,7 @@ institution. date represented by the content of this element belongs. 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. 指明該日期表示所使用的曆法計算系統。 - この要素を含むコンテントにおける日付の暦やシステムを示す。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 indique le système ou le calendrier auquel appartient la date exprimée dans le contenu de l'élément. indica el sistema o calendario en que se muestra diff --git a/P5/Source/Specs/activity.xml b/P5/Source/Specs/activity.xml index c0a3e3a5d4..41e479420f 100644 --- a/P5/Source/Specs/activity.xml +++ b/P5/Source/Specs/activity.xml @@ -1,13 +1,10 @@ - + + + activity actividad activité + Aktivität contains a brief informal description of what a participant in a language interaction is doing other than speaking, if anything. 언어 상호작용 참여자의 발화 외의 다른 행위에 대한 간단한 일상적 기술을 포함한다. diff --git a/P5/Source/Specs/actor.xml b/P5/Source/Specs/actor.xml index e18aaff61f..3c2e9db59a 100644 --- a/P5/Source/Specs/actor.xml +++ b/P5/Source/Specs/actor.xml @@ -1,11 +1,5 @@ - + contains the name of an actor appearing within a cast list. diff --git a/P5/Source/Specs/add.xml b/P5/Source/Specs/add.xml index 46e8e60d50..49002cf71f 100644 --- a/P5/Source/Specs/add.xml +++ b/P5/Source/Specs/add.xml @@ -1,11 +1,5 @@ - + addition @@ -42,6 +36,7 @@ $Id$ + diff --git a/P5/Source/Specs/addName.xml b/P5/Source/Specs/addName.xml index b225c9b786..d133c0309b 100644 --- a/P5/Source/Specs/addName.xml +++ b/P5/Source/Specs/addName.xml @@ -1,11 +1,5 @@ - + additional name @@ -31,6 +25,7 @@ + diff --git a/P5/Source/Specs/addSpan.xml b/P5/Source/Specs/addSpan.xml index 3053adcdc6..3d213c3286 100644 --- a/P5/Source/Specs/addSpan.xml +++ b/P5/Source/Specs/addSpan.xml @@ -1,11 +1,5 @@ - + added span of text @@ -15,17 +9,14 @@ $Id$ fragmento de texto añadido porzione di testo aggiunta 追加テキストの範囲 - marks the beginning of a longer sequence of text added by an - author, scribe, annotator or corrector (see also add). + hinzugefügter Textabschnitt + marks the beginning of a longer sequence of text added by an author, scribe, annotator or corrector (see also add). 저자, 필기사, 주석자, 또는 교정자에 의해 추가된 긴 연쇄의 텍스트 시작부를 표시한다.(add 참조) 標記由作者、抄寫者、註解者或更正者所加入的較長連續文字之開端 (參照add) 。 - 著者、筆写者、注釈者、校正者の手による長めの追加テキストを挿入する始 - 点を示す(addも参照のこと)。 - marque le début d'une longue partie de texte ajoutée par un auteur, un copiste, un annotateur ou - un correcteur (voir aussi add). + 著者、筆写者、注釈者、校正者の手による長めの追加テキストを挿入する始 点を示す(addも参照のこと)。 + marque le début d'une longue partie de texte ajoutée par un auteur, un copiste, un annotateur ou un correcteur (voir aussi add). señala el inicio de un fragmento largo de texto añadido por un autor, un transcriptor, un comentarista o un corrector (ver también add). - segnala l'inizio di una porzione di testo più lunga aggiunta - da un autore, un trascrittore, un annotatore o un correttore (vedi anche add) + segnala l'inizio di una porzione di testo più lunga aggiunta da un autore, un trascrittore, un annotatore o un correttore (vedi anche add) @@ -38,12 +29,16 @@ $Id$ - The @spanTo attribute of is required. + + The @spanTo attribute of is required. + - L'attribut spanTo est requis. + + L'attribut spanTo est requis. + @@ -80,11 +75,11 @@ $Id$ end by the spanTo attribute.

Tanto el inicio como el final del material que se agrego debe ser marcado; el inicio con el mismo elemento addSpan y el final con el atributo spanTo.

- +

Le début et la fin de la partie de texte ajoutée doivent être marqués ; le début, par l'élément addSpan lui-même, la fin, par l'attribut spanTo.

- +

追加する情報の始めと終わりの両方にマークアップすべきである。 始めは、要素addSpan自身によって、終わりは属性 @@ -94,4 +89,4 @@ $Id$ - \ No newline at end of file + diff --git a/P5/Source/Specs/additional.xml b/P5/Source/Specs/additional.xml index f2bb30769c..aefeac5d47 100644 --- a/P5/Source/Specs/additional.xml +++ b/P5/Source/Specs/additional.xml @@ -1,11 +1,5 @@ - + additional diff --git a/P5/Source/Specs/additions.xml b/P5/Source/Specs/additions.xml index 7c911618a1..072f726d3c 100644 --- a/P5/Source/Specs/additions.xml +++ b/P5/Source/Specs/additions.xml @@ -1,11 +1,5 @@ - + additions diff --git a/P5/Source/Specs/addrLine.xml b/P5/Source/Specs/addrLine.xml index 43d72e9a37..0a3a27ba6d 100644 --- a/P5/Source/Specs/addrLine.xml +++ b/P5/Source/Specs/addrLine.xml @@ -1,11 +1,5 @@ - + address line diff --git a/P5/Source/Specs/address.xml b/P5/Source/Specs/address.xml index c1c088b2ed..23a6b13b4b 100644 --- a/P5/Source/Specs/address.xml +++ b/P5/Source/Specs/address.xml @@ -1,11 +1,5 @@ - + address @@ -26,6 +20,7 @@ + diff --git a/P5/Source/Specs/adminInfo.xml b/P5/Source/Specs/adminInfo.xml index 29c7b2d1f6..b778777787 100644 --- a/P5/Source/Specs/adminInfo.xml +++ b/P5/Source/Specs/adminInfo.xml @@ -1,11 +1,5 @@ - + administrative information @@ -15,6 +9,7 @@ $Id$ información administrativa. informazioni amministrative 管理情報 + administrative Information contains information about the present custody and availability of the manuscript or other object, and also about the record description itself. diff --git a/P5/Source/Specs/affiliation.xml b/P5/Source/Specs/affiliation.xml index 2940c7a37f..4d203482ee 100644 --- a/P5/Source/Specs/affiliation.xml +++ b/P5/Source/Specs/affiliation.xml @@ -1,12 +1,9 @@ - - affiliation + + + + affiliation affiliation + Affiliation contains an informal description of a person's present or past affiliation with some organization, for example an employer or sponsor. 고용주 또는 후원자와 같이 개인의 현재 또는 과거 소속 조직에 대한 비공식적 기술을 포함한다. @@ -21,6 +18,8 @@ contiene una descrizione informale dell'appartenenza presente o passata di una persona a una determinata organizzazione, per esempio un'azienda o un ente finanziatore + enthält eine informelle Beschreibung der gegenwärtigen + oder früheren Zugehörigkeit einer Person zu einer Organisation, z. B. eines Arbeitgebers oder Sponsors. @@ -29,6 +28,7 @@ + @@ -45,7 +45,7 @@ date represented by the content of this element belongs. 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. 指明該日期表示所使用的曆法計算系統。 - この要素を含むコンテントにおける日付の暦やシステムを示す。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 indique le système ou le calendrier auquel appartient la date exprimée dans le contenu de l'élément. indica el sistema o calendario en que se muestra @@ -71,7 +71,7 @@ - + @@ -86,7 +86,7 @@ - +

This example indicates that the person was affiliated with the Australian Journalists Association at some point between the dates listed.

@@ -96,7 +96,7 @@
- +

This example indicates that the person was affiliated with Mount Holyoke College throughout the entire span of the date range listed.

Was an assistant professor at Mount Holyoke College. @@ -128,7 +128,7 @@ name comme ci-dessus, soit l'élément plus spécifique orgName.

- +

組織名は、要素nameまたは、より特化した要素 orgNameでマークアップした方がよい。

diff --git a/P5/Source/Specs/age.xml b/P5/Source/Specs/age.xml index 51dbdc6bef..9d04b05f7c 100644 --- a/P5/Source/Specs/age.xml +++ b/P5/Source/Specs/age.xml @@ -1,10 +1,6 @@ - + + + age âge specifies the age of a person. @@ -63,7 +59,7 @@ - + diff --git a/P5/Source/Specs/alt.xml b/P5/Source/Specs/alt.xml index e9535b5bb4..9a4e607e40 100644 --- a/P5/Source/Specs/alt.xml +++ b/P5/Source/Specs/alt.xml @@ -1,5 +1,5 @@ - + alternation @@ -24,6 +24,7 @@ +
diff --git a/P5/Source/Specs/altGrp.xml b/P5/Source/Specs/altGrp.xml index a98c9ddd05..c34ed13d32 100644 --- a/P5/Source/Specs/altGrp.xml +++ b/P5/Source/Specs/altGrp.xml @@ -1,5 +1,5 @@ - + alternation group @@ -23,6 +23,7 @@ + diff --git a/P5/Source/Specs/altIdent.xml b/P5/Source/Specs/altIdent.xml index cea06c3cac..1e4f07e909 100644 --- a/P5/Source/Specs/altIdent.xml +++ b/P5/Source/Specs/altIdent.xml @@ -1,11 +1,5 @@ - + alternate identifier diff --git a/P5/Source/Specs/altIdentifier.xml b/P5/Source/Specs/altIdentifier.xml index be5f44ec39..1e2fea1795 100644 --- a/P5/Source/Specs/altIdentifier.xml +++ b/P5/Source/Specs/altIdentifier.xml @@ -1,10 +1,6 @@ - + + + alternative identifier 대체 확인소 替換識別符碼 diff --git a/P5/Source/Specs/alternate.xml b/P5/Source/Specs/alternate.xml index ebe3bb05ce..cbce281387 100644 --- a/P5/Source/Specs/alternate.xml +++ b/P5/Source/Specs/alternate.xml @@ -1,11 +1,5 @@ - + indicates that the constructs referenced by its children form an alternation @@ -23,14 +17,16 @@ $Id$ - The alternate element must have at least two child elements + + The alternate element must have at least two child elements + - - + + @@ -40,4 +36,4 @@ $Id$ - \ No newline at end of file +
diff --git a/P5/Source/Specs/am.xml b/P5/Source/Specs/am.xml index c1b8a5989b..89487bf824 100644 --- a/P5/Source/Specs/am.xml +++ b/P5/Source/Specs/am.xml @@ -1,11 +1,5 @@ - + abbreviation marker diff --git a/P5/Source/Specs/analytic.xml b/P5/Source/Specs/analytic.xml index 7009b87082..3ac57fee55 100644 --- a/P5/Source/Specs/analytic.xml +++ b/P5/Source/Specs/analytic.xml @@ -1,11 +1,5 @@ - + analytic level diff --git a/P5/Source/Specs/anchor.xml b/P5/Source/Specs/anchor.xml index 11733a1c20..3637ec981a 100644 --- a/P5/Source/Specs/anchor.xml +++ b/P5/Source/Specs/anchor.xml @@ -1,5 +1,5 @@ - + anchor point @@ -22,6 +22,7 @@ + diff --git a/P5/Source/Specs/annotation.xml b/P5/Source/Specs/annotation.xml index 5202a70f83..4d0191b677 100644 --- a/P5/Source/Specs/annotation.xml +++ b/P5/Source/Specs/annotation.xml @@ -1,13 +1,7 @@ - + - represents an annotation following the Web Annotation Data Model. diff --git a/P5/Source/Specs/annotationBlock.xml b/P5/Source/Specs/annotationBlock.xml index ac877ca5bd..6fbb7f220b 100644 --- a/P5/Source/Specs/annotationBlock.xml +++ b/P5/Source/Specs/annotationBlock.xml @@ -1,9 +1,5 @@ - + diff --git a/P5/Source/Specs/anyElement.xml b/P5/Source/Specs/anyElement.xml index dd469edd6f..6b17133e57 100644 --- a/P5/Source/Specs/anyElement.xml +++ b/P5/Source/Specs/anyElement.xml @@ -1,11 +1,5 @@ - + @@ -21,8 +15,7 @@ $Id$ supplies a list of namespaces to one of which the - permitted elements must belong. - + permitted elements must belong. 許可された要素が属していなければならない名前空間のリストを提供する。 diff --git a/P5/Source/Specs/app.xml b/P5/Source/Specs/app.xml index a4e1356cdd..ee3da7cdfc 100644 --- a/P5/Source/Specs/app.xml +++ b/P5/Source/Specs/app.xml @@ -1,11 +1,5 @@ - + apparatus entry diff --git a/P5/Source/Specs/appInfo.xml b/P5/Source/Specs/appInfo.xml index b14ddfacf0..45c7f9dbb8 100644 --- a/P5/Source/Specs/appInfo.xml +++ b/P5/Source/Specs/appInfo.xml @@ -1,11 +1,5 @@ - + application information diff --git a/P5/Source/Specs/application.xml b/P5/Source/Specs/application.xml index 12606b8fab..afad54c82d 100644 --- a/P5/Source/Specs/application.xml +++ b/P5/Source/Specs/application.xml @@ -1,10 +1,6 @@ - + + + provides information about an application which has acted upon the document. 문서에 사용한 애플리케이션에 관한 정보를 제시한다. proporciona información sobre la aplicación que ha diff --git a/P5/Source/Specs/arc.xml b/P5/Source/Specs/arc.xml index f2cdf06259..c4e920af76 100644 --- a/P5/Source/Specs/arc.xml +++ b/P5/Source/Specs/arc.xml @@ -1,11 +1,5 @@ - + arc diff --git a/P5/Source/Specs/argument.xml b/P5/Source/Specs/argument.xml index 88cf10e8b5..32f5ab4d0b 100644 --- a/P5/Source/Specs/argument.xml +++ b/P5/Source/Specs/argument.xml @@ -1,11 +1,5 @@ - + argument @@ -26,6 +20,7 @@ $Id$ + diff --git a/P5/Source/Specs/att.anchoring.xml b/P5/Source/Specs/att.anchoring.xml index 2981a19b9a..8841f61c63 100644 --- a/P5/Source/Specs/att.anchoring.xml +++ b/P5/Source/Specs/att.anchoring.xml @@ -1,11 +1,5 @@ - + anchoring diff --git a/P5/Source/Specs/att.ascribed.directed.xml b/P5/Source/Specs/att.ascribed.directed.xml index 41ded2db0a..8eb1e80143 100644 --- a/P5/Source/Specs/att.ascribed.directed.xml +++ b/P5/Source/Specs/att.ascribed.directed.xml @@ -1,11 +1,5 @@ - + provides attributes for elements representing speech or action that can be directed at a diff --git a/P5/Source/Specs/att.ascribed.xml b/P5/Source/Specs/att.ascribed.xml index 086fc17c7b..7aeb0f4421 100644 --- a/P5/Source/Specs/att.ascribed.xml +++ b/P5/Source/Specs/att.ascribed.xml @@ -1,11 +1,5 @@ - + provides attributes for elements representing speech or action that can be ascribed to a diff --git a/P5/Source/Specs/att.breaking.xml b/P5/Source/Specs/att.breaking.xml index dd6de73bfb..1a92710321 100644 --- a/P5/Source/Specs/att.breaking.xml +++ b/P5/Source/Specs/att.breaking.xml @@ -1,11 +1,5 @@ - + provides attributes to indicate whether or not the element diff --git a/P5/Source/Specs/att.cReferencing.xml b/P5/Source/Specs/att.cReferencing.xml index e090afd37a..a450cd5516 100644 --- a/P5/Source/Specs/att.cReferencing.xml +++ b/P5/Source/Specs/att.cReferencing.xml @@ -1,11 +1,5 @@ - + provides attributes that may be used to supply a diff --git a/P5/Source/Specs/att.calendarSystem.xml b/P5/Source/Specs/att.calendarSystem.xml index 36f102e80c..abdfc796ea 100644 --- a/P5/Source/Specs/att.calendarSystem.xml +++ b/P5/Source/Specs/att.calendarSystem.xml @@ -1,11 +1,5 @@ - + provides attributes for indicating calendar systems to which a date belongs. @@ -26,7 +20,7 @@ $Id$ - + @calendar indicates one or more diff --git a/P5/Source/Specs/att.canonical.xml b/P5/Source/Specs/att.canonical.xml index f621566293..cb1d8afe9b 100644 --- a/P5/Source/Specs/att.canonical.xml +++ b/P5/Source/Specs/att.canonical.xml @@ -1,11 +1,5 @@ - + provides attributes that can be used to associate a representation such as a name or title diff --git a/P5/Source/Specs/att.citeStructurePart.xml b/P5/Source/Specs/att.citeStructurePart.xml index e25cca8223..7c15aeabbe 100644 --- a/P5/Source/Specs/att.citeStructurePart.xml +++ b/P5/Source/Specs/att.citeStructurePart.xml @@ -1,11 +1,5 @@ - + provides attributes for selecting particular elements diff --git a/P5/Source/Specs/att.citing.xml b/P5/Source/Specs/att.citing.xml index a41f2441a8..ee841a807b 100644 --- a/P5/Source/Specs/att.citing.xml +++ b/P5/Source/Specs/att.citing.xml @@ -1,11 +1,5 @@ - + provides attributes for specifying the specific part of a bibliographic item being cited. diff --git a/P5/Source/Specs/att.cmc.xml b/P5/Source/Specs/att.cmc.xml new file mode 100644 index 0000000000..7b7c612433 --- /dev/null +++ b/P5/Source/Specs/att.cmc.xml @@ -0,0 +1,135 @@ + + + + + computer-mediated communication + provides attributes categorizing how the element content was created in a CMC environment. + + + generated by + categorizes how the content of an element was generated in a CMC environment. + + + + + + + The @generatedBy attribute is for use within a <post> element. + + + + + + + + the content was + naturally typed or spoken by a human user + + + the content was + generated after a human user activated a template for its + insertion + + + the content was + generated by the system, i.e. the CMC environment + + + the content was + generated by a bot, i.e. a non-human agent, typically one + that is not part of the CMC environment itself + + + the content was + generated by an unknown or unspecified process + + + + +

automatic system message in chat: user moves on to another + chatroom

+ + +

+ McMike geht + in einen anderen Raum: Kreuzfahrt +

+
+
+
+ + +

automatic system message in chat: user enters a chatroom

+ + +

+ c_bo betritt + den Raum.

+
+
+
+ + +

automatic system message in chat: user changes his font color

+ + +

+ c_bo hat die + Farbe gewechselt. +

+
+
+
+ + +

An automatic signature of user including an automatic timestamp + (Wikipedia discussion, anonymized). The specification of + generatedBy at the inner element signed is + meant to override the specification at the outer element + post. This is generally possible when the outer + generatedBy value is "human".

+ + +

Kurze Nachfrage: Die Hieros für den Goldnamen stammen + auch von Beckerath gem. Literatur ? Grüße --

+
+
+
+ + +

Wikipedia talk page: user signature

+ + + + + + + + + +
+ +
+ +
+
diff --git a/P5/Source/Specs/att.combinable.xml b/P5/Source/Specs/att.combinable.xml index a636a74c5d..5b05f5735b 100644 --- a/P5/Source/Specs/att.combinable.xml +++ b/P5/Source/Specs/att.combinable.xml @@ -1,11 +1,5 @@ - + provides attributes indicating how multiple diff --git a/P5/Source/Specs/att.coordinated.xml b/P5/Source/Specs/att.coordinated.xml index acafc0061e..1ac5439c72 100644 --- a/P5/Source/Specs/att.coordinated.xml +++ b/P5/Source/Specs/att.coordinated.xml @@ -1,11 +1,5 @@ - + provides attributes that can be used to position their parent @@ -29,8 +23,7 @@ or surface. rectangular space. 직사각형 공간의 좌측 상단에 대한 x 좌표 값을 제시한다. proporciona el valor de la coordinada X para el ángulo superior izquierdo de un espacio rectangular. - 矩形における左上点のX軸の値を示す。 - + 矩形における左上点のX軸の値を示す。 donne la valeur x de l'abscisse du coin supérieur gauche d'un rectangle. assegna il valore x all'angolo superiore sinistro di uno spazio rettangolare @@ -41,8 +34,7 @@ rectangular space.
rectangular space.
직사각형 공간의 좌측 상단에 대한 y 좌표 값을 제시한다. proporciona el valor de la coordinada Y para el ángulo superior izquierdo de un espacio rectangular. - 矩形における左上点のY軸の値を示す。 - + 矩形における左上点のY軸の値を示す。 donne la valeur y de l'ordonnée du coin supérieur gauche d'un rectangle. assegna il valore y all'angolo superiore sinistro di uno spazio rettangolare @@ -52,8 +44,7 @@ rectangular space.
rectangular space.
직사각형 공간의 오른쪽 하단에 대한 x 좌표 값을 제시한다. proporciona el valor de la coordinada X para el ángulo inferior derecho de un espacio rectangular - 矩形における右下点のX軸の値を示す。 - + 矩形における右下点のX軸の値を示す。 donne la valeur x de l'abscisse du coin inférieur droit d'un rectangle. assegna il valore x all'angolo inferiore destro di uno spazio rettangolare @@ -63,8 +54,7 @@ rectangular space.
rectangular space.
직사각형 공간의 오른쪽 하단에 대한 y 좌표 값을 제시한다. proporciona el valor de la coordinada Y para el ángulo inferior izquierdo de un espacio rectangular - 矩形における右下点のY軸の値を示す。 - + 矩形における右下点のY軸の値を示す。 donne la valeur y de l'ordonnée du coin inférieur droit d'un rectangle. assegna il valore y all'angolo inferiore destro di uno spazio rettangolare diff --git a/P5/Source/Specs/att.damaged.xml b/P5/Source/Specs/att.damaged.xml index 1b45cc5be5..71ddfe9907 100644 --- a/P5/Source/Specs/att.damaged.xml +++ b/P5/Source/Specs/att.damaged.xml @@ -1,16 +1,10 @@ - + provides attributes describing the nature of any physical damage affecting a reading. 독법에 영향을 미치는 물리적 손상의 특성을 기술하는 속성을 제공한다. - 読みに影響を与える物理的損傷の性格を示す属性を示す。 + 読みに影響を与える物理的損傷の性格を示す属性を示す。 proporciona los atributos que describen la naturaleza de cualquier daño físico que afecta a una lectura. fournit des attributs décrivant la nature de tout dommage @@ -96,8 +90,7 @@ $Id$ indica l'entità del danneggiamento misurato in base a una scala funzionale; il marcatore damage con l'attributo degree dovranno essere utilizzati solo se il testo può essere letto con una certa sicurezza; i - testi derivanti da altre fonti andranno marcati come supplied - + testi derivanti da altre fonti andranno marcati come supplied >indica el grado del daño medido en base a una escala funcional; la etiqueta damage (daño) con el atributo degree (grado) deberán utilizarse sólo si el texto puede ser leído con una cierta certeza; los diff --git a/P5/Source/Specs/att.datable.custom.xml b/P5/Source/Specs/att.datable.custom.xml index 6cb24c7321..6f16f1b017 100644 --- a/P5/Source/Specs/att.datable.custom.xml +++ b/P5/Source/Specs/att.datable.custom.xml @@ -1,11 +1,5 @@ - + provides attributes for normalization of elements that contain datable events to a custom dating system @@ -69,7 +63,7 @@
supplies a pointer to some location defining a named point in time with reference to which the datable item is understood to have occurred - ある時点につけた名前とその事柄が起きたとされる時間をともに定義している場所へのポインタを示す。たとえば、「令和改元」という日付をともなうID付きイベント要素を作成した場合にそのIDに対する参照を行う。 + ある時点につけた名前とその事柄が起きたとされる時間をともに定義している場所へのポインタを示す。たとえば、「令和改元」という日付をともなうID付きイベント要素を作成した場合にそのIDに対する参照を行う。 diff --git a/P5/Source/Specs/att.datable.iso.xml b/P5/Source/Specs/att.datable.iso.xml index 5b37e247cc..a222fbb8a3 100644 --- a/P5/Source/Specs/att.datable.iso.xml +++ b/P5/Source/Specs/att.datable.iso.xml @@ -1,11 +1,5 @@ - + provides attributes for normalization of elements that contain datable events using the ISO 8601:2004 standard. diff --git a/P5/Source/Specs/att.datable.w3c.xml b/P5/Source/Specs/att.datable.w3c.xml index 09567b7fa4..8563ab0a09 100644 --- a/P5/Source/Specs/att.datable.w3c.xml +++ b/P5/Source/Specs/att.datable.w3c.xml @@ -1,11 +1,5 @@ - + provides attributes for normalization of elements that contain diff --git a/P5/Source/Specs/att.datable.xml b/P5/Source/Specs/att.datable.xml index f2f6276aea..cf817927a5 100644 --- a/P5/Source/Specs/att.datable.xml +++ b/P5/Source/Specs/att.datable.xml @@ -1,11 +1,5 @@ - + provides attributes for normalization of elements diff --git a/P5/Source/Specs/att.datcat.xml b/P5/Source/Specs/att.datcat.xml index b23fde6e4d..89f1611e30 100644 --- a/P5/Source/Specs/att.datcat.xml +++ b/P5/Source/Specs/att.datcat.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Specs/att.declarable.xml b/P5/Source/Specs/att.declarable.xml index 950e726ef4..e72a2acad0 100644 --- a/P5/Source/Specs/att.declarable.xml +++ b/P5/Source/Specs/att.declarable.xml @@ -1,11 +1,5 @@ - + provides attributes for those elements in the TEI header which @@ -17,8 +11,7 @@ $Id$ l'en-tête TEI qui peuvent être choisis indépendamment au moyen de l'attribut decls. proporciona atributos para los elementos contenidos en el encabezado que pueden ser seleccionados autónomamente mediante el atributo decls adecuado. - individua attributi per gli elementi contenuti nell'intestazione che possono essere selezionati autonomamente grazie all'apposito attributo decls - + individua attributi per gli elementi contenuti nell'intestazione che possono essere selezionati autonomamente grazie all'apposito attributo decls indicates whether or not this element is selected by default when @@ -26,8 +19,7 @@ its parent is selected. 그 부모가 선택될 때 기본값으로 이 요소가 선택되었는지를 표시한다. 當父元素被選擇時,指出此元素是否會被選擇。 親要素が選択された場合に、当該要素がデフォルトとして選択されるか - どうかを示す。 - + どうかを示す。 indique si oui ou non cet élément est affecté par défaut quand son élément parent a été sélectionné. indica si el elemento es seleccionado automáticamente o no cuando es seleccionado el padre diff --git a/P5/Source/Specs/att.declaring.xml b/P5/Source/Specs/att.declaring.xml index d3e2c3489a..ffebd1514c 100644 --- a/P5/Source/Specs/att.declaring.xml +++ b/P5/Source/Specs/att.declaring.xml @@ -1,11 +1,5 @@ - + provides attributes for elements which may be independently associated with a particular declarable element within the header, thus overriding the inherited default for that element. diff --git a/P5/Source/Specs/att.deprecated.xml b/P5/Source/Specs/att.deprecated.xml index 652ed437fc..2e39248858 100644 --- a/P5/Source/Specs/att.deprecated.xml +++ b/P5/Source/Specs/att.deprecated.xml @@ -1,11 +1,5 @@ - + provides attributes indicating how a deprecated feature will be treated in future releases. diff --git a/P5/Source/Specs/att.dimensions.xml b/P5/Source/Specs/att.dimensions.xml index 32c642bdbe..1ea0303634 100644 --- a/P5/Source/Specs/att.dimensions.xml +++ b/P5/Source/Specs/att.dimensions.xml @@ -1,17 +1,11 @@ - + provides attributes for describing the size of physical objects. 물리적 대상의 크기를 기술하는 속성을 제공한다. 提供符合某種度量值的屬性值。 - 物理的対象の大きさを表す属性を示す。 + 物理的対象の大きさを表す属性を示す。 fournit des attributs pour décrire la taille des objets physiques assegna degli attributi che descrivono la grandezza di diff --git a/P5/Source/Specs/att.divLike.xml b/P5/Source/Specs/att.divLike.xml index c48a02c6c4..7bcb893951 100644 --- a/P5/Source/Specs/att.divLike.xml +++ b/P5/Source/Specs/att.divLike.xml @@ -1,11 +1,5 @@ - + provides attributes common to all elements which behave in the same way as divisions. @@ -73,8 +67,7 @@ logique et doivent être traités dans l'ordre séquentiel 이 구역이 원본의 표본이며 어떤 부분인지를 나타낸다. 指出此區段是否為來源文件的樣本,若為樣本,則說明出自哪一部分。 当該区分が、元資料のものを含むかどうか、そうであればその場所はど - こかを示す。 - + こかを示す。 indique si cette division est un échantillon de la source originale et dans ce cas, de quelle partie. indica si la división es una muestra de la fuente original y, en ese caso, de que parte de este se trata @@ -87,8 +80,7 @@ logique et doivent être traités dans l'ordre séquentiel 구역이 원본의 후반부에서 제시된 자료가 부족하다. 區段的末端無資料 la división falta el material presente en el extremo en la fuente. - 当該区分は、元資料の終わりの部分が欠けている。 - + 当該区分は、元資料の終わりの部分が欠けている。 par rapport à la source, lacune à la fin de la division alla partizione testuale manca del materiale nella parte finale presente nell'originale
@@ -97,8 +89,7 @@ logique et doivent être traités dans l'ordre séquentiel 구역이 초반부와 후반부 자료가 부족하다. 區段的起始與末端無資料 el fragmento carece de material al comienzo y al final. - 当該区分は、元資料の始めと終わりの部分が欠けている。 - + 当該区分は、元資料の始めと終わりの部分が欠けている。 par rapport à la source, lacune au début et à la fin de la division alla partizione testuale manca del materiale nella parte iniziale e in quella finale @@ -108,8 +99,7 @@ début et à la fin de la division 구역이 초반부 자료가 부족하다. 區段的起始部分無資料 el fragmento carece de material en el comienzo. - 当該区分は、元資料の始めの部分が欠けている。 - + 当該区分は、元資料の始めの部分が欠けている。 par rapport à la source, lacune au début de la division alla partizione manca del materiale nella parte iniziale @@ -119,8 +109,7 @@ début de la division 표본 자료의 원본 내의 위치를 알 수 없다. 來源文件中的樣本資料位置不明 ubicación del material de muestra dentro del original desconocido. - 元資料のどの部分かは不明。 - + 元資料のどの部分かは不明。 par rapport à la source, position de l'échantillon inconnue la posizione del materiale prelevato dall'originale all'interno di quest'ultimo è sconosciuta @@ -130,8 +119,7 @@ l'échantillon inconnue 구역이 표본이 아니다. 區段非樣本 el fragmento no es una muestra. - 当該領域は、元資料の一部ではない。 - + 当該領域は、元資料の一部ではない。 la division n'est pas un échantillon la partizione testuale non è stata prelevata da alcun originale diff --git a/P5/Source/Specs/att.docStatus.xml b/P5/Source/Specs/att.docStatus.xml index da32c21536..47866c32af 100644 --- a/P5/Source/Specs/att.docStatus.xml +++ b/P5/Source/Specs/att.docStatus.xml @@ -1,11 +1,5 @@ - + provides attributes for use on metadata elements diff --git a/P5/Source/Specs/att.duration.iso.xml b/P5/Source/Specs/att.duration.iso.xml index 82d1ebdcf2..737d550651 100644 --- a/P5/Source/Specs/att.duration.iso.xml +++ b/P5/Source/Specs/att.duration.iso.xml @@ -1,11 +1,5 @@ - + provides attributes for recording normalized temporal durations. diff --git a/P5/Source/Specs/att.duration.w3c.xml b/P5/Source/Specs/att.duration.w3c.xml index cb8d9d531d..b808592eb7 100644 --- a/P5/Source/Specs/att.duration.w3c.xml +++ b/P5/Source/Specs/att.duration.w3c.xml @@ -1,11 +1,5 @@ - + provides attributes for recording normalized temporal durations. @@ -26,10 +20,8 @@ $Id$ 時間幅 indicates the length of this element in time. 시간선상에서 이 요소의 길이를 나타낸다. - 指明此元素的時間長度。 - - 時間幅を示す。 - + 指明此元素的時間長度。 + 時間幅を示す。 indique la longueur de cet élément dans le temps indica la durata nel tempo di tale elemento diff --git a/P5/Source/Specs/att.duration.xml b/P5/Source/Specs/att.duration.xml index 9b4682e57b..e08bb07ea0 100644 --- a/P5/Source/Specs/att.duration.xml +++ b/P5/Source/Specs/att.duration.xml @@ -1,19 +1,12 @@ - + provides attributes for normalization of elements that contain datable events. 날짜를 정할 수 있는 사건을 포함하는 요소의 규격화를 위한 속성을 제공한다. 提供用於元素規格化的屬性,這些元素包含日期明確的事件。 - 時間事象を含む要素の正規化手法を表す属性を示す。 - + 時間事象を含む要素の正規化手法を表す属性を示す。 fournit des attributs pour la normalisation des éléments qui contiennent des mentions d'événements datables indica degli attributi per la normalizzazione di elementi che contengono eventi databili diff --git a/P5/Source/Specs/att.editLike.xml b/P5/Source/Specs/att.editLike.xml index 92a0a4ab62..49a594ecde 100644 --- a/P5/Source/Specs/att.editLike.xml +++ b/P5/Source/Specs/att.editLike.xml @@ -1,11 +1,5 @@ - + provides attributes describing the nature of an encoded scholarly intervention or diff --git a/P5/Source/Specs/att.edition.xml b/P5/Source/Specs/att.edition.xml index 39e2d8db4c..6b2d9f968f 100644 --- a/P5/Source/Specs/att.edition.xml +++ b/P5/Source/Specs/att.edition.xml @@ -1,11 +1,5 @@ - + provides attributes identifying the source edition from which diff --git a/P5/Source/Specs/att.enjamb.xml b/P5/Source/Specs/att.enjamb.xml index d502201125..231bcd1c58 100644 --- a/P5/Source/Specs/att.enjamb.xml +++ b/P5/Source/Specs/att.enjamb.xml @@ -1,11 +1,5 @@ - + enjambement @@ -42,8 +36,7 @@ $Id$ 행이 끝을 맺는다. 該詩句在行尾結束 el verso contiene un punto y final. - 当該行が、最終である。 - + 当該行が、最終である。 le vers se termine à la fin de la ligne il verso finisce a fine riga diff --git a/P5/Source/Specs/att.entryLike.xml b/P5/Source/Specs/att.entryLike.xml index 34db8ea57b..4c60e2bb7b 100644 --- a/P5/Source/Specs/att.entryLike.xml +++ b/P5/Source/Specs/att.entryLike.xml @@ -1,11 +1,5 @@ - + provides attributes used to distinguish @@ -25,7 +19,7 @@ $Id$ #370. Note that same problems is present in att.textCritical. --> - + indicates type of entry, in dictionaries with multiple types. 다중 유형을 포함하는 사전에서, 표제 항목 유형을 나타낸다. 指出複合類型字典中的辭條類型。 @@ -78,8 +72,7 @@ $Id$ esthete to aesthete). 다른 주 표제 항목을 지시하는 기능만을 수행하도록 제한된 표제 항목(예를 들어, 불규칙 동사형 또는 다양한 철자법; be를 지시하는 was, 또는 - aesthete를 지시하는 esthete - + aesthete를 지시하는 esthete 縮減的辭條,其唯一作用為指向另一個主要辭條 (例如不規則動辭形式或不同拼法的字) una breve entrada cuya única función es apuntar a otra entrada principal (p.ej. para formas de un verbo irregular o para otras variantes ortográficas: was señala a be, o esthete a aesthete). 相互参照。主項目への参照。例えば、不規則変化動詞の場合には、 diff --git a/P5/Source/Specs/att.formula.xml b/P5/Source/Specs/att.formula.xml index 64257e3b07..e3f8ba5cfb 100644 --- a/P5/Source/Specs/att.formula.xml +++ b/P5/Source/Specs/att.formula.xml @@ -1,11 +1,5 @@ - + provides attributes for defining a mathematical formula. diff --git a/P5/Source/Specs/att.fragmentable.xml b/P5/Source/Specs/att.fragmentable.xml index 0be8deabec..c9e3a9b4a9 100644 --- a/P5/Source/Specs/att.fragmentable.xml +++ b/P5/Source/Specs/att.fragmentable.xml @@ -1,11 +1,5 @@ - + provides attributes for representing diff --git a/P5/Source/Specs/att.gaijiProp.xml b/P5/Source/Specs/att.gaijiProp.xml index bccac95f5d..a42895fdf9 100644 --- a/P5/Source/Specs/att.gaijiProp.xml +++ b/P5/Source/Specs/att.gaijiProp.xml @@ -1,82 +1,123 @@ - + - provides attributes for defining the properties of - non-standard characters or glyphs. - liefert Attribute zur Definition der Eigenschaften - von nicht standardisierten Zeichen und Glyphen. - fornisce attributi per definire le proprietà di caratteri o glifi non standard - - - provides the name of the character or glyph - property being defined. - - - - - - provides the value of the character or - glyph property being defined. - - - - - - specifies the version number of the Unicode - Standard in which this property name is defined. - gibt die Versionsnummer eines externen - Standards an, in dem dieser Eigenschaftsname definiert ist. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

In this example a definition for the Unicode property Decomposition Mapping - is provided.

- -
- -

All name-only attributes need an xs:boolean attribute value inside value.

-
- - - + provides attributes for defining the properties of + non-standard characters or glyphs. + liefert Attribute zur Definition der Eigenschaften + von nicht standardisierten Zeichen und Glyphen. + fornisce attributi per definire le proprietà di caratteri o glifi non standard + + + + + + provides the name of the character or glyph + property being defined. + + + + + + provides the value of the character or + glyph property being defined. + + + + + + specifies the version number of the Unicode + Standard in which this property name is defined. + gibt die Versionsnummer eines externen + Standards an, in dem dieser Eigenschaftsname definiert ist. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + supplies the name + of the character set system from which this property is drawn. + + Unicode + + + Unicode + ISO 10646 + + + E. Nelson Bridwell + + Original character set developed by E. Nelson Bridwell as + described by Al Turniansky, in use from the 1950s to 1985. + + + Georg Brewer + + Developed by Georg Brewer, with a look similar to the + Byrne glyphs. Like the Byrne set, this is not a true + character set, but rather a set of alternate glyphs. + + + + Darren Doyle + + Glyph set (in some cases associated with multiple + characters) developed by Darren Doyle as part of a + comprehensive version of the language created in part for + an invented language classs at UT Austin in 2006. + + + + Christine Schreyer + + Character set (without actual codepoints) of 153 + characters developed, along with pronunciation rules, + roughly 300 words, and a grammar, developed by Christine + Schreyer developed in 2012 for Warner Brothers. + + + + + + +

In this example a definition for the Unicode property Decomposition Mapping + is provided.

+ +
+ +

All name-only attributes need an xs:boolean attribute value inside value.

+
+ + +
diff --git a/P5/Source/Specs/att.global.analytic.xml b/P5/Source/Specs/att.global.analytic.xml index ae354ea3ff..f35866df69 100644 --- a/P5/Source/Specs/att.global.analytic.xml +++ b/P5/Source/Specs/att.global.analytic.xml @@ -1,11 +1,5 @@ - + provides additional global attributes for associating specific analyses or @@ -33,10 +27,8 @@ element on which the ana attribute appears. 属性anaを伴う要素の解釈を含む要素を示す。 indique un ou plusieurs éléments contenant des interprétations de l'élément qui porte l'attribut ana. - indica uno o más elementos que contienen interpretaciones del elemento en el cual aparece el atributo ana - - indica uno o più elementi che contengono interpretazioni dell'elemento specificato dall'attributo ana - + indica uno o más elementos que contienen interpretaciones del elemento en el cual aparece el atributo ana + indica uno o più elementi che contengono interpretazioni dell'elemento specificato dall'attributo ana diff --git a/P5/Source/Specs/att.global.change.xml b/P5/Source/Specs/att.global.change.xml index ce241257d7..3b08692d6a 100644 --- a/P5/Source/Specs/att.global.change.xml +++ b/P5/Source/Specs/att.global.change.xml @@ -1,11 +1,5 @@ - + provides attributes allowing its member diff --git a/P5/Source/Specs/att.global.facs.xml b/P5/Source/Specs/att.global.facs.xml index 1edcc4cdca..484fc218a3 100644 --- a/P5/Source/Specs/att.global.facs.xml +++ b/P5/Source/Specs/att.global.facs.xml @@ -1,11 +1,5 @@ - + provides attributes used to express correspondence between an element and all or part of a facsimile image or surface. diff --git a/P5/Source/Specs/att.global.linking.xml b/P5/Source/Specs/att.global.linking.xml index ccc1a64726..4dbf7b053c 100644 --- a/P5/Source/Specs/att.global.linking.xml +++ b/P5/Source/Specs/att.global.linking.xml @@ -1,11 +1,5 @@ - + provides a set of attributes for hypertextual linking. diff --git a/P5/Source/Specs/att.global.rendition.xml b/P5/Source/Specs/att.global.rendition.xml index 34340ef03f..b28d1524be 100644 --- a/P5/Source/Specs/att.global.rendition.xml +++ b/P5/Source/Specs/att.global.rendition.xml @@ -1,11 +1,5 @@ - + provides rendering attributes common to all elements in the TEI encoding scheme. diff --git a/P5/Source/Specs/att.global.responsibility.xml b/P5/Source/Specs/att.global.responsibility.xml index 9003a64b4d..44f7eb1574 100644 --- a/P5/Source/Specs/att.global.responsibility.xml +++ b/P5/Source/Specs/att.global.responsibility.xml @@ -1,11 +1,5 @@ - + provides attributes indicating the agent @@ -33,7 +27,7 @@ $Id$ intervención o la interpretación. corrisponde al grado di certezza associato all'intervento o interpretazione - 介入や解釈に関する確信度を示す。 + 介入や解釈に関する確信度を示す。 diff --git a/P5/Source/Specs/att.global.source.xml b/P5/Source/Specs/att.global.source.xml index 82b38e3da8..1ff09275c0 100644 --- a/P5/Source/Specs/att.global.source.xml +++ b/P5/Source/Specs/att.global.source.xml @@ -1,11 +1,5 @@ - + provides attributes used by elements to point to an diff --git a/P5/Source/Specs/att.global.xml b/P5/Source/Specs/att.global.xml index 5206c756f7..0b0d877c83 100644 --- a/P5/Source/Specs/att.global.xml +++ b/P5/Source/Specs/att.global.xml @@ -1,17 +1,11 @@ - + provides attributes common to all elements in the TEI encoding scheme. TEI 부호화 스키마의 모든 요소에 공통 속성을 제공한다. 提供一組屬性,通用於TEI編碼標準中的所有元素。 - TEI符号化スキーム中の全要素に共通する属性を示す。 + TEI符号化スキーム中の全要素に共通する属性を示す。 fournit un jeu d'attributs communs à tous les éléments dans le système de codage TEI. proporciona un conjunto de atributos común a todos los @@ -113,16 +107,13 @@ $Id$ 使用RFC3066的代碼,指出該元素內容的使用語言 BCP 47に従って生成されたタグを用いて要素の内容の言語を示す。 indique la langue du contenu de l'élément en - utilisant les codes du RFC 3066 - + utilisant les codes du RFC 3066 indica la lengua del contenido del elemento utilizando los códigos extraídos de RFC - 3066 - + 3066 indica la lingua del contenuto dell'elemento utilizzando i codici tratti da RFC - 3066 - + 3066 diff --git a/P5/Source/Specs/att.handFeatures.xml b/P5/Source/Specs/att.handFeatures.xml index 4aad59eae2..07c0839da0 100644 --- a/P5/Source/Specs/att.handFeatures.xml +++ b/P5/Source/Specs/att.handFeatures.xml @@ -1,19 +1,12 @@ - + provides attributes describing aspects of the hand in which a manuscript is written. 원고가 쓰여진 필적의 측면을 기술하는 속성을 제공한다. - proporciona atributos que describen los aspectos de la mano que ha escrito un manuscrito. - 手書き資料の筆致に関する情報を表す情報を示す。 - + proporciona atributos que describen los aspectos de la mano que ha escrito un manuscrito. + 手書き資料の筆致に関する情報を表す情報を示す。 fournit des attributs décrivant les caractéristiques de la main par laquelle un manuscrit est écrit. indica degli attributi che descrivono aspetti delle mano utilizzata per la scrittura del manoscritto @@ -22,8 +15,7 @@ de la main par laquelle un manuscrit est écrit.
gives a name or other identifier for the scribe believed to be responsible for this hand. 이 필적에 대한 책임이 있다고 간주되는 필기사에 대한 표준명 또는 다른 확인소를 제시한다. - 当該筆致に対応すると考えられる筆写者の名前またはその他の識別子を示す。 - + 当該筆致に対応すると考えられる筆写者の名前またはその他の識別子を示す。 donne un nom normalisé ou un autre identifiant pour le scribe reconnu comme responsable de cette main. assegna un nome o altro identificatore standard al trascrittore che si ritiene corrisponda alla mano in questione @@ -45,8 +37,7 @@ this hand, for example secretary, copperplate< えば、secretary(書記官スタイル)copperplate(銅板スタイル)Chancery(公文書スタイル)、 - Italian(イタリアスタイル)など。 -
+ Italian(イタリアスタイル)など。
caractérise la calligraphie ou le style d'écriture particuliers utilisés par cette main, par exemple écriture anglaise, de chancellerie, italienne, etc. @@ -65,24 +56,20 @@ this hand, typically supplied by a scriptNote element describes the tint or type of ink, e.g. brown, or other -writing medium, e.g. pencil - +writing medium, e.g. pencil
brown와 같이 잉크의 색 또는 유형, 또는 pencil와 같이 글쓰기 방식 기술한다. インクの種類や色合い、例えば、茶色 - や、筆記具の種類、例えば、鉛筆など。 - + や、筆記具の種類、例えば、鉛筆など。 décrit la teinte ou le type d'encre, par exemple brune, ou un autre outil d'écriture, par exemple un crayon. - descrive la tinta o il tipo di inchiostro, per esempio marrone, o altri strumenti di scrittura, per esempio matita - + descrive la tinta o il tipo di inchiostro, per esempio marrone, o altri strumenti di scrittura, per esempio matita describe la tinta o el tipo de tinta, p.ej. marrón, u otros instrumentos de escritura, p.ej. lápiz. specifies how widely this hand is used in the manuscript. 이 필적이 원고에서 사용된 범위를 명시한다. - 当該筆致が、当該手書き資料中で、どの程度出現しているかを示す。 - + 当該筆致が、当該手書き資料中で、どの程度出現しているかを示す。 spécifie la fréquence d'apparition de cette main dans le manuscrit. specifica in quale misura è utilizzata la mano in questione nel manoscritto @@ -92,8 +79,7 @@ main dans le manuscrit. only this hand is used throughout the manuscript 이 필적만이 원고 전체에 사용되었다. - 当該筆致だけで全てが書かれている。 - + 当該筆致だけで全てが書かれている。 il n'y a que cette main dans le manuscrit. unica mano utilizzata nel manoscritto @@ -102,8 +88,7 @@ manuscrit. this hand is used through most of the manuscript 이 필적이 원고 대부분에서 사용되었다. - 当該筆致で、殆どが書かれている。 - + 当該筆致で、殆どが書かれている。 cette main est utilisée dans la majeure partie du manuscrit. mano utilizzata nella maggior parte del manoscritto @@ -112,8 +97,7 @@ majeure partie du manuscrit. this hand is used occasionally in the manuscript 이 필적이 원고에서 가끔 사용되었다. - 当該筆致で、所々が書かれている。 - + 当該筆致で、所々が書かれている。 cette main est utilisée occasionnellement dans le manuscrit. mano utilizzata solo di rado nel manoscritto diff --git a/P5/Source/Specs/att.identified.xml b/P5/Source/Specs/att.identified.xml index b8fc55b42d..c0351a22f9 100644 --- a/P5/Source/Specs/att.identified.xml +++ b/P5/Source/Specs/att.identified.xml @@ -1,40 +1,24 @@ - + - - provides identifying attributes for elements which can be - subsequently referenced by means of a key - attribute. - key 속성에 - 의해 참조될 수 있는 요소의 속성을 제시한다. - 可利用屬性 - key來參照的元素 + + provides identifying attributes for elements which can be subsequently referenced by means of a key attribute. + key 속성에 의해 참조될 수 있는 요소의 속성을 제시한다. + 可利用屬性 key來參照的元素 後でkey属性によって参照されうる要素を指定する属性を示す。 - fournit les attributs - pour des éléments référençables au moyen d'un attribut - key. - elementos a los que se - puede hacer referencia a través del atributo key. - elementi ai quali si - può fare riferimento tramite l'attributo key - + fournit les attributs pour des éléments référençables au moyen d'un attribut key. + elementos a los que se puede hacer referencia a través del atributo key. elementi ai quali si può fare riferimento tramite l'attributo key - - - Specification : the value of the module attribute ("") + + + Specification : the value of the module attribute ("") should correspond to an existing module, via a moduleSpec or - moduleRef - + moduleRef + @@ -43,8 +27,7 @@ should correspond to an existing module, via a moduleSpec or 이 요소가 참조된 확인소를 제공한다. 提供被參照的元素的識別符號。 当該要素を参照する識別子を示す。 - fournit l'identifiant qui référence cet - élément. + fournit l'identifiant qui référence cet élément. proporciona el identificador utilizado para indicar un elemento. specifica l'identificatore utilizzato per indicare l'elemento @@ -54,8 +37,7 @@ should correspond to an existing module, via a moduleSpec or tei infrastructure module. tei 하부구조 모듈에서 이 대상이 미리 선언되어야 하는지를 설명한다. 說明該元素集是否為全域元素集,並必須在核心中宣告。 - 当該オブジェクトが、TEI基盤モジュー - ルで事前に宣言されるべきかどうかを示す。 + 当該オブジェクトが、TEI基盤モジュー ルで事前に宣言されるべきかどうかを示す。 précise si cet objet nécessite une prédéfinition dans le module d'infrastructure tei. declara si la clase debe ser considerada global y por tanto definida en el módulo core dichiara se la classe debba essere considerata globale e quindi definita nel modulo core @@ -67,11 +49,10 @@ should correspond to an existing module, via a moduleSpec or 이 대상이 정의되어야 하는 모듈명을 제시한다. 提供定義該元素的模組名稱。 当該オブジェクトが定義されているモジュール名を示す。 - fournit le nom du module dans lequel doit - être défini cet objet. + fournit le nom du module dans lequel doit être défini cet objet. proporciona el nombre del módulo en que el objeto debe ser definido. indica il nome del modulo nel quale l'oggetto deve essere definito -
\ No newline at end of file + diff --git a/P5/Source/Specs/att.indentation.xml b/P5/Source/Specs/att.indentation.xml new file mode 100644 index 0000000000..b466e8c9f0 --- /dev/null +++ b/P5/Source/Specs/att.indentation.xml @@ -0,0 +1,37 @@ + + + + + provides attributes for describing the indentation of a textual + element on the source page or object. + proporciona atributos para + describir el sangrado de un elemento textual en la página fuente o en un objeto. + stellt Attribute zur Beschreibung der Einrückung eines Textelements + in der Quelle oder im Objekt bereit. + + + + specifies the level of indentation of an item using a numeric value. + + + + + + +

Wie du siehst hab ich die Lemma geändert, danke für den Hinweis, ich war nämlich selbst auch etwas unsicher bei der ganzen Sache und bin jetzt damit auch viel glücklicher!--

+ + + +
+
+
+

This attribute can be used to mark the level of indentation of a post in a thread-like structure (as defined by its author and in relation to the standard level of indentation which should be encoded with 0). This is commonly used for Wiki talk pages, but should also be used for genres such as webblog comments when the source was HTML.

+
+
+
+ + + +
diff --git a/P5/Source/Specs/att.internetMedia.xml b/P5/Source/Specs/att.internetMedia.xml index e5835976e6..a036741ed9 100644 --- a/P5/Source/Specs/att.internetMedia.xml +++ b/P5/Source/Specs/att.internetMedia.xml @@ -1,18 +1,11 @@ - + provides attributes for specifying the type of a computer resource using a standard taxonomy. 표준 분류법을 사용하는 컴퓨터 자원의 유형을 명시하는 속성을 제시한다. - 標準的な用語による計算機資源の種類を表す属性を示す。 - + 標準的な用語による計算機資源の種類を表す属性を示す。 fournit des attributs pour spécifier le type de ressource informatique selon une taxinomie normalisée. indica degli attributi che specificano il tipo di risorsa informatica utilizzando una tassonomia standard diff --git a/P5/Source/Specs/att.interpLike.xml b/P5/Source/Specs/att.interpLike.xml index d15f6740d6..17debf1f49 100644 --- a/P5/Source/Specs/att.interpLike.xml +++ b/P5/Source/Specs/att.interpLike.xml @@ -1,11 +1,5 @@ - + provides attributes for elements which represent a formal analysis or interpretation. diff --git a/P5/Source/Specs/att.lexicographic.normalized.xml b/P5/Source/Specs/att.lexicographic.normalized.xml index 337300cddd..15844831db 100644 --- a/P5/Source/Specs/att.lexicographic.normalized.xml +++ b/P5/Source/Specs/att.lexicographic.normalized.xml @@ -1,10 +1,6 @@ - + + + provides attributes for usage within word-level elements in the analysis module and within lexicographic microstructure in the dictionaries module. diff --git a/P5/Source/Specs/att.lexicographic.xml b/P5/Source/Specs/att.lexicographic.xml index 464bcfe8ff..2edad5524a 100644 --- a/P5/Source/Specs/att.lexicographic.xml +++ b/P5/Source/Specs/att.lexicographic.xml @@ -1,11 +1,5 @@ - + provides a set of attributes for specifying standard and normalized values, grammatical functions, alternate or equivalent forms, and information about composite parts. diff --git a/P5/Source/Specs/att.linguistic.xml b/P5/Source/Specs/att.linguistic.xml index bd11bfbe4c..7e4d703e0c 100644 --- a/P5/Source/Specs/att.linguistic.xml +++ b/P5/Source/Specs/att.linguistic.xml @@ -1,11 +1,5 @@ - + provides a set of attributes concerning linguistic features of tokens, for usage within token-level elements, specifically w and pc in the analysis module. @@ -100,8 +94,7 @@ $Id$ (morphosyntactic description) supplies morphosyntactic information for a token, usually according to some official reference - vocabulary (e.g. for German: STTS-large tagset; for a feature description system designed as (pragmatically) universal, see Universal Features). - + vocabulary (e.g. for German: STTS-large tagset; for a feature description system designed as (pragmatically) universal, see Universal Features). diff --git a/P5/Source/Specs/att.locatable.xml b/P5/Source/Specs/att.locatable.xml index df84373384..173f78b874 100644 --- a/P5/Source/Specs/att.locatable.xml +++ b/P5/Source/Specs/att.locatable.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Specs/att.measurement.xml b/P5/Source/Specs/att.measurement.xml index ab96a55a59..dd410f70dd 100644 --- a/P5/Source/Specs/att.measurement.xml +++ b/P5/Source/Specs/att.measurement.xml @@ -1,18 +1,11 @@ - + provides attributes to represent a regularized or normalized measurement. 정상화 또는 규격화된 측정 방식을 표상하는 속성을 제시한다. 提供屬性,代表一般化或規格化的度量。 - 正規化単位を表す属性を示す。 - + 正規化単位を表す属性を示す。 donne des attributs pour représenter une mesure régularisée ou normalisée. proporciona atributos que representen una medición regularizada o normalizada. diff --git a/P5/Source/Specs/att.media.xml b/P5/Source/Specs/att.media.xml index 5e5a093c2d..b8047e105b 100644 --- a/P5/Source/Specs/att.media.xml +++ b/P5/Source/Specs/att.media.xml @@ -1,11 +1,5 @@ - + provides attributes for specifying display and related properties of diff --git a/P5/Source/Specs/att.metrical.xml b/P5/Source/Specs/att.metrical.xml index b36786bb2e..26ec9bbd6d 100644 --- a/P5/Source/Specs/att.metrical.xml +++ b/P5/Source/Specs/att.metrical.xml @@ -1,11 +1,5 @@ - + defines a set of attributes that certain elements may use to diff --git a/P5/Source/Specs/att.milestoneUnit.xml b/P5/Source/Specs/att.milestoneUnit.xml index 827ef2d624..c8b41afa3b 100644 --- a/P5/Source/Specs/att.milestoneUnit.xml +++ b/P5/Source/Specs/att.milestoneUnit.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Specs/att.msClass.xml b/P5/Source/Specs/att.msClass.xml index 4406c1adfd..0e16bbce7b 100644 --- a/P5/Source/Specs/att.msClass.xml +++ b/P5/Source/Specs/att.msClass.xml @@ -1,11 +1,5 @@ - + provides attributes to indicate text type or classification. @@ -13,7 +7,7 @@ $Id$ identifies the text types or classifications applicable to this item by pointing to other elements or resources defining the - classification concerned. + classification concerned. 이 항목에 적용할 수 있는 텍스트 유형 또는 분류를 식별한다. 標明適合的文字類型或分類。 関連する分類を定義する他の要素またはリソースを指すことによって、この項目に適用可能なテキストタイプまたは分類を特定する。 diff --git a/P5/Source/Specs/att.msExcerpt.xml b/P5/Source/Specs/att.msExcerpt.xml index 76e0c64442..18806f3aa9 100644 --- a/P5/Source/Specs/att.msExcerpt.xml +++ b/P5/Source/Specs/att.msExcerpt.xml @@ -1,11 +1,5 @@ - + manuscript excerpt @@ -18,8 +12,7 @@ $Id$ provides attributes used to describe excerpts from a manuscript placed in a description thereof. 원고의 발췌본을 기술하는 속성을 제시한다. 提供用來描述關於手稿摘錄的屬性 - 手書き資料からの引用を記述するための属性を示す。 - + 手書き資料からの引用を記述するための属性を示す。 fournit des attributs pour décrire les extraits d'un manuscrit. assegna degli attributi utilizzati per descrivere estratti di un manoscritto inseriti in una descrizione dello stesso proporciona atributos usados para describir extractos de un manuscrito ****** @@ -30,8 +23,7 @@ $Id$ 인용 어구의 결합 여부를 표시한다. 즉, 손실 또는 손상을 통한 불완전성 指出所引用的段落是否不完全,例如因遺失或損毀而不完全。 当該部分に問題があるかどうかを示す。例えば、欠損や損傷による不完 - 全さなど。 - + 全さなど。 indique si le passage décrit est fautif, i.e. incomplet en raison d'une lacune ou d'une détérioration. indica se il brano citato sia o meno incompleto a causa di perdite o danni indica si el pasaje que se describe es completo o no, p.ej. si ha sufrido pérdidas o daños. diff --git a/P5/Source/Specs/att.namespaceable.xml b/P5/Source/Specs/att.namespaceable.xml index bd074e6118..f330c1d0be 100644 --- a/P5/Source/Specs/att.namespaceable.xml +++ b/P5/Source/Specs/att.namespaceable.xml @@ -1,11 +1,5 @@ - + provides attributes indicating the target namespace for an object being created. diff --git a/P5/Source/Specs/att.naming.xml b/P5/Source/Specs/att.naming.xml index 610b0cbebc..02661b59ef 100644 --- a/P5/Source/Specs/att.naming.xml +++ b/P5/Source/Specs/att.naming.xml @@ -1,11 +1,5 @@ - + provides attributes common to elements which refer to named persons, places, organizations etc. diff --git a/P5/Source/Specs/att.notated.xml b/P5/Source/Specs/att.notated.xml index e26c68d9d4..4d32a7d9a8 100644 --- a/P5/Source/Specs/att.notated.xml +++ b/P5/Source/Specs/att.notated.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Specs/att.partials.xml b/P5/Source/Specs/att.partials.xml index c5f1d17576..e0a596e52b 100644 --- a/P5/Source/Specs/att.partials.xml +++ b/P5/Source/Specs/att.partials.xml @@ -1,11 +1,5 @@ - + provides attributes for describing the extent of lexical references for a dictionary term. diff --git a/P5/Source/Specs/att.patternReplacement.xml b/P5/Source/Specs/att.patternReplacement.xml index a085eace50..2d4120e515 100644 --- a/P5/Source/Specs/att.patternReplacement.xml +++ b/P5/Source/Specs/att.patternReplacement.xml @@ -1,11 +1,5 @@ - + provides attributes for regular-expression matching and replacement. diff --git a/P5/Source/Specs/att.personal.xml b/P5/Source/Specs/att.personal.xml index 9d9924a140..b9de4ef0da 100644 --- a/P5/Source/Specs/att.personal.xml +++ b/P5/Source/Specs/att.personal.xml @@ -1,11 +1,5 @@ - + attributes for components of names usually, but not necessarily, personal names diff --git a/P5/Source/Specs/att.placement.xml b/P5/Source/Specs/att.placement.xml index 78a8d466fe..ea39dd853e 100644 --- a/P5/Source/Specs/att.placement.xml +++ b/P5/Source/Specs/att.placement.xml @@ -1,11 +1,5 @@ - + provides attributes for describing where on the source page or diff --git a/P5/Source/Specs/att.pointing.group.xml b/P5/Source/Specs/att.pointing.group.xml index 2427493314..275e4e3924 100644 --- a/P5/Source/Specs/att.pointing.group.xml +++ b/P5/Source/Specs/att.pointing.group.xml @@ -1,11 +1,5 @@ - + provides a set of attributes common to all elements which @@ -80,8 +74,7 @@ $Id$ alt. describe la función de cada uno de los valores del atributo target (metas) de los marcadores correspondientes link, join, o alt. descrive la funzione di ognuno dei valori dell'attributo target dei marcatori corrispondenti link, - join, o alt - + join, o alt

The number of separate values must match the number of diff --git a/P5/Source/Specs/att.pointing.xml b/P5/Source/Specs/att.pointing.xml index d30eeafca6..f2ad538a07 100644 --- a/P5/Source/Specs/att.pointing.xml +++ b/P5/Source/Specs/att.pointing.xml @@ -1,11 +1,5 @@ - + provides a set of attributes used by all elements which point @@ -101,8 +95,7 @@ $Id$ 若指向的元素本身為指標,則該指標的目標會被移除,依此類推,直到找到一個非指標的元素為止。 si el elemento que señala a sí mismo es un indicador, entonces el target de ese indicador será tomado, y así sucesivamente, hasta que se encuentre un elemento que no sea un indicador. 参照先の要素がポインターである場合、そのポインターの参照先へ - と展開する。これを、参照先がポインターでなくなるまで続ける。 - + と展開する。これを、参照先がポインターでなくなるまで続ける。 si l'élément pointé est lui-même un pointeur, alors on prendra la cible de ce pointeur, et ainsi de suite jusqu'à trouver un élément qui n'est pas un pointeur. se l'elemento puntato è esso stesso un puntatore, allora sarà presa la destinazione di quel puntatore e così via fino a trovare un elemento che non è un puntatore @@ -114,8 +107,7 @@ $Id$ 若指向的元素本身為指標,則該指標的目標(無論是否為指標)會作為這項指標的目標。 si el elemento que señala a sí mismo es un puntero, entonces el target (puntero o no) se toma como el target de este puntero. 参照先の要素がポインターである場合、(そのポインターの参照先 - がどうであれ)そのポインターが参照先になる。 - + がどうであれ)そのポインターが参照先になる。 si l'élément pointé est lui-même un pointeur, alors sa cible (qui est ou non un pointeur) devient la cible retenue. se l'elemento puntato è esso stesso un puntatore, allora la sua destinazione (che sia un puntatore o meno) è presa come destinazione del puntatore @@ -126,8 +118,7 @@ $Id$ 포인터의 대상에서 명시된 요소를 발견할 필요가 없을 때 더 이상의 대상에 대한 평가는 수행되지 않는다. 尋找指標的目標元素時,未對目標進行不必要的延伸評估。 no se realiza ninguna otra evaluación de los targets más allá de la necesaria para encontrar el elemento especificado en el target del puntero. - 当該ポインターの参照先から先にあるリンクへの展開は行わない。 - + 当該ポインターの参照先から先にあるリンクへの展開は行わない。 aucune évaluation ultérieure des cibles n'est menée au-delà de la recherche de l'élément désigné dans la cible du pointeur. non viene condotta altra valutazione delle destinazioni se non quella necessaria a rintracciare l'elemento specificato nella destinazione del puntatore diff --git a/P5/Source/Specs/att.predicate.xml b/P5/Source/Specs/att.predicate.xml index 9ee3e01f0c..c59aa6d56b 100644 --- a/P5/Source/Specs/att.predicate.xml +++ b/P5/Source/Specs/att.predicate.xml @@ -1,9 +1,5 @@ - + provides attributes for filtering diff --git a/P5/Source/Specs/att.ranging.xml b/P5/Source/Specs/att.ranging.xml index 247bc3fb4d..de53817f95 100644 --- a/P5/Source/Specs/att.ranging.xml +++ b/P5/Source/Specs/att.ranging.xml @@ -1,11 +1,5 @@ - + provides attributes for describing numerical ranges. diff --git a/P5/Source/Specs/att.rdgPart.xml b/P5/Source/Specs/att.rdgPart.xml index d2248d3bad..e8beac7127 100644 --- a/P5/Source/Specs/att.rdgPart.xml +++ b/P5/Source/Specs/att.rdgPart.xml @@ -1,11 +1,5 @@ - + provides attributes to mark the beginning or ending of a fragmentary diff --git a/P5/Source/Specs/att.repeatable.xml b/P5/Source/Specs/att.repeatable.xml index 02c9990305..9eee24b152 100644 --- a/P5/Source/Specs/att.repeatable.xml +++ b/P5/Source/Specs/att.repeatable.xml @@ -1,11 +1,5 @@ - + provides attributes for the elements which define @@ -20,12 +14,12 @@ $Id$ maxOccurs is 1, when maxOccurs is not specified minOccurs must always be less than or equal to 1. --> - + @maxOccurs should be greater than or equal to @minOccurs - + When @maxOccurs is not specified, @minOccurs must be 0 or 1 diff --git a/P5/Source/Specs/att.resourced.xml b/P5/Source/Specs/att.resourced.xml index 3a418b8924..063cfa695d 100644 --- a/P5/Source/Specs/att.resourced.xml +++ b/P5/Source/Specs/att.resourced.xml @@ -1,11 +1,5 @@ - + provides attributes by which a resource (such as an externally diff --git a/P5/Source/Specs/att.scoping.xml b/P5/Source/Specs/att.scoping.xml index 0e842aab3f..20d70636ec 100644 --- a/P5/Source/Specs/att.scoping.xml +++ b/P5/Source/Specs/att.scoping.xml @@ -1,11 +1,5 @@ - + provides attributes for selecting particular elements @@ -26,7 +20,7 @@ $Id$ supplies an XPath selection pattern using the syntax defined in which identifies a set of nodes, selected within the context identified by the target attribute if this is supplied, or within the - context of the parent element if it is not. + context of the parent element if it is not. に定義された構文を用いて、ノードの集合を指し示す任意の XPath 式を記入する。 選択範囲は target 属性が与えられた場合はそのコンテクスト、 なければ親要素のコンテクストとなる。 diff --git a/P5/Source/Specs/att.segLike.xml b/P5/Source/Specs/att.segLike.xml index 959fcd1228..ec569cd46b 100644 --- a/P5/Source/Specs/att.segLike.xml +++ b/P5/Source/Specs/att.segLike.xml @@ -1,11 +1,5 @@ - + provides attributes for elements used for arbitrary segmentation. diff --git a/P5/Source/Specs/att.sortable.xml b/P5/Source/Specs/att.sortable.xml index 5715c4bec9..1b66543ebb 100644 --- a/P5/Source/Specs/att.sortable.xml +++ b/P5/Source/Specs/att.sortable.xml @@ -1,11 +1,5 @@ - + provides attributes for elements in lists or groups that are sortable, but whose sorting key cannot be derived mechanically from the element content. diff --git a/P5/Source/Specs/att.spanning.xml b/P5/Source/Specs/att.spanning.xml index 303db259ed..71b1611f64 100644 --- a/P5/Source/Specs/att.spanning.xml +++ b/P5/Source/Specs/att.spanning.xml @@ -1,11 +1,5 @@ - + provides attributes for elements which delimit a span of text by pointing mechanisms rather than by enclosing it. diff --git a/P5/Source/Specs/att.styleDef.xml b/P5/Source/Specs/att.styleDef.xml index 31f0d9aa66..c51ad1314c 100644 --- a/P5/Source/Specs/att.styleDef.xml +++ b/P5/Source/Specs/att.styleDef.xml @@ -1,11 +1,5 @@ - + provides attributes to specify the name of a formal definition diff --git a/P5/Source/Specs/att.tableDecoration.xml b/P5/Source/Specs/att.tableDecoration.xml index ddc4e5845c..91cf2073c5 100644 --- a/P5/Source/Specs/att.tableDecoration.xml +++ b/P5/Source/Specs/att.tableDecoration.xml @@ -1,18 +1,11 @@ - + provides attributes used to decorate rows or cells of a table. 테이블의 행 또는 셀을 장식하는 속성을 제공한다. 提供屬性,用以裝飾表格內的儲存格或列。 - 表の行またはセルを修飾する属性を示す。 - + 表の行またはセルを修飾する属性を示す。 fournit des attributs pour mettre en forme les lignes ou les cellules d'un tableau. proporciona atributos usados para decorar filas o celdas de una tabla. assegna degli attributi utilizzati per decorare righe e celle di una tabella @@ -24,8 +17,7 @@ $Id$ in each cell of this row. 이 셀에 또는 이 행의 각 셀에 나타난 정보의 종류를 제시한다. 指出此儲存格或列當中,各儲存格所包含的資訊類型。 - 当該セル、または当該行中のセルにある情報の種類を示す。 - + 当該セル、または当該行中のセルにある情報の種類を示す。 indique le type des informations contenues dans cette cellule ou dans chaque cellule de cette ligne. especifica el tipo de información contenida en la celda en cuestión o en cada una de las celdas de la fila. @@ -38,8 +30,7 @@ in each cell of this row. 표지 또는 기술적 정보만 허용 僅為標號或描述性資訊。 etiquetado o información descriptiva solamente. - 記述的情報またはラベルのみ。 - + 記述的情報またはラベルのみ。 uniquement des informations relatives au codage ou à la description informazione esclusivamente descrittiva o del tipo etichetta @@ -48,8 +39,7 @@ in each cell of this row. 데이터 값 數據值。 valores de datos. - 日付情報。 - + 日付情報。 valeurs de données valori di dati @@ -86,8 +76,7 @@ el atributo role (papel) del elemento padre row (fila).

indicates the number of rows occupied by this cell or row. 이 셀 또는 행에 의해 사용된 행의 수를 나타낸다. 指出此儲存格或列所占的列數。 - 当該セルまたは行を含む行の数を示す。 - + 当該セルまたは行を含む行の数を示す。 indique le nombre de lignes occupées par la cellule ou la ligne en question. indica el número de filas ocupado por una celda o por la fila en cuestión. indica il numero di righe occupate dalla cella o riga in questione @@ -122,8 +111,7 @@ to use nested tables.

row. 이 셀 또는 행에 의해 사용된 열의 수를 나타낸다. 指出此儲存格或列所佔的欄位數。 - 当該セルまたは行を含む列の数を示す。 - + 当該セルまたは行を含む列の数を示す。 indique le nombre de colonnes occupées par cette cellule ou cette ligne. indica el número de columnas que abraza una celda o fila. indica il numero di colonne occupate dalla cella o riga diff --git a/P5/Source/Specs/att.textCritical.xml b/P5/Source/Specs/att.textCritical.xml index 79f1e25fd9..32ca1a5dbc 100644 --- a/P5/Source/Specs/att.textCritical.xml +++ b/P5/Source/Specs/att.textCritical.xml @@ -1,11 +1,5 @@ - + defines a set of attributes common to all elements representing variant readings in text critical work. @@ -29,7 +23,7 @@ $Id$ Also see TEI ticket #1867. --> - + classifies the reading according to some useful typology. 유용한 유형에 따라 독법을 분류한다. 用合宜的分類法將對應本分類。 @@ -95,8 +89,7 @@ sequence, when there is reason to presume a sequence to the variants. 어떤 연쇄를 임의의 레마에 관한 이문으로 추정하는 이유가 있을 때, 어떤 연쇄에서 이 독본의 위치를 나타내는 수를 제공한다. 當有理由假設任一主題的一系列變異對應本時,則提供一個數字,指出此對應本於連續系列中的位置。 1つの対象語に対する一連の異形を想定する理由がある場合、当該解釈 - がある場所を番号で示す。 - + がある場所を番号で示す。 fournit un nombre indiquant la position de la leçon dans une séquence, lorsqu'on peut supposer un ordre pour les variantes de chaque lemme. diff --git a/P5/Source/Specs/att.timed.xml b/P5/Source/Specs/att.timed.xml index c0b97b0a41..3212075348 100644 --- a/P5/Source/Specs/att.timed.xml +++ b/P5/Source/Specs/att.timed.xml @@ -1,11 +1,5 @@ - + provides attributes common to those elements which diff --git a/P5/Source/Specs/att.transcriptional.xml b/P5/Source/Specs/att.transcriptional.xml index ef7fc0ab36..ba8ce455a6 100644 --- a/P5/Source/Specs/att.transcriptional.xml +++ b/P5/Source/Specs/att.transcriptional.xml @@ -1,11 +1,5 @@ - + provides attributes specific to elements encoding authorial or @@ -14,8 +8,7 @@ $Id$ 원고 또는 유사 원본을 전사할 때 텍스트의 저작 또는 필사 간섭을 부호화하는 요소에 특징적으로 사용되는 속성을 제시한다. proporciona a los atributos específicos a los elementos que codifican la intervención authorial o scribal en un texto al transcribir el manuscrito o las fuentes similares. 手書き資料や同様の資料を転記する場合、著者や筆写者に関する調整を記録 - する要素に付与される属性を示す。 - + する要素に付与される属性を示す。 fournit des attributs spécifiques au codage d'éléments relatifs à l'intervention de l'auteur ou du copiste dans un texte lors de la transcription de sources manuscrites ou assimilées. @@ -29,8 +22,7 @@ transcription de sources manuscrites ou assimilées. + provides attributes used to indicate the status of a translatable portion of an ODD document. ODD 문서의 번역 가능 부분의 상태를 나타내는 속성을 제시한다. 提供的屬性指出ODD文件中可翻譯部分的狀態。 - ODD文書中の翻訳可能部分の状態を表す属性を示す。 - + ODD文書中の翻訳可能部分の状態を表す属性を示す。 fournit les attributs utilisés pour indiquer le statut d'une partie traduisible d'un document ODD. proporciona atributos utilizados para indicar el estatus de un fragmento traducibile de un documento aislado. @@ -23,8 +16,7 @@ portion of an ODD document. specifies the date on which the source text was extracted and sent to the translator 번역 버전이 도출된 원본의 버전 이름 또는 수를 명시한다. 說明該翻譯版本來源的版本名稱或版本數 - 翻訳対象となった元資料のバージョンを示す。 - + 翻訳対象となった元資料のバージョンを示す。 spécifie le nom de la version ou le numéro de la source dont la version traduite a été tirée. indica nombre o número de versión del original del cual deriva la versione traducida diff --git a/P5/Source/Specs/att.typed.xml b/P5/Source/Specs/att.typed.xml index b935b8ac26..57bb141000 100644 --- a/P5/Source/Specs/att.typed.xml +++ b/P5/Source/Specs/att.typed.xml @@ -1,18 +1,11 @@ - + provides attributes that can be used to classify or subclassify elements in any way. 요소의 분류 또는 하위분류에서 사용될 수 있는 속성을 제공한다. 提供可依任何方法將元素分類或次要分類的一般屬性。 - 要素を分類するための属性を示す。 - + 要素を分類するための属性を示す。 fournit des attributs qui peuvent être utilisés pour classer ou interclasser des éléments de n'importe quelle façon. proporciona atributos genéricos utilizables para cualquier clasificación o subclasificación de elementos. diff --git a/P5/Source/Specs/att.witnessed.xml b/P5/Source/Specs/att.witnessed.xml index 32d4fab08a..131e6b2dae 100644 --- a/P5/Source/Specs/att.witnessed.xml +++ b/P5/Source/Specs/att.witnessed.xml @@ -1,11 +1,5 @@ - + provides attributes used to identify the witnesses @@ -22,8 +16,7 @@ $Id$ which attest to a given reading. 제시된 독법을 증명하는 비교 대상 텍스트를 나타내는 하나 이상의 포인터 목록을 포함한다. 包含一個或多個指標的一份列表,連結到已知對應本的版本。 - 当該解釈を証す文献を示す1つ以上のポインタのリストを示す。 - + 当該解釈を証す文献を示す1つ以上のポインタのリストを示す。 contient une liste comprenant un ou plusieurs pointeurs qui désignent les témoins attestant d'une leçon donnée. contiene una lista de uno o más indicadores que muestran los testimonios que presentan una determinada lectura. diff --git a/P5/Source/Specs/att.written.xml b/P5/Source/Specs/att.written.xml index 62885d9634..cf629f0306 100644 --- a/P5/Source/Specs/att.written.xml +++ b/P5/Source/Specs/att.written.xml @@ -1,11 +1,5 @@ - + @@ -40,8 +34,7 @@ header (see section ). --> 간섭을 만든 당사자의 필적을 나타낸다. - 当該調整を行った主体の筆致を特定する。 - + 当該調整を行った主体の筆致を特定する。 signale la main de celui qui est intervenue. indica il responsabile dell'aggiunta o della cancellazione indica el responsable de la adición o de la omisión. diff --git a/P5/Source/Specs/att.xml b/P5/Source/Specs/att.xml index 6843c304e1..46f891d634 100644 --- a/P5/Source/Specs/att.xml +++ b/P5/Source/Specs/att.xml @@ -1,11 +1,5 @@ - + attribute diff --git a/P5/Source/Specs/attDef.xml b/P5/Source/Specs/attDef.xml index 6e90fdbd0f..c1e1d9c59b 100644 --- a/P5/Source/Specs/attDef.xml +++ b/P5/Source/Specs/attDef.xml @@ -1,11 +1,5 @@ - + attribute definition @@ -45,16 +39,26 @@ $Id$
- - Attribute: the definition of the @ attribute in the - - should have a closed valList or a datatype + + + + Attribute: the definition of the @ attribute in the + + + should + have a closed valList or a datatype + + - Since the @ attribute is required, it will always be specified. Thus the default value (of "") will never be used. Either change the definition of the attribute so it is not required ("rec" or "opt"), or remove the defaultVal element. + Since the @ attribute is required, it will always be specified. Thus the default value (of "") will never be used. Either change the definition of the attribute so it is not required ("rec" or "opt"), or remove the defaultVal element. @@ -65,9 +69,17 @@ $Id$ + - - In the defining + + In the defining the default value of the @ attribute is not among the closed list of possible values @@ -76,7 +88,13 @@ $Id$ - + In the defining the default value of the @ attribute is not among the closed list of possible @@ -90,12 +108,9 @@ $Id$ 속성 또는 요소의 수의성을 명시한다. 說明屬性或元素的必備性。 属性または要素の選択性を示す。 - précise qu'un attribut ou un élément sont - facultatifs. - especifica el caracter opcional de un atributo o un - elemento - indica il carattere facoltativo di un attributo o - elemento + précise qu'un attribut ou un élément sont facultatifs. + especifica el caracter opcional de un atributo o un elemento + indica il carattere facoltativo di un attributo o elemento opt diff --git a/P5/Source/Specs/attList.xml b/P5/Source/Specs/attList.xml index b6b93b2875..06f0db90cf 100644 --- a/P5/Source/Specs/attList.xml +++ b/P5/Source/Specs/attList.xml @@ -1,11 +1,5 @@ - + attribute list diff --git a/P5/Source/Specs/attRef.xml b/P5/Source/Specs/attRef.xml index 05d134b7d0..9c7dc32e87 100644 --- a/P5/Source/Specs/attRef.xml +++ b/P5/Source/Specs/attRef.xml @@ -1,11 +1,5 @@ - + attribute pointer diff --git a/P5/Source/Specs/author.xml b/P5/Source/Specs/author.xml index 5850d43e8c..ef98008da4 100644 --- a/P5/Source/Specs/author.xml +++ b/P5/Source/Specs/author.xml @@ -1,10 +1,6 @@ - + + + author autor/a auteur diff --git a/P5/Source/Specs/authority.xml b/P5/Source/Specs/authority.xml index 297d962128..4f269ce281 100644 --- a/P5/Source/Specs/authority.xml +++ b/P5/Source/Specs/authority.xml @@ -1,11 +1,5 @@ - + release authority diff --git a/P5/Source/Specs/availability.xml b/P5/Source/Specs/availability.xml index 3bae1d644d..f6fa6a0b0d 100644 --- a/P5/Source/Specs/availability.xml +++ b/P5/Source/Specs/availability.xml @@ -1,11 +1,5 @@ - + availability diff --git a/P5/Source/Specs/back.xml b/P5/Source/Specs/back.xml index 5176385ba4..9453ec0cc2 100644 --- a/P5/Source/Specs/back.xml +++ b/P5/Source/Specs/back.xml @@ -1,11 +1,5 @@ - + back matter diff --git a/P5/Source/Specs/bibl.xml b/P5/Source/Specs/bibl.xml index 4f44ebf955..f1dc7682d6 100644 --- a/P5/Source/Specs/bibl.xml +++ b/P5/Source/Specs/bibl.xml @@ -1,11 +1,5 @@ - + bibliographic citation @@ -39,6 +33,7 @@ + diff --git a/P5/Source/Specs/biblFull.xml b/P5/Source/Specs/biblFull.xml index 462ec3aceb..9f7fb863d5 100644 --- a/P5/Source/Specs/biblFull.xml +++ b/P5/Source/Specs/biblFull.xml @@ -1,11 +1,5 @@ - + fully-structured bibliographic citation @@ -33,6 +27,7 @@ $Id$ + diff --git a/P5/Source/Specs/biblScope.xml b/P5/Source/Specs/biblScope.xml index 2b085e6491..3682ffd5b1 100644 --- a/P5/Source/Specs/biblScope.xml +++ b/P5/Source/Specs/biblScope.xml @@ -1,11 +1,5 @@ - + scope of bibliographic reference diff --git a/P5/Source/Specs/biblStruct.xml b/P5/Source/Specs/biblStruct.xml index b0c19ad88a..ce4aef2a32 100644 --- a/P5/Source/Specs/biblStruct.xml +++ b/P5/Source/Specs/biblStruct.xml @@ -1,11 +1,5 @@ - + structured bibliographic citation @@ -34,6 +28,7 @@ + diff --git a/P5/Source/Specs/bicond.xml b/P5/Source/Specs/bicond.xml index 10fd209d21..5059a0a142 100644 --- a/P5/Source/Specs/bicond.xml +++ b/P5/Source/Specs/bicond.xml @@ -1,11 +1,5 @@ - + bi-conditional feature-structure constraint diff --git a/P5/Source/Specs/binary.xml b/P5/Source/Specs/binary.xml index df6b3a0b8a..919333114f 100644 --- a/P5/Source/Specs/binary.xml +++ b/P5/Source/Specs/binary.xml @@ -1,11 +1,5 @@ - + binary value diff --git a/P5/Source/Specs/binaryObject.xml b/P5/Source/Specs/binaryObject.xml index f8de99bd6d..ebf576bfa5 100644 --- a/P5/Source/Specs/binaryObject.xml +++ b/P5/Source/Specs/binaryObject.xml @@ -1,11 +1,5 @@ - + provides encoded binary data representing an inline graphic, @@ -26,6 +20,7 @@ + diff --git a/P5/Source/Specs/binding.xml b/P5/Source/Specs/binding.xml index 110efc583a..4bbdf2f2f6 100644 --- a/P5/Source/Specs/binding.xml +++ b/P5/Source/Specs/binding.xml @@ -1,10 +1,6 @@ - + + + binding reliure contains a description of one binding, i.e. type of covering, boards, diff --git a/P5/Source/Specs/bindingDesc.xml b/P5/Source/Specs/bindingDesc.xml index 2fc39632d6..5af5063ac9 100644 --- a/P5/Source/Specs/bindingDesc.xml +++ b/P5/Source/Specs/bindingDesc.xml @@ -1,11 +1,5 @@ - + binding description diff --git a/P5/Source/Specs/birth.xml b/P5/Source/Specs/birth.xml index 561103390f..c42885dd3e 100644 --- a/P5/Source/Specs/birth.xml +++ b/P5/Source/Specs/birth.xml @@ -1,10 +1,6 @@ - + + + birth naissance contains information about a person's birth, such as its date and place. @@ -67,7 +63,7 @@ - + caesarean section 帝王切開 diff --git a/P5/Source/Specs/bloc.xml b/P5/Source/Specs/bloc.xml index 8e187f0769..b3af6e85b7 100644 --- a/P5/Source/Specs/bloc.xml +++ b/P5/Source/Specs/bloc.xml @@ -1,10 +1,6 @@ - + + + bloc bloc contains the name of a geo-political unit consisting of two or more nation states or @@ -24,6 +20,7 @@ + diff --git a/P5/Source/Specs/body.xml b/P5/Source/Specs/body.xml index c04dd1c4ce..d997b57c2a 100644 --- a/P5/Source/Specs/body.xml +++ b/P5/Source/Specs/body.xml @@ -1,11 +1,5 @@ - + text body diff --git a/P5/Source/Specs/broadcast.xml b/P5/Source/Specs/broadcast.xml index 2221d187e3..09c17d5091 100644 --- a/P5/Source/Specs/broadcast.xml +++ b/P5/Source/Specs/broadcast.xml @@ -1,11 +1,5 @@ - + broadcast @@ -14,8 +8,7 @@ $Id$ décrit une émission utilisée comme source de la parole transcrite. 구어 텍스트의 원본으로 사용된 방송에 대해 기술한다. 描述口說文本的公開播送影音來源相關資訊。 - 発話されたテキストの元となる放送を示す。 - + 発話されたテキストの元となる放送を示す。 beschreibt eine Sendung, die als Quelle eines gesprochenen Textes genutzt wird describe la emisión usada como fuente de un texto escrito. diff --git a/P5/Source/Specs/byline.xml b/P5/Source/Specs/byline.xml index 6f55cc74d2..35c92ab58f 100644 --- a/P5/Source/Specs/byline.xml +++ b/P5/Source/Specs/byline.xml @@ -1,11 +1,5 @@ - + byline @@ -28,6 +22,7 @@ on its title page or at the head or end of the work. + diff --git a/P5/Source/Specs/c.xml b/P5/Source/Specs/c.xml index cc9f79459b..eb74afc88c 100644 --- a/P5/Source/Specs/c.xml +++ b/P5/Source/Specs/c.xml @@ -1,11 +1,5 @@ - + character @@ -29,6 +23,7 @@ $Id$ + diff --git a/P5/Source/Specs/cRefPattern.xml b/P5/Source/Specs/cRefPattern.xml index f3bcffa580..32cbe8280c 100644 --- a/P5/Source/Specs/cRefPattern.xml +++ b/P5/Source/Specs/cRefPattern.xml @@ -1,11 +1,5 @@ - + canonical reference pattern diff --git a/P5/Source/Specs/caesura.xml b/P5/Source/Specs/caesura.xml index aa5e553369..2e4769ff90 100644 --- a/P5/Source/Specs/caesura.xml +++ b/P5/Source/Specs/caesura.xml @@ -1,11 +1,5 @@ - + marks the point at which a metrical line may be divided. diff --git a/P5/Source/Specs/calendar.xml b/P5/Source/Specs/calendar.xml index 2fb79f36b3..1795e00f7e 100644 --- a/P5/Source/Specs/calendar.xml +++ b/P5/Source/Specs/calendar.xml @@ -1,11 +1,5 @@ - + calendar diff --git a/P5/Source/Specs/calendarDesc.xml b/P5/Source/Specs/calendarDesc.xml index c052006bc6..5b43b3eab7 100644 --- a/P5/Source/Specs/calendarDesc.xml +++ b/P5/Source/Specs/calendarDesc.xml @@ -1,11 +1,5 @@ - + calendar description diff --git a/P5/Source/Specs/camera.xml b/P5/Source/Specs/camera.xml index 1f6c404934..362ee40d6d 100644 --- a/P5/Source/Specs/camera.xml +++ b/P5/Source/Specs/camera.xml @@ -1,11 +1,5 @@ - + camera diff --git a/P5/Source/Specs/caption.xml b/P5/Source/Specs/caption.xml index b048bafabf..c5545046d1 100644 --- a/P5/Source/Specs/caption.xml +++ b/P5/Source/Specs/caption.xml @@ -1,15 +1,10 @@ - + - caption + caption sous-titre + Beschriftung contains the text of a caption or other text displayed as part of a film script or screenplay. 영화 스크립트 또는 시나리오의 일부로서 제시되는 자막 또는 다른 텍스트를 포함한다. @@ -71,10 +66,10 @@ laughing affectedly and drinking champagne.

A specialized form of stage direction.

- +

Forme particulière d'indication scénique.

- +

ト書きの特別な形。

diff --git a/P5/Source/Specs/case.xml b/P5/Source/Specs/case.xml index 7fee52299c..49252f1b3d 100644 --- a/P5/Source/Specs/case.xml +++ b/P5/Source/Specs/case.xml @@ -1,15 +1,10 @@ - + - case + case cas + Fall contains grammatical case information given by a dictionary for a given form. 주어진 형식에 대하여 사전에 제시된 문법적 격 정보를 포함한다. 包含文法上格的資訊。 @@ -17,6 +12,7 @@ $Id$ contient des informations sur le cas grammatical présenté par le dictionnaire pour une forme donnée. contiene la información del caso gramatical. contiene informazioni grammaticali sul caso fornite dal dizionario per una determinata froma. + enthält grammatikalische Kasusinformationen, die von einem Wörterbuch für eine bestimmte Form geliefert werden. @@ -97,7 +93,7 @@ $Id$ dative, genitive, etc.

This element is synonymous with gram type="case".

- +

Peut contenir des caractères et des éléments du niveau expression. Les valeurs types seront nominative, accusative, dative, @@ -105,7 +101,7 @@ $Id$

Cet élément est synonyme degram type="case"

- +

文字データまたは句レベルの要素。典型的な値は、 nominative(主格)accusative(対格)dative(与格)genitive(属格) diff --git a/P5/Source/Specs/castGroup.xml b/P5/Source/Specs/castGroup.xml index 0f49b30933..420fad30d0 100644 --- a/P5/Source/Specs/castGroup.xml +++ b/P5/Source/Specs/castGroup.xml @@ -1,11 +1,5 @@ - + cast list grouping diff --git a/P5/Source/Specs/castItem.xml b/P5/Source/Specs/castItem.xml index 0c0c7c527e..9994bcea02 100644 --- a/P5/Source/Specs/castItem.xml +++ b/P5/Source/Specs/castItem.xml @@ -1,11 +1,5 @@ - + cast list item @@ -48,13 +42,13 @@ either a single role or a list of non-speaking roles. indica la voce della lista dei personaggi role - + the item describes a single role. 항목이 하나의 배역을 기술한다. 該項目為單一角色 el elemeto describe un único papel. - ひとつの役を示す。 + ひとつの役を示す。 l'item décrit un simple rôle. l'oggetto descrive un solo ruolo. diff --git a/P5/Source/Specs/castList.xml b/P5/Source/Specs/castList.xml index 6bf8c3db2c..f78bd14168 100644 --- a/P5/Source/Specs/castList.xml +++ b/P5/Source/Specs/castList.xml @@ -1,11 +1,5 @@ - + cast list @@ -13,6 +7,7 @@ $Id$ 角色清單 reparto distribution + Besetzungsliste elenco dei personaggi 配役リスト contains a single cast list or dramatis personae. diff --git a/P5/Source/Specs/catDesc.xml b/P5/Source/Specs/catDesc.xml index 7f80b20ac1..7c5eee627d 100644 --- a/P5/Source/Specs/catDesc.xml +++ b/P5/Source/Specs/catDesc.xml @@ -1,11 +1,5 @@ - + category description diff --git a/P5/Source/Specs/catRef.xml b/P5/Source/Specs/catRef.xml index dcfd95506b..005250e62d 100644 --- a/P5/Source/Specs/catRef.xml +++ b/P5/Source/Specs/catRef.xml @@ -1,11 +1,5 @@ - + category reference @@ -44,8 +38,7 @@ $Id$ 標明該分類架構,其中相關的類目群組已被定義 たとえばtaxonomy要素あるいはその他の資料によって、当該分類項目が定義されている分類スキームを同定する。 gibt das Klassifikationsschema an, in dem die entsprechenden Kategorien definiert sind, - z. B. über ein taxonomy-Element oder eine andere Ressource. - + z. B. über ein taxonomy-Element oder eine andere Ressource. indica el esquema de clasificación al interno del cual se define una serie de categorias referidas. identifica lo schema di classificazione all'interno diff --git a/P5/Source/Specs/catchwords.xml b/P5/Source/Specs/catchwords.xml index e9cbc1b77f..7a1aca0cb1 100644 --- a/P5/Source/Specs/catchwords.xml +++ b/P5/Source/Specs/catchwords.xml @@ -1,24 +1,14 @@ - + catchwords réclames - describes the system used to ensure -correct ordering of the quires or similar making up a codex, incunable, or other object -typically by means of annotations at the foot of the page. + describes the system used to ensure correct ordering of the quires or similar making up a codex, incunable, or other object typically by means of annotations at the foot of the page. 일반적으로 페이지의 밑에 표시되며, 제본되지 않은 원고 또는 고판본의 정확한 순서를 보장하는 체계를 기술한다. 描述一疊書頁裝訂成手抄本或書冊時,確保書頁順序無誤的方法,通常是利用頁腳的註記。 古い冊子本や刊本にみられる、折丁の正しい順序を確認するためのシステムについて記述する。一般には、ページの脚に注記される。 - décrit le système utilisé pour s'assurer que les - cahiers formant un manuscrit ou un incunable sont dans le bon ordre, typiquement au moyen - d'annotations en bas de page. + décrit le système utilisé pour s'assurer que les cahiers formant un manuscrit ou un incunable sont dans le bon ordre, typiquement au moyen d'annotations en bas de page. describe el sistema utilizado para garantizar la ordenación correcta de los cuadernos que constituyen un códex o un incunable, obtenido normalmente por medio de anotaciones a pie de página. descrive il sistema utilizzato per garantire l'ordinamento corretto dei quaderni che costituiscono un codice o incunabolo, ottenuto solitamente tramite annotazioni a piè di pagina @@ -36,9 +26,11 @@ typically by means of annotations at the foot of the page. to test this the content of s have been extracted and put in the TEI namespace for testing. At least, that's what I think is going on. —Syd, 2018-10-01 - --> + --> - The element should not be used outside of msDesc. + + The element should not be used outside of msDesc. + @@ -50,4 +42,4 @@ the inner bounding line, reading from top to bottom. - \ No newline at end of file + diff --git a/P5/Source/Specs/category.xml b/P5/Source/Specs/category.xml index f3ce5ea56f..c65549e62f 100644 --- a/P5/Source/Specs/category.xml +++ b/P5/Source/Specs/category.xml @@ -1,11 +1,5 @@ - + category diff --git a/P5/Source/Specs/cb.xml b/P5/Source/Specs/cb.xml index 9513db699e..81a1d50328 100644 --- a/P5/Source/Specs/cb.xml +++ b/P5/Source/Specs/cb.xml @@ -1,11 +1,5 @@ - + column beginning @@ -31,6 +25,7 @@ + diff --git a/P5/Source/Specs/cell.xml b/P5/Source/Specs/cell.xml index 2fa7642941..194b1fdcbc 100644 --- a/P5/Source/Specs/cell.xml +++ b/P5/Source/Specs/cell.xml @@ -1,11 +1,5 @@ - + cell diff --git a/P5/Source/Specs/certainty.xml b/P5/Source/Specs/certainty.xml index b8542ee9e1..dbab1a7661 100644 --- a/P5/Source/Specs/certainty.xml +++ b/P5/Source/Specs/certainty.xml @@ -1,11 +1,5 @@ - + indicates the degree of certainty associated @@ -34,7 +28,7 @@ $Id$ characterizes the element in some sense, using any convenient classification scheme or typology; sample categorization of annotations of uncertainty might use following values: - + diff --git a/P5/Source/Specs/change.xml b/P5/Source/Specs/change.xml index 8038d8e5c9..2be3ccd442 100644 --- a/P5/Source/Specs/change.xml +++ b/P5/Source/Specs/change.xml @@ -1,10 +1,6 @@ - + + + change Änderung 変更 @@ -80,7 +76,7 @@ $Id$ Ziel 対象 points to one or more elements that belong to this change. - verweist auf ein oder mehrere Elemente, die zu dieser Änderung gehören. + verweist auf ein oder mehrere Elemente, die zu dieser Änderung gehören. この変更の対象となる一つ以上の要素を指す。 diff --git a/P5/Source/Specs/channel.xml b/P5/Source/Specs/channel.xml index 5a4a5a615e..3185bcb2b5 100644 --- a/P5/Source/Specs/channel.xml +++ b/P5/Source/Specs/channel.xml @@ -1,11 +1,5 @@ - + primary channel @@ -72,7 +66,7 @@ for a spoken one, radio, telephone, face-to-face, etc. e.g. dictation 書き起こし 예, 받아쓰기 - 為寫而說 (例如聽寫)   + 為寫而說 (例如聽寫) p.ej. dictado 発話されたものを書いたもの。例えば書き起こしなど。 une dictée par exemple. @@ -88,7 +82,7 @@ for a spoken one, radio, telephone, face-to-face, etc. 台本 e.g. a script 예, 스크립트 - 為說而寫 (例如稿子)   + 為說而寫 (例如稿子) p.ej. un guión 書かれたものを発話したもの。例えば、台本など。 un script par exemple. diff --git a/P5/Source/Specs/char.xml b/P5/Source/Specs/char.xml index f4c5d107c5..b0af7995d8 100644 --- a/P5/Source/Specs/char.xml +++ b/P5/Source/Specs/char.xml @@ -1,11 +1,5 @@ - + character diff --git a/P5/Source/Specs/charDecl.xml b/P5/Source/Specs/charDecl.xml index 773cc98e34..4fa7cec78d 100644 --- a/P5/Source/Specs/charDecl.xml +++ b/P5/Source/Specs/charDecl.xml @@ -1,16 +1,11 @@ - + character declarations 문자 선언 文字描述 + 文字宣言 description de caractère descripción del carácter descrizione del carattere diff --git a/P5/Source/Specs/choice.xml b/P5/Source/Specs/choice.xml index 481c3da878..697fd79571 100644 --- a/P5/Source/Specs/choice.xml +++ b/P5/Source/Specs/choice.xml @@ -1,11 +1,5 @@ - + choice @@ -25,6 +19,7 @@ + @@ -99,18 +94,13 @@

Se Observa también que los elementos opción pueden ser uno mismo-jerarquía.

Para una versión especializada de la opción para codificar los testimonios múltiples de un único trabajo, ver la sección .

- +

- 要素choiceの子要素は全て、選択的な符号化方法を示している。 - 従って、それらは互いに排他的であるとするのが自然である。けれども、 - 並列的に符号化されていると考えられる場合もあるだろう。 -

-

要素choiceは、入れ子化できることにも注意して欲しい。 -

-

- 1つの作品にある複数の現存資料を要素choice符号化することに - ついては、を参照のこと。 -

+ choice要素の子要素は全て、同じ部分の異なる選択肢を示しているので、それらは択一的であるとするのが自然である。 + けれども、テキストを完全に表現するには複数の選択肢を並列的に扱う必要がある場合もあるだろう。

+

choice要素は、自らを入れ子にできることにも注意して欲しい。

+

符号化時にありうる選択肢ではなく、1つの作品にある複数の本文を記録する目的では、 + で扱われているapp要素などが望ましい。

diff --git a/P5/Source/Specs/cit.xml b/P5/Source/Specs/cit.xml index 452b3b4dee..9d7fa9519b 100644 --- a/P5/Source/Specs/cit.xml +++ b/P5/Source/Specs/cit.xml @@ -1,11 +1,5 @@ - + cited quotation @@ -15,6 +9,7 @@ citation citazione Zitat mit Referenz + 引用内容 contains a quotation from some other document, together with a bibliographic reference to its source. In a dictionary it may contain an example text with at least one occurrence of the word form, used in the sense being described, or a translation of the headword, or an example. @@ -38,6 +33,7 @@ + diff --git a/P5/Source/Specs/citeData.xml b/P5/Source/Specs/citeData.xml index 806659b50c..1a526b59d5 100644 --- a/P5/Source/Specs/citeData.xml +++ b/P5/Source/Specs/citeData.xml @@ -1,11 +1,5 @@ - + citation data diff --git a/P5/Source/Specs/citeStructure.xml b/P5/Source/Specs/citeStructure.xml index 9244d3cf24..e28f94d93a 100644 --- a/P5/Source/Specs/citeStructure.xml +++ b/P5/Source/Specs/citeStructure.xml @@ -1,13 +1,7 @@ - + - + citation structure declares a structure and method for citing the current document. @@ -38,22 +32,22 @@ $Id$ syntax defined in which identifies a set of nodes which are citable structural components. The expression may be absolute (beginning with /) or relative. match on a citeStructure without a citeStructure parent must be an absolute XPath. If it is - relative, its context is set by the match of the parent citeStructure. + relative, its context is set by the match of the parent citeStructure. - - An XPath in @match on the outer must start with '/'. - + + An XPath in @match on the outer must start with '/'. + - - An XPath in @match must not start with '/' except on the outer . - + + An XPath in @match must not start with '/' except on the outer . + diff --git a/P5/Source/Specs/citedRange.xml b/P5/Source/Specs/citedRange.xml index deb0192e3d..1f81d7bccf 100644 --- a/P5/Source/Specs/citedRange.xml +++ b/P5/Source/Specs/citedRange.xml @@ -1,15 +1,11 @@ - + cited range + 引用範囲 defines the range of cited content, often represented by pages or other units + しばしばページやその他の単位で表される、引用の範囲を定める。 @@ -38,7 +34,9 @@ an identical value. When no clear endpoint is provided, the from attribute may be used without to; for example a citation such as p. 3ff might be encoded <citedRange from="3">p. 3ff</citedRange>.

-
+
+

1頁だけ引用された時は、同一の値を伴うfromtoの属性を用いる。引用の終わりが与えられていない場合は、from属性は、toなしで用いることが許されている。例えば、p. 3ffのような引用は<citedRange from="3">p. 3ff</citedRange>と符号化されうる。

+
\ No newline at end of file diff --git a/P5/Source/Specs/cl.xml b/P5/Source/Specs/cl.xml index 93f9fa9fe5..c269c36af3 100644 --- a/P5/Source/Specs/cl.xml +++ b/P5/Source/Specs/cl.xml @@ -1,11 +1,5 @@ - + clause @@ -13,6 +7,7 @@ $Id$ 子句 cláusula frase + represents a grammatical clause. 문법적인 절을 표시한다. proposition @@ -27,6 +22,7 @@ $Id$ + @@ -62,6 +58,11 @@ etc. as appropriate.

L'attribut type peut être utilisé pour indiquer le type de proposition, avec des valeurs telles que subordonnée, infinitive, declarative, interrogative, relative etc.

+ +

type 属性は節のタイプを示すのに用いることができる。 + 内容に応じて finite(定形)、nonfinite(不定形)、declarative(平叙)、 + interrogative(疑問)、relative(連体修飾)などの値をとる。

+
diff --git a/P5/Source/Specs/classCode.xml b/P5/Source/Specs/classCode.xml index 8037f787b2..d70a1d10d7 100644 --- a/P5/Source/Specs/classCode.xml +++ b/P5/Source/Specs/classCode.xml @@ -1,11 +1,5 @@ - + classification code @@ -14,6 +8,7 @@ $Id$ código de clasificación Klassifikationscode codice di clasificazione + 分類コード contains the classification code used for this text in some standard classification system. contient le code de classification attribué à ce texte en référence à un système standard de classification. @@ -40,7 +35,7 @@ $Id$ taxinomie utilisée.
사용하고 있는 분류 체계 또는 분류법을 표시한다. 說明使用中的分類系統或分類法。 - 当該分類法を定義する。 + 用いられている分類体系を定義するtaxonomy要素や他の資料などを指す。 benennt das verwendete Klassifikationssystem, definiert z. B. durch Verweis auf ein taxonomy-Element oder eine andere Ressource identifica el sistema de clasificación o taxonomía en diff --git a/P5/Source/Specs/classDecl.xml b/P5/Source/Specs/classDecl.xml index ebb75fedae..1f5bc922b2 100644 --- a/P5/Source/Specs/classDecl.xml +++ b/P5/Source/Specs/classDecl.xml @@ -1,18 +1,13 @@ - + classification declarations déclaration de classification 분류 선언 分類宣告 - Angabe zur Klassifikation + 分類法宣言 + Angabe zur Klassifikation declaraciones de clasificación dichiarazioni sulla ckassificazione contains one or more taxonomies defining any classificatory @@ -20,8 +15,8 @@ codes used elsewhere in the text. contient une ou plusieurs taxinomies définissant les codes de classification utilisés n’importe où dans le texte. 텍스트 내 어디서든 사용될 수 있는 분류 부호를 정의하는 분류법을 포함한다. 包含一個或多個分類法,用來定義在文件中他處所使用之任何分類碼。 - 当該テキスト中で使用されている分類コードを定義する、ひとつ以上の分類 - 法を示す。 + 当該テキスト中で使用されている分類コードを定義する、 + ひとつ以上の分類法を示す。 enthält eine oder mehrere Taxonomien, die im Text verwendete Klassifikationscodes definieren. contiene una o más taxonomías que definen cualquier código usado en algún punto del texto. contiene una o più tassonomie che definiscono un qualsiasi codice classificatorio usato in un'altra porzione del testo. diff --git a/P5/Source/Specs/classRef.xml b/P5/Source/Specs/classRef.xml index f28b7afa08..1a83843b50 100644 --- a/P5/Source/Specs/classRef.xml +++ b/P5/Source/Specs/classRef.xml @@ -1,14 +1,9 @@ - + points to the specification for an attribute or model class which is to be included in a schema + スキーマに含まれる属性クラスあるいはモデルクラスの仕様を指し示す。 @@ -20,33 +15,39 @@ the identifier used for the required class within the source indicated. + 指示されたソースの中の要求されたクラスに対して使用される識別子。 indicates how references to this class within a content model should be interpreted. + 内容モデル内でこのクラスへの参照がどのように解釈されるべきなのかを示す。 any one member of the class may appear + クラスのいずれかのメンバーが出現し得る。 a single occurrence of all members of the class may appear in sequence + クラスのすべてのメンバーが順に1回ずつ出現し得る。 a single occurrence of one or more members - of the class may appear in sequence - + of the class may appear in sequence + クラスの1つ以上のメンバーが順に1回ずつ出現し得る。 one or more occurrences of one or more members of the class - may appear in sequence. + may appear in sequence.
+ クラスの1つまたは複数のメンバーが1回以上、順に出現し得る。 one or more occurrences of all members of the class may appear in sequence + クラスのすべてのメンバーが1回以上、順に出現し得る。
@@ -63,14 +64,20 @@ (a+,b+,c+) when it has the value sequenceRepeatable.

+

クラスのメンバーが abそしてcであるとして、 + expandの値がalternationならば、内容モデル内の該当クラスへの参照は,a|b|cへの参照として理解される。 + また、expandの値がsequenceならば、a,b,cへの,sequenceOptionalならば(a?,b?,c?)への、 + sequenceOptionalRepeatableならば(a*,b*,c*)への、そしてsequenceRepeatableならば(a+,b+,c+)への参照としてそれぞれ理解される。

supplies a list of class members which are to be included in the schema being defined. + 定義されているスキーマに含まれるクラスメンバーのリスト。 supplies a list of class members which are to be excluded from the schema being defined. + 定義されているスキーマから除外するクラスメンバーのリスト。 @@ -94,6 +101,12 @@ class names conventionally begin with the letters att..

+ +

+ 属性クラスとモデルクラスは、それらが宣言されたclassSpecの要素においてident属性の値として指定された名前により、識別される。 + TEI内のすべての名前は一意である。属性クラス名は通常att.という文字ではじまる。 +

+
diff --git a/P5/Source/Specs/classSpec.xml b/P5/Source/Specs/classSpec.xml index a9e64e6e77..cf625aaf65 100644 --- a/P5/Source/Specs/classSpec.xml +++ b/P5/Source/Specs/classSpec.xml @@ -1,11 +1,5 @@ - + class specification @@ -14,6 +8,7 @@ $Id$ especificación de la clase spécification de classe indicazione di classe + クラス仕様 contains reference information for a TEI element class; that is a group of elements which appear together in content models, or @@ -58,13 +53,14 @@ that is a group of indica si se trata de una clase de modelos o de atributos. indica se si tratta di una classe di modelli o di attributi - + content model 내용 모델 modelo de contenido modèle de contenu modello di contenuto + 内容モデル members of this class appear in the same content models 이 부류의 원소는 동일 내용 모델에서 나타난다. 該元素集的元素出現在相同的內容模組中 @@ -80,6 +76,7 @@ that is a group of atributos attributs attributi + 属性の集合 members of this class share common attributes 이 부류의 원소는 공통 속성을 공유한다. 該元素集的元素有共用的屬性 @@ -110,8 +107,7 @@ that is a group of members of the class are alternatives 부류의 원소들은 선택가능 항목이다. 該元素集的元素是替換元素 - 当該クラスの構成要素は、選択的である。 - + 当該クラスの構成要素は、選択的である。 les membres de la classe constituent des alternatives los miembros de las clase estan en relación de alternancia. @@ -121,8 +117,7 @@ that is a group of members of the class are to be provided in sequence 부류의 원소는 차례대로 제시된다. 該元素集的元素會依序呈現 - 当該クラスの構成要素は、リストとしてある。 - + 当該クラスの構成要素は、リストとしてある。 les membres de la classe doivent tous être donnés dans l'ordre indiqué los miembros de las clase se indican en secuencia. @@ -133,8 +128,7 @@ that is a group of but are optional 부류의 원소는 차례대로 제시될 수 있지만 수의적이다. 該元素集的元素可依序呈現,但非必須 - 当該クラスの構成要素は、リストから選択される。 - + 当該クラスの構成要素は、リストから選択される。 les membres de la classe peuvent être donnés, dans l'ordre indiqué, mais sont facultatifs los miembros de la clase pueden proporcionarse en modo de secuencia pero son opcionales. @@ -145,8 +139,7 @@ that is a group of times, in sequence, but are optional. 부류의 원소들은 한 번 이상 그리고 차례대로 제시될 수 있지만 수의적이다. 該元素集的元素可一次或多次依序呈現,但非必須 - 当該クラスの構成要素は、リストから1つ以上が選択される。 - + 当該クラスの構成要素は、リストから1つ以上が選択される。 les membres de la classe peuvent être donnés une ou plusieurs fois, dans l'ordre indiqué, mais sont facultatifs @@ -157,8 +150,7 @@ that is a group of members of the class may be provided one or more times, in sequence 부류의 원소들은 차례대로 한 번 이상 제시될 수 있다. 該元素集的元素可一次或多次依序呈現 - 当該クラスの構成要素は、リストから1つ以上が選択される。 - + 当該クラスの構成要素は、リストから1つ以上が選択される。 les membres de la classe doivent être donnés au moins une fois, dans l'ordre indiqué. miembros de la clase pueden ser indicados una o más veces en secuencia. diff --git a/P5/Source/Specs/classes.xml b/P5/Source/Specs/classes.xml index 0b19b23249..cb4fe11442 100644 --- a/P5/Source/Specs/classes.xml +++ b/P5/Source/Specs/classes.xml @@ -1,11 +1,5 @@ - + @@ -46,8 +40,7 @@ module parent. name in the current definition 이 선언은 현 정의에서 동일 이름의 선언을 변경한다. esta declaración cambia la declaración del mismo nombre en la definición actual - 当該宣言は、現行定義中にある同名宣言を修正する。 - + 当該宣言は、現行定義中にある同名宣言を修正する。 cette déclaration modifie la déclaration de même nom dans la définition courante. la dichiarazione modifica la dichiarazione con lo stesso nome nella definizione corrente @@ -57,8 +50,7 @@ déclaration de même nom dans la définition courante. name in the current definition 이 선언은 현 정의에서 동일 이름의 선언을 대체한다. esta declaración substituye la declaración del mismo nombre en la definición actual - 当該宣言は、現行定義中の同名宣言に置き換わる。 - + 当該宣言は、現行定義中の同名宣言に置き換わる。 cette déclaration remplace la déclaration de même nom dans la définition courante. la dichiarazione sostituisce la dichiarazione con lo stesso nome nella definizione corrente diff --git a/P5/Source/Specs/climate.xml b/P5/Source/Specs/climate.xml index a60a1b6573..03c67acf3e 100644 --- a/P5/Source/Specs/climate.xml +++ b/P5/Source/Specs/climate.xml @@ -1,10 +1,6 @@ - + + + climate climat contains information about the physical climate of a place. @@ -22,6 +18,7 @@ + diff --git a/P5/Source/Specs/closer.xml b/P5/Source/Specs/closer.xml index 8346d985d3..db22a1f970 100644 --- a/P5/Source/Specs/closer.xml +++ b/P5/Source/Specs/closer.xml @@ -1,11 +1,5 @@ - + closer @@ -16,7 +10,7 @@ $Id$ 구역의 마지막, 특히 편지의 종료부에 발문으로 나타나는 인사말, 날짜 표시란, 그리고 유사 구를 합하여 모아 놓는다. 匯集日期地點、署名、稱呼語、及其他在區段結尾出現的類似措辭,尤指信件結尾。 - 挨拶文言、日付欄など、ある区分の終わり、特に手紙の終わりにある一連の 文言をまとめる。 + 挨拶文言、日付欄など、ある区分の終わり、特に手紙の終わりにある一連の文言をまとめる。 regroupe une formule de politesse, une indication d'une date et d'autres expressions semblables figurant comme expression à la fin d’une division, en particulier à la fin d’une lettre. @@ -30,6 +24,7 @@ aparecen en la última sección al final de una división, especialmente en una + diff --git a/P5/Source/Specs/code.xml b/P5/Source/Specs/code.xml index 40e0259249..4214e66c9c 100644 --- a/P5/Source/Specs/code.xml +++ b/P5/Source/Specs/code.xml @@ -1,11 +1,5 @@ - + contains literal code from some formal language such as a @@ -31,6 +25,7 @@ programming language. lenguaje formal langage formel linguaggio formale + 形式言語 a name identifying the formal language in which the code is expressed 부호가 표현된 형식 언어를 식별하는 이름 diff --git a/P5/Source/Specs/collation.xml b/P5/Source/Specs/collation.xml index 2e33414be2..9078d3d630 100644 --- a/P5/Source/Specs/collation.xml +++ b/P5/Source/Specs/collation.xml @@ -1,11 +1,5 @@ - + collation diff --git a/P5/Source/Specs/collection.xml b/P5/Source/Specs/collection.xml index d15255849a..7787d7a429 100644 --- a/P5/Source/Specs/collection.xml +++ b/P5/Source/Specs/collection.xml @@ -1,11 +1,5 @@ - + collection diff --git a/P5/Source/Specs/colloc.xml b/P5/Source/Specs/colloc.xml index 0de6099e7d..4d61c893a9 100644 --- a/P5/Source/Specs/colloc.xml +++ b/P5/Source/Specs/colloc.xml @@ -1,11 +1,5 @@ - + collocate @@ -14,10 +8,11 @@ $Id$ collocation colocación collocato + 連語 contains any sequence of words that co-occur with the headword with significant frequency. 표제어의 연어를 포함한다. 包含標題字的組合字。 - 見出し語の連語関係を示す。 + 見出し語と高い頻度で共起する任意の単語の連続を含む。 contient une collocation de l'entrée. indica la colocación de un lema contiene il collocato di un lemma. diff --git a/P5/Source/Specs/colophon.xml b/P5/Source/Specs/colophon.xml index 0dc561b7e9..e595695616 100644 --- a/P5/Source/Specs/colophon.xml +++ b/P5/Source/Specs/colophon.xml @@ -1,11 +1,5 @@ - + colophon diff --git a/P5/Source/Specs/cond.xml b/P5/Source/Specs/cond.xml index 48d88ca063..a692e65f1e 100644 --- a/P5/Source/Specs/cond.xml +++ b/P5/Source/Specs/cond.xml @@ -1,11 +1,5 @@ - + conditional feature-structure constraint @@ -14,6 +8,7 @@ $Id$ contrainte conditionnelle de structure de traits restricciones de estructura de rasgo condicional vincolo della struttura di tratti condizionato + 条件付き素性構造制約 defines a conditional feature-structure constraint; the consequent and the antecedent are specified as feature structures or feature-structure collections; the constraint is satisfied if both the diff --git a/P5/Source/Specs/condition.xml b/P5/Source/Specs/condition.xml index daed2a0c98..062ff74942 100644 --- a/P5/Source/Specs/condition.xml +++ b/P5/Source/Specs/condition.xml @@ -1,11 +1,5 @@ - + condition diff --git a/P5/Source/Specs/constitution.xml b/P5/Source/Specs/constitution.xml index 25f8214d7e..93a29ef4df 100644 --- a/P5/Source/Specs/constitution.xml +++ b/P5/Source/Specs/constitution.xml @@ -1,11 +1,5 @@ - + constitution @@ -38,7 +32,7 @@ as fragmentary, complete, etc. specifica come era costituito il testo. single - + a single complete text 단일 완전 텍스트 @@ -67,6 +61,7 @@ items, individuellement complets. plusieurs items plus petits, pas nécessairement complets. frammenti un texto construido a partir de la combinación de varios pequeños, no necesariamenteelementos completos. + 断片 a text made by combining several smaller, not necessarily complete, items 텍스트가 몇몇의 작은 항목으로 구성되어 있으나, 이 항목들은 반드시 완성된 것들은 아니다. diff --git a/P5/Source/Specs/constraint.xml b/P5/Source/Specs/constraint.xml index 0183768f58..07dd208a0a 100644 --- a/P5/Source/Specs/constraint.xml +++ b/P5/Source/Specs/constraint.xml @@ -1,15 +1,11 @@ - + - + constraint rules + 制約規則 the formal rules of a constraint + 形式的な制約規則 @@ -23,8 +19,9 @@ $Id$ - a main title must be supplied - + + a main title must be supplied + @@ -34,11 +31,11 @@ $Id$ (output = (ident(title) ident(author) "You must supply a title or an author")) - +
-
\ No newline at end of file + diff --git a/P5/Source/Specs/constraintSpec.xml b/P5/Source/Specs/constraintSpec.xml index ca2aad8f6f..ce2f9d1ac7 100644 --- a/P5/Source/Specs/constraintSpec.xml +++ b/P5/Source/Specs/constraintSpec.xml @@ -1,15 +1,13 @@ - + constraint on schema + + スキーマの制約 contains a formal constraint, typically expressed in a rule-based schema language, to which a construct must conform in order to be considered valid + 〔データの〕構造が妥当であるために満たしていなければならない形式的な制約。 + 通常は規則ベースのスキーマ言語で表現される。 @@ -47,10 +45,12 @@ $Id$ Relationship between scheme attribute and contents: Schematron 1.x - Rules + + Rules in the Schematron 1.* language must be inside a constraintSpec with a value other than 'schematron' or 'isoschematron' on the scheme attribute + @@ -63,11 +63,24 @@ $Id$ - + + + The use of ISO Schematron sch:assert and + sch:report elements without a parent sch:rule + with a context attribute is deprecated — it will be + an error after 2025-03-15. + - - An ISO Schematron constraint specification for a macro should not - have an 'assert' or 'report' element without a parent 'rule' element + + + + The use of an <sch:assert> or <sch:report> that does not have a context (i.e., does not have an ancestor <sch:rule> with a @context attribute) in an ISO Schematron constraint specification is deprecated, and will become invalid after 2025-03-15. @@ -90,8 +103,8 @@ $Id$ Not sure, maybe @scheme should not be allowed when mode=change or mode=delete. Hmmm ... --> - supplies the name of the language in which the constraints - are defined + supplies the name of the language in which the constraints are defined + 制約を定義する言語名を示す。 @@ -103,6 +116,7 @@ $Id$ ISO Schematron + ISO スキマトロン @@ -119,6 +133,10 @@ $Id$ for what a processor should do if its value does not match that of the constraintSpec being deleted.

+ +

constraintSpecでのSchematron 1.xの利用は、このガイドラインでは推奨せず最近のTEIスタイルシートでもサポートしない。 + それ故、schematronの値はISO SchematronがconstraintSpecで用いられることを示すのに使う。

+
characterizes the @@ -126,7 +144,7 @@ $Id$ when a constraintSpec warns about a deprecated construct. - + Indicates that this constraint specification warns that some other @@ -143,8 +161,9 @@ $Id$ Enforce the presence of the spanTo attribute - The spanTo= attribute of - is required. + + The spanTo= attribute of is required. + @@ -155,9 +174,11 @@ $Id$ Implement an accessibility rule which says that pictures should have textual explanations - You should - provide information in a figure from which - we can construct an alt attribute in HTML + + You should + provide information in a figure from which + we can construct an alt attribute in HTML +
diff --git a/P5/Source/Specs/content.xml b/P5/Source/Specs/content.xml index a0b75ca295..dd219dda8d 100644 --- a/P5/Source/Specs/content.xml +++ b/P5/Source/Specs/content.xml @@ -1,11 +1,5 @@ - + content model @@ -14,65 +8,33 @@ $Id$ modèle de contenu declaración del esquema dichiarazione dello schema + 内容モデル contains a declaration of the intended content model for the element (or other construct) being specified. 기록된 스키마에 대한 선언 텍스트를 포함한다. 包含所記錄之模型的宣告文字。 - 当該スキーマの宣言を示す。 - contient la déclaration - d'un modèle de contenu pour le schéma documenté. - contiene el texto de la - declaración del esquema utilizado. - contiene il testo di - una dichiarazione dello schema utilizzato + 現在の要素(あるいは他の構造)に期待される内容モデルの宣言を含む。 + contient la déclaration d'un modèle de contenu pour le schéma documenté. + contiene el texto de la declaración del esquema utilizado. + contiene il testo di una dichiarazione dello schema utilizzato - - + + - - A temporary constraint to give users a warning that in the - future the content of content will be restricted to 1 and - only 1 child element. - - - - - - - - - - - - - - - - - - which could be wrapped in a <sequence> element. - - - which could be wrapped in an <rng:div> element. - - - but those children are neither all TEI elements nor - all RELAX NG elements, and thus this <content> is invalid and can not be easily rectified. - - - - controls whether or not pattern names generated in the corresponding RELAX NG schema source are automatically prefixed to avoid potential nameclashes. + 名前衝突の可能性を避けるために、 + パターン名 [pattern name] + に生成元のRELAX NGスキーマソースに応じた接頭辞を自動的に付けるかどうかを制御する。 true @@ -83,6 +45,11 @@ $Id$ prefix attribute on the current schemaSpec + + 参照された個々の名前。 + たとえば、ある内容モデルの中での rng:ref + 要素には自動的にその時点のschemaSpecprefix属性の値が付く。 + No prefixes are @@ -182,6 +149,9 @@ $Id$ + +

It is required that the content element has only one child element. If several RELAX NG elements are desired, they must be wrapped in a rng:div.

+
diff --git a/P5/Source/Specs/conversion.xml b/P5/Source/Specs/conversion.xml index 016a233242..3978f6164a 100644 --- a/P5/Source/Specs/conversion.xml +++ b/P5/Source/Specs/conversion.xml @@ -1,10 +1,6 @@ - + + + defines how to calculate one unit of measure in terms of another. @@ -47,13 +43,13 @@ $Id$
- + indicates a source unit of measure that is to be converted into another unit indicated in toUnit. - + the target unit of measurement for a conversion from a source unit referenced in fromUnit. diff --git a/P5/Source/Specs/corr.xml b/P5/Source/Specs/corr.xml index 9bde810624..9cd0e01455 100644 --- a/P5/Source/Specs/corr.xml +++ b/P5/Source/Specs/corr.xml @@ -1,11 +1,5 @@ - + correction @@ -14,6 +8,7 @@ corrección correzione Korrektur + 修正 contains the correct form of a passage apparently erroneous in the copy text. 복사된 텍스트에서 오류로 보이는 단락의 정정 형식을 포함한다. 包含文本中看似錯誤並加以更正過後的文字。 @@ -28,6 +23,7 @@ +
diff --git a/P5/Source/Specs/correction.xml b/P5/Source/Specs/correction.xml index 21683e3e93..0ce8b337cb 100644 --- a/P5/Source/Specs/correction.xml +++ b/P5/Source/Specs/correction.xml @@ -1,11 +1,5 @@ - + correction principles @@ -15,6 +9,7 @@ $Id$ Korrekturverfahren principios de corrección principi di correzione + 修正の原則 states how and under what circumstances corrections have been made in the text. établit comment et dans quelles circonstances des corrections ont été apportées au texte. diff --git a/P5/Source/Specs/correspAction.xml b/P5/Source/Specs/correspAction.xml index de1cfa7afc..e3c2bdd2b9 100644 --- a/P5/Source/Specs/correspAction.xml +++ b/P5/Source/Specs/correspAction.xml @@ -1,11 +1,5 @@ - + correspondence action @@ -14,8 +8,7 @@ description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence. - メッセージの送信・受信をはじめとする書簡に関する所作についての場所、人名/組織名、日付の構造的記述を含む。 - + メッセージの送信・受信をはじめとする書簡に関する所作についての場所、人名/組織名、日付の構造的記述を含む。 @@ -31,38 +24,32 @@ describes the nature of the action. - (書簡に関する)所作の性質を記述する。 - + (書簡に関する)所作の性質を記述する。 - + information concerning the sending or dispatch of a message. - メッセージの送信や発送に関する情報。 - + メッセージの送信や発送に関する情報。 information concerning the receipt of a message. - メッセージの受信に関する情報。 - + メッセージの受信に関する情報。 information concerning the transmission of a message, i.e. between the dispatch and the next receipt, redirect or forwarding. - メッセージの転送に関する情報。発送者と次の受信者、転送等。 - + メッセージの伝達手段に関する情報。発信とその後の受信・転送等の間の情報。 information concerning the redirection of an unread message. - 未読なままに転送されるメッセージに関する情報。 - + 〔開封せずに〕未読のままに転送されるメッセージに関する情報。 information concerning the forwarding of a message. - メッセージの転送に関する情報。 - + 〔開封後の〕メッセージの転送に関する情報。 diff --git a/P5/Source/Specs/correspContext.xml b/P5/Source/Specs/correspContext.xml index 3f79fbeccc..3dbdfa6896 100644 --- a/P5/Source/Specs/correspContext.xml +++ b/P5/Source/Specs/correspContext.xml @@ -1,11 +1,5 @@ - + correspondence context diff --git a/P5/Source/Specs/correspDesc.xml b/P5/Source/Specs/correspDesc.xml index eab25147a1..f34d1f8252 100644 --- a/P5/Source/Specs/correspDesc.xml +++ b/P5/Source/Specs/correspDesc.xml @@ -1,11 +1,5 @@ - + correspondence description diff --git a/P5/Source/Specs/country.xml b/P5/Source/Specs/country.xml index 673cc04cc7..a5d82b5797 100644 --- a/P5/Source/Specs/country.xml +++ b/P5/Source/Specs/country.xml @@ -1,10 +1,6 @@ - + + + country pays contains the name of a geo-political unit, such as a nation, country, colony, or @@ -29,6 +25,7 @@ + diff --git a/P5/Source/Specs/creation.xml b/P5/Source/Specs/creation.xml index d996fd6126..2d67392cbd 100644 --- a/P5/Source/Specs/creation.xml +++ b/P5/Source/Specs/creation.xml @@ -1,10 +1,6 @@ - + + + creation création Entstehung diff --git a/P5/Source/Specs/custEvent.xml b/P5/Source/Specs/custEvent.xml index 52b3ab5565..c95bf23258 100644 --- a/P5/Source/Specs/custEvent.xml +++ b/P5/Source/Specs/custEvent.xml @@ -1,10 +1,6 @@ - + + + custodial event 보관 사건 diff --git a/P5/Source/Specs/custodialHist.xml b/P5/Source/Specs/custodialHist.xml index 230b2ecbae..8c45b16d06 100644 --- a/P5/Source/Specs/custodialHist.xml +++ b/P5/Source/Specs/custodialHist.xml @@ -1,11 +1,5 @@ - + custodial history diff --git a/P5/Source/Specs/damage.xml b/P5/Source/Specs/damage.xml index 570c0f827e..dbcdf306b8 100644 --- a/P5/Source/Specs/damage.xml +++ b/P5/Source/Specs/damage.xml @@ -1,10 +1,6 @@ - + + + damage 当該文献におけるテキストの損傷部分を示す。 dommage diff --git a/P5/Source/Specs/damageSpan.xml b/P5/Source/Specs/damageSpan.xml index 8eece011b5..ba545957d8 100644 --- a/P5/Source/Specs/damageSpan.xml +++ b/P5/Source/Specs/damageSpan.xml @@ -1,11 +1,5 @@ - + damaged span of text @@ -13,14 +7,11 @@ $Id$ fragmento de texto dañado partie de texte endommagée porzione di testo danneggiata - marks the beginning of a longer sequence of text which is - damaged in some way but still legible. + marks the beginning of a longer sequence of text which is damaged in some way but still legible. 어떤 방식으로 손상되었지만 여전히 읽을 수 있는 긴 텍스트 연쇄 시작부를 표시한다. marca el inicio de una secuencia de texto larga dañada de alguna manera pero aún legible. - 読める程度の損傷がある、一連のテキストの始点を示す。 - - marque le début d'une longue partie de texte, -endommagée d'une manière quelconque mais toujours lisible. + 読める程度の損傷がある、一連のテキストの始点を示す。 + marque le début d'une longue partie de texte, endommagée d'une manière quelconque mais toujours lisible. segnala l'inizio di una sequenza più estesa di testo danneggiata ma ancora leggibile @@ -32,13 +23,17 @@ endommagée d'une manière quelconque mais toujours lisible. - The @spanTo attribute of is required. + + The @spanTo attribute of is required. + - L'attribut spanTo est requis. + + L'attribut spanTo est requis. + @@ -110,4 +105,4 @@ the start of the undamaged part of the text. ...

-
\ No newline at end of file +
diff --git a/P5/Source/Specs/dataFacet.xml b/P5/Source/Specs/dataFacet.xml index e6625f0a15..c3c76d57e5 100644 --- a/P5/Source/Specs/dataFacet.xml +++ b/P5/Source/Specs/dataFacet.xml @@ -1,16 +1,9 @@ - + Restricts the value of the strings used to represent values of a datatype, - according to XML Schema Part 2: Datatypes Second Edition. - + according to XML Schema Part 2: Datatypes Second Edition. diff --git a/P5/Source/Specs/dataRef.xml b/P5/Source/Specs/dataRef.xml index 0ec03f9ac7..142ee8db7f 100644 --- a/P5/Source/Specs/dataRef.xml +++ b/P5/Source/Specs/dataRef.xml @@ -1,11 +1,5 @@ - + identifies the datatype of an attribute value, either by referencing an item in an externally defined datatype library, or by @@ -43,7 +37,7 @@ the name of a datatype in the list provided by - XML Schema Part 2: Datatypes Second Edition + XML Schema Part 2: Datatypes Second Edition diff --git a/P5/Source/Specs/dataSpec.xml b/P5/Source/Specs/dataSpec.xml index 45038fd7c8..d8c90e46c1 100644 --- a/P5/Source/Specs/dataSpec.xml +++ b/P5/Source/Specs/dataSpec.xml @@ -1,11 +1,5 @@ - + datatype specification diff --git a/P5/Source/Specs/datatype.xml b/P5/Source/Specs/datatype.xml index 08231604d8..2277562fd1 100644 --- a/P5/Source/Specs/datatype.xml +++ b/P5/Source/Specs/datatype.xml @@ -1,11 +1,5 @@ - + datatype diff --git a/P5/Source/Specs/date.xml b/P5/Source/Specs/date.xml index 6df99c070a..0e3b905fcb 100644 --- a/P5/Source/Specs/date.xml +++ b/P5/Source/Specs/date.xml @@ -1,11 +1,5 @@ - + date @@ -30,6 +24,7 @@ + diff --git a/P5/Source/Specs/dateline.xml b/P5/Source/Specs/dateline.xml index 4c6fe76e63..18a60f4e8d 100644 --- a/P5/Source/Specs/dateline.xml +++ b/P5/Source/Specs/dateline.xml @@ -1,11 +1,5 @@ - + dateline @@ -32,6 +26,7 @@ $Id$ + + + + death décès contains information about a person's death, such as its date and place. @@ -64,7 +60,7 @@ - + diff --git a/P5/Source/Specs/decoDesc.xml b/P5/Source/Specs/decoDesc.xml index e2a52e9c07..cedd9735c5 100644 --- a/P5/Source/Specs/decoDesc.xml +++ b/P5/Source/Specs/decoDesc.xml @@ -1,11 +1,5 @@ - + decoration description @@ -21,8 +15,7 @@ $Id$ decoNoteで示す。 contient la description de la décoration du manuscrit, soit en une série de paragraphes p, soit sous la forme d'une série - d'éléments thématiques decoNote - + d'éléments thématiques decoNote contiene una descripción de la decoración de un manuscrito en forma de secuencia de párrafos o de secuencia de elementos decoNote organizados por el argumento. contiene una descrizione della decorazione di un manoscritto in forma di sequenza di paragrafi oppure di sequenza di elementi decoNote organizzati per argomento diff --git a/P5/Source/Specs/decoNote.xml b/P5/Source/Specs/decoNote.xml index 6c95ba57f4..5883c93015 100644 --- a/P5/Source/Specs/decoNote.xml +++ b/P5/Source/Specs/decoNote.xml @@ -1,11 +1,5 @@ - + note on decoration diff --git a/P5/Source/Specs/def.xml b/P5/Source/Specs/def.xml index f7151abe78..606675b53a 100644 --- a/P5/Source/Specs/def.xml +++ b/P5/Source/Specs/def.xml @@ -1,11 +1,5 @@ - + definition diff --git a/P5/Source/Specs/default.xml b/P5/Source/Specs/default.xml index 1e149c388d..feaa206473 100644 --- a/P5/Source/Specs/default.xml +++ b/P5/Source/Specs/default.xml @@ -1,11 +1,5 @@ - + default feature value diff --git a/P5/Source/Specs/defaultVal.xml b/P5/Source/Specs/defaultVal.xml index aafe69f4b5..d45c68a302 100644 --- a/P5/Source/Specs/defaultVal.xml +++ b/P5/Source/Specs/defaultVal.xml @@ -1,11 +1,5 @@ - + default value diff --git a/P5/Source/Specs/del.xml b/P5/Source/Specs/del.xml index 1f04fabb6a..c4b870c0ea 100644 --- a/P5/Source/Specs/del.xml +++ b/P5/Source/Specs/del.xml @@ -1,11 +1,5 @@ - + deletion @@ -41,6 +35,7 @@ + diff --git a/P5/Source/Specs/delSpan.xml b/P5/Source/Specs/delSpan.xml index 9f1a06edb9..1cdbf5e24e 100644 --- a/P5/Source/Specs/delSpan.xml +++ b/P5/Source/Specs/delSpan.xml @@ -1,11 +1,5 @@ - + deleted span of text @@ -14,14 +8,10 @@ $Id$ partie de texte supprimée fragmento de texto omitido porzione di testo cancellata - marks the beginning of a longer sequence of text deleted, -marked as deleted, or otherwise signaled as superfluous or spurious by an -author, scribe, annotator, or corrector. + marks the beginning of a longer sequence of text deleted, marked as deleted, or otherwise signaled as superfluous or spurious by an author, scribe, annotator, or corrector. 작가, 필기사, 주석자 또는 교정자에 의해 삭제되었다고 표시되었거나, 잉여적으로 추가되거나 위조된 것으로 표시된 긴 연쇄의 텍스트 시작부를 표시한다. 標記一較長連續性文字之開端,該文字由作者、抄寫者、註解者、或更正者刪除、標上刪除記號、或者標明為多餘或偽造。 - 著者・筆写者・注釈者・校正者により、削除または削除として符号化または - 余分なものまたは間違いとして示されている、長めのテキスト部分の始点を - 示す。 + 著者・筆写者・注釈者・校正者により、削除または削除として符号化または 余分なものまたは間違いとして示されている、長めのテキスト部分の始点を 示す。 marque le début d'une longue partie de texte supprimée, signalée comme supprimée ou bien signalée comme superflue ou fausse par un auteur, un copiste, un annotateur ou un correcteur. señala el inicio de un fragmento largo de texto omitido, o marcado como cancelado o como supérfluo o espurio, por un autor, un transcriptor, un comentarista o un corrector. segnala l'inizio di una porzione di testo più lunga cancellata, indicata come cancellata, o indicata come superflua o spuria da un autore, un trascrittore, un annotatore o un correttore @@ -36,13 +26,17 @@ author, scribe, annotator, or corrector. - The @spanTo attribute of is required. + + The @spanTo attribute of is required. + - L'attribut spanTo est requis. + + L'attribut spanTo est requis. + @@ -131,4 +125,4 @@ the resumption of the text. ...

-
\ No newline at end of file +
diff --git a/P5/Source/Specs/depth.xml b/P5/Source/Specs/depth.xml index e4a8171c38..d422b8a927 100644 --- a/P5/Source/Specs/depth.xml +++ b/P5/Source/Specs/depth.xml @@ -1,11 +1,5 @@ - + depth diff --git a/P5/Source/Specs/derivation.xml b/P5/Source/Specs/derivation.xml index a237382430..f688b93532 100644 --- a/P5/Source/Specs/derivation.xml +++ b/P5/Source/Specs/derivation.xml @@ -1,11 +1,5 @@ - + derivation @@ -36,14 +30,13 @@ $Id$ caracteriza la derivación del texto classifica la provenienza del testo. - + text is original 텍스트가 원본이다. 該文本為原創文本 el texto es original - 当該テキストはオリジナルである。 - + 当該テキストはオリジナルである。 le texte est un texte original. il testo è originale @@ -52,8 +45,7 @@ $Id$ 텍스트가 다른 텍스트의 수정본이다. 該文本為另一文本的修訂版 el texto es una revisión de algún otro texto - 当該テキストは、他のテキストを元にした改訂である。 - + 当該テキストは、他のテキストを元にした改訂である。 le texte est une révision d'un autre texte. il testo è una revisione di qualche altro testo @@ -63,8 +55,7 @@ texte. 텍스트가 다른 텍스트의 번역본이다. 該文本為另一文本的翻譯版 el texto es una traducción de algún otro texto - 当該テキストは、他のテキストを翻訳したものである。 - + 当該テキストは、他のテキストを翻訳したものである。 le texte est une traduction d'un autre texte. il testo è la traduzione di qualche altro testo @@ -74,8 +65,7 @@ texte. 텍스가 다른 텍스트의 요약본이다. 該文本為另一文本的刪節版 el texto es una versión abreviada de algún otro texto - 当該テキストは、他のテキストを簡約したものである。 - + 当該テキストは、他のテキストを簡約したものである。 le texte est une version abrégée d'un autre texte. il testo è una versione ridotta di qualche altro testo @@ -85,8 +75,7 @@ autre texte. 텍스트가 다른 텍스트의 표절본이다. 該文本抄襲自另一文本 el texto es un plagio de algún otro texto - 当該テキストは、他のテキストを剽窃したものである。 - + 当該テキストは、他のテキストを剽窃したものである。 le texte est un plagiat d'un autre texte. il testo è un plagio di qualche altro testo @@ -98,8 +87,7 @@ texte. 該文本無明確來源,但和其他文本有共同的衍生來歷 el texto no tiene ninguna fuente obvia, pero es uno de los derivados de algún antepasado común 当該テキストは、元資料が不明であるが、何かしらを元にたテキス - トである。 - + トである。 le texte n'a pas de source évidente mais est l'un des nombreux textes dérivés d'un ancêtre commun. il testo è privo di una specifica fonte, ma è uno dei testi derivati da una fonte comune diff --git a/P5/Source/Specs/desc.xml b/P5/Source/Specs/desc.xml index e5bdf55bf3..89e9a0b36b 100644 --- a/P5/Source/Specs/desc.xml +++ b/P5/Source/Specs/desc.xml @@ -1,11 +1,5 @@ - + description @@ -41,6 +35,7 @@ + @@ -63,7 +58,7 @@ - + deprecation information diff --git a/P5/Source/Specs/dictScrap.xml b/P5/Source/Specs/dictScrap.xml index c4174b6283..44f703ed05 100644 --- a/P5/Source/Specs/dictScrap.xml +++ b/P5/Source/Specs/dictScrap.xml @@ -1,11 +1,5 @@ - + dictionary scrap @@ -20,7 +14,7 @@ $Id$ 字典辭條的片段,包含自由組合的詞組層次字典元素。 句レベルの辞書要素をとる辞書項目を示す。 contient la partie d'une entrée de dictionnaire - dans laquelle d'autres éléments de niveau "expression" sont librement associés. + dans laquelle d'autres éléments de niveau expression sont librement associés. engloba una parte de la entrada del diccionario en la que otros elementos de nivel sintagmático del diccionario se combinan de forma libre. include una parte di una voce di dizionario in cui sono combinati liberamente altri elementi di dizionario a livello sintagmatico diff --git a/P5/Source/Specs/dim.xml b/P5/Source/Specs/dim.xml index e4238bc1af..a9454860f7 100644 --- a/P5/Source/Specs/dim.xml +++ b/P5/Source/Specs/dim.xml @@ -1,11 +1,5 @@ - + contains any single measurement forming part of a dimensional diff --git a/P5/Source/Specs/dimensions.xml b/P5/Source/Specs/dimensions.xml index da74e64b90..ab9558ec10 100644 --- a/P5/Source/Specs/dimensions.xml +++ b/P5/Source/Specs/dimensions.xml @@ -1,13 +1,7 @@ - + - + dimensions dimensions contains a dimensional specification. @@ -30,16 +24,22 @@ $Id$
+ - - The element may appear once only - - - The element may appear once only - - - The element may appear once only - + + + The element may appear once only + + + The element may appear once only + + + The element may appear once only + + @@ -52,18 +52,14 @@ $Id$ indica que aspecto del objeto se mide. indica quale aspetto dell'oggetto viene misurato - + - dimensions relate to one or more leaves (e.g. a single leaf, a -gathering, or a separately bound part) + dimensions relate to one or more leaves (e.g. a single leaf, a gathering, or a separately bound part) 하나 이상의 종이의 장과 관련된 차원(예, 한 장, 접지 모음, 또는 각각 분리되어 엮여진 부분) 一張或多張頁面的尺寸大小 (例如單一頁面、聚集頁面、或分開裝訂的部份) las dimensiones se relacionan con una o más hojas (p.ej. una sola hoja, un conjunto, o un intervalo) - 葉の状態を示す。例えば、一葉、葉の丁合(折丁)、独立した一枚を - まとめたもの、など。 - les dimensions concernent une ou -plusieurs feuilles (par exemple une feuille unique, un ensemble de -feuilles ou une partie reliée séparément). + 葉の状態を示す。例えば、一葉、葉の丁合(折丁)、独立した一枚を まとめたもの、など。 + les dimensions concernent une ou plusieurs feuilles (par exemple une feuille unique, un ensemble de feuilles ou une partie reliée séparément). le dimensioni si riferiscono a uno o più fogli (per esempio un foglio, una raccolta, o una parte rilegata separatamente) @@ -72,40 +68,26 @@ preparation for writing. 글쓰기를 준비하기 위해 줄 그은 종이 부분과 관련된 차원 頁面上劃好線以備書寫的範圍大小。 las dimensiones se refieren al área de una hoja que se ha preparado para la escritura. - 書記の準備として罫が引かれている領域を示す。 - - les dimensions concernent la zone de -la réglure d'une feuille. + 書記の準備として罫が引かれている領域を示す。 + les dimensions concernent la zone de la réglure d'une feuille. le dimensioni si riferiscono alla porzione di un foglio sulla quale sono state disegnate delle righe al fine di scriverci - dimensions relate to the area of a leaf which has been pricked -out in preparation for ruling (used where this differs significantly -from the ruled area, or where the ruling is not measurable). + dimensions relate to the area of a leaf which has been pricked out in preparation for ruling (used where this differs significantly from the ruled area, or where the ruling is not measurable). (줄 그은 영역과 다르거나 영역 구분이 측정되지 않은 곳에서 사용되는) 줄을 긋기 위한 준비 과정에서 구멍 뚫은 영역과 관련된 차원 頁面上刺好記號以備劃線的範圍大小 (用在和畫線範圍不同的位置,或是畫線無法測量的位置) 。 las dimensiones se refieren al área de una hoja que ha sido agujereada en la preparación para la escritura (utilizado donde esto difiere significativamente del área lineada, o donde la lineación no es mensurable). - 罫を引く準備として開けられた穴がある領域を示す。これは、罫付 - き領域とも、罫が読み取れない領域とも異なる。 - les dimensions concernent la zone -d'une feuille qui a été piquée pour préparer la réglure (à utiliser -lorsqu'elle diffère significativement de la zone réglée ou lorsque la -réglure n'est pas mesurable). + 罫を引く準備として開けられた穴がある領域を示す。これは、罫付 き領域とも、罫が読み取れない領域とも異なる。 + les dimensions concernent la zone d'une feuille qui a été piquée pour préparer la réglure (à utiliser lorsqu'elle diffère significativement de la zone réglée ou lorsque la réglure n'est pas mesurable). le dimensioni si riferiscono alla porzione di un foglio sulla quale è stata indicata la posizione dei fori da praticare al fine di imprimervi delle righe (si usa quando la porzione da rigare è molto diversa da quella già rigata o quando la rigatura non è misurabile) - dimensions relate to the area of a leaf which has been written, -with the height measured from the top of the minims on the top line of -writing, to the bottom of the minims on the bottom line of writing. + dimensions relate to the area of a leaf which has been written, with the height measured from the top of the minims on the top line of writing, to the bottom of the minims on the bottom line of writing. 글의 첫 번째 줄 상단부터 마지막 줄 하단까지 측정된 높이를 통해 한 장의 글 쓴 영역과 관련된 차원 頁面上已書寫文字的範圍大小,高度由最頂行文字的頂端測量至最底行文字的底端。 las dimensiones se refiere al área de una hoja que ha sido escrita, con la altura medida desde la línea superior de escritura a la parte inferior de la última línea de la escritura. - 書記領域を示す。先頭文字行から最終文字行までの高さ。 - - les dimensions concernent la zone -écrite de la feuille, dont la hauteur est mesurée depuis le haut des -blancs sur la ligne d'écriture supérieure jusqu'au dernier des blancs -sur la dernière ligne écrite. + 書記領域を示す。先頭文字行から最終文字行までの高さ。 + les dimensions concernent la zone écrite de la feuille, dont la hauteur est mesurée depuis le haut des blancs sur la ligne d'écriture supérieure jusqu'au dernier des blancs sur la dernière ligne écrite. le dimensioni si riferiscono ad un'area del foglio su cui è stato scritto e la cui altezza è misurata dalla cima degli uncini sulla prima riga scritta fino al fondo degli uncini sull'ultima riga scritta @@ -113,8 +95,7 @@ sur la dernière ligne écrite. 원고의 축소형과 관련된 차원 手稿中圖畫的尺寸大小 las dimensiones relativas a las miniaturas del manuscrito - 当該手書き資料の彩飾図の大きさを示す。 - + 当該手書き資料の彩飾図の大きさを示す。 les dimensions concernent les miniatures contenues dans le manuscrit. le dimensioni si riferiscono alle miniature contenute nel manoscritto @@ -128,14 +109,12 @@ sur la dernière ligne écrite. le dimensioni si riferiscono alla rilegatura nella quale è contenuto il codice o manoscritto - dimensions relate to the box or other container in which the -manuscript is stored. + dimensions relate to the box or other container in which the manuscript is stored. 원고가 보관된 박스 또는 용기와 관련된 차원 手稿所儲存的箱子或其他容器的尺寸大小 las dimensiones se refieren a la caja o a cualquier otro contenedor en qué se conserva el manuscrito. 当該写本を入れるケースの大きさを示す。 - les dimensions concernent la boîte ou -autre conteneur dans lequel le manuscrit est conservé. + les dimensions concernent la boîte ou autre conteneur dans lequel le manuscrit est conservé. le dimensioni si riferiscono alla scatola o ad altro contenitore nel quale è custodito il manoscritto diff --git a/P5/Source/Specs/distinct.xml b/P5/Source/Specs/distinct.xml index 92d02f8f3c..e4fe57ad74 100644 --- a/P5/Source/Specs/distinct.xml +++ b/P5/Source/Specs/distinct.xml @@ -1,11 +1,5 @@ - + identifies any word or phrase which is regarded as linguistically distinct, for example as @@ -28,6 +22,7 @@ + diff --git a/P5/Source/Specs/distributor.xml b/P5/Source/Specs/distributor.xml index 9b134e6914..1cb8a7bbb7 100644 --- a/P5/Source/Specs/distributor.xml +++ b/P5/Source/Specs/distributor.xml @@ -1,11 +1,5 @@ - + distributor diff --git a/P5/Source/Specs/district.xml b/P5/Source/Specs/district.xml index cc2b2aa76d..a9b3256df1 100644 --- a/P5/Source/Specs/district.xml +++ b/P5/Source/Specs/district.xml @@ -1,10 +1,6 @@ - + + + district district contains the name of any kind of subdivision of a settlement, such as a parish, ward, or other administrative or geographic unit. @@ -23,6 +19,7 @@ + diff --git a/P5/Source/Specs/div.xml b/P5/Source/Specs/div.xml index 7422d13557..17d69d3f0d 100644 --- a/P5/Source/Specs/div.xml +++ b/P5/Source/Specs/div.xml @@ -1,11 +1,5 @@ - + text division @@ -19,13 +13,10 @@ $Id$ 텍스트의 전면부, 본문, 후면부의 하위 구역을 포함한다. 文本的正文前資訊、正文、及正文後資訊的分段。 前付、本文、後付中のテキスト部分を示す。 - contient une subdivision dans le texte préliminaire, dans le - corps d’un texte ou dans le texte postliminaire. + contient une subdivision dans le texte préliminaire, dans le corps d’un texte ou dans le texte postliminaire. enthält einen Unterabschnitt in Vorspann (front), Textkörper oder Nachspann (back) eines Textes. - contiene una subdivisión del paratexto inicial, del - cuerpo del texto o del paratexto final. - contiene una suddivisione del peritesto iniziale, del - corpo del testo, o del peritesto finale + contiene una subdivisión del paratexto inicial, del cuerpo del texto o del paratexto final. + contiene una suddivisione del peritesto iniziale, del corpo del testo, o del peritesto finale @@ -76,16 +67,20 @@ $Id$ - - Abstract model violation: Lines may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. - + + + Abstract model violation: Lines may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. + + - - Abstract model violation: p and ab may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. - + + + Abstract model violation: p and ab may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. + + @@ -164,4 +159,4 @@ $Id$ - \ No newline at end of file + diff --git a/P5/Source/Specs/div1.xml b/P5/Source/Specs/div1.xml index f5db865235..7200b5b6e5 100644 --- a/P5/Source/Specs/div1.xml +++ b/P5/Source/Specs/div1.xml @@ -1,11 +1,5 @@ - + level-1 text division diff --git a/P5/Source/Specs/div2.xml b/P5/Source/Specs/div2.xml index e9b1bef023..00fc2e827d 100644 --- a/P5/Source/Specs/div2.xml +++ b/P5/Source/Specs/div2.xml @@ -1,11 +1,5 @@ - + level-2 text division diff --git a/P5/Source/Specs/div3.xml b/P5/Source/Specs/div3.xml index 3d1dbf0fbc..0ef90c0416 100644 --- a/P5/Source/Specs/div3.xml +++ b/P5/Source/Specs/div3.xml @@ -1,11 +1,5 @@ - + level-3 text division diff --git a/P5/Source/Specs/div4.xml b/P5/Source/Specs/div4.xml index a36839d6b7..77098e55f3 100644 --- a/P5/Source/Specs/div4.xml +++ b/P5/Source/Specs/div4.xml @@ -1,11 +1,5 @@ - + level-4 text division diff --git a/P5/Source/Specs/div5.xml b/P5/Source/Specs/div5.xml index 578b7b5840..8de091464d 100644 --- a/P5/Source/Specs/div5.xml +++ b/P5/Source/Specs/div5.xml @@ -1,11 +1,5 @@ - + level-5 text division diff --git a/P5/Source/Specs/div6.xml b/P5/Source/Specs/div6.xml index c64d65ff3a..8a106356c2 100644 --- a/P5/Source/Specs/div6.xml +++ b/P5/Source/Specs/div6.xml @@ -1,11 +1,5 @@ - + level-6 text division diff --git a/P5/Source/Specs/div7.xml b/P5/Source/Specs/div7.xml index b680a248b5..7c12ef44ff 100644 --- a/P5/Source/Specs/div7.xml +++ b/P5/Source/Specs/div7.xml @@ -1,11 +1,5 @@ - + level-7 text division diff --git a/P5/Source/Specs/divGen.xml b/P5/Source/Specs/divGen.xml index f563e704c6..b07284e1ea 100644 --- a/P5/Source/Specs/divGen.xml +++ b/P5/Source/Specs/divGen.xml @@ -1,11 +1,5 @@ - + automatically generated text division @@ -46,7 +40,7 @@ especifica que tipo de divisón de texto generada aparece (p.ej. índice, tabla de contenidos, etc.) specifica quale tipo di partizione testuale generata (ad esempio indice, sommario, ecc.) apparirà - + an index is to be generated and inserted at this point. 색인은 이 지점에서 생성되고 삽입된다. diff --git a/P5/Source/Specs/docAuthor.xml b/P5/Source/Specs/docAuthor.xml index a7572502c3..194a8bd89b 100644 --- a/P5/Source/Specs/docAuthor.xml +++ b/P5/Source/Specs/docAuthor.xml @@ -1,11 +1,5 @@ - + document author @@ -32,6 +26,7 @@ title page (often but not always contained in a byline). + diff --git a/P5/Source/Specs/docDate.xml b/P5/Source/Specs/docDate.xml index 4d1ac7b53f..ecfd1bd97c 100644 --- a/P5/Source/Specs/docDate.xml +++ b/P5/Source/Specs/docDate.xml @@ -1,11 +1,5 @@ - + document date @@ -28,6 +22,7 @@ $Id$ + diff --git a/P5/Source/Specs/docEdition.xml b/P5/Source/Specs/docEdition.xml index c9fdbfed02..ca9b1a3a18 100644 --- a/P5/Source/Specs/docEdition.xml +++ b/P5/Source/Specs/docEdition.xml @@ -1,11 +1,5 @@ - + document edition diff --git a/P5/Source/Specs/docImprint.xml b/P5/Source/Specs/docImprint.xml index 4bdb5a9da0..04680f550a 100644 --- a/P5/Source/Specs/docImprint.xml +++ b/P5/Source/Specs/docImprint.xml @@ -1,11 +1,5 @@ - + document imprint diff --git a/P5/Source/Specs/docTitle.xml b/P5/Source/Specs/docTitle.xml index 58420939ce..6d6e15bdac 100644 --- a/P5/Source/Specs/docTitle.xml +++ b/P5/Source/Specs/docTitle.xml @@ -1,11 +1,5 @@ - + document title diff --git a/P5/Source/Specs/domain.xml b/P5/Source/Specs/domain.xml index 8e76214bbd..75b7a63b1c 100644 --- a/P5/Source/Specs/domain.xml +++ b/P5/Source/Specs/domain.xml @@ -1,11 +1,5 @@ - + domain of use @@ -44,7 +38,7 @@ education, religion, etc. clasifica el campo de uso. classifica l'ambito di uso. - + art and entertainment 예술과 연예 diff --git a/P5/Source/Specs/eLeaf.xml b/P5/Source/Specs/eLeaf.xml index c2c5fbaf04..5c5c728542 100644 --- a/P5/Source/Specs/eLeaf.xml +++ b/P5/Source/Specs/eLeaf.xml @@ -1,11 +1,5 @@ - + leaf or terminal node of an embedding tree @@ -19,8 +13,7 @@ be encoded with the eTree element. 내포 수형도의 단말 노드를 명시적으로 제공한다. 내포 수형도는 또한 eTree 요소로 부호화될 수 있다. 為嵌入樹狀結構的葉節點所明確提供的元素,也可用元素eTree來標記。 部分木における葉を示す。要素eTree中で使用される。 - la feuille d'un arbre englobant, qui peut aussi être encodée au moyen d'un élément eTree - + la feuille d'un arbre englobant, qui peut aussi être encodée au moyen d'un élément eTree proporciona explícitamente una hoja de un árbol integrado, que puede ser codificado también con el elemento eTree. definisce esplicitamente una foglia di un albero integrato, che può essere codificato anche con l'elemento eTree. diff --git a/P5/Source/Specs/eTree.xml b/P5/Source/Specs/eTree.xml index 1fdf34fe96..c5ed6fc3d7 100644 --- a/P5/Source/Specs/eTree.xml +++ b/P5/Source/Specs/eTree.xml @@ -1,11 +1,5 @@ - + embedding tree diff --git a/P5/Source/Specs/edition.xml b/P5/Source/Specs/edition.xml index 7e8cbed118..e97f543484 100644 --- a/P5/Source/Specs/edition.xml +++ b/P5/Source/Specs/edition.xml @@ -1,11 +1,5 @@ - + edition diff --git a/P5/Source/Specs/editionStmt.xml b/P5/Source/Specs/editionStmt.xml index 4620c6c305..0361735562 100644 --- a/P5/Source/Specs/editionStmt.xml +++ b/P5/Source/Specs/editionStmt.xml @@ -1,11 +1,5 @@ - + edition statement diff --git a/P5/Source/Specs/editor.xml b/P5/Source/Specs/editor.xml index d566c65068..20e8a0fba4 100644 --- a/P5/Source/Specs/editor.xml +++ b/P5/Source/Specs/editor.xml @@ -1,10 +1,6 @@ - + + + contains a secondary statement of responsibility for a bibliographic item, for example the name of an individual, institution or organization, (or of several such) acting as editor, compiler, diff --git a/P5/Source/Specs/editorialDecl.xml b/P5/Source/Specs/editorialDecl.xml index 50f39b8eb9..99fadb634a 100644 --- a/P5/Source/Specs/editorialDecl.xml +++ b/P5/Source/Specs/editorialDecl.xml @@ -1,11 +1,5 @@ - + editorial practice declaration diff --git a/P5/Source/Specs/education.xml b/P5/Source/Specs/education.xml index 5867523916..6e02651045 100644 --- a/P5/Source/Specs/education.xml +++ b/P5/Source/Specs/education.xml @@ -1,10 +1,6 @@ - + + + education éducation contains a description of the educational experience of a person. @@ -63,7 +59,7 @@ - + diff --git a/P5/Source/Specs/eg.xml b/P5/Source/Specs/eg.xml index 18f8406df5..ff6fc2ccc4 100644 --- a/P5/Source/Specs/eg.xml +++ b/P5/Source/Specs/eg.xml @@ -1,11 +1,5 @@ - + example diff --git a/P5/Source/Specs/egXML.xml b/P5/Source/Specs/egXML.xml index 4839ff6a0a..a29290d82e 100644 --- a/P5/Source/Specs/egXML.xml +++ b/P5/Source/Specs/egXML.xml @@ -1,11 +1,5 @@ - + example of XML diff --git a/P5/Source/Specs/elementRef.xml b/P5/Source/Specs/elementRef.xml index 5dcc969eff..95babaa2a4 100644 --- a/P5/Source/Specs/elementRef.xml +++ b/P5/Source/Specs/elementRef.xml @@ -1,11 +1,5 @@ - + points to the specification for some element which is to be included in a schema diff --git a/P5/Source/Specs/elementSpec.xml b/P5/Source/Specs/elementSpec.xml index 5602119338..ca33f9e5e6 100644 --- a/P5/Source/Specs/elementSpec.xml +++ b/P5/Source/Specs/elementSpec.xml @@ -1,11 +1,5 @@ - + element specification diff --git a/P5/Source/Specs/ellipsis.xml b/P5/Source/Specs/ellipsis.xml index 41fd5f921d..6299c4932a 100644 --- a/P5/Source/Specs/ellipsis.xml +++ b/P5/Source/Specs/ellipsis.xml @@ -1,11 +1,5 @@ - + deliberately marked omission diff --git a/P5/Source/Specs/email.xml b/P5/Source/Specs/email.xml index d178f73fb2..6e5fc5ab75 100644 --- a/P5/Source/Specs/email.xml +++ b/P5/Source/Specs/email.xml @@ -1,11 +1,5 @@ - + electronic mail address @@ -26,6 +20,7 @@ + diff --git a/P5/Source/Specs/emph.xml b/P5/Source/Specs/emph.xml index 8eda527511..0dc6fef1e9 100644 --- a/P5/Source/Specs/emph.xml +++ b/P5/Source/Specs/emph.xml @@ -1,11 +1,5 @@ - + emphasized @@ -26,6 +20,7 @@ + diff --git a/P5/Source/Specs/empty.xml b/P5/Source/Specs/empty.xml index 466c44b5eb..663ba5de5b 100644 --- a/P5/Source/Specs/empty.xml +++ b/P5/Source/Specs/empty.xml @@ -1,11 +1,5 @@ - + indicates the presence of an empty node within a diff --git a/P5/Source/Specs/encodingDesc.xml b/P5/Source/Specs/encodingDesc.xml index 59e4007d1e..52a8b2eb94 100644 --- a/P5/Source/Specs/encodingDesc.xml +++ b/P5/Source/Specs/encodingDesc.xml @@ -1,11 +1,5 @@ - + encoding description diff --git a/P5/Source/Specs/entry.xml b/P5/Source/Specs/entry.xml index 6f664581a1..d2a6cb13b6 100644 --- a/P5/Source/Specs/entry.xml +++ b/P5/Source/Specs/entry.xml @@ -1,11 +1,5 @@ - + entry diff --git a/P5/Source/Specs/entryFree.xml b/P5/Source/Specs/entryFree.xml index e4350e10dd..a88b644654 100644 --- a/P5/Source/Specs/entryFree.xml +++ b/P5/Source/Specs/entryFree.xml @@ -1,11 +1,5 @@ - + unstructured entry diff --git a/P5/Source/Specs/epigraph.xml b/P5/Source/Specs/epigraph.xml index 17e71d7bb8..88a07ed5ea 100644 --- a/P5/Source/Specs/epigraph.xml +++ b/P5/Source/Specs/epigraph.xml @@ -1,11 +1,5 @@ - + epigraph @@ -14,7 +8,7 @@ $Id$ the start or end of a section or on a title page. 절 또는 장의 시작, 또는 제목 페이지에 나타나는 인용, 작자미상, 또는 추정을 포함한다. 包含一段匿名或署名引文,出現在段落或章節的開頭,或在題名頁中。 - 章や節の始め、タイトルページなどにある引用(題辞)を示す。 + 章や節の始め、タイトルページなどにある引用(題辞)を示す。 contient une citation, anonyme ou attribuée et qui apparaît au début d’une section ou d’un chapitre ou sur une page de titre. enthält ein anonymes oder jemandem zugeschriebenes Zitat, das am Beginn eines Abschnitts, @@ -28,6 +22,7 @@ $Id$ + diff --git a/P5/Source/Specs/epilogue.xml b/P5/Source/Specs/epilogue.xml index d3b54436a4..7575f42858 100644 --- a/P5/Source/Specs/epilogue.xml +++ b/P5/Source/Specs/epilogue.xml @@ -1,11 +1,5 @@ - + epilogue diff --git a/P5/Source/Specs/equipment.xml b/P5/Source/Specs/equipment.xml index 297e6af725..5ad1bcca2e 100644 --- a/P5/Source/Specs/equipment.xml +++ b/P5/Source/Specs/equipment.xml @@ -1,11 +1,5 @@ - + equipment @@ -19,8 +13,7 @@ an audio or video recording used as the source for a spoken text. す。 gibt die technischen Details zu Geräteausstattung und Medien an, welche für die Ton- oder - Videoaufnahme als Quelle des gesprochenen Textes benutzt wurden - + Videoaufnahme als Quelle des gesprochenen Textes benutzt wurden proporciona detalles técnicos sobre el equipo y los medios empleados para la grabación de un audio o video usados como fuente de un texto hablado. fornisce dettagli tecnici sull'attrezzatura per una registrazione audio o video utilizzata quale fonte di un testo orale. diff --git a/P5/Source/Specs/equiv.xml b/P5/Source/Specs/equiv.xml index dfebda007c..f52b301199 100644 --- a/P5/Source/Specs/equiv.xml +++ b/P5/Source/Specs/equiv.xml @@ -1,11 +1,5 @@ - + equivalent diff --git a/P5/Source/Specs/etym.xml b/P5/Source/Specs/etym.xml index b466558839..df05226923 100644 --- a/P5/Source/Specs/etym.xml +++ b/P5/Source/Specs/etym.xml @@ -1,11 +1,5 @@ - + etymology diff --git a/P5/Source/Specs/event.xml b/P5/Source/Specs/event.xml index be3b90ba68..1902d9df0d 100644 --- a/P5/Source/Specs/event.xml +++ b/P5/Source/Specs/event.xml @@ -1,11 +1,5 @@ - + event @@ -46,10 +40,7 @@ - - - - + diff --git a/P5/Source/Specs/eventName.xml b/P5/Source/Specs/eventName.xml index ec724ecbc4..e5b516e6ac 100644 --- a/P5/Source/Specs/eventName.xml +++ b/P5/Source/Specs/eventName.xml @@ -1,11 +1,5 @@ - + name of an event @@ -39,7 +33,7 @@ $Id$ Gdańsk - 54.350556, 18.652778 + 54.350556 18.652778 diff --git a/P5/Source/Specs/ex.xml b/P5/Source/Specs/ex.xml index 7770328af1..2eea604d73 100644 --- a/P5/Source/Specs/ex.xml +++ b/P5/Source/Specs/ex.xml @@ -1,11 +1,5 @@ - + editorial expansion diff --git a/P5/Source/Specs/exemplum.xml b/P5/Source/Specs/exemplum.xml index e731bac941..84bd2bbdda 100644 --- a/P5/Source/Specs/exemplum.xml +++ b/P5/Source/Specs/exemplum.xml @@ -1,11 +1,5 @@ - + exemplum diff --git a/P5/Source/Specs/expan.xml b/P5/Source/Specs/expan.xml index a577c7f5ba..aaf76eeeaf 100644 --- a/P5/Source/Specs/expan.xml +++ b/P5/Source/Specs/expan.xml @@ -1,11 +1,5 @@ - + expansion @@ -28,6 +22,7 @@ + diff --git a/P5/Source/Specs/explicit.xml b/P5/Source/Specs/explicit.xml index 0ab2b0c78f..dce7ce320d 100644 --- a/P5/Source/Specs/explicit.xml +++ b/P5/Source/Specs/explicit.xml @@ -1,11 +1,5 @@ - + explicit diff --git a/P5/Source/Specs/extent.xml b/P5/Source/Specs/extent.xml index 5e6e23863b..c702bf7ba8 100644 --- a/P5/Source/Specs/extent.xml +++ b/P5/Source/Specs/extent.xml @@ -1,11 +1,5 @@ - + extent diff --git a/P5/Source/Specs/f.xml b/P5/Source/Specs/f.xml index dfa68ba832..18ca1fba66 100644 --- a/P5/Source/Specs/f.xml +++ b/P5/Source/Specs/f.xml @@ -1,11 +1,5 @@ - + feature diff --git a/P5/Source/Specs/fDecl.xml b/P5/Source/Specs/fDecl.xml index 43fda19c43..5e94d789f9 100644 --- a/P5/Source/Specs/fDecl.xml +++ b/P5/Source/Specs/fDecl.xml @@ -1,11 +1,5 @@ - + feature declaration diff --git a/P5/Source/Specs/fDescr.xml b/P5/Source/Specs/fDescr.xml index 4f63618dc6..bffcee4ac8 100644 --- a/P5/Source/Specs/fDescr.xml +++ b/P5/Source/Specs/fDescr.xml @@ -1,11 +1,5 @@ - + feature description (in FSD) diff --git a/P5/Source/Specs/fLib.xml b/P5/Source/Specs/fLib.xml index 002bc93b9e..1151cc96ca 100644 --- a/P5/Source/Specs/fLib.xml +++ b/P5/Source/Specs/fLib.xml @@ -1,11 +1,5 @@ - + feature library @@ -25,6 +19,7 @@ $Id$ + diff --git a/P5/Source/Specs/facsimile.xml b/P5/Source/Specs/facsimile.xml index 9553f47c11..8b77367204 100644 --- a/P5/Source/Specs/facsimile.xml +++ b/P5/Source/Specs/facsimile.xml @@ -1,11 +1,5 @@ - + contains a representation of some written source in the form of @@ -13,8 +7,7 @@ a set of images rather than as transcribed or encoded text. 전사 또는 부호화된 텍스트 형태보다는 이미지 집합의 형태로 기록 원본의 표상을 포함한다. contiene una representación de una cierta fuente escrita bajo la forma de conjunto de las imágenes algo que como texto transcrito o codificado. 転記または符号化されたテキストではなく、画像データ中にある、書記資料の -表現を示す。 - +表現を示す。 contient une représentation d'une source écrite quelconque sous la forme d'un ensemble d'images plutôt que sous la forme d'un texte transcrit ou encodé. diff --git a/P5/Source/Specs/factuality.xml b/P5/Source/Specs/factuality.xml index 4f423e3b39..7ca7a480f4 100644 --- a/P5/Source/Specs/factuality.xml +++ b/P5/Source/Specs/factuality.xml @@ -1,11 +1,5 @@ - + factuality @@ -38,14 +32,13 @@ or a non-fictional world. clasifica la objetividad de un texto classifica la fattualità del testo. - + the text is to be regarded as entirely imaginative 텍스트가 전적으로 상상적이라 간주된다. 文本為完全虛構 el texto debe ser considerado como enteramente imaginativo - 当該テキストは、想像の産物である。 - + 当該テキストは、想像の産物である。 le texte est à considérer comme purement imaginaire. il testo deve essere considerato interamente fittizio @@ -55,8 +48,7 @@ purement imaginaire. 텍스트가 전적으로 정보적이거나 사실적이라고 간주된다. 文本完全根據事實 el texto debe ser considerado como enteramente informativo o efectivo - 当該テキストは、事実的なものである。 - + 当該テキストは、事実的なものである。 le texte est à considérer comme entièrement informatif ou basé sur des faits. il testo deve essere considerato interamente informativo e basato su fatti @@ -66,8 +58,7 @@ entièrement informatif ou basé sur des faits. 텍스트가 사실과 허구의 혼합이다. 文本內容部分虛構、部分根據事實 el texto contiene una mezcla de realidad y de ficción - 当該テキストは、フィクション、ノンフィクションが混在している。 - + 当該テキストは、フィクション、ノンフィクションが混在している。 le texte contient un mélange de faits et de fiction. il testo contiene un misto di fatti e finzione @@ -78,8 +69,7 @@ et de fiction. 사실과 허구의 구별은 이 텍스트에 적절치 않은 것으로 간주된다. 該文本不適宜使用虛構/真實的區分方法 la distinción ficción/realidad no se considera útil o apropiada para este texto - フィクション、ノンフィクションの区別は問題にならない。 - + フィクション、ノンフィクションの区別は問題にならない。 la distinction entre faits et fiction n'est pas considérée comme utile ou appropriée pour ce texte. la distinzione fittivo reale non è considerata utile o appropriata per il testo diff --git a/P5/Source/Specs/faith.xml b/P5/Source/Specs/faith.xml index 681a7b4d3a..196da017d8 100644 --- a/P5/Source/Specs/faith.xml +++ b/P5/Source/Specs/faith.xml @@ -1,10 +1,6 @@ - + + + faith religion specifies the faith, religion, or belief set of a person. @@ -63,7 +59,7 @@ - + diff --git a/P5/Source/Specs/figDesc.xml b/P5/Source/Specs/figDesc.xml index 9b254f4eae..d6c79130db 100644 --- a/P5/Source/Specs/figDesc.xml +++ b/P5/Source/Specs/figDesc.xml @@ -1,11 +1,5 @@ - + description of figure diff --git a/P5/Source/Specs/figure.xml b/P5/Source/Specs/figure.xml index 611d941705..550e550e8c 100644 --- a/P5/Source/Specs/figure.xml +++ b/P5/Source/Specs/figure.xml @@ -1,11 +1,5 @@ - + figure @@ -30,6 +24,7 @@ $Id$ + diff --git a/P5/Source/Specs/fileDesc.xml b/P5/Source/Specs/fileDesc.xml index 3ebf7bfb01..c32b869120 100644 --- a/P5/Source/Specs/fileDesc.xml +++ b/P5/Source/Specs/fileDesc.xml @@ -1,11 +1,5 @@ - + file description diff --git a/P5/Source/Specs/filiation.xml b/P5/Source/Specs/filiation.xml index a0bfe39e75..d993592327 100644 --- a/P5/Source/Specs/filiation.xml +++ b/P5/Source/Specs/filiation.xml @@ -1,11 +1,5 @@ - + filiation @@ -21,8 +15,7 @@ $Id$ connus du même texte, ses protographes, antigraphes et apographes. contiene información referente a la filiación de un manuscrito, p.ej. su relación con otros manuscritos supervivientes del mismo texto, es decir, sus protógrafos, antígrafos y apógrafos. - contiene informazioni relative alla filiazione del manoscritto, cioè la sua relazione con altri manoscritti sopravvissuti per lo stesso testo, cioè i suoi protografi, antigrafi e apografi - + contiene informazioni relative alla filiazione del manoscritto, cioè la sua relazione con altri manoscritti sopravvissuti per lo stesso testo, cioè i suoi protografi, antigrafi e apografi diff --git a/P5/Source/Specs/finalRubric.xml b/P5/Source/Specs/finalRubric.xml index 92e7129406..d36766bfe3 100644 --- a/P5/Source/Specs/finalRubric.xml +++ b/P5/Source/Specs/finalRubric.xml @@ -1,11 +1,5 @@ - + final rubric diff --git a/P5/Source/Specs/floatingText.xml b/P5/Source/Specs/floatingText.xml index 762aacc90d..f845d81354 100644 --- a/P5/Source/Specs/floatingText.xml +++ b/P5/Source/Specs/floatingText.xml @@ -1,11 +1,5 @@ - + floating text @@ -29,6 +23,7 @@ $Id$ + diff --git a/P5/Source/Specs/floruit.xml b/P5/Source/Specs/floruit.xml index a9da6728e2..9e7a14f539 100644 --- a/P5/Source/Specs/floruit.xml +++ b/P5/Source/Specs/floruit.xml @@ -1,10 +1,6 @@ - + + + floruit période d'activité contains information about a person's period of activity. diff --git a/P5/Source/Specs/foliation.xml b/P5/Source/Specs/foliation.xml index 1bc40b6a7e..235e69008a 100644 --- a/P5/Source/Specs/foliation.xml +++ b/P5/Source/Specs/foliation.xml @@ -1,11 +1,5 @@ - + foliation diff --git a/P5/Source/Specs/foreign.xml b/P5/Source/Specs/foreign.xml index b8c03c75c9..70af3071b7 100644 --- a/P5/Source/Specs/foreign.xml +++ b/P5/Source/Specs/foreign.xml @@ -1,11 +1,5 @@ - + foreign @@ -30,6 +24,7 @@ + diff --git a/P5/Source/Specs/forename.xml b/P5/Source/Specs/forename.xml index 2f3890d79e..f5d91779c0 100644 --- a/P5/Source/Specs/forename.xml +++ b/P5/Source/Specs/forename.xml @@ -1,11 +1,5 @@ - + forename @@ -15,13 +9,14 @@ 包含名字或教名。 人物に与えられた名前のうち、名の部分、すなわち個人を表す部分を示す。 contient un prénom, qu'il soit donné ou un nom de baptême. - contiene el nombre de pila asignado en el bautismo. + contiene el nombre de pila asignado en el bautismo. contiene un prenome assegnato o un nome di battesimo + diff --git a/P5/Source/Specs/forest.xml b/P5/Source/Specs/forest.xml index 0e606446f7..124df837a2 100644 --- a/P5/Source/Specs/forest.xml +++ b/P5/Source/Specs/forest.xml @@ -1,11 +1,5 @@ - + forest diff --git a/P5/Source/Specs/form.xml b/P5/Source/Specs/form.xml index 53adf9b547..7745d6b013 100644 --- a/P5/Source/Specs/form.xml +++ b/P5/Source/Specs/form.xml @@ -1,11 +1,5 @@ - + form information group @@ -54,7 +48,7 @@ $Id$ clasifica la forma como simple, compuesta, etc. classifica la forma in simplice, composta, ecc. - + single free lexical item 단일 자립 어휘 항목 diff --git a/P5/Source/Specs/formula.xml b/P5/Source/Specs/formula.xml index 480b5b60cd..7505b33668 100644 --- a/P5/Source/Specs/formula.xml +++ b/P5/Source/Specs/formula.xml @@ -1,11 +1,5 @@ - + formula @@ -24,6 +18,7 @@ $Id$ + diff --git a/P5/Source/Specs/front.xml b/P5/Source/Specs/front.xml index 99dd015b78..f2b5eea61e 100644 --- a/P5/Source/Specs/front.xml +++ b/P5/Source/Specs/front.xml @@ -1,11 +1,5 @@ - + front matter diff --git a/P5/Source/Specs/fs.xml b/P5/Source/Specs/fs.xml index c400ef40ca..56dab72526 100644 --- a/P5/Source/Specs/fs.xml +++ b/P5/Source/Specs/fs.xml @@ -1,11 +1,5 @@ - + feature structure @@ -30,6 +24,7 @@ structural unit. + diff --git a/P5/Source/Specs/fsConstraints.xml b/P5/Source/Specs/fsConstraints.xml index 7d59163590..fdb36a3d17 100644 --- a/P5/Source/Specs/fsConstraints.xml +++ b/P5/Source/Specs/fsConstraints.xml @@ -1,11 +1,5 @@ - + feature-structure constraints diff --git a/P5/Source/Specs/fsDecl.xml b/P5/Source/Specs/fsDecl.xml index 3122c8d764..0be1fce17d 100644 --- a/P5/Source/Specs/fsDecl.xml +++ b/P5/Source/Specs/fsDecl.xml @@ -1,11 +1,5 @@ - + feature structure declaration @@ -63,8 +57,7 @@ $Id$ derived by combining those specified explicitly within this element with those implied by the baseTypes attribute. When no baseTypes attribute is specified, no - feature specification or constraint is inherited. - + feature specification or constraint is inherited. 유형으로부터 상속받은 자질 명세와 제약으로 구성된 하나 이상의 유형화된 자질 구조의 이름을 제시한다; 만약 이 유형이 속성에 의해 명시된 것과 동일한 이름을 갖는 자질 명세를 포함한다면, 또는 동일 이름의 하나 이상의 명세가 상속된다면, 가능한 값의 집합은 통합에 의해 정의된다. 비슷하게 적용가능한 제약 집합이 baseTypes 속성에 의해 지시된 제약을 가진 요소 내에서 명백하게 명시된 제약의 결합에 의해 도출된다. baseTypes이 명시되지 않았다면, 어떤 자질 명세 또는 제약도 상속되지 않는다. 提供一個或多個已分類的功能結構名稱,此類型從該功能結構中獲得功能細節與限制;若該類型包含的功能細節名稱同於此屬性所標明的任一功能細節,或者該類型獲得一個以上同名的功能細節,則所有可能的屬性值是為統一定義。同樣地,適用限制的衍生,是將此元素中所明確標明的和屬性baseTypes所標明的結合。若未使用屬性baseTypes,則沒有獲得任何功能細節或限制。 ひとつ以上の素性構造を示す。ここから、属性typeは素性定義・制約を diff --git a/P5/Source/Specs/fsDescr.xml b/P5/Source/Specs/fsDescr.xml index 0b5ae895a7..8412c4cc63 100644 --- a/P5/Source/Specs/fsDescr.xml +++ b/P5/Source/Specs/fsDescr.xml @@ -1,11 +1,5 @@ - + feature system description (in FSD) diff --git a/P5/Source/Specs/fsdDecl.xml b/P5/Source/Specs/fsdDecl.xml index 6d4f0faf3f..8493faefe1 100644 --- a/P5/Source/Specs/fsdDecl.xml +++ b/P5/Source/Specs/fsdDecl.xml @@ -1,11 +1,5 @@ - + feature system declaration @@ -23,8 +17,7 @@ $Id$ ひとつ以上の素性構造宣言または素性構造宣言へのリンクを含む、素性シス テム宣言を示す。 bietet eine Deklaration des Merkmalsystems, die aus einer oder mehreren - Merkmalstrukturdeklarationen oder Links zu Merkmalstrukturdeklarationen besteht. - + Merkmalstrukturdeklarationen oder Links zu Merkmalstrukturdeklarationen besteht. indica la declaración del sistema de rasgos que contiene definiciones para un tipo particular de estructura de rasgos. identifica la dichiarazione del sistema di tratti che contiene le definifioni di un particolare tipo di struttura di tratti. diff --git a/P5/Source/Specs/fsdLink.xml b/P5/Source/Specs/fsdLink.xml index dd41ca6b1b..33d7abe57e 100644 --- a/P5/Source/Specs/fsdLink.xml +++ b/P5/Source/Specs/fsdLink.xml @@ -1,11 +1,5 @@ - + feature structure declaration link @@ -17,9 +11,8 @@ $Id$ structure declaration for it. 자질 구조 선언에 유형화된 자질 구조의 이름을 관련시킨다. asocia el nombre de una estructura de rasgos dada con una declaración de la estructura de rasgos para ella. - 素性構造宣言により素性構造の名前を示す。 - - associe le nom d'une structure de traits "type" à + 素性構造宣言により素性構造の名前を示す。 + associe le nom d'une structure de traits type à sa déclaration de structure de traits. associa il nome di una struttura di tratti alla dichiarazione relativa @@ -34,8 +27,7 @@ sa déclaration de structure de traits. feature structure. 기록된 자질 구조의 유형을 식별한다; 이것은 적어도 하나 이상의 자질 구조에 대한 유형 값이 될 것이다. 解説される素性構造を示す。少なくともひとつの素性構造に関する属性 - typeの値が付与される。 - + typeの値が付与される。 identifica il tipo di dichiarazione del sistema di tratti attraverso il FSD, sarà il valore dell'attributo type di almeno una struttura di tratti. identifica el tipo de estructura de rasgos documentada por el FSD; éste será el valor del atributo type al menos en una estructura de rasgos. identifie le type de structure de traits à documenter ; ce sera la valeur de l’attribut type d’au moins une structure de traits. @@ -46,8 +38,7 @@ feature structure. (fsDecl) element within the current document or elsewhere. 현 문서 내 또는 다른 문서에서 자질 구조 선언 (fsDecl) 요소에 대한 포인터를 제공한다. proporciona un puntero a una declaración de estructura de rasgos (elemento fsDecl) al interno del documento actual u otro. - 素性構造宣言要素(fsDecl)へのポインタが示される。 - + 素性構造宣言要素(fsDecl)へのポインタが示される。 fournit un pointeur vers un élément de déclaration de structure de traits (fsDecl) dans le document courant ou ailleurs. diff --git a/P5/Source/Specs/funder.xml b/P5/Source/Specs/funder.xml index bbeb4e49a1..83425147ff 100644 --- a/P5/Source/Specs/funder.xml +++ b/P5/Source/Specs/funder.xml @@ -1,10 +1,6 @@ - + + + funding body financeur 재정 지원 조직체 diff --git a/P5/Source/Specs/fvLib.xml b/P5/Source/Specs/fvLib.xml index 71667c1ca2..2b0f74a644 100644 --- a/P5/Source/Specs/fvLib.xml +++ b/P5/Source/Specs/fvLib.xml @@ -1,11 +1,5 @@ - + feature-value library @@ -27,6 +21,7 @@ $Id$ + diff --git a/P5/Source/Specs/fw.xml b/P5/Source/Specs/fw.xml index 5b617dce51..92c72bafb4 100644 --- a/P5/Source/Specs/fw.xml +++ b/P5/Source/Specs/fw.xml @@ -1,11 +1,5 @@ - + forme work @@ -42,13 +36,12 @@ $Id$ clasifica las convenciones usadas según una tipología funcional. classifica le convenzioni usate secondo una tipologia funzionale - + a running title at the top of the page 페이지 상단의 현 제목 頁面頂端的欄外標題 - 天にタイトル。 - + 天にタイトル。 un titre courant en haut de la page título o asunto en el encabezamiento de la página titolo nell'intestazione di pagina @@ -57,8 +50,7 @@ $Id$ a running title at the bottom of the page 페이지 하단의 제목 頁面底端的欄外標題 - 地にあるタイトル。 - + 地にあるタイトル。 un titre courant en bas de la page título o asunto a pie de página titolo nel piè di pagina @@ -72,8 +64,7 @@ $Id$ a page number or foliation symbol 페이지 숫자 또는 페이지 기호 編頁數號或是編張符號 - ノンブル。 - + ノンブル。 un numéro de page ou un symbole de foliotation numero di pagina o simbolo di foliazione número de página o símbolo de la foliación @@ -87,8 +78,7 @@ $Id$ a line number, either of prose or poetry 산문 또는 시에서 행 번호 un número de línea, en prosa o verso - 韻文・散文における行番号。 - + 韻文・散文における行番号。 numéro d'une ligne en prose ou en vers numero di riga di testo in prosa o componimento poetico @@ -101,8 +91,7 @@ $Id$ 서명 혹은 서명 기호 signature ou marque de cahier 簽名或是聚集符號 - 折丁記号。 - + 折丁記号。 firma o símbolo común firma o simbolo comune @@ -115,8 +104,7 @@ $Id$ a catch-word 색인어 標語 - 柱。 - + 柱。 une réclame reclamo reclamo diff --git a/P5/Source/Specs/g.xml b/P5/Source/Specs/g.xml index c3f89ff89f..96528f1c51 100644 --- a/P5/Source/Specs/g.xml +++ b/P5/Source/Specs/g.xml @@ -1,11 +1,5 @@ - + character or glyph diff --git a/P5/Source/Specs/gap.xml b/P5/Source/Specs/gap.xml index 0596868f14..644a246130 100644 --- a/P5/Source/Specs/gap.xml +++ b/P5/Source/Specs/gap.xml @@ -1,11 +1,5 @@ - + @@ -39,6 +33,7 @@ + diff --git a/P5/Source/Specs/gb.xml b/P5/Source/Specs/gb.xml index 28b2b2e15e..6cc9c8d138 100644 --- a/P5/Source/Specs/gb.xml +++ b/P5/Source/Specs/gb.xml @@ -1,11 +1,5 @@ - + gathering beginning @@ -17,6 +11,7 @@ + diff --git a/P5/Source/Specs/gen.xml b/P5/Source/Specs/gen.xml index 51fd950c97..9c3d63e449 100644 --- a/P5/Source/Specs/gen.xml +++ b/P5/Source/Specs/gen.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Specs/genName.xml b/P5/Source/Specs/genName.xml index a36482ec9b..47d9fcc029 100644 --- a/P5/Source/Specs/genName.xml +++ b/P5/Source/Specs/genName.xml @@ -1,11 +1,5 @@ - + generational name component @@ -30,6 +24,7 @@ + diff --git a/P5/Source/Specs/gender.xml b/P5/Source/Specs/gender.xml index b7776cdc2f..627f37a24d 100644 --- a/P5/Source/Specs/gender.xml +++ b/P5/Source/Specs/gender.xml @@ -1,10 +1,6 @@ - + + + gender specifies the gender identity of a person, persona, or character. especifica la identidad de género de una persona. diff --git a/P5/Source/Specs/geo.xml b/P5/Source/Specs/geo.xml index 020770a883..883fd777bb 100644 --- a/P5/Source/Specs/geo.xml +++ b/P5/Source/Specs/geo.xml @@ -1,11 +1,5 @@ - + geographical coordinates @@ -27,6 +21,7 @@ + diff --git a/P5/Source/Specs/geoDecl.xml b/P5/Source/Specs/geoDecl.xml index 44c2d7271d..461e6d109d 100644 --- a/P5/Source/Specs/geoDecl.xml +++ b/P5/Source/Specs/geoDecl.xml @@ -1,11 +1,5 @@ - + geographic coordinates declaration diff --git a/P5/Source/Specs/geogFeat.xml b/P5/Source/Specs/geogFeat.xml index a5017b24c6..ab68226b34 100644 --- a/P5/Source/Specs/geogFeat.xml +++ b/P5/Source/Specs/geogFeat.xml @@ -1,10 +1,6 @@ - + + + geographical feature name 지리적 특성명 nom de caractéristique géographique @@ -28,7 +24,8 @@ - + + diff --git a/P5/Source/Specs/geogName.xml b/P5/Source/Specs/geogName.xml index ad00164f35..ab429af692 100644 --- a/P5/Source/Specs/geogName.xml +++ b/P5/Source/Specs/geogName.xml @@ -1,10 +1,6 @@ - + + + geographical name 지리명 地理名稱 @@ -25,6 +21,7 @@ + diff --git a/P5/Source/Specs/gi.xml b/P5/Source/Specs/gi.xml index 6c5e1c6cc6..57e953156d 100644 --- a/P5/Source/Specs/gi.xml +++ b/P5/Source/Specs/gi.xml @@ -1,11 +1,5 @@ - + element name diff --git a/P5/Source/Specs/gloss.xml b/P5/Source/Specs/gloss.xml index 3f3ed9ff04..23d4b9901b 100644 --- a/P5/Source/Specs/gloss.xml +++ b/P5/Source/Specs/gloss.xml @@ -1,11 +1,5 @@ - + gloss @@ -30,6 +24,7 @@ + diff --git a/P5/Source/Specs/glyph.xml b/P5/Source/Specs/glyph.xml index 42d557e141..f93c75c354 100644 --- a/P5/Source/Specs/glyph.xml +++ b/P5/Source/Specs/glyph.xml @@ -1,11 +1,5 @@ - + character glyph diff --git a/P5/Source/Specs/gram.xml b/P5/Source/Specs/gram.xml index 509c218607..1e71133303 100644 --- a/P5/Source/Specs/gram.xml +++ b/P5/Source/Specs/gram.xml @@ -1,11 +1,5 @@ - + grammatical information @@ -62,7 +56,7 @@ $Id$ - + part of speech 품사 diff --git a/P5/Source/Specs/gramGrp.xml b/P5/Source/Specs/gramGrp.xml index 6cd4b2cfce..11684c3d89 100644 --- a/P5/Source/Specs/gramGrp.xml +++ b/P5/Source/Specs/gramGrp.xml @@ -1,11 +1,5 @@ - + grammatical information group diff --git a/P5/Source/Specs/graph.xml b/P5/Source/Specs/graph.xml index a7be2a2f0c..88163cd22c 100644 --- a/P5/Source/Specs/graph.xml +++ b/P5/Source/Specs/graph.xml @@ -1,11 +1,5 @@ - + graph @@ -65,14 +59,13 @@ connect the nodes. describe el tipo de gráfico descrive il tipo di grafo - + undirected graph 무방향 그래프 無方向圖形 gráfico no-dirigido - 無向グラフ。 - + 無向グラフ。 graphe non orienté. grafo non orientato @@ -81,8 +74,7 @@ connect the nodes. 방향 그래프 有方向圖形 gráfico dirigido - 有向グラフ。 - + 有向グラフ。 graphe orienté. grafo orientato @@ -91,8 +83,7 @@ connect the nodes. 시작과 종료 노드가 구분되는 방향 그래프 清楚標明起始節點與末端節點的有向圖形 un gráfico dirigido con los nodos iniciales y finales distinguidos - 遷移ネットワーク。初期ノードと最終ノードを分けた有向グラフ。 - + 遷移ネットワーク。初期ノードと最終ノードを分けた有向グラフ。 un graphe orienté avec un nœud initial et un nœud terminal bien distincts. grafo orientato con nodi finale e iniziale distinti. @@ -102,8 +93,7 @@ connect the nodes. 각 호에 두 개의 표지를 부착한 전이망 每條連線上最多兩個標籤的過境網絡 una red de transición con hasta dos escrituras de la etiqueta en cada arco - トランスデューサ。各矢に高々2つのラベルを持つ遷移ネットワーク。 - + トランスデューサ。各矢に高々2つのラベルを持つ遷移ネットワーク。 un réseau de transition avec jusqu'à deux étiquettes par arc. rete di transizione con un massimo di due etichette per arco diff --git a/P5/Source/Specs/graphic.xml b/P5/Source/Specs/graphic.xml index 60478ce72a..24f5f284f9 100644 --- a/P5/Source/Specs/graphic.xml +++ b/P5/Source/Specs/graphic.xml @@ -1,11 +1,5 @@ - + graphic @@ -31,9 +25,10 @@ + - + @@ -131,7 +126,6 @@ - - + - \ No newline at end of file + diff --git a/P5/Source/Specs/group.xml b/P5/Source/Specs/group.xml index 39460b164d..3c1e70c7ef 100644 --- a/P5/Source/Specs/group.xml +++ b/P5/Source/Specs/group.xml @@ -1,11 +1,5 @@ - + group diff --git a/P5/Source/Specs/handDesc.xml b/P5/Source/Specs/handDesc.xml index 43ba1a31d1..5502f8cf3b 100644 --- a/P5/Source/Specs/handDesc.xml +++ b/P5/Source/Specs/handDesc.xml @@ -1,11 +1,5 @@ - + description of hands diff --git a/P5/Source/Specs/handNote.xml b/P5/Source/Specs/handNote.xml index 9dcac2b1ef..a3f276004f 100644 --- a/P5/Source/Specs/handNote.xml +++ b/P5/Source/Specs/handNote.xml @@ -1,11 +1,5 @@ - + note on hand diff --git a/P5/Source/Specs/handNotes.xml b/P5/Source/Specs/handNotes.xml index 3e1472bdf2..0bda313232 100644 --- a/P5/Source/Specs/handNotes.xml +++ b/P5/Source/Specs/handNotes.xml @@ -1,11 +1,5 @@ - + contains one or more handNote elements documenting the diff --git a/P5/Source/Specs/handShift.xml b/P5/Source/Specs/handShift.xml index 3823607363..c1b125314c 100644 --- a/P5/Source/Specs/handShift.xml +++ b/P5/Source/Specs/handShift.xml @@ -1,11 +1,5 @@ - + handwriting shift diff --git a/P5/Source/Specs/head.xml b/P5/Source/Specs/head.xml index c998baf736..685e2cace0 100644 --- a/P5/Source/Specs/head.xml +++ b/P5/Source/Specs/head.xml @@ -1,11 +1,5 @@ - + heading @@ -35,6 +29,7 @@ + diff --git a/P5/Source/Specs/headItem.xml b/P5/Source/Specs/headItem.xml index e71a4e3faa..d56ac58f59 100644 --- a/P5/Source/Specs/headItem.xml +++ b/P5/Source/Specs/headItem.xml @@ -1,11 +1,5 @@ - + heading for list items diff --git a/P5/Source/Specs/headLabel.xml b/P5/Source/Specs/headLabel.xml index 8f64d38f9c..5654aa3589 100644 --- a/P5/Source/Specs/headLabel.xml +++ b/P5/Source/Specs/headLabel.xml @@ -1,11 +1,5 @@ - + heading for list labels diff --git a/P5/Source/Specs/height.xml b/P5/Source/Specs/height.xml index 9157f1b300..6955af7abc 100644 --- a/P5/Source/Specs/height.xml +++ b/P5/Source/Specs/height.xml @@ -1,11 +1,5 @@ - + height diff --git a/P5/Source/Specs/heraldry.xml b/P5/Source/Specs/heraldry.xml index 0a0bc60726..a336171bb4 100644 --- a/P5/Source/Specs/heraldry.xml +++ b/P5/Source/Specs/heraldry.xml @@ -1,18 +1,11 @@ - + heraldry héraldique contains a heraldic formula -or phrase, typically found as part of a blazon, coat of arms, etc. - +or phrase, typically found as part of a blazon, coat of arms, etc. 보통 문장이 새겨진 방패의 일부로 사용되는 문장 형식 또는 구를 포함한다. 包含一個紋章學的常規或詞彙,通常是裝飾、或盾形紋章等的一部分。 紋章学的記述を含む。例えば、紋章記述や紋章など。 diff --git a/P5/Source/Specs/hi.xml b/P5/Source/Specs/hi.xml index fb7e610b77..bf1cc82efc 100644 --- a/P5/Source/Specs/hi.xml +++ b/P5/Source/Specs/hi.xml @@ -1,11 +1,5 @@ - + highlighted @@ -31,6 +25,7 @@ + diff --git a/P5/Source/Specs/history.xml b/P5/Source/Specs/history.xml index 201e15ab9a..33acee2629 100644 --- a/P5/Source/Specs/history.xml +++ b/P5/Source/Specs/history.xml @@ -1,11 +1,5 @@ - + history diff --git a/P5/Source/Specs/hom.xml b/P5/Source/Specs/hom.xml index cf36c621d0..de6f25101c 100644 --- a/P5/Source/Specs/hom.xml +++ b/P5/Source/Specs/hom.xml @@ -1,11 +1,5 @@ - + homograph diff --git a/P5/Source/Specs/hyph.xml b/P5/Source/Specs/hyph.xml index 1bb7a1271d..de8cb05498 100644 --- a/P5/Source/Specs/hyph.xml +++ b/P5/Source/Specs/hyph.xml @@ -1,11 +1,5 @@ - + hyphenation diff --git a/P5/Source/Specs/hyphenation.xml b/P5/Source/Specs/hyphenation.xml index d8f60b32ed..8788509470 100644 --- a/P5/Source/Specs/hyphenation.xml +++ b/P5/Source/Specs/hyphenation.xml @@ -1,11 +1,5 @@ - + hyphenation diff --git a/P5/Source/Specs/iNode.xml b/P5/Source/Specs/iNode.xml index 5ce7826716..3f504ce3a1 100644 --- a/P5/Source/Specs/iNode.xml +++ b/P5/Source/Specs/iNode.xml @@ -1,11 +1,5 @@ - + intermediate (or internal) node diff --git a/P5/Source/Specs/iType.xml b/P5/Source/Specs/iType.xml index 56a7f59f04..5d17618783 100644 --- a/P5/Source/Specs/iType.xml +++ b/P5/Source/Specs/iType.xml @@ -1,11 +1,5 @@ - + inflectional class @@ -57,7 +51,7 @@ $Id$ abbreviate solite (ad esempio inv)e altri tipi di indicatori, quali codici speciali per fare riferimento al tipo di coniugazione, ecc. - + abbreviated indicator 축약 지시자 diff --git a/P5/Source/Specs/ident.xml b/P5/Source/Specs/ident.xml index c8142e1eb4..8f6e42e8fe 100644 --- a/P5/Source/Specs/ident.xml +++ b/P5/Source/Specs/ident.xml @@ -1,11 +1,5 @@ - + identifier diff --git a/P5/Source/Specs/idno.xml b/P5/Source/Specs/idno.xml index 6e78cc3fba..04b262782b 100644 --- a/P5/Source/Specs/idno.xml +++ b/P5/Source/Specs/idno.xml @@ -1,10 +1,6 @@ - + + + identifier identifiant 식별 숫자 @@ -39,6 +35,7 @@ $Id$ + @@ -100,12 +97,11 @@ $Id$ - + International Standard Book Number: a 13- or (if assigned prior to 2007) 10-digit identifying number assigned by the publishing - industry to a published book or similar item, registered with the International ISBN Agency. - + industry to a published book or similar item, registered with the International ISBN Agency. International Standard Serial Number: an diff --git a/P5/Source/Specs/if.xml b/P5/Source/Specs/if.xml index c5bf214b26..ec21615270 100644 --- a/P5/Source/Specs/if.xml +++ b/P5/Source/Specs/if.xml @@ -1,11 +1,5 @@ - + defines a conditional default value for a feature; the condition diff --git a/P5/Source/Specs/iff.xml b/P5/Source/Specs/iff.xml index bd4df70435..2ea5058680 100644 --- a/P5/Source/Specs/iff.xml +++ b/P5/Source/Specs/iff.xml @@ -1,11 +1,5 @@ - + if and only if diff --git a/P5/Source/Specs/imprimatur.xml b/P5/Source/Specs/imprimatur.xml index a4ba223e22..dfe6eb7348 100644 --- a/P5/Source/Specs/imprimatur.xml +++ b/P5/Source/Specs/imprimatur.xml @@ -1,11 +1,5 @@ - + imprimatur diff --git a/P5/Source/Specs/imprint.xml b/P5/Source/Specs/imprint.xml index aa538c8c53..4de2c11dca 100644 --- a/P5/Source/Specs/imprint.xml +++ b/P5/Source/Specs/imprint.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Specs/incident.xml b/P5/Source/Specs/incident.xml index b42f195967..cc7bd3d303 100644 --- a/P5/Source/Specs/incident.xml +++ b/P5/Source/Specs/incident.xml @@ -1,11 +1,5 @@ - + incident @@ -16,8 +10,7 @@ communication. 예를 들어 일시적인 소음 또는 의사소통에 영향을 미치는 다른 사건과 같이, 현상 또는 발생이지만 반드시 목소리나 의사소통을 수반하지는 않는다. 必ずしも言語化またはコミュニケーションには上らない現象や出来事を示す。 例えば、偶発的な雑音またはコミュニケーションに影響を与える他の事象な - ど。 - + ど。 tout phénomène ou événement, non nécessairement vocalisé ou destiné à la communication, par exemple des bruits fortuits ou d'autres événements affectant la communication @@ -29,6 +22,7 @@ communication. + diff --git a/P5/Source/Specs/incipit.xml b/P5/Source/Specs/incipit.xml index 7cf7ee5d59..91513d7b05 100644 --- a/P5/Source/Specs/incipit.xml +++ b/P5/Source/Specs/incipit.xml @@ -1,11 +1,5 @@ - + contains the incipit of a manuscript or similar object item, that is the opening words of the text proper, exclusive of any rubric which might precede it, of sufficient length to identify the work uniquely; such incipits were, in former times, frequently used a means of reference to a work, in place of a title. @@ -15,8 +9,7 @@ $Id$ ストの書き出しにある語句で、これに先行してある朱書き部分を除いた、当 該作品を特定するに充分な文量の部分である。 冒頭語句は、タイトル部分において、作品への参照を示す手段としてよく使 - 用されていた。 - + 用されていた。 contient l'incipit d'une section d'un manuscrit, c'est-à-dire les mots commençant le texte proprement dit, à l'exclusion de toute rubrique qui pourrait les précéder, la transcription étant de longueur diff --git a/P5/Source/Specs/index.xml b/P5/Source/Specs/index.xml index db994f01f5..ceed88a267 100644 --- a/P5/Source/Specs/index.xml +++ b/P5/Source/Specs/index.xml @@ -1,11 +1,5 @@ - + index entry @@ -25,6 +19,7 @@ + diff --git a/P5/Source/Specs/institution.xml b/P5/Source/Specs/institution.xml index 03d07c38ab..9e5fb18b2a 100644 --- a/P5/Source/Specs/institution.xml +++ b/P5/Source/Specs/institution.xml @@ -1,11 +1,5 @@ - + institution diff --git a/P5/Source/Specs/interaction.xml b/P5/Source/Specs/interaction.xml index 840dbd9b3b..563dcf4915 100644 --- a/P5/Source/Specs/interaction.xml +++ b/P5/Source/Specs/interaction.xml @@ -1,11 +1,5 @@ - + interaction @@ -43,14 +37,13 @@ form of response or interjection, commentary, etc. describe el grado de interacción entre los participantes activos y pasivos en un texto. specifica il grado di interazione tra partecipanti attivi e passivi all'interno del testo. - + no interaction of any kind, e.g. a monologue 종류의 상호작용이 없다. 예, 독백. 無任何互動,例如獨白 no hay ninguna interacción de ningún tipo, p.ej. un monólogo - 相互作用ではない。例えば、独白など。 - + 相互作用ではない。例えば、独白など。 pas la moindre interaction, un monologue par exemple. mancanza di qualsiasi interazione, ad esempio un monologo @@ -60,8 +53,7 @@ monologue par exemple. 어느 정도의 상호작용, 예, 고정된 반응을 유발하는 독백 某種程度上的互動,例如具有背景回應的獨白 cierto grado de interacción, p.ej. un monólogo con las respuestas de grupo - ある程度の相互作用。例えば、反応する人がいる状況での独白など。 - + ある程度の相互作用。例えば、反応する人がいる状況での独白など。 un certain degré d'interaction, par exemple un monologue avec une série de réponses. qualche grado di interazione, ad esempio un monologo con risposte stabilite @@ -71,8 +63,7 @@ exemple un monologue avec une série de réponses. 완전한 상호작용, 예, 대면 대화 完全性的互動,例如面對面交談 interacción completa, p.ej. una conversación cara a cara - 完全なる相互作用。例えば、直接対話など。 - + 完全なる相互作用。例えば、直接対話など。 une interaction complète, par exemple une conversation en tête-à-tête. interazione completa. ad esempio conversazione faccia a faccia @@ -82,8 +73,7 @@ une conversation en tête-à-tête. 이 매개변인은 이 경우에 부적절하거나 적용불가능하다. 這項特性在此不適當或不適用 este parámetro es inadecuado o inaplicable en este caso - 当該パラメータは、不適切、または使用が相応しくない。 - + 当該パラメータは、不適切、または使用が相応しくない。 ce paramètre est inapproprié ou inapplicable dans ce cas. il parametro è inappropriato o inapplicabile in questo caso @@ -107,8 +97,7 @@ inapplicable dans ce cas. 단일 화자 一位傳達者 un solo interlocutor - 個人の参加者。 - + 個人の参加者。 un seul émetteur. un singolo partecipante attivo @@ -117,8 +106,7 @@ inapplicable dans ce cas. 다수의 화자 多位傳達者 muchos interlocutores - 複数の参加者。 - + 複数の参加者。 plusieurs émetteurs. molti partecipanti attivi @@ -127,8 +115,7 @@ inapplicable dans ce cas. 집단적 화자 集體傳達者 un interlocutor colectivo - 団体としての参加者。 - + 団体としての参加者。 un émetteur collectif. un partecipante attivo collettivo @@ -137,8 +124,7 @@ inapplicable dans ce cas. 미지의 또는 미명시된 화자의 수 傳達人數未知或未指明 número de interlocutores desconocidos o inespecificables - 参加者は不明または特定不可能。 - + 参加者は不明または特定不可能。 un nombre d'émetteurs inconnu ou impossible à spécifier. un numero di partecipanti attivi sconosciuto o non specificabile @@ -164,8 +150,7 @@ impossible à spécifier. 텍스트가 창작자에게 전달된다. 예, 일기. 文本內容傳遞給原創作者,例如日記 el texto se dirige a su creador, p.ej. un diario - テキストは作成者に向けられたもの。例えば、日記など。 - + テキストは作成者に向けられたもの。例えば、日記など。 le texte est adressé à soi-même, comme un journal intime par exemple. il testo è indirizzato a colui chè l'ha prodotto, ad esempio un diario @@ -175,8 +160,7 @@ un journal intime par exemple. 텍스트가 다른 한 사람에게 전달된다. 예, 개인적 편지 文本內容傳遞給另一個人,例如私人信件 el texto se dirige a cualquier otra persona, p.ej. una carta personal - テキストは他の人物に向けられたもの。例えば、個人書簡など。 - + テキストは他の人物に向けられたもの。例えば、個人書簡など。 le texte est adressé à une seule autre personne, comme une lettre personnelle par exemple. il testo è indirizzato ad una sola altra persona, ad esempio una lettera privata diff --git a/P5/Source/Specs/interp.xml b/P5/Source/Specs/interp.xml index 2578c86534..f09d852d38 100644 --- a/P5/Source/Specs/interp.xml +++ b/P5/Source/Specs/interp.xml @@ -1,11 +1,5 @@ - + interpretation @@ -34,6 +28,7 @@ $Id$ + diff --git a/P5/Source/Specs/interpGrp.xml b/P5/Source/Specs/interpGrp.xml index e747bb8a68..5e427fc7aa 100644 --- a/P5/Source/Specs/interpGrp.xml +++ b/P5/Source/Specs/interpGrp.xml @@ -1,11 +1,5 @@ - + interpretation group @@ -29,6 +23,7 @@ $Id$ + diff --git a/P5/Source/Specs/interpretation.xml b/P5/Source/Specs/interpretation.xml index d9923ea2e1..52aa24ada9 100644 --- a/P5/Source/Specs/interpretation.xml +++ b/P5/Source/Specs/interpretation.xml @@ -1,11 +1,5 @@ - + interpretation diff --git a/P5/Source/Specs/item.xml b/P5/Source/Specs/item.xml index a06d37d241..ee76e6984f 100644 --- a/P5/Source/Specs/item.xml +++ b/P5/Source/Specs/item.xml @@ -1,11 +1,5 @@ - + item diff --git a/P5/Source/Specs/join.xml b/P5/Source/Specs/join.xml index 3bb10bfcb7..abf233d8b3 100644 --- a/P5/Source/Specs/join.xml +++ b/P5/Source/Specs/join.xml @@ -1,7 +1,7 @@ - + - + join jointure identifies a possibly fragmented segment of text, by pointing at the possibly discontiguous elements which compose it. @@ -16,20 +16,21 @@ + - - - - - - - + + + + + - -You must supply at least two values for @target on - + + + You must supply at least two values for @target on + + @@ -199,4 +200,4 @@ You must supply at least two values for @target on - \ No newline at end of file + diff --git a/P5/Source/Specs/joinGrp.xml b/P5/Source/Specs/joinGrp.xml index 56d0084095..846f0058be 100644 --- a/P5/Source/Specs/joinGrp.xml +++ b/P5/Source/Specs/joinGrp.xml @@ -1,5 +1,5 @@ - + join group @@ -19,6 +19,7 @@ + diff --git a/P5/Source/Specs/keywords.xml b/P5/Source/Specs/keywords.xml index f3d9f61080..0aa4daec7b 100644 --- a/P5/Source/Specs/keywords.xml +++ b/P5/Source/Specs/keywords.xml @@ -1,11 +1,5 @@ - + keywords diff --git a/P5/Source/Specs/kinesic.xml b/P5/Source/Specs/kinesic.xml index 15db325a14..e39872f7d0 100644 --- a/P5/Source/Specs/kinesic.xml +++ b/P5/Source/Specs/kinesic.xml @@ -1,11 +1,5 @@ - + kinesic @@ -26,6 +20,7 @@ $Id$ + diff --git a/P5/Source/Specs/l.xml b/P5/Source/Specs/l.xml index 906375ab08..6e3bba536d 100644 --- a/P5/Source/Specs/l.xml +++ b/P5/Source/Specs/l.xml @@ -1,11 +1,5 @@ - + verse line @@ -29,6 +23,7 @@ + @@ -41,9 +36,9 @@ - - Abstract model violation: Lines may not contain lines or lg elements. - + + Abstract model violation: Lines may not contain lines or lg elements. + @@ -67,4 +62,4 @@ - \ No newline at end of file + diff --git a/P5/Source/Specs/label.xml b/P5/Source/Specs/label.xml index 355552ca4c..31aa06de27 100644 --- a/P5/Source/Specs/label.xml +++ b/P5/Source/Specs/label.xml @@ -1,11 +1,5 @@ - + label @@ -30,6 +24,7 @@ + diff --git a/P5/Source/Specs/lacunaEnd.xml b/P5/Source/Specs/lacunaEnd.xml index eb0c6f250c..c202f074a3 100644 --- a/P5/Source/Specs/lacunaEnd.xml +++ b/P5/Source/Specs/lacunaEnd.xml @@ -1,11 +1,5 @@ - + lacuna end diff --git a/P5/Source/Specs/lacunaStart.xml b/P5/Source/Specs/lacunaStart.xml index ab2524033c..470c2eeda1 100644 --- a/P5/Source/Specs/lacunaStart.xml +++ b/P5/Source/Specs/lacunaStart.xml @@ -1,11 +1,5 @@ - + lacuna start diff --git a/P5/Source/Specs/lang.xml b/P5/Source/Specs/lang.xml index a5825ef522..fadc375705 100644 --- a/P5/Source/Specs/lang.xml +++ b/P5/Source/Specs/lang.xml @@ -1,11 +1,5 @@ - + language name diff --git a/P5/Source/Specs/langKnowledge.xml b/P5/Source/Specs/langKnowledge.xml index b3ca2bc8ec..5c76e41a1d 100644 --- a/P5/Source/Specs/langKnowledge.xml +++ b/P5/Source/Specs/langKnowledge.xml @@ -1,10 +1,6 @@ - + + + language knowledge 언어 지식 conocimiento del lenguaje @@ -17,11 +13,9 @@ synthétise l'état des connaissances linguistiques d'une personne, soit en texte libre soit par une liste d'éléments langKnown. resume los conocimientos lingüísticos de una persona de forma descriptiva o a través de una lista de - elementos langKnown - + elementos langKnown riassume la conoscenza linguistica di una persona in forma descrittiva o tramite una lista di elementi - langKnown - + langKnown @@ -76,7 +70,7 @@ - + diff --git a/P5/Source/Specs/langKnown.xml b/P5/Source/Specs/langKnown.xml index a2bfb78124..e1de5b9ccb 100644 --- a/P5/Source/Specs/langKnown.xml +++ b/P5/Source/Specs/langKnown.xml @@ -1,10 +1,6 @@ - + + + language known 언어 능력 語言能力 diff --git a/P5/Source/Specs/langUsage.xml b/P5/Source/Specs/langUsage.xml index 93481ceb62..c98816d9b6 100644 --- a/P5/Source/Specs/langUsage.xml +++ b/P5/Source/Specs/langUsage.xml @@ -1,11 +1,5 @@ - + language usage diff --git a/P5/Source/Specs/language.xml b/P5/Source/Specs/language.xml index bda6f92ad7..2f0b0a198a 100644 --- a/P5/Source/Specs/language.xml +++ b/P5/Source/Specs/language.xml @@ -1,11 +1,5 @@ - + language diff --git a/P5/Source/Specs/layout.xml b/P5/Source/Specs/layout.xml index 3fa64200ad..10d211629b 100644 --- a/P5/Source/Specs/layout.xml +++ b/P5/Source/Specs/layout.xml @@ -1,11 +1,5 @@ - + layout diff --git a/P5/Source/Specs/layoutDesc.xml b/P5/Source/Specs/layoutDesc.xml index 28c7b7468e..12404fd0ae 100644 --- a/P5/Source/Specs/layoutDesc.xml +++ b/P5/Source/Specs/layoutDesc.xml @@ -1,11 +1,5 @@ - + layout description diff --git a/P5/Source/Specs/lb.xml b/P5/Source/Specs/lb.xml index 1d48306e51..64bbfdde4b 100644 --- a/P5/Source/Specs/lb.xml +++ b/P5/Source/Specs/lb.xml @@ -1,11 +1,5 @@ - + line beginning @@ -34,6 +28,7 @@ + diff --git a/P5/Source/Specs/lbl.xml b/P5/Source/Specs/lbl.xml index f63f590c44..18112fa278 100644 --- a/P5/Source/Specs/lbl.xml +++ b/P5/Source/Specs/lbl.xml @@ -1,11 +1,5 @@ - + label @@ -22,7 +16,7 @@ $Id$ 語形のラベルを示す。例えば、翻訳、短縮形などの各種省略形など。 étiquette pour la forme d’un mot, pour un exemple, pour une traduction, ou pour tout autre type d’information, par exemple "abréviation pour", - "contraction de", "littéralement", "approximativement", "synonymes", etc. + contraction de, littéralement, approximativement, synonymes, etc. en diccionarios, contiene una etiqueta para una forma, ejemplo, traducción u otra información, p.ej. abreviatura para, contracción de, literal., aproximadamente, sinónimo, etc. diff --git a/P5/Source/Specs/leaf.xml b/P5/Source/Specs/leaf.xml index f151cbe30d..ff5bc06eb4 100644 --- a/P5/Source/Specs/leaf.xml +++ b/P5/Source/Specs/leaf.xml @@ -1,11 +1,5 @@ - + leaf diff --git a/P5/Source/Specs/lem.xml b/P5/Source/Specs/lem.xml index fda8a5a690..7cee12f6ab 100644 --- a/P5/Source/Specs/lem.xml +++ b/P5/Source/Specs/lem.xml @@ -1,10 +1,6 @@ - + + + lemma 레마 主題 diff --git a/P5/Source/Specs/lg.xml b/P5/Source/Specs/lg.xml index dabe40e72d..2e2add3090 100644 --- a/P5/Source/Specs/lg.xml +++ b/P5/Source/Specs/lg.xml @@ -1,11 +1,5 @@ - + line group @@ -15,17 +9,13 @@ grupo de versos un gruppo di versi Gruppe von Vers(zeil)en - contains one or more verse lines functioning as a formal unit, e.g. a stanza, refrain, - verse paragraph, etc. + contains one or more verse lines functioning as a formal unit, e.g. a stanza, refrain, verse paragraph, etc. 예를 들어, 연, 후렴구, 운문 단락과 같이 형식적 단위로 기능하는 운문 행군을 포함한다. 包含形式上視為一組的詩行,例如詩節、疊句、韻文段落等。 形式単位としてある、ある韻文の行をまとまりを示す。例えば、連、リフレ イン、詩節など。 - contient un groupe de vers fonctionnant comme une unité - formelle, par exemple une strophe, un refrain, un paragraphe en vers, etc. - contiene un grupo de versos que funcionan como una - unidad formal, p.ej. una estrofa, un refrán, un estribillo, etc. - contiene un gruppo di versi che costituiscono un'unità - formale, per esempio una stanza, un refrain, un paragrafo in versi, ecc. + contient un groupe de vers fonctionnant comme une unité formelle, par exemple une strophe, un refrain, un paragraphe en vers, etc. + contiene un grupo de versos que funcionan como una unidad formal, p.ej. una estrofa, un refrán, un estribillo, etc. + contiene un gruppo di versi che costituiscono un'unità formale, per esempio una stanza, un refrain, un paragrafo in versi, ecc. enthält eine oder mehrere Verse bzw. Verszeilen, die zusammen eine formale Einheit (z. B. Strophe, Refrain) bilden. @@ -34,6 +24,7 @@ + @@ -64,15 +55,16 @@ - An lg element - must contain at least one child l, lg, or gap element. + + An lg element must contain at least one child l, lg, or gap element. + - - Abstract model violation: Lines may not contain line groups. - + + Abstract model violation: Lines may not contain line groups. + @@ -133,12 +125,10 @@ -

contains verse lines or nested line groups only, possibly prefixed by a - heading.

+

contains verse lines or nested line groups only, possibly prefixed by a heading.

-

ne contient que des vers ou des groupes de vers enchâssés, - éventuellement précédés d'un titre.

+

ne contient que des vers ou des groupes de vers enchâssés, éventuellement précédés d'un titre.

韻文の行または(普通は見出しが付く)入れ子化された行グループのみを示 す。

@@ -152,4 +142,4 @@ -
\ No newline at end of file +
diff --git a/P5/Source/Specs/licence.xml b/P5/Source/Specs/licence.xml index 23392114ca..e9682c37ad 100644 --- a/P5/Source/Specs/licence.xml +++ b/P5/Source/Specs/licence.xml @@ -1,10 +1,6 @@ - + + + contains information about a licence or other legal agreement applicable to the text. contient des informations diff --git a/P5/Source/Specs/line.xml b/P5/Source/Specs/line.xml index 9e4f673189..c964955051 100644 --- a/P5/Source/Specs/line.xml +++ b/P5/Source/Specs/line.xml @@ -1,11 +1,5 @@ - + contains the transcription of a topographic line in the source diff --git a/P5/Source/Specs/link.xml b/P5/Source/Specs/link.xml index 520264faf1..34770e9117 100644 --- a/P5/Source/Specs/link.xml +++ b/P5/Source/Specs/link.xml @@ -1,5 +1,5 @@ - + link @@ -16,11 +16,14 @@ + - You must supply at least two values for @target or on + + You must supply at least two values for @target or on + @@ -51,4 +54,4 @@ - \ No newline at end of file + diff --git a/P5/Source/Specs/linkGrp.xml b/P5/Source/Specs/linkGrp.xml index d03a4d33bb..4f5a69df97 100644 --- a/P5/Source/Specs/linkGrp.xml +++ b/P5/Source/Specs/linkGrp.xml @@ -1,5 +1,5 @@ - + link group @@ -19,6 +19,7 @@ + diff --git a/P5/Source/Specs/list.xml b/P5/Source/Specs/list.xml index 9991668cab..fe6b304166 100644 --- a/P5/Source/Specs/list.xml +++ b/P5/Source/Specs/list.xml @@ -1,11 +1,5 @@ - + list @@ -26,6 +20,7 @@ + + - contains a list of annotations, typically encoded as annotation, annotationBlock, or note, possibly organized with diff --git a/P5/Source/Specs/listApp.xml b/P5/Source/Specs/listApp.xml index 928010c452..813f83db3e 100644 --- a/P5/Source/Specs/listApp.xml +++ b/P5/Source/Specs/listApp.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Specs/listBibl.xml b/P5/Source/Specs/listBibl.xml index 48213c3628..f6ea427b0c 100644 --- a/P5/Source/Specs/listBibl.xml +++ b/P5/Source/Specs/listBibl.xml @@ -1,11 +1,5 @@ - + citation list @@ -32,6 +26,7 @@ + diff --git a/P5/Source/Specs/listChange.xml b/P5/Source/Specs/listChange.xml index 941d7c5cd1..f18dcc2f6a 100644 --- a/P5/Source/Specs/listChange.xml +++ b/P5/Source/Specs/listChange.xml @@ -1,11 +1,5 @@ - + groups a number of change descriptions associated diff --git a/P5/Source/Specs/listEvent.xml b/P5/Source/Specs/listEvent.xml index ced312e626..5bda7a3425 100644 --- a/P5/Source/Specs/listEvent.xml +++ b/P5/Source/Specs/listEvent.xml @@ -1,18 +1,11 @@ - + list of events liste d'événements list di eventi - contains a list of descriptions, each of which provides information - about an identifiable event. + contains a list of descriptions, each of which provides information about an identifiable event. contient une liste de descriptions, chacune d'entre elles fournissant des informations sur un événement connu. contiene una lista di descrizioni, ognuna delle quali fornisce informazioni a proposito di un determinato evento. @@ -22,6 +15,7 @@ + @@ -32,14 +26,11 @@
- - - - - - - - + + + + +
diff --git a/P5/Source/Specs/listForest.xml b/P5/Source/Specs/listForest.xml index ef16b48998..f972862f78 100644 --- a/P5/Source/Specs/listForest.xml +++ b/P5/Source/Specs/listForest.xml @@ -1,11 +1,5 @@ - + provides for lists of forests. @@ -26,8 +20,7 @@ $Id$ identifies the type of the forest group. 수형도군의 유형을 식별한다. 標明森林群組的類型。 - 当該森集合の種類を示す。 - + 当該森集合の種類を示す。 précise le type du groupe de forêts. identifica el tipo de grupo de bosque identifica il tipo di gruppo di foresta diff --git a/P5/Source/Specs/listNym.xml b/P5/Source/Specs/listNym.xml index 5de66e6487..50358658e0 100644 --- a/P5/Source/Specs/listNym.xml +++ b/P5/Source/Specs/listNym.xml @@ -1,11 +1,5 @@ - + list of canonical names @@ -16,7 +10,7 @@ contains a list of nyms, that is, standardized names for any thing. 어떤 사물에 대한 표준화된 이름 목록을 포함한다. 包含一正式名稱列表,即任何事物的標準名稱。 - 別名、すなわち、一般的に使われている名前のリストを示す。 + 別名、すなわち、一般的に使われている名前のリストを示す。 contient une liste de noms normalisés pour tous types d'objets. contiene una lista di nym, cioè nomi standard per qualsiasi cosa contiene una lista de nyms, es decir, nombres estándard para cualquier cosa. @@ -26,6 +20,7 @@ + diff --git a/P5/Source/Specs/listObject.xml b/P5/Source/Specs/listObject.xml index cdf5442ed3..6cb154da51 100644 --- a/P5/Source/Specs/listObject.xml +++ b/P5/Source/Specs/listObject.xml @@ -1,11 +1,5 @@ - + list of objects @@ -22,6 +16,7 @@ + diff --git a/P5/Source/Specs/listOrg.xml b/P5/Source/Specs/listOrg.xml index 0d3fc2105b..64e174fa57 100644 --- a/P5/Source/Specs/listOrg.xml +++ b/P5/Source/Specs/listOrg.xml @@ -1,11 +1,5 @@ - + list of organizations @@ -18,7 +12,7 @@ 식별 가능한 조직에 관한 정보를 제공하며, 각각에 대한 기술 목록을 포함한다. contiene una lista de descripciones, que proporciona a la información sobre una organización identificable. - 特定可能な団体に関する情報を示す解説のリストを示す。 + 特定可能な団体に関する情報を示す解説のリストを示す。 contient une liste d'éléments, chacun d'eux fournissant des informations sur une organisation identifiable. contiene una lista di descrizioni, ognuna delle quali @@ -30,6 +24,7 @@ + diff --git a/P5/Source/Specs/listPerson.xml b/P5/Source/Specs/listPerson.xml index 31963bd909..6f8933ee6e 100644 --- a/P5/Source/Specs/listPerson.xml +++ b/P5/Source/Specs/listPerson.xml @@ -1,11 +1,5 @@ - + list of persons @@ -39,6 +33,7 @@ + diff --git a/P5/Source/Specs/listPlace.xml b/P5/Source/Specs/listPlace.xml index 30b7fb9df2..aff7a1d57a 100644 --- a/P5/Source/Specs/listPlace.xml +++ b/P5/Source/Specs/listPlace.xml @@ -1,11 +1,5 @@ - + list of places @@ -31,6 +25,7 @@ + diff --git a/P5/Source/Specs/listPrefixDef.xml b/P5/Source/Specs/listPrefixDef.xml index 07d4ca6c7f..d62136ef0c 100644 --- a/P5/Source/Specs/listPrefixDef.xml +++ b/P5/Source/Specs/listPrefixDef.xml @@ -1,11 +1,5 @@ - + list of prefix definitions diff --git a/P5/Source/Specs/listRef.xml b/P5/Source/Specs/listRef.xml index 21f8d13d4b..d4d888cee7 100644 --- a/P5/Source/Specs/listRef.xml +++ b/P5/Source/Specs/listRef.xml @@ -1,11 +1,5 @@ - + list of references diff --git a/P5/Source/Specs/listRelation.xml b/P5/Source/Specs/listRelation.xml index b8b4d6563d..3c1a36d775 100644 --- a/P5/Source/Specs/listRelation.xml +++ b/P5/Source/Specs/listRelation.xml @@ -1,11 +1,5 @@ - + provides information about relationships identified amongst people, places, and @@ -28,6 +22,7 @@ $Id$ + diff --git a/P5/Source/Specs/listTranspose.xml b/P5/Source/Specs/listTranspose.xml index 841cd3a091..53507ffd4f 100644 --- a/P5/Source/Specs/listTranspose.xml +++ b/P5/Source/Specs/listTranspose.xml @@ -1,11 +1,5 @@ - + supplies a list of transpositions, each of which is indicated at some point in diff --git a/P5/Source/Specs/listWit.xml b/P5/Source/Specs/listWit.xml index bfe9547086..76bb5f9dcc 100644 --- a/P5/Source/Specs/listWit.xml +++ b/P5/Source/Specs/listWit.xml @@ -1,11 +1,5 @@ - + witness list diff --git a/P5/Source/Specs/localProp.xml b/P5/Source/Specs/localProp.xml index dd12a5f824..4bd08517ad 100644 --- a/P5/Source/Specs/localProp.xml +++ b/P5/Source/Specs/localProp.xml @@ -1,4 +1,5 @@ - + + diff --git a/P5/Source/Specs/locale.xml b/P5/Source/Specs/locale.xml index b9ec4e9f4e..7ad290c954 100644 --- a/P5/Source/Specs/locale.xml +++ b/P5/Source/Specs/locale.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Specs/location.xml b/P5/Source/Specs/location.xml index 2a2cd16bd2..8a97bc6322 100644 --- a/P5/Source/Specs/location.xml +++ b/P5/Source/Specs/location.xml @@ -1,10 +1,6 @@ - + + + location localisation defines the location of a place as a set of geographical coordinates, in terms of other named geo-political entities, or as an @@ -23,6 +19,7 @@ + diff --git a/P5/Source/Specs/locus.xml b/P5/Source/Specs/locus.xml index 5dabd4ee0b..811bb7a855 100644 --- a/P5/Source/Specs/locus.xml +++ b/P5/Source/Specs/locus.xml @@ -1,11 +1,5 @@ - + locus diff --git a/P5/Source/Specs/locusGrp.xml b/P5/Source/Specs/locusGrp.xml index 366114db64..7ddc2b7b61 100644 --- a/P5/Source/Specs/locusGrp.xml +++ b/P5/Source/Specs/locusGrp.xml @@ -1,11 +1,5 @@ - + locus group diff --git a/P5/Source/Specs/m.xml b/P5/Source/Specs/m.xml index 4539961b5c..89b603d836 100644 --- a/P5/Source/Specs/m.xml +++ b/P5/Source/Specs/m.xml @@ -1,11 +1,5 @@ - + morpheme @@ -27,6 +21,7 @@ $Id$ + diff --git a/P5/Source/Specs/macro.abContent.xml b/P5/Source/Specs/macro.abContent.xml index 896739362e..334fcc3b12 100644 --- a/P5/Source/Specs/macro.abContent.xml +++ b/P5/Source/Specs/macro.abContent.xml @@ -1,11 +1,5 @@ - + anonymous block content diff --git a/P5/Source/Specs/macro.limitedContent.xml b/P5/Source/Specs/macro.limitedContent.xml index 9b21aa5493..01874ed5ff 100644 --- a/P5/Source/Specs/macro.limitedContent.xml +++ b/P5/Source/Specs/macro.limitedContent.xml @@ -1,11 +1,5 @@ - + paragraph content diff --git a/P5/Source/Specs/macro.paraContent.xml b/P5/Source/Specs/macro.paraContent.xml index 21112a4822..69a2a4f275 100644 --- a/P5/Source/Specs/macro.paraContent.xml +++ b/P5/Source/Specs/macro.paraContent.xml @@ -1,11 +1,5 @@ - + paragraph content diff --git a/P5/Source/Specs/macro.phraseSeq.limited.xml b/P5/Source/Specs/macro.phraseSeq.limited.xml index b2fae86a03..efc9dc1dc8 100644 --- a/P5/Source/Specs/macro.phraseSeq.limited.xml +++ b/P5/Source/Specs/macro.phraseSeq.limited.xml @@ -1,11 +1,5 @@ - + limited phrase sequence diff --git a/P5/Source/Specs/macro.phraseSeq.xml b/P5/Source/Specs/macro.phraseSeq.xml index aeff2e469e..ffb6fd08cb 100644 --- a/P5/Source/Specs/macro.phraseSeq.xml +++ b/P5/Source/Specs/macro.phraseSeq.xml @@ -1,11 +1,5 @@ - + phrase sequence diff --git a/P5/Source/Specs/macro.specialPara.cmc.xml b/P5/Source/Specs/macro.specialPara.cmc.xml new file mode 100644 index 0000000000..25436043f2 --- /dev/null +++ b/P5/Source/Specs/macro.specialPara.cmc.xml @@ -0,0 +1,29 @@ + + + + + 'special' + paragraph content with added CMC element(s) + defines the + content model of the quote element, whose content + is just like others (such as notes or list items) which + either contain a series of component-level elements or else + have the same structure as a paragraph, containing a series + of phrase-level and inter-level elements, but also contains + element(s) for transcription of CMC. + + + + + + + + + + + + \ No newline at end of file diff --git a/P5/Source/Specs/macro.specialPara.xml b/P5/Source/Specs/macro.specialPara.xml index a531a633e4..931b331a37 100644 --- a/P5/Source/Specs/macro.specialPara.xml +++ b/P5/Source/Specs/macro.specialPara.xml @@ -1,11 +1,5 @@ - + 'special' paragraph content diff --git a/P5/Source/Specs/macro.xtext.xml b/P5/Source/Specs/macro.xtext.xml index 3c1a9d0bb8..e6eaeafc40 100644 --- a/P5/Source/Specs/macro.xtext.xml +++ b/P5/Source/Specs/macro.xtext.xml @@ -1,11 +1,5 @@ - + extended text diff --git a/P5/Source/Specs/macroRef.xml b/P5/Source/Specs/macroRef.xml index ba756f8d91..76eb78bb86 100644 --- a/P5/Source/Specs/macroRef.xml +++ b/P5/Source/Specs/macroRef.xml @@ -1,11 +1,5 @@ - + points to the specification for some pattern which is to be included in a schema diff --git a/P5/Source/Specs/macroSpec.xml b/P5/Source/Specs/macroSpec.xml index bda9b5aca2..039a67c863 100644 --- a/P5/Source/Specs/macroSpec.xml +++ b/P5/Source/Specs/macroSpec.xml @@ -1,11 +1,5 @@ - + macro specification diff --git a/P5/Source/Specs/mapping.xml b/P5/Source/Specs/mapping.xml index 6cc9808dc1..fc8f2c6bc8 100644 --- a/P5/Source/Specs/mapping.xml +++ b/P5/Source/Specs/mapping.xml @@ -1,11 +1,5 @@ - + character mapping @@ -17,8 +11,7 @@ $Id$ contains one or more characters which are related to the parent character or glyph in some respect, as specified by the type - attribute. - + attribute. type 상위 문자 또는 그림 문자와 관련된 하나 이상의 문자들을 포함한다. 속성으로 명시된다. 包含與父文字或字體在某方面有所關聯的一個或多個文字,在屬性type中加以說明。 属性typeで示される、親文字またはグリフと関連する、ひとつ @@ -31,6 +24,7 @@ $Id$ + diff --git a/P5/Source/Specs/material.xml b/P5/Source/Specs/material.xml index 403b4f0cf2..b874df85cb 100644 --- a/P5/Source/Specs/material.xml +++ b/P5/Source/Specs/material.xml @@ -1,11 +1,5 @@ - + material diff --git a/P5/Source/Specs/measure.xml b/P5/Source/Specs/measure.xml index 31c78873c9..df8cf1e651 100644 --- a/P5/Source/Specs/measure.xml +++ b/P5/Source/Specs/measure.xml @@ -1,11 +1,5 @@ - + measure @@ -30,6 +24,7 @@ + diff --git a/P5/Source/Specs/measureGrp.xml b/P5/Source/Specs/measureGrp.xml index 0d6c2a77ad..f88de771e7 100644 --- a/P5/Source/Specs/measureGrp.xml +++ b/P5/Source/Specs/measureGrp.xml @@ -1,11 +1,5 @@ - + measure group @@ -30,6 +24,7 @@ + diff --git a/P5/Source/Specs/media.xml b/P5/Source/Specs/media.xml index f4f76dde16..af44d3a9a2 100644 --- a/P5/Source/Specs/media.xml +++ b/P5/Source/Specs/media.xml @@ -1,11 +1,5 @@ - + indicates the location of any form of external media such as @@ -19,6 +13,7 @@ + diff --git a/P5/Source/Specs/meeting.xml b/P5/Source/Specs/meeting.xml index dcde91d528..c398fb4cdf 100644 --- a/P5/Source/Specs/meeting.xml +++ b/P5/Source/Specs/meeting.xml @@ -1,10 +1,6 @@ - + + + contains the formalized descriptive title for a meeting or conference, for use in a bibliographic description for an item derived from such a meeting, or as a heading or preamble to publications emanating from it. @@ -26,6 +22,7 @@ + diff --git a/P5/Source/Specs/memberOf.xml b/P5/Source/Specs/memberOf.xml index 0ec6ae5d05..d65b7cc231 100644 --- a/P5/Source/Specs/memberOf.xml +++ b/P5/Source/Specs/memberOf.xml @@ -1,11 +1,5 @@ - + specifies class membership of the documented element or class. diff --git a/P5/Source/Specs/mentioned.xml b/P5/Source/Specs/mentioned.xml index 1ac30b1f74..9594dc4b47 100644 --- a/P5/Source/Specs/mentioned.xml +++ b/P5/Source/Specs/mentioned.xml @@ -1,11 +1,5 @@ - + @@ -21,6 +15,7 @@ + diff --git a/P5/Source/Specs/metDecl.xml b/P5/Source/Specs/metDecl.xml index 16cb3e411e..985537c340 100644 --- a/P5/Source/Specs/metDecl.xml +++ b/P5/Source/Specs/metDecl.xml @@ -1,11 +1,5 @@ - + metrical notation declaration @@ -138,8 +132,7 @@ $Id$ declaration applies to the rhyme scheme recorded on the rhyme attribute 선언은 rhyme 속성에 기록된 운 스키마에 적용한다. la declaración se aplica al esquema de rima - registrado en el atributo rima - + registrado en el atributo rima 属性rhymeにある押韻スキームに該当する。 la déclaration s'applique à la structure métrique abstraite notée par l'attribut diff --git a/P5/Source/Specs/metSym.xml b/P5/Source/Specs/metSym.xml index a2a0abc6a4..deb5f32d8c 100644 --- a/P5/Source/Specs/metSym.xml +++ b/P5/Source/Specs/metSym.xml @@ -1,11 +1,5 @@ - + metrical notation symbol diff --git a/P5/Source/Specs/metamark.xml b/P5/Source/Specs/metamark.xml index 4844932e02..69855f11a2 100644 --- a/P5/Source/Specs/metamark.xml +++ b/P5/Source/Specs/metamark.xml @@ -1,11 +1,5 @@ - + contains or describes any kind of graphic or written signal diff --git a/P5/Source/Specs/milestone.xml b/P5/Source/Specs/milestone.xml index d24366a5cf..00b317d738 100644 --- a/P5/Source/Specs/milestone.xml +++ b/P5/Source/Specs/milestone.xml @@ -1,11 +1,5 @@ - + milestone @@ -40,6 +34,7 @@ $Id$ + + represents any kind of modification identified within a single document. diff --git a/P5/Source/Specs/model.addrPart.xml b/P5/Source/Specs/model.addrPart.xml index 6757003ae1..847584ab25 100644 --- a/P5/Source/Specs/model.addrPart.xml +++ b/P5/Source/Specs/model.addrPart.xml @@ -1,11 +1,5 @@ - + groups elements such as names or postal codes which may appear as part of a diff --git a/P5/Source/Specs/model.addressLike.xml b/P5/Source/Specs/model.addressLike.xml index f0910c30b5..f8634bf901 100644 --- a/P5/Source/Specs/model.addressLike.xml +++ b/P5/Source/Specs/model.addressLike.xml @@ -1,11 +1,5 @@ - + groups elements used to represent a postal or email address. diff --git a/P5/Source/Specs/model.annotationLike.xml b/P5/Source/Specs/model.annotationLike.xml index d3f62378ab..ef3037faa7 100644 --- a/P5/Source/Specs/model.annotationLike.xml +++ b/P5/Source/Specs/model.annotationLike.xml @@ -1,11 +1,5 @@ - + groups elements used to represent annotations. diff --git a/P5/Source/Specs/model.annotationPart.body.xml b/P5/Source/Specs/model.annotationPart.body.xml index e3d6448857..da785f57b1 100644 --- a/P5/Source/Specs/model.annotationPart.body.xml +++ b/P5/Source/Specs/model.annotationPart.body.xml @@ -1,11 +1,5 @@ - + groups elements which may be used as an annotation body. diff --git a/P5/Source/Specs/model.applicationLike.xml b/P5/Source/Specs/model.applicationLike.xml index a00d21edca..5dd5316e47 100644 --- a/P5/Source/Specs/model.applicationLike.xml +++ b/P5/Source/Specs/model.applicationLike.xml @@ -1,11 +1,5 @@ - + groups elements used to record application-specific information about a document in its diff --git a/P5/Source/Specs/model.attributable.xml b/P5/Source/Specs/model.attributable.xml index 646494fcc2..04d38832dc 100644 --- a/P5/Source/Specs/model.attributable.xml +++ b/P5/Source/Specs/model.attributable.xml @@ -1,10 +1,6 @@ - + + + groups elements that contain a word or phrase that can be attributed to a source. gruppiert Elemente, die ein Wort oder eine Phrase enthalten, welche einer Quelle zugeschrieben werden können. + groups elements such as licences and paragraphs of text which may appear as part of an diff --git a/P5/Source/Specs/model.biblLike.xml b/P5/Source/Specs/model.biblLike.xml index 19e72966ac..0ef6a0ef2d 100644 --- a/P5/Source/Specs/model.biblLike.xml +++ b/P5/Source/Specs/model.biblLike.xml @@ -1,11 +1,5 @@ - + groups elements containing a bibliographic description. diff --git a/P5/Source/Specs/model.biblPart.xml b/P5/Source/Specs/model.biblPart.xml index 6c20cde833..8be9a7204b 100644 --- a/P5/Source/Specs/model.biblPart.xml +++ b/P5/Source/Specs/model.biblPart.xml @@ -1,11 +1,5 @@ - + groups elements which represent components of a bibliographic description. diff --git a/P5/Source/Specs/model.castItemPart.xml b/P5/Source/Specs/model.castItemPart.xml index 747a62fa9c..cd34fa265f 100644 --- a/P5/Source/Specs/model.castItemPart.xml +++ b/P5/Source/Specs/model.castItemPart.xml @@ -1,11 +1,5 @@ - + groups component elements of an entry in a cast list, such as dramatic role or actor's name. diff --git a/P5/Source/Specs/model.catDescPart.xml b/P5/Source/Specs/model.catDescPart.xml index 17dd6e556d..1fb3154064 100644 --- a/P5/Source/Specs/model.catDescPart.xml +++ b/P5/Source/Specs/model.catDescPart.xml @@ -1,11 +1,5 @@ - + groups component elements of the TEI header Category Description. diff --git a/P5/Source/Specs/model.certLike.xml b/P5/Source/Specs/model.certLike.xml index 560582e476..36cc33bc97 100644 --- a/P5/Source/Specs/model.certLike.xml +++ b/P5/Source/Specs/model.certLike.xml @@ -1,11 +1,5 @@ - + groups elements which are used to indicate uncertainty or diff --git a/P5/Source/Specs/model.choicePart.xml b/P5/Source/Specs/model.choicePart.xml index b2eaf285af..24e7853175 100644 --- a/P5/Source/Specs/model.choicePart.xml +++ b/P5/Source/Specs/model.choicePart.xml @@ -1,11 +1,5 @@ - + groups elements (other than choice itself) which can be used within a @@ -15,13 +9,11 @@ $Id$ 匯集的元素 (而非選擇本身) 可用於元素choice之替換 要素choice中に現れる(要素choice以外の)要素をまとめ る。 regroupe des éléments (autres que choice) qui - peuvent être utilisés en alternance avec choice - + peuvent être utilisés en alternance avec choice agrupa los elementos (excluída el propio elemento - "choice") que pueden ser usados en alternancia con choice. + choice) que pueden ser usados en alternancia con choice. raggruppa gli elementi (escluso l'elemento choice) che - possono essere usati in alternanza con choice - + possono essere usati in alternanza con choice diff --git a/P5/Source/Specs/model.cmc.xml b/P5/Source/Specs/model.cmc.xml new file mode 100644 index 0000000000..2f7af89963 --- /dev/null +++ b/P5/Source/Specs/model.cmc.xml @@ -0,0 +1,20 @@ + + + + + includes the CMC-specific element post and + makes it available on the divPart level. This allows for + using (and combining) occurrences of post, + u, incident, and kinesic in one + and the same div in order to be able to represent + the combined use of written and spoken posts, utterances, + and nonverbal acts on the GUI of multimodal CMC + environments. + + + + diff --git a/P5/Source/Specs/model.common.xml b/P5/Source/Specs/model.common.xml index 36bb880a66..a280903eb3 100644 --- a/P5/Source/Specs/model.common.xml +++ b/P5/Source/Specs/model.common.xml @@ -1,11 +1,5 @@ - + groups common chunk- and inter-level elements. diff --git a/P5/Source/Specs/model.contentPart.xml b/P5/Source/Specs/model.contentPart.xml index 220a6b424b..4f632739e1 100644 --- a/P5/Source/Specs/model.contentPart.xml +++ b/P5/Source/Specs/model.contentPart.xml @@ -1,11 +1,5 @@ - + groups elements which diff --git a/P5/Source/Specs/model.correspActionPart.xml b/P5/Source/Specs/model.correspActionPart.xml index 23493cafab..d21ce9fae8 100644 --- a/P5/Source/Specs/model.correspActionPart.xml +++ b/P5/Source/Specs/model.correspActionPart.xml @@ -1,11 +1,5 @@ - + groups elements which define the diff --git a/P5/Source/Specs/model.correspContextPart.xml b/P5/Source/Specs/model.correspContextPart.xml index 07359944e9..571b58d3ec 100644 --- a/P5/Source/Specs/model.correspContextPart.xml +++ b/P5/Source/Specs/model.correspContextPart.xml @@ -1,11 +1,5 @@ - + groups elements which may diff --git a/P5/Source/Specs/model.correspDescPart.xml b/P5/Source/Specs/model.correspDescPart.xml index f8027993bf..bc7361c439 100644 --- a/P5/Source/Specs/model.correspDescPart.xml +++ b/P5/Source/Specs/model.correspDescPart.xml @@ -1,11 +1,5 @@ - + groups together metadata diff --git a/P5/Source/Specs/model.dateLike.xml b/P5/Source/Specs/model.dateLike.xml index 8d8bab23c2..cc5e64f093 100644 --- a/P5/Source/Specs/model.dateLike.xml +++ b/P5/Source/Specs/model.dateLike.xml @@ -1,11 +1,5 @@ - + groups elements containing temporal expressions. diff --git a/P5/Source/Specs/model.descLike.xml b/P5/Source/Specs/model.descLike.xml index dca08fbb4a..2156d0fe50 100644 --- a/P5/Source/Specs/model.descLike.xml +++ b/P5/Source/Specs/model.descLike.xml @@ -1,11 +1,5 @@ - + groups elements which contain a description of their function. diff --git a/P5/Source/Specs/model.describedResource.xml b/P5/Source/Specs/model.describedResource.xml index dbb15bdd1f..d23feec3a8 100644 --- a/P5/Source/Specs/model.describedResource.xml +++ b/P5/Source/Specs/model.describedResource.xml @@ -1,11 +1,5 @@ - + groups elements which diff --git a/P5/Source/Specs/model.dimLike.xml b/P5/Source/Specs/model.dimLike.xml index 046a0672fb..582c736f6e 100644 --- a/P5/Source/Specs/model.dimLike.xml +++ b/P5/Source/Specs/model.dimLike.xml @@ -1,11 +1,5 @@ - + groups elements which describe a measurement forming part of diff --git a/P5/Source/Specs/model.div1Like.xml b/P5/Source/Specs/model.div1Like.xml index 6a3a2f125e..75ed9ca237 100644 --- a/P5/Source/Specs/model.div1Like.xml +++ b/P5/Source/Specs/model.div1Like.xml @@ -1,11 +1,5 @@ - + groups top-level structural divisions. diff --git a/P5/Source/Specs/model.div2Like.xml b/P5/Source/Specs/model.div2Like.xml index eb543417ad..f641e7d38a 100644 --- a/P5/Source/Specs/model.div2Like.xml +++ b/P5/Source/Specs/model.div2Like.xml @@ -1,11 +1,5 @@ - + groups second-level structural divisions. diff --git a/P5/Source/Specs/model.div3Like.xml b/P5/Source/Specs/model.div3Like.xml index d4d29eb3ee..170fe3dafe 100644 --- a/P5/Source/Specs/model.div3Like.xml +++ b/P5/Source/Specs/model.div3Like.xml @@ -1,11 +1,5 @@ - + groups third-level structural divisions. diff --git a/P5/Source/Specs/model.div4Like.xml b/P5/Source/Specs/model.div4Like.xml index a1d4e399c8..21403a6383 100644 --- a/P5/Source/Specs/model.div4Like.xml +++ b/P5/Source/Specs/model.div4Like.xml @@ -1,11 +1,5 @@ - + groups fourth-level structural divisions. diff --git a/P5/Source/Specs/model.div5Like.xml b/P5/Source/Specs/model.div5Like.xml index 7095fcd034..d1fbe5b62a 100644 --- a/P5/Source/Specs/model.div5Like.xml +++ b/P5/Source/Specs/model.div5Like.xml @@ -1,11 +1,5 @@ - + groups fifth-level structural divisions. diff --git a/P5/Source/Specs/model.div6Like.xml b/P5/Source/Specs/model.div6Like.xml index e15a8f7d91..69c74d0dcd 100644 --- a/P5/Source/Specs/model.div6Like.xml +++ b/P5/Source/Specs/model.div6Like.xml @@ -1,11 +1,5 @@ - + groups sixth-level structural divisions. diff --git a/P5/Source/Specs/model.div7Like.xml b/P5/Source/Specs/model.div7Like.xml index 6d019eab9d..0f3bb314bb 100644 --- a/P5/Source/Specs/model.div7Like.xml +++ b/P5/Source/Specs/model.div7Like.xml @@ -1,11 +1,5 @@ - + groups seventh-level structural divisions. diff --git a/P5/Source/Specs/model.divBottom.xml b/P5/Source/Specs/model.divBottom.xml index ca8ce87e11..45ccdefce6 100644 --- a/P5/Source/Specs/model.divBottom.xml +++ b/P5/Source/Specs/model.divBottom.xml @@ -1,11 +1,5 @@ - + groups elements appearing at the end of a text diff --git a/P5/Source/Specs/model.divBottomPart.xml b/P5/Source/Specs/model.divBottomPart.xml index 4d34848811..be152a9006 100644 --- a/P5/Source/Specs/model.divBottomPart.xml +++ b/P5/Source/Specs/model.divBottomPart.xml @@ -1,11 +1,5 @@ - + groups elements which can occur only at the end of a text diff --git a/P5/Source/Specs/model.divGenLike.xml b/P5/Source/Specs/model.divGenLike.xml index efdb29702c..a9374d82a2 100644 --- a/P5/Source/Specs/model.divGenLike.xml +++ b/P5/Source/Specs/model.divGenLike.xml @@ -1,11 +1,5 @@ - + groups elements used to represent a structural division which is generated rather than diff --git a/P5/Source/Specs/model.divLike.xml b/P5/Source/Specs/model.divLike.xml index effe212310..9b16663607 100644 --- a/P5/Source/Specs/model.divLike.xml +++ b/P5/Source/Specs/model.divLike.xml @@ -1,11 +1,5 @@ - + groups elements used to represent un-numbered generic structural divisions. diff --git a/P5/Source/Specs/model.divPart.spoken.xml b/P5/Source/Specs/model.divPart.spoken.xml index 40919d95fd..d27191ad49 100644 --- a/P5/Source/Specs/model.divPart.spoken.xml +++ b/P5/Source/Specs/model.divPart.spoken.xml @@ -1,11 +1,5 @@ - + groups elements structurally analogous to paragraphs within spoken texts. diff --git a/P5/Source/Specs/model.divPart.xml b/P5/Source/Specs/model.divPart.xml index 4bdc6c87b4..a322a9803f 100644 --- a/P5/Source/Specs/model.divPart.xml +++ b/P5/Source/Specs/model.divPart.xml @@ -1,11 +1,5 @@ - + groups paragraph-level elements appearing directly within divisions. diff --git a/P5/Source/Specs/model.divTop.xml b/P5/Source/Specs/model.divTop.xml index 0403bd0558..83ab4ca3e8 100644 --- a/P5/Source/Specs/model.divTop.xml +++ b/P5/Source/Specs/model.divTop.xml @@ -1,11 +1,5 @@ - + groups elements appearing at the beginning of a diff --git a/P5/Source/Specs/model.divTopPart.xml b/P5/Source/Specs/model.divTopPart.xml index 9ace91dd2a..30314ebd9c 100644 --- a/P5/Source/Specs/model.divTopPart.xml +++ b/P5/Source/Specs/model.divTopPart.xml @@ -1,11 +1,5 @@ - + groups elements which can occur only at the beginning of a text division. diff --git a/P5/Source/Specs/model.divWrapper.xml b/P5/Source/Specs/model.divWrapper.xml index 5ea3a94050..2844c3759e 100644 --- a/P5/Source/Specs/model.divWrapper.xml +++ b/P5/Source/Specs/model.divWrapper.xml @@ -1,11 +1,5 @@ - + groups elements which can appear at either top or bottom of a diff --git a/P5/Source/Specs/model.editorialDeclPart.xml b/P5/Source/Specs/model.editorialDeclPart.xml index 1fa7d8cbfe..0d647afe9c 100644 --- a/P5/Source/Specs/model.editorialDeclPart.xml +++ b/P5/Source/Specs/model.editorialDeclPart.xml @@ -1,11 +1,5 @@ - + groups elements which may be used inside editorialDecl and appear multiple times. diff --git a/P5/Source/Specs/model.egLike.xml b/P5/Source/Specs/model.egLike.xml index 71e612dc95..de9279727e 100644 --- a/P5/Source/Specs/model.egLike.xml +++ b/P5/Source/Specs/model.egLike.xml @@ -1,11 +1,5 @@ - + groups elements containing examples or illustrations. diff --git a/P5/Source/Specs/model.emphLike.xml b/P5/Source/Specs/model.emphLike.xml index d63c0f715a..5f3d8d23ce 100644 --- a/P5/Source/Specs/model.emphLike.xml +++ b/P5/Source/Specs/model.emphLike.xml @@ -1,11 +1,5 @@ - + groups phrase-level elements which are typographically diff --git a/P5/Source/Specs/model.encodingDescPart.xml b/P5/Source/Specs/model.encodingDescPart.xml index 35a4917274..4e81fb7352 100644 --- a/P5/Source/Specs/model.encodingDescPart.xml +++ b/P5/Source/Specs/model.encodingDescPart.xml @@ -1,11 +1,5 @@ - + groups elements which may be used inside encodingDesc and appear multiple times. diff --git a/P5/Source/Specs/model.entryLike.xml b/P5/Source/Specs/model.entryLike.xml index 9a34dc85a1..f353dae501 100644 --- a/P5/Source/Specs/model.entryLike.xml +++ b/P5/Source/Specs/model.entryLike.xml @@ -1,11 +1,5 @@ - + groups elements structurally analogous to paragraphs within dictionaries. diff --git a/P5/Source/Specs/model.entryPart.top.xml b/P5/Source/Specs/model.entryPart.top.xml index 2d9463cec2..a876bd47d2 100644 --- a/P5/Source/Specs/model.entryPart.top.xml +++ b/P5/Source/Specs/model.entryPart.top.xml @@ -1,11 +1,5 @@ - + groups high level elements within a structured dictionary entry diff --git a/P5/Source/Specs/model.entryPart.xml b/P5/Source/Specs/model.entryPart.xml index 3e21a2fcdd..175ba2e294 100644 --- a/P5/Source/Specs/model.entryPart.xml +++ b/P5/Source/Specs/model.entryPart.xml @@ -1,11 +1,5 @@ - + groups non-morphological elements appearing within a dictionary entry. diff --git a/P5/Source/Specs/model.eventLike.xml b/P5/Source/Specs/model.eventLike.xml index 18c62b330a..e962a0cdae 100644 --- a/P5/Source/Specs/model.eventLike.xml +++ b/P5/Source/Specs/model.eventLike.xml @@ -1,11 +1,5 @@ - + groups elements which describe events. diff --git a/P5/Source/Specs/model.featureVal.complex.xml b/P5/Source/Specs/model.featureVal.complex.xml index 05ee1f274f..c43ff4e8f6 100644 --- a/P5/Source/Specs/model.featureVal.complex.xml +++ b/P5/Source/Specs/model.featureVal.complex.xml @@ -1,11 +1,5 @@ - + groups elements which express complex feature values in feature diff --git a/P5/Source/Specs/model.featureVal.single.xml b/P5/Source/Specs/model.featureVal.single.xml index 05e5a2df70..a23dc83436 100644 --- a/P5/Source/Specs/model.featureVal.single.xml +++ b/P5/Source/Specs/model.featureVal.single.xml @@ -1,11 +1,5 @@ - + group elements used to represent atomic feature values in feature structures. diff --git a/P5/Source/Specs/model.featureVal.xml b/P5/Source/Specs/model.featureVal.xml index c36cc9f01e..1c530fb21f 100644 --- a/P5/Source/Specs/model.featureVal.xml +++ b/P5/Source/Specs/model.featureVal.xml @@ -1,11 +1,5 @@ - + groups elements which represent feature values in feature structures. diff --git a/P5/Source/Specs/model.formPart.xml b/P5/Source/Specs/model.formPart.xml index eb3cda22af..b63dee8db9 100644 --- a/P5/Source/Specs/model.formPart.xml +++ b/P5/Source/Specs/model.formPart.xml @@ -1,11 +1,5 @@ - + groups elements allowed within a form element in a dictionary. @@ -17,8 +11,7 @@ $Id$ agrupa los elementos permitidos al interno de un elemento form en un diccionario. in un dizionario, raggruppa gli elementi ammesi - all'inerno di un elemento form - + all'inerno di un elemento form diff --git a/P5/Source/Specs/model.frontPart.drama.xml b/P5/Source/Specs/model.frontPart.drama.xml index fa17334878..6fb75c05d1 100644 --- a/P5/Source/Specs/model.frontPart.drama.xml +++ b/P5/Source/Specs/model.frontPart.drama.xml @@ -1,11 +1,5 @@ - + groups elements which appear at the level of divisions within front or back matter of diff --git a/P5/Source/Specs/model.frontPart.xml b/P5/Source/Specs/model.frontPart.xml index dd0c66cae9..350fd52d0d 100644 --- a/P5/Source/Specs/model.frontPart.xml +++ b/P5/Source/Specs/model.frontPart.xml @@ -1,11 +1,5 @@ - + groups elements which appear at the level of divisions within front or back matter. diff --git a/P5/Source/Specs/model.fsdDeclPart.xml b/P5/Source/Specs/model.fsdDeclPart.xml index a4d3e9224d..57a8bbbed5 100644 --- a/P5/Source/Specs/model.fsdDeclPart.xml +++ b/P5/Source/Specs/model.fsdDeclPart.xml @@ -1,9 +1,5 @@ - + groups elements which can occur as direct children of fsdDecl. diff --git a/P5/Source/Specs/model.gLike.xml b/P5/Source/Specs/model.gLike.xml index 4f5b02e7a5..aae54d3233 100644 --- a/P5/Source/Specs/model.gLike.xml +++ b/P5/Source/Specs/model.gLike.xml @@ -1,11 +1,5 @@ - + groups elements used to represent individual non-Unicode characters or glyphs. diff --git a/P5/Source/Specs/model.global.edit.xml b/P5/Source/Specs/model.global.edit.xml index d2e8630a26..c17467604b 100644 --- a/P5/Source/Specs/model.global.edit.xml +++ b/P5/Source/Specs/model.global.edit.xml @@ -1,11 +1,5 @@ - + groups globally available elements which perform a specifically editorial function. diff --git a/P5/Source/Specs/model.global.meta.xml b/P5/Source/Specs/model.global.meta.xml index a6fcad2972..8d4c514ac4 100644 --- a/P5/Source/Specs/model.global.meta.xml +++ b/P5/Source/Specs/model.global.meta.xml @@ -1,11 +1,5 @@ - + groups globally available elements which describe the status of other elements. diff --git a/P5/Source/Specs/model.global.spoken.xml b/P5/Source/Specs/model.global.spoken.xml index 5cc7a505a3..e8046e67a1 100644 --- a/P5/Source/Specs/model.global.spoken.xml +++ b/P5/Source/Specs/model.global.spoken.xml @@ -1,11 +1,5 @@ - + groups elements diff --git a/P5/Source/Specs/model.global.xml b/P5/Source/Specs/model.global.xml index d172ad3b9d..e6da0f33f7 100644 --- a/P5/Source/Specs/model.global.xml +++ b/P5/Source/Specs/model.global.xml @@ -1,11 +1,5 @@ - + groups elements which may appear at any point within a TEI text. diff --git a/P5/Source/Specs/model.gramPart.xml b/P5/Source/Specs/model.gramPart.xml index 889af593de..69878ff4c4 100644 --- a/P5/Source/Specs/model.gramPart.xml +++ b/P5/Source/Specs/model.gramPart.xml @@ -1,11 +1,5 @@ - + groups elements allowed within a gramGrp element in a dictionary. diff --git a/P5/Source/Specs/model.graphicLike.xml b/P5/Source/Specs/model.graphicLike.xml index 8273497390..3a75a3df6c 100644 --- a/P5/Source/Specs/model.graphicLike.xml +++ b/P5/Source/Specs/model.graphicLike.xml @@ -1,11 +1,5 @@ - + groups elements containing images, formulae, and diff --git a/P5/Source/Specs/model.headLike.xml b/P5/Source/Specs/model.headLike.xml index b9afd6f9ed..6d5eb489e4 100644 --- a/P5/Source/Specs/model.headLike.xml +++ b/P5/Source/Specs/model.headLike.xml @@ -1,11 +1,5 @@ - + groups elements used to provide a title or heading at the start of a text diff --git a/P5/Source/Specs/model.hiLike.xml b/P5/Source/Specs/model.hiLike.xml index 67c6ee0cc5..c05ff7bc6e 100644 --- a/P5/Source/Specs/model.hiLike.xml +++ b/P5/Source/Specs/model.hiLike.xml @@ -1,11 +1,5 @@ - + groups phrase-level elements which are typographically distinct but to which no specific diff --git a/P5/Source/Specs/model.highlighted.xml b/P5/Source/Specs/model.highlighted.xml index 4b78cc5422..96664c4dc3 100644 --- a/P5/Source/Specs/model.highlighted.xml +++ b/P5/Source/Specs/model.highlighted.xml @@ -1,11 +1,5 @@ - + groups phrase-level elements which are typographically distinct. diff --git a/P5/Source/Specs/model.identEquiv.xml b/P5/Source/Specs/model.identEquiv.xml index ba4dcff36d..b455592949 100644 --- a/P5/Source/Specs/model.identEquiv.xml +++ b/P5/Source/Specs/model.identEquiv.xml @@ -1,11 +1,5 @@ - + groups elements which provide an equivalent value to the identity of their parent element, either as a formal construct or in natural language. diff --git a/P5/Source/Specs/model.identSynonyms.xml b/P5/Source/Specs/model.identSynonyms.xml index c3b8d13d06..b5729c6eef 100644 --- a/P5/Source/Specs/model.identSynonyms.xml +++ b/P5/Source/Specs/model.identSynonyms.xml @@ -1,11 +1,5 @@ - + groups elements which provide an explanation, equivalency, or alternative name for a markup construct. diff --git a/P5/Source/Specs/model.imprintPart.xml b/P5/Source/Specs/model.imprintPart.xml index ad0df3eae6..ea2e52ba0a 100644 --- a/P5/Source/Specs/model.imprintPart.xml +++ b/P5/Source/Specs/model.imprintPart.xml @@ -1,11 +1,5 @@ - + groups the bibliographic elements which occur inside imprints. diff --git a/P5/Source/Specs/model.inter.xml b/P5/Source/Specs/model.inter.xml index 18aaa6b9a6..ce5d9d92af 100644 --- a/P5/Source/Specs/model.inter.xml +++ b/P5/Source/Specs/model.inter.xml @@ -1,11 +1,5 @@ - + groups elements which can appear either within or between paragraph-like elements. diff --git a/P5/Source/Specs/model.lLike.xml b/P5/Source/Specs/model.lLike.xml index eedc50e6c8..89815c76a0 100644 --- a/P5/Source/Specs/model.lLike.xml +++ b/P5/Source/Specs/model.lLike.xml @@ -1,11 +1,5 @@ - + groups elements representing metrical components such as verse lines. diff --git a/P5/Source/Specs/model.lPart.xml b/P5/Source/Specs/model.lPart.xml index 74209d799e..374a2e2cad 100644 --- a/P5/Source/Specs/model.lPart.xml +++ b/P5/Source/Specs/model.lPart.xml @@ -1,11 +1,5 @@ - + groups phrase-level elements which may appear within verse only. diff --git a/P5/Source/Specs/model.labelLike.xml b/P5/Source/Specs/model.labelLike.xml index 8405c94f18..940ae3ed7a 100644 --- a/P5/Source/Specs/model.labelLike.xml +++ b/P5/Source/Specs/model.labelLike.xml @@ -1,11 +1,5 @@ - + groups elements used to gloss or explain other parts of a document. diff --git a/P5/Source/Specs/model.lexicalRefinement.xml b/P5/Source/Specs/model.lexicalRefinement.xml index 73f14455e8..64a5b5bbf3 100644 --- a/P5/Source/Specs/model.lexicalRefinement.xml +++ b/P5/Source/Specs/model.lexicalRefinement.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Specs/model.limitedPhrase.xml b/P5/Source/Specs/model.limitedPhrase.xml index c959b1eac7..5b6c2ea0d5 100644 --- a/P5/Source/Specs/model.limitedPhrase.xml +++ b/P5/Source/Specs/model.limitedPhrase.xml @@ -1,11 +1,5 @@ - + groups phrase-level elements excluding those elements primarily intended for transcription diff --git a/P5/Source/Specs/model.linePart.xml b/P5/Source/Specs/model.linePart.xml index 7e0e2027c3..6595c90937 100644 --- a/P5/Source/Specs/model.linePart.xml +++ b/P5/Source/Specs/model.linePart.xml @@ -1,11 +1,5 @@ - + groups transcriptional elements which appear within lines or diff --git a/P5/Source/Specs/model.listLike.xml b/P5/Source/Specs/model.listLike.xml index ce84746b4d..933ca683a1 100644 --- a/P5/Source/Specs/model.listLike.xml +++ b/P5/Source/Specs/model.listLike.xml @@ -1,11 +1,5 @@ - + groups list-like elements. diff --git a/P5/Source/Specs/model.measureLike.xml b/P5/Source/Specs/model.measureLike.xml index fdfcdd07a4..240dfd3398 100644 --- a/P5/Source/Specs/model.measureLike.xml +++ b/P5/Source/Specs/model.measureLike.xml @@ -1,11 +1,5 @@ - + groups elements which denote a number, a quantity, a measurement, or similar piece of text diff --git a/P5/Source/Specs/model.milestoneLike.xml b/P5/Source/Specs/model.milestoneLike.xml index ed1fc5d87e..86aa7ea019 100644 --- a/P5/Source/Specs/model.milestoneLike.xml +++ b/P5/Source/Specs/model.milestoneLike.xml @@ -1,11 +1,5 @@ - + groups milestone-style diff --git a/P5/Source/Specs/model.morphLike.xml b/P5/Source/Specs/model.morphLike.xml index 1d7b0a2377..01178cb65d 100644 --- a/P5/Source/Specs/model.morphLike.xml +++ b/P5/Source/Specs/model.morphLike.xml @@ -1,11 +1,5 @@ - + groups elements which provide morphological information within a dictionary entry. diff --git a/P5/Source/Specs/model.msItemPart.xml b/P5/Source/Specs/model.msItemPart.xml index 21afd6bf93..8252284491 100644 --- a/P5/Source/Specs/model.msItemPart.xml +++ b/P5/Source/Specs/model.msItemPart.xml @@ -1,11 +1,5 @@ - + groups elements which can appear within a manuscript item description. diff --git a/P5/Source/Specs/model.msQuoteLike.xml b/P5/Source/Specs/model.msQuoteLike.xml index b3405d23b4..ab9d6cc53a 100644 --- a/P5/Source/Specs/model.msQuoteLike.xml +++ b/P5/Source/Specs/model.msQuoteLike.xml @@ -1,11 +1,5 @@ - + groups elements which represent passages such as titles quoted from a manuscript as a part diff --git a/P5/Source/Specs/model.nameLike.agent.xml b/P5/Source/Specs/model.nameLike.agent.xml index 0a24434fc2..31d40a42f8 100644 --- a/P5/Source/Specs/model.nameLike.agent.xml +++ b/P5/Source/Specs/model.nameLike.agent.xml @@ -1,11 +1,5 @@ - + groups elements which contain names of individuals diff --git a/P5/Source/Specs/model.nameLike.xml b/P5/Source/Specs/model.nameLike.xml index 3682f1fc5c..794fef0801 100644 --- a/P5/Source/Specs/model.nameLike.xml +++ b/P5/Source/Specs/model.nameLike.xml @@ -1,11 +1,5 @@ - + groups elements which name or refer to a person, place, or organization. diff --git a/P5/Source/Specs/model.noteLike.xml b/P5/Source/Specs/model.noteLike.xml index 3b04a4a961..dc030037ae 100644 --- a/P5/Source/Specs/model.noteLike.xml +++ b/P5/Source/Specs/model.noteLike.xml @@ -1,11 +1,5 @@ - + groups globally-available note-like elements. diff --git a/P5/Source/Specs/model.objectLike.xml b/P5/Source/Specs/model.objectLike.xml index 170ba0f896..f6949ef47e 100644 --- a/P5/Source/Specs/model.objectLike.xml +++ b/P5/Source/Specs/model.objectLike.xml @@ -1,10 +1,6 @@ - + + + groups elements which describe objects. diff --git a/P5/Source/Specs/model.oddDecl.xml b/P5/Source/Specs/model.oddDecl.xml index fcde75c52a..4cfcea94d9 100644 --- a/P5/Source/Specs/model.oddDecl.xml +++ b/P5/Source/Specs/model.oddDecl.xml @@ -1,11 +1,5 @@ - + groups elements which generate declarations in some markup language in ODD documents. diff --git a/P5/Source/Specs/model.oddRef.xml b/P5/Source/Specs/model.oddRef.xml index c495deef4b..b68930eb85 100644 --- a/P5/Source/Specs/model.oddRef.xml +++ b/P5/Source/Specs/model.oddRef.xml @@ -1,11 +1,5 @@ - + groups elements which reference declarations in some markup language in ODD documents. diff --git a/P5/Source/Specs/model.offsetLike.xml b/P5/Source/Specs/model.offsetLike.xml index e669c6e819..9990330de2 100644 --- a/P5/Source/Specs/model.offsetLike.xml +++ b/P5/Source/Specs/model.offsetLike.xml @@ -1,11 +1,5 @@ - + groups elements which can appear only as part of a place name. diff --git a/P5/Source/Specs/model.orgPart.xml b/P5/Source/Specs/model.orgPart.xml index 04bce9960c..27aa48a4dc 100644 --- a/P5/Source/Specs/model.orgPart.xml +++ b/P5/Source/Specs/model.orgPart.xml @@ -1,11 +1,5 @@ - + groups elements which form part of the description of an diff --git a/P5/Source/Specs/model.orgStateLike.xml b/P5/Source/Specs/model.orgStateLike.xml index 2c83dd4173..0495ebe712 100644 --- a/P5/Source/Specs/model.orgStateLike.xml +++ b/P5/Source/Specs/model.orgStateLike.xml @@ -1,11 +1,5 @@ - + groups elements describing changeable characteristics of an organization which have a diff --git a/P5/Source/Specs/model.pLike.front.xml b/P5/Source/Specs/model.pLike.front.xml index 39dd6f603b..58a2a3f4ab 100644 --- a/P5/Source/Specs/model.pLike.front.xml +++ b/P5/Source/Specs/model.pLike.front.xml @@ -1,11 +1,5 @@ - + groups paragraph-like elements which can occur as direct constituents of front matter. diff --git a/P5/Source/Specs/model.pLike.xml b/P5/Source/Specs/model.pLike.xml index 75995b415c..109954fa1b 100644 --- a/P5/Source/Specs/model.pLike.xml +++ b/P5/Source/Specs/model.pLike.xml @@ -1,11 +1,5 @@ - + groups paragraph-like elements. diff --git a/P5/Source/Specs/model.pPart.data.xml b/P5/Source/Specs/model.pPart.data.xml index c85b685050..fee3950155 100644 --- a/P5/Source/Specs/model.pPart.data.xml +++ b/P5/Source/Specs/model.pPart.data.xml @@ -1,11 +1,5 @@ - + groups phrase-level elements containing names, dates, numbers, measures, and similar data. diff --git a/P5/Source/Specs/model.pPart.edit.xml b/P5/Source/Specs/model.pPart.edit.xml index 0242090461..da05b24dc0 100644 --- a/P5/Source/Specs/model.pPart.edit.xml +++ b/P5/Source/Specs/model.pPart.edit.xml @@ -1,11 +1,5 @@ - + groups phrase-level elements for simple editorial correction and transcription. diff --git a/P5/Source/Specs/model.pPart.editorial.xml b/P5/Source/Specs/model.pPart.editorial.xml index a1d119dbe4..bd9c719f61 100644 --- a/P5/Source/Specs/model.pPart.editorial.xml +++ b/P5/Source/Specs/model.pPart.editorial.xml @@ -1,18 +1,11 @@ - + groups phrase-level elements for simple editorial interventions that may be useful both in transcribing and in authoring. 전사와 저작 모두에서 유용할 수 있는 간단한 편집 간섭에 대한 구-층위 요소를 모아 놓는다. - 匯集的詞組層次元素用於簡單的編輯更正,且有助於轉錄和編寫 - + 匯集的詞組層次元素用於簡單的編輯更正,且有助於轉錄和編寫 転記や編集の両方で使用される、単純な編集上の調整を示す、句レベルの要 素をまとめる。 regroupe des éléments de niveau expression, utilisés pour de diff --git a/P5/Source/Specs/model.pPart.msdesc.xml b/P5/Source/Specs/model.pPart.msdesc.xml index 608aaa0f94..ab4625ae0c 100644 --- a/P5/Source/Specs/model.pPart.msdesc.xml +++ b/P5/Source/Specs/model.pPart.msdesc.xml @@ -1,11 +1,5 @@ - + groups phrase-level elements used in manuscript description. diff --git a/P5/Source/Specs/model.pPart.transcriptional.xml b/P5/Source/Specs/model.pPart.transcriptional.xml index 2ae2eb9b2a..37389adddf 100644 --- a/P5/Source/Specs/model.pPart.transcriptional.xml +++ b/P5/Source/Specs/model.pPart.transcriptional.xml @@ -1,11 +1,5 @@ - + groups phrase-level elements used for editorial transcription of pre-existing source diff --git a/P5/Source/Specs/model.paraPart.xml b/P5/Source/Specs/model.paraPart.xml index 7ea160c1d1..7242f4a202 100644 --- a/P5/Source/Specs/model.paraPart.xml +++ b/P5/Source/Specs/model.paraPart.xml @@ -1,11 +1,5 @@ - + groups elements that may appear in paragraphs and similar elements diff --git a/P5/Source/Specs/model.persNamePart.xml b/P5/Source/Specs/model.persNamePart.xml index 58cea70614..4dcc7c8a7a 100644 --- a/P5/Source/Specs/model.persNamePart.xml +++ b/P5/Source/Specs/model.persNamePart.xml @@ -1,11 +1,5 @@ - + groups elements which form part of a personal name. diff --git a/P5/Source/Specs/model.persStateLike.xml b/P5/Source/Specs/model.persStateLike.xml index 97814c8636..7391695f01 100644 --- a/P5/Source/Specs/model.persStateLike.xml +++ b/P5/Source/Specs/model.persStateLike.xml @@ -1,11 +1,5 @@ - + groups elements describing changeable characteristics of a person which have a definite diff --git a/P5/Source/Specs/model.personLike.xml b/P5/Source/Specs/model.personLike.xml index e063f11388..0066b0c904 100644 --- a/P5/Source/Specs/model.personLike.xml +++ b/P5/Source/Specs/model.personLike.xml @@ -1,11 +1,5 @@ - + groups elements which provide information about people and their relationships. diff --git a/P5/Source/Specs/model.personPart.xml b/P5/Source/Specs/model.personPart.xml index baad6b7d18..6cbf0040e0 100644 --- a/P5/Source/Specs/model.personPart.xml +++ b/P5/Source/Specs/model.personPart.xml @@ -1,11 +1,5 @@ - + groups elements which form part of the description of a person. diff --git a/P5/Source/Specs/model.phrase.xml b/P5/Source/Specs/model.phrase.xml index baf3ba6770..8f370d52cd 100644 --- a/P5/Source/Specs/model.phrase.xml +++ b/P5/Source/Specs/model.phrase.xml @@ -1,11 +1,5 @@ - + groups elements which can occur at the level of individual words or phrases. diff --git a/P5/Source/Specs/model.phrase.xml.xml b/P5/Source/Specs/model.phrase.xml.xml index f290a08970..01b2d63cd1 100644 --- a/P5/Source/Specs/model.phrase.xml.xml +++ b/P5/Source/Specs/model.phrase.xml.xml @@ -1,11 +1,5 @@ - + groups phrase-level elements used to encode XML constructs such as element names, attribute diff --git a/P5/Source/Specs/model.physDescPart.xml b/P5/Source/Specs/model.physDescPart.xml index e180f81ee1..46328bbd62 100644 --- a/P5/Source/Specs/model.physDescPart.xml +++ b/P5/Source/Specs/model.physDescPart.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Specs/model.placeLike.xml b/P5/Source/Specs/model.placeLike.xml index 02f7ecfa49..833179ea38 100644 --- a/P5/Source/Specs/model.placeLike.xml +++ b/P5/Source/Specs/model.placeLike.xml @@ -1,11 +1,5 @@ - + groups elements used to provide information about places and their relationships. diff --git a/P5/Source/Specs/model.placeNamePart.xml b/P5/Source/Specs/model.placeNamePart.xml index 1bc882fd3a..19b1a60558 100644 --- a/P5/Source/Specs/model.placeNamePart.xml +++ b/P5/Source/Specs/model.placeNamePart.xml @@ -1,11 +1,5 @@ - + groups elements which form part of a place name. diff --git a/P5/Source/Specs/model.placeStateLike.xml b/P5/Source/Specs/model.placeStateLike.xml index 364180593e..8929e9833b 100644 --- a/P5/Source/Specs/model.placeStateLike.xml +++ b/P5/Source/Specs/model.placeStateLike.xml @@ -1,11 +1,5 @@ - + groups elements which describe changing states of a place. diff --git a/P5/Source/Specs/model.profileDescPart.xml b/P5/Source/Specs/model.profileDescPart.xml index cba998ec0f..4cb0466848 100644 --- a/P5/Source/Specs/model.profileDescPart.xml +++ b/P5/Source/Specs/model.profileDescPart.xml @@ -1,11 +1,5 @@ - + groups elements which may be used inside profileDesc diff --git a/P5/Source/Specs/model.ptrLike.form.xml b/P5/Source/Specs/model.ptrLike.form.xml index 86a9143dc7..65d7347683 100644 --- a/P5/Source/Specs/model.ptrLike.form.xml +++ b/P5/Source/Specs/model.ptrLike.form.xml @@ -1,11 +1,5 @@ - + groups elements used for purposes of location of particular orthographic or pronunciation diff --git a/P5/Source/Specs/model.ptrLike.xml b/P5/Source/Specs/model.ptrLike.xml index e956afd057..6e3281bb2f 100644 --- a/P5/Source/Specs/model.ptrLike.xml +++ b/P5/Source/Specs/model.ptrLike.xml @@ -1,11 +1,5 @@ - + groups elements used for purposes of location and reference. diff --git a/P5/Source/Specs/model.publicationStmtPart.agency.xml b/P5/Source/Specs/model.publicationStmtPart.agency.xml index ba75c8a844..babb6af6df 100644 --- a/P5/Source/Specs/model.publicationStmtPart.agency.xml +++ b/P5/Source/Specs/model.publicationStmtPart.agency.xml @@ -1,11 +1,5 @@ - + groups the child diff --git a/P5/Source/Specs/model.publicationStmtPart.detail.xml b/P5/Source/Specs/model.publicationStmtPart.detail.xml index 42565d0c80..795e20a135 100644 --- a/P5/Source/Specs/model.publicationStmtPart.detail.xml +++ b/P5/Source/Specs/model.publicationStmtPart.detail.xml @@ -1,11 +1,5 @@ - + groups the agency-specific child elements of the publicationStmt element of the TEI header. diff --git a/P5/Source/Specs/model.quoteLike.xml b/P5/Source/Specs/model.quoteLike.xml index ad3e6eef43..26ee6d9b55 100644 --- a/P5/Source/Specs/model.quoteLike.xml +++ b/P5/Source/Specs/model.quoteLike.xml @@ -1,11 +1,5 @@ - + groups elements used to directly contain quotations. diff --git a/P5/Source/Specs/model.rdgLike.xml b/P5/Source/Specs/model.rdgLike.xml index 560e6c2908..980447303c 100644 --- a/P5/Source/Specs/model.rdgLike.xml +++ b/P5/Source/Specs/model.rdgLike.xml @@ -1,11 +1,5 @@ - + groups elements which contain a single reading, other than the lemma, within a textual diff --git a/P5/Source/Specs/model.rdgPart.xml b/P5/Source/Specs/model.rdgPart.xml index aa74a30e71..8fd44c5ee5 100644 --- a/P5/Source/Specs/model.rdgPart.xml +++ b/P5/Source/Specs/model.rdgPart.xml @@ -1,11 +1,5 @@ - + groups elements which mark the beginning or ending of a fragmentary manuscript or other diff --git a/P5/Source/Specs/model.recordingPart.xml b/P5/Source/Specs/model.recordingPart.xml index 7a38e29433..e5c23ad431 100644 --- a/P5/Source/Specs/model.recordingPart.xml +++ b/P5/Source/Specs/model.recordingPart.xml @@ -1,11 +1,5 @@ - + groups elements used to describe details of an audio or video recording. diff --git a/P5/Source/Specs/model.resource.xml b/P5/Source/Specs/model.resource.xml index 7fcfcf4030..8065ea297d 100644 --- a/P5/Source/Specs/model.resource.xml +++ b/P5/Source/Specs/model.resource.xml @@ -1,11 +1,5 @@ - + groups separate elements diff --git a/P5/Source/Specs/model.respLike.xml b/P5/Source/Specs/model.respLike.xml index 9f265d8104..dd94ae118b 100644 --- a/P5/Source/Specs/model.respLike.xml +++ b/P5/Source/Specs/model.respLike.xml @@ -1,11 +1,5 @@ - + groups elements which are used to indicate intellectual or other significant responsibility, diff --git a/P5/Source/Specs/model.segLike.xml b/P5/Source/Specs/model.segLike.xml index 6509ebac88..ab419a58db 100644 --- a/P5/Source/Specs/model.segLike.xml +++ b/P5/Source/Specs/model.segLike.xml @@ -1,11 +1,5 @@ - + groups elements used for arbitrary segmentation. diff --git a/P5/Source/Specs/model.settingPart.xml b/P5/Source/Specs/model.settingPart.xml index b937ea3e65..e9e477ab6e 100644 --- a/P5/Source/Specs/model.settingPart.xml +++ b/P5/Source/Specs/model.settingPart.xml @@ -1,11 +1,5 @@ - + groups elements used to describe the setting of a linguistic interaction. diff --git a/P5/Source/Specs/model.sourceDescPart.xml b/P5/Source/Specs/model.sourceDescPart.xml index 97bde75630..61ad43bb34 100644 --- a/P5/Source/Specs/model.sourceDescPart.xml +++ b/P5/Source/Specs/model.sourceDescPart.xml @@ -1,11 +1,5 @@ - + groups elements which may be used inside sourceDesc and appear multiple times. diff --git a/P5/Source/Specs/model.specDescLike.xml b/P5/Source/Specs/model.specDescLike.xml index 8113e35251..88f2ca4594 100644 --- a/P5/Source/Specs/model.specDescLike.xml +++ b/P5/Source/Specs/model.specDescLike.xml @@ -1,11 +1,5 @@ - + groups elements for referring to specification elements. diff --git a/P5/Source/Specs/model.stageLike.xml b/P5/Source/Specs/model.stageLike.xml index 9d3e15a64f..3a81f417aa 100644 --- a/P5/Source/Specs/model.stageLike.xml +++ b/P5/Source/Specs/model.stageLike.xml @@ -1,11 +1,5 @@ - + groups elements containing stage directions or similar things defined by the module for diff --git a/P5/Source/Specs/model.standOffPart.xml b/P5/Source/Specs/model.standOffPart.xml index a13d76c2b5..0a22ae432b 100644 --- a/P5/Source/Specs/model.standOffPart.xml +++ b/P5/Source/Specs/model.standOffPart.xml @@ -1,11 +1,5 @@ - + groups elements which may be used as children of standOff. diff --git a/P5/Source/Specs/model.teiHeaderPart.xml b/P5/Source/Specs/model.teiHeaderPart.xml index 0d3d13eb0f..f60280913e 100644 --- a/P5/Source/Specs/model.teiHeaderPart.xml +++ b/P5/Source/Specs/model.teiHeaderPart.xml @@ -1,11 +1,5 @@ - + groups high level elements which may appear more than once in a TEI header. diff --git a/P5/Source/Specs/model.textDescPart.xml b/P5/Source/Specs/model.textDescPart.xml index aa17586653..8b7162bdc1 100644 --- a/P5/Source/Specs/model.textDescPart.xml +++ b/P5/Source/Specs/model.textDescPart.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Specs/model.titlepagePart.xml b/P5/Source/Specs/model.titlepagePart.xml index 47ed12300d..7ce67bed5c 100644 --- a/P5/Source/Specs/model.titlepagePart.xml +++ b/P5/Source/Specs/model.titlepagePart.xml @@ -1,11 +1,5 @@ - + groups elements which can occur as direct constituents of a title page, such as diff --git a/P5/Source/Specs/model.xml b/P5/Source/Specs/model.xml index 636ebc63f1..d06cb1be81 100644 --- a/P5/Source/Specs/model.xml +++ b/P5/Source/Specs/model.xml @@ -1,11 +1,5 @@ - + describes the processing intended for a specified @@ -151,7 +145,7 @@
if url is present, uses it to - display graphic, else display a placeholder image. + display graphic, else display a placeholder image. @@ -173,7 +167,7 @@ - creates a heading. + creates a heading. diff --git a/P5/Source/Specs/modelGrp.xml b/P5/Source/Specs/modelGrp.xml index 15f897bb36..ca4e11a00d 100644 --- a/P5/Source/Specs/modelGrp.xml +++ b/P5/Source/Specs/modelGrp.xml @@ -1,11 +1,5 @@ - + model group diff --git a/P5/Source/Specs/modelSequence.xml b/P5/Source/Specs/modelSequence.xml index cbd5e51ba6..c030e3371b 100644 --- a/P5/Source/Specs/modelSequence.xml +++ b/P5/Source/Specs/modelSequence.xml @@ -1,15 +1,8 @@ - + - any sequence of model or modelSequence elements which - is to be processed as a single set of actions + any sequence of model or modelSequence elements which is to be processed as a single set of actions @@ -24,22 +17,22 @@
- The 'model' children - of a 'modelSequence' element inherit the @output attribute of the - parent 'modelSequence', and thus should not have their own + + The 'model' children + of a 'modelSequence' element inherit the @output attribute of the + parent 'modelSequence', and thus should not have their own + - the condition under which this model applies - given as an XPath Predicate Expression + the condition under which this model applies given as an XPath Predicate Expression - whether to obey any rendition attribute that is - present + whether to obey any rendition attribute that is present @@ -51,16 +44,13 @@ - the output is intended for presentation in a - web format + the output is intended for presentation in a web format - the output is intended for presentation in a - print format + the output is intended for presentation in a print format - the output is intended for presentation in a - plain text format + the output is intended for presentation in a plain text format diff --git a/P5/Source/Specs/moduleRef.xml b/P5/Source/Specs/moduleRef.xml index 2c1e52ba10..0ecd6a33f1 100644 --- a/P5/Source/Specs/moduleRef.xml +++ b/P5/Source/Specs/moduleRef.xml @@ -1,13 +1,7 @@ - + - + module reference 모듈 참조 referencia de módulo @@ -17,8 +11,7 @@ $Id$ 하나의 스키마로 통합된 모듈을 참조한다. 參照一個被併入某一模型的模組。 スキーマに組み入れられるモジュールを参照する。 - référence un module qui doit être incorporé dans - un schéma. + référence un module qui doit être incorporé dans un schéma. indica un módulo que se ha de incluir al interno de un esquema. indica un modulo da includere all'interno di uno schema @@ -26,38 +19,35 @@ $Id$ - - - + - - -Child elements of are only allowed when an external module is being loaded - - + + + Child elements of are only allowed when an external module is being loaded + + - specifies a default prefix which will be - prepended to all patterns from the imported module + specifies a default prefix which will be prepended to all patterns from the imported module - - The prefix attribute - of should not match that of any other - element (it would defeat the purpose) - + + The prefix attribute + of should not match that of any other + element (it would defeat the purpose) + - - It is an error to supply both the @include and @except attributes - + + It is an error to supply both the @include and @except attributes + @@ -75,8 +65,7 @@ specified module into the schema being defined. - supplies a list of the elements which are not to be copied from the -specified module into the schema being defined. + supplies a list of the elements which are not to be copied from the specified module into the schema being defined. @@ -95,8 +84,7 @@ specified module into the schema being defined. URL refers to a non-TEI module of RELAX NG code by external location se refiere a un módulo no-de-TEI del código de RELAX NG mediante una localización externa - fait référence à un module non TEI de code -RELAX NG par une localisation externe. + fait référence à un module non TEI de code RELAX NG par une localisation externe. indica la collocazione esterna di un modulo non TEI che utilizza il codice RELAX NG
@@ -121,7 +109,6 @@ RELAX NG par une localisation externe.

This includes all elements available from the linking module except for the link and linkGrp elements.

- @@ -173,4 +160,4 @@ processor should signal an error.

-
\ No newline at end of file +
diff --git a/P5/Source/Specs/moduleSpec.xml b/P5/Source/Specs/moduleSpec.xml index 9d46eaa7f4..49f5e2123d 100644 --- a/P5/Source/Specs/moduleSpec.xml +++ b/P5/Source/Specs/moduleSpec.xml @@ -1,11 +1,5 @@ - + module specification diff --git a/P5/Source/Specs/monogr.xml b/P5/Source/Specs/monogr.xml index c7ddd4f8bc..1e4599a9af 100644 --- a/P5/Source/Specs/monogr.xml +++ b/P5/Source/Specs/monogr.xml @@ -1,11 +1,5 @@ - + monographic level diff --git a/P5/Source/Specs/mood.xml b/P5/Source/Specs/mood.xml index 304b0145a4..628538c53c 100644 --- a/P5/Source/Specs/mood.xml +++ b/P5/Source/Specs/mood.xml @@ -1,11 +1,5 @@ - + mood diff --git a/P5/Source/Specs/move.xml b/P5/Source/Specs/move.xml index ae6f03d189..41358c33cb 100644 --- a/P5/Source/Specs/move.xml +++ b/P5/Source/Specs/move.xml @@ -1,11 +1,5 @@ - + movement @@ -43,7 +37,7 @@ $Id$ indica il tipo di movimento, ad esempio come entrata o uscita. - + character is entering the stage. 등장인물이 무대에 등장하고 있다. diff --git a/P5/Source/Specs/msContents.xml b/P5/Source/Specs/msContents.xml index 8dca42b0cf..5ec0587876 100644 --- a/P5/Source/Specs/msContents.xml +++ b/P5/Source/Specs/msContents.xml @@ -1,11 +1,5 @@ - + manuscript contents diff --git a/P5/Source/Specs/msDesc.xml b/P5/Source/Specs/msDesc.xml index f15468cf8c..fc7440d97b 100644 --- a/P5/Source/Specs/msDesc.xml +++ b/P5/Source/Specs/msDesc.xml @@ -1,11 +1,5 @@ - + manuscript description diff --git a/P5/Source/Specs/msFrag.xml b/P5/Source/Specs/msFrag.xml index 683ad8e813..b8a51b5106 100644 --- a/P5/Source/Specs/msFrag.xml +++ b/P5/Source/Specs/msFrag.xml @@ -1,11 +1,5 @@ - + manuscript fragment diff --git a/P5/Source/Specs/msIdentifier.xml b/P5/Source/Specs/msIdentifier.xml index 6fa7e4a4d2..7d85cb40f0 100644 --- a/P5/Source/Specs/msIdentifier.xml +++ b/P5/Source/Specs/msIdentifier.xml @@ -1,21 +1,14 @@ - + - + manuscript identifier 원고 확인소 identificador del manuscrito identifiant du manuscrit identificatore del manoscritto - contains the information required to identify -the manuscript or similar object being described. + contains the information required to identify the manuscript or similar object being described. 기술되고 있는 원고를 식별하기 위해 필요한 정보를 포함한다. 包含識別敘述中的手稿所需要的資訊。 解説されている手書き資料を特定するために必要な情報を示す。 @@ -44,7 +37,11 @@ the manuscript or similar object being described.
- An msIdentifier must contain either a repository or location. + + An msIdentifier must contain either a repository or location. + diff --git a/P5/Source/Specs/msItem.xml b/P5/Source/Specs/msItem.xml index 6b18d25a95..431746ea67 100644 --- a/P5/Source/Specs/msItem.xml +++ b/P5/Source/Specs/msItem.xml @@ -1,11 +1,5 @@ - + manuscript item diff --git a/P5/Source/Specs/msItemStruct.xml b/P5/Source/Specs/msItemStruct.xml index 33c554110c..dfae4ef9ab 100644 --- a/P5/Source/Specs/msItemStruct.xml +++ b/P5/Source/Specs/msItemStruct.xml @@ -1,11 +1,5 @@ - + structured manuscript item diff --git a/P5/Source/Specs/msName.xml b/P5/Source/Specs/msName.xml index bc60809960..38f6294ca4 100644 --- a/P5/Source/Specs/msName.xml +++ b/P5/Source/Specs/msName.xml @@ -1,11 +1,5 @@ - + alternative name diff --git a/P5/Source/Specs/msPart.xml b/P5/Source/Specs/msPart.xml index 9399926215..23492df635 100644 --- a/P5/Source/Specs/msPart.xml +++ b/P5/Source/Specs/msPart.xml @@ -1,11 +1,5 @@ - + manuscript part diff --git a/P5/Source/Specs/musicNotation.xml b/P5/Source/Specs/musicNotation.xml index 7a23aa5aed..147bfda3c9 100644 --- a/P5/Source/Specs/musicNotation.xml +++ b/P5/Source/Specs/musicNotation.xml @@ -1,11 +1,5 @@ - + music notation diff --git a/P5/Source/Specs/name.xml b/P5/Source/Specs/name.xml index 13deaf9f82..c9f8567c19 100644 --- a/P5/Source/Specs/name.xml +++ b/P5/Source/Specs/name.xml @@ -1,10 +1,6 @@ - + + + name, proper noun 이름, 고유명사 名稱,特定名稱 @@ -28,6 +24,7 @@ + diff --git a/P5/Source/Specs/nameLink.xml b/P5/Source/Specs/nameLink.xml index 56dc6a1276..1fd44b2673 100644 --- a/P5/Source/Specs/nameLink.xml +++ b/P5/Source/Specs/nameLink.xml @@ -1,11 +1,5 @@ - + name link @@ -18,7 +12,7 @@ $Id$ 名前の中で使われているが、その一部としては見られない、関連する句やリ ンクを示す。例えば、van derofなど。 contient une particule ou une expression exprimant un lien, utilisés dans un nom mais considérés comme - n'en faisant pas partie, comme "van der" ou "de". + n'en faisant pas partie, comme van der ou de. contiene un afijo de conexión al interno del nombre no considerado parte del nombre, como p.ej. Van Der, o De Las. contiene un affisso di connessione all'interno del nome non considerato parte del nome, come van der @@ -27,6 +21,7 @@ $Id$ + diff --git a/P5/Source/Specs/namespace.xml b/P5/Source/Specs/namespace.xml index b829366ced..083902310e 100644 --- a/P5/Source/Specs/namespace.xml +++ b/P5/Source/Specs/namespace.xml @@ -1,11 +1,5 @@ - + namespace diff --git a/P5/Source/Specs/nationality.xml b/P5/Source/Specs/nationality.xml index d588aed471..bca3fe2130 100644 --- a/P5/Source/Specs/nationality.xml +++ b/P5/Source/Specs/nationality.xml @@ -1,10 +1,6 @@ - + + + nationality nationalité contains an informal description of a person's present or past nationality or citizenship. @@ -66,7 +62,7 @@ $Id$ - + diff --git a/P5/Source/Specs/node.xml b/P5/Source/Specs/node.xml index 43861db564..838cecea70 100644 --- a/P5/Source/Specs/node.xml +++ b/P5/Source/Specs/node.xml @@ -1,11 +1,5 @@ - + node @@ -48,7 +42,7 @@ other analytic element. define un tipo de nodo. definisce un tipo di nodo - + initial node in a transition network 전이망에서 시작 노드 diff --git a/P5/Source/Specs/normalization.xml b/P5/Source/Specs/normalization.xml index 42727bba0b..2d456d9ab9 100644 --- a/P5/Source/Specs/normalization.xml +++ b/P5/Source/Specs/normalization.xml @@ -1,11 +1,5 @@ - + normalization diff --git a/P5/Source/Specs/notatedMusic.xml b/P5/Source/Specs/notatedMusic.xml index 0a2be5e113..c73e464de4 100644 --- a/P5/Source/Specs/notatedMusic.xml +++ b/P5/Source/Specs/notatedMusic.xml @@ -1,11 +1,5 @@ - + encodes the presence of music notation in a text @@ -14,6 +8,7 @@ + diff --git a/P5/Source/Specs/note.xml b/P5/Source/Specs/note.xml index 93a06cd96f..344a53a8f4 100644 --- a/P5/Source/Specs/note.xml +++ b/P5/Source/Specs/note.xml @@ -1,11 +1,5 @@ - + note @@ -30,6 +24,7 @@ + diff --git a/P5/Source/Specs/noteGrp.xml b/P5/Source/Specs/noteGrp.xml index a8d179bc64..bf93865b72 100644 --- a/P5/Source/Specs/noteGrp.xml +++ b/P5/Source/Specs/noteGrp.xml @@ -1,10 +1,6 @@ - + + + note group contains a group of notes @@ -18,6 +14,7 @@ + diff --git a/P5/Source/Specs/notesStmt.xml b/P5/Source/Specs/notesStmt.xml index 33e32507d4..6b13620a81 100644 --- a/P5/Source/Specs/notesStmt.xml +++ b/P5/Source/Specs/notesStmt.xml @@ -1,11 +1,5 @@ - + notes statement diff --git a/P5/Source/Specs/num.xml b/P5/Source/Specs/num.xml index 20483d389a..de0480b0ec 100644 --- a/P5/Source/Specs/num.xml +++ b/P5/Source/Specs/num.xml @@ -1,11 +1,5 @@ - + number @@ -28,6 +22,7 @@ + @@ -43,7 +38,7 @@ indica il tipo di valore numerico bestimmt die Art des numerischen Wertes. - + absolute number, e.g. 21, 21.5 예를 들어, 21, 21.5와 같은 절대값 diff --git a/P5/Source/Specs/number.xml b/P5/Source/Specs/number.xml index 1d6536c640..cb387e9f25 100644 --- a/P5/Source/Specs/number.xml +++ b/P5/Source/Specs/number.xml @@ -1,11 +1,5 @@ - + number diff --git a/P5/Source/Specs/numeric.xml b/P5/Source/Specs/numeric.xml index 46c26c179c..fc94f495b9 100644 --- a/P5/Source/Specs/numeric.xml +++ b/P5/Source/Specs/numeric.xml @@ -1,11 +1,5 @@ - + numeric value diff --git a/P5/Source/Specs/nym.xml b/P5/Source/Specs/nym.xml index 13dc85b6a9..412bd2f4fa 100644 --- a/P5/Source/Specs/nym.xml +++ b/P5/Source/Specs/nym.xml @@ -1,11 +1,5 @@ - + canonical name diff --git a/P5/Source/Specs/oRef.xml b/P5/Source/Specs/oRef.xml index 5e2572fc3d..a386b7aeed 100644 --- a/P5/Source/Specs/oRef.xml +++ b/P5/Source/Specs/oRef.xml @@ -1,11 +1,5 @@ - + orthographic-form reference @@ -52,7 +46,7 @@ $Id$ indica il tipo di modifica tipografica del lemma in un riferimento. - + capital 대문자 diff --git a/P5/Source/Specs/object.xml b/P5/Source/Specs/object.xml index ef1b06766a..710c0f8ed4 100644 --- a/P5/Source/Specs/object.xml +++ b/P5/Source/Specs/object.xml @@ -1,10 +1,6 @@ - + + + contains a description of a single identifiable physical object. enthält die Beschreibung eines einzelnen identifizierbaren physischen Objekts. @@ -109,7 +105,7 @@ $Id$ Cairo Egypt - 30.047778, 31.233333 + 30.047778 31.233333 diff --git a/P5/Source/Specs/objectDesc.xml b/P5/Source/Specs/objectDesc.xml index 12814fd5bb..49058f9b60 100644 --- a/P5/Source/Specs/objectDesc.xml +++ b/P5/Source/Specs/objectDesc.xml @@ -1,11 +1,5 @@ - + object description diff --git a/P5/Source/Specs/objectIdentifier.xml b/P5/Source/Specs/objectIdentifier.xml index 73ad199656..e18550165a 100644 --- a/P5/Source/Specs/objectIdentifier.xml +++ b/P5/Source/Specs/objectIdentifier.xml @@ -1,10 +1,6 @@ - + + + object identifier Objektidentifikator diff --git a/P5/Source/Specs/objectName.xml b/P5/Source/Specs/objectName.xml index 4afb2ee24d..6ca1d33a6e 100644 --- a/P5/Source/Specs/objectName.xml +++ b/P5/Source/Specs/objectName.xml @@ -1,10 +1,6 @@ - + + + name of an object Name eines Objekts contains a proper noun or noun phrase used to refer to an object. @@ -16,6 +12,7 @@ $Id$ + diff --git a/P5/Source/Specs/objectType.xml b/P5/Source/Specs/objectType.xml index 87b6bdc7b4..6502e4177c 100644 --- a/P5/Source/Specs/objectType.xml +++ b/P5/Source/Specs/objectType.xml @@ -1,11 +1,5 @@ - + object type diff --git a/P5/Source/Specs/occupation.xml b/P5/Source/Specs/occupation.xml index 09501d3f59..cc29459fde 100644 --- a/P5/Source/Specs/occupation.xml +++ b/P5/Source/Specs/occupation.xml @@ -1,10 +1,6 @@ - + + + occupation activité contains an informal description of a person's trade, profession or occupation. @@ -64,7 +60,7 @@ $Id$ - + @@ -98,8 +94,7 @@ $Id$ identifica un código relativo a la ocupación definido en el sistema de clasificación o taxonomía establecido por el atributo scheme. corrisponde a un codice relativo all'occupazione definito nel sistema di classificazione o - tassonomia stabiliti dall'attributo scheme - + tassonomia stabiliti dall'attributo scheme diff --git a/P5/Source/Specs/offset.xml b/P5/Source/Specs/offset.xml index a4940b9d5f..430ec7fe63 100644 --- a/P5/Source/Specs/offset.xml +++ b/P5/Source/Specs/offset.xml @@ -1,10 +1,6 @@ - + + + offset distance relative marks that part of a relative temporal or spatial expression which indicates the direction of the offset between the two place names, dates, or @@ -25,7 +21,8 @@ $Id$ - + + diff --git a/P5/Source/Specs/opener.xml b/P5/Source/Specs/opener.xml index 7b663ad345..0e49ba6bbd 100644 --- a/P5/Source/Specs/opener.xml +++ b/P5/Source/Specs/opener.xml @@ -1,11 +1,5 @@ - + opener @@ -32,6 +26,7 @@ $Id$ + diff --git a/P5/Source/Specs/org.xml b/P5/Source/Specs/org.xml index e5423df3b8..8c888d73c2 100644 --- a/P5/Source/Specs/org.xml +++ b/P5/Source/Specs/org.xml @@ -1,11 +1,5 @@ - + organization diff --git a/P5/Source/Specs/orgName.xml b/P5/Source/Specs/orgName.xml index d5dcca0617..7c8016e5be 100644 --- a/P5/Source/Specs/orgName.xml +++ b/P5/Source/Specs/orgName.xml @@ -1,10 +1,6 @@ - + + + organization name 조직명 組織名稱 @@ -25,6 +21,7 @@ + diff --git a/P5/Source/Specs/orig.xml b/P5/Source/Specs/orig.xml index d9caf97eb8..ed3baeac32 100644 --- a/P5/Source/Specs/orig.xml +++ b/P5/Source/Specs/orig.xml @@ -1,11 +1,5 @@ - + original form @@ -31,6 +25,7 @@ + + origin date diff --git a/P5/Source/Specs/origPlace.xml b/P5/Source/Specs/origPlace.xml index 286a02d69b..9771eecc11 100644 --- a/P5/Source/Specs/origPlace.xml +++ b/P5/Source/Specs/origPlace.xml @@ -1,10 +1,6 @@ - + + + origin place 생산 장소 diff --git a/P5/Source/Specs/origin.xml b/P5/Source/Specs/origin.xml index 80ef7fcd00..f3c318c27f 100644 --- a/P5/Source/Specs/origin.xml +++ b/P5/Source/Specs/origin.xml @@ -1,10 +1,6 @@ - + + + origin origine contains any descriptive or other information diff --git a/P5/Source/Specs/orth.xml b/P5/Source/Specs/orth.xml index 48b90b3984..8b9152649e 100644 --- a/P5/Source/Specs/orth.xml +++ b/P5/Source/Specs/orth.xml @@ -1,11 +1,5 @@ - + orthographic form diff --git a/P5/Source/Specs/outputRendition.xml b/P5/Source/Specs/outputRendition.xml index 4d13201301..d486a403ef 100644 --- a/P5/Source/Specs/outputRendition.xml +++ b/P5/Source/Specs/outputRendition.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Specs/p.xml b/P5/Source/Specs/p.xml index 1bf9c34e77..4f4bb49f86 100644 --- a/P5/Source/Specs/p.xml +++ b/P5/Source/Specs/p.xml @@ -1,11 +1,5 @@ - + paragraph @@ -29,22 +23,42 @@ + - - Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements. - + + + Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements. + + - - Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab, unless p is a child of figure or note, or is a descendant of floatingText. - + + + Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab, unless p is a child of figure or note, or is a descendant of floatingText. + + @@ -79,4 +93,4 @@ - \ No newline at end of file + diff --git a/P5/Source/Specs/pRef.xml b/P5/Source/Specs/pRef.xml index b66f7ad71c..2d35095af1 100644 --- a/P5/Source/Specs/pRef.xml +++ b/P5/Source/Specs/pRef.xml @@ -1,11 +1,5 @@ - + pronunciation reference diff --git a/P5/Source/Specs/param.xml b/P5/Source/Specs/param.xml index 9a45e044f4..da9a19d2dc 100644 --- a/P5/Source/Specs/param.xml +++ b/P5/Source/Specs/param.xml @@ -1,11 +1,5 @@ - + provides a parameter for a model behaviour by @@ -25,13 +19,13 @@ $Id: $ when used with behaviour alternate, a parameter of this name supplies one of the pair of possible values; for example the regularized form rather than the original form within a - choice element. + choice element. when used with behaviour alternate, a parameter of this name supplies one of the pair of possible values; for example the original form rather than the regularized form within a - choice element. + choice element. - + link. when used with the note behaviour, a parameter of this name should provide a string which describes the intended - placement of some text; typical values include "margin", "footnote", "endnote", - "inline", "bottom" + placement of some text; typical values include margin, footnote, endnote, + inline, bottom a parameter of this name can be used to categorize the specified behaviour in any way; for example the kind of break (when used with the break behaviour) or the kind of index to be generated (if used - with the index behaviour) etc. + with the index behaviour) etc. when used with behaviour @@ -91,7 +84,7 @@ $Id: $ when used with behaviour graphic, a parameter of this name supplies a value for the width of the - graphic e.g. "400px", "70%". + graphic e.g. 400px, 70%. diff --git a/P5/Source/Specs/paramList.xml b/P5/Source/Specs/paramList.xml index 9d457462a7..50ba643cc6 100644 --- a/P5/Source/Specs/paramList.xml +++ b/P5/Source/Specs/paramList.xml @@ -1,11 +1,5 @@ - + list of parameter specifications diff --git a/P5/Source/Specs/paramSpec.xml b/P5/Source/Specs/paramSpec.xml index 14aabaa225..b32bb2ec4b 100644 --- a/P5/Source/Specs/paramSpec.xml +++ b/P5/Source/Specs/paramSpec.xml @@ -1,11 +1,5 @@ - + supplies specification for one parameter of a model diff --git a/P5/Source/Specs/particDesc.xml b/P5/Source/Specs/particDesc.xml index a64f75e8be..1cf432ee1a 100644 --- a/P5/Source/Specs/particDesc.xml +++ b/P5/Source/Specs/particDesc.xml @@ -1,11 +1,5 @@ - + participation description diff --git a/P5/Source/Specs/path.xml b/P5/Source/Specs/path.xml index 8f9ec73136..fd203e73b6 100644 --- a/P5/Source/Specs/path.xml +++ b/P5/Source/Specs/path.xml @@ -1,11 +1,5 @@ - + path diff --git a/P5/Source/Specs/pause.xml b/P5/Source/Specs/pause.xml index 231b29aa00..326b118757 100644 --- a/P5/Source/Specs/pause.xml +++ b/P5/Source/Specs/pause.xml @@ -1,11 +1,5 @@ - + pause @@ -24,6 +18,7 @@ $Id$ + diff --git a/P5/Source/Specs/pb.xml b/P5/Source/Specs/pb.xml index 0128120334..786b86bd4c 100644 --- a/P5/Source/Specs/pb.xml +++ b/P5/Source/Specs/pb.xml @@ -1,11 +1,5 @@ - + page beginning @@ -33,6 +27,7 @@ + diff --git a/P5/Source/Specs/pc.xml b/P5/Source/Specs/pc.xml index 2d5c970f89..947c12fd19 100644 --- a/P5/Source/Specs/pc.xml +++ b/P5/Source/Specs/pc.xml @@ -1,11 +1,5 @@ - + punctuation character @@ -22,6 +16,7 @@ $Id$ + diff --git a/P5/Source/Specs/per.xml b/P5/Source/Specs/per.xml index 0016c2a374..e56026742e 100644 --- a/P5/Source/Specs/per.xml +++ b/P5/Source/Specs/per.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Specs/performance.xml b/P5/Source/Specs/performance.xml index 0e392fb01a..b35e13e3e3 100644 --- a/P5/Source/Specs/performance.xml +++ b/P5/Source/Specs/performance.xml @@ -1,11 +1,5 @@ - + performance diff --git a/P5/Source/Specs/persName.xml b/P5/Source/Specs/persName.xml index e670a2d5a9..cf55e3a1b4 100644 --- a/P5/Source/Specs/persName.xml +++ b/P5/Source/Specs/persName.xml @@ -1,10 +1,6 @@ - + + + personal name 개인 이름 個人名稱 @@ -35,6 +31,7 @@ + diff --git a/P5/Source/Specs/persPronouns.xml b/P5/Source/Specs/persPronouns.xml index 6f4b4f59f5..d73c219387 100644 --- a/P5/Source/Specs/persPronouns.xml +++ b/P5/Source/Specs/persPronouns.xml @@ -1,10 +1,6 @@ - + + + personal pronouns indicates the personal pronouns used, or assumed to be used, by the individual being described. @@ -14,6 +10,7 @@ $Id$ + diff --git a/P5/Source/Specs/person.xml b/P5/Source/Specs/person.xml index 233e6cfd3d..68f6af3ec5 100644 --- a/P5/Source/Specs/person.xml +++ b/P5/Source/Specs/person.xml @@ -1,11 +1,5 @@ - + person diff --git a/P5/Source/Specs/personGrp.xml b/P5/Source/Specs/personGrp.xml index defdf630e8..5542cddf31 100644 --- a/P5/Source/Specs/personGrp.xml +++ b/P5/Source/Specs/personGrp.xml @@ -1,11 +1,5 @@ - + personal group diff --git a/P5/Source/Specs/persona.xml b/P5/Source/Specs/persona.xml index f4ac55b3cd..39ee662a6a 100644 --- a/P5/Source/Specs/persona.xml +++ b/P5/Source/Specs/persona.xml @@ -1,11 +1,5 @@ - + provides information about one of the personalities identified for a given individual, where diff --git a/P5/Source/Specs/phr.xml b/P5/Source/Specs/phr.xml index 235afbe19e..082037b7e8 100644 --- a/P5/Source/Specs/phr.xml +++ b/P5/Source/Specs/phr.xml @@ -1,11 +1,5 @@ - + phrase @@ -27,6 +21,7 @@ $Id$ + diff --git a/P5/Source/Specs/physDesc.xml b/P5/Source/Specs/physDesc.xml index d47e1c1a4a..284df79517 100644 --- a/P5/Source/Specs/physDesc.xml +++ b/P5/Source/Specs/physDesc.xml @@ -1,11 +1,5 @@ - + physical description diff --git a/P5/Source/Specs/place.xml b/P5/Source/Specs/place.xml index 26f8798cd5..1ee05ebe3d 100644 --- a/P5/Source/Specs/place.xml +++ b/P5/Source/Specs/place.xml @@ -1,11 +1,5 @@ - + place diff --git a/P5/Source/Specs/placeName.xml b/P5/Source/Specs/placeName.xml index 48ee8c47a9..d2bed6e6dd 100644 --- a/P5/Source/Specs/placeName.xml +++ b/P5/Source/Specs/placeName.xml @@ -1,10 +1,6 @@ - + + + place name nom de lieu contains an absolute or relative place name. @@ -22,6 +18,7 @@ $Id$ + diff --git a/P5/Source/Specs/population.xml b/P5/Source/Specs/population.xml index 410b82b6bf..81e6427131 100644 --- a/P5/Source/Specs/population.xml +++ b/P5/Source/Specs/population.xml @@ -1,10 +1,6 @@ - + + + population population contains information about the population of a place. @@ -22,6 +18,7 @@ $Id$ + diff --git a/P5/Source/Specs/pos.xml b/P5/Source/Specs/pos.xml index 8a381f7982..087aad96b1 100644 --- a/P5/Source/Specs/pos.xml +++ b/P5/Source/Specs/pos.xml @@ -1,11 +1,5 @@ - + part of speech diff --git a/P5/Source/Specs/post.xml b/P5/Source/Specs/post.xml new file mode 100644 index 0000000000..699d5bc949 --- /dev/null +++ b/P5/Source/Specs/post.xml @@ -0,0 +1,261 @@ + + + + + a written (or spoken) + contribution to a CMC interaction which has been composed + (or recorded) by its author in its entirety before being + transmitted over a network (e.g., the internet) and made available + on the monitor or screen of the other parties en bloc. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + written or spoken mode + + + + + + for stretches of text and/or multimodal elements + + + for audio (or audio-visual) posts + + + +

This attribute is intended to convey information about the CMC environment in + which the post was created, as opposed to the MIME type of the content conveyed, + which is indicated by the elements contained within the post.

+
+
+ + indicates to which previous post the + current post replies or refers to. This attribute should be used to encode + technical reply information that is due to a formal reply action (such as + activating a reply button in the client software) and that is formally + represented in the source, e.g. in the references field of a Usenet message header + or in the subject line of a forum post. It should not be used for inferred, + or interpreted reply relations based only on ambiguous signs such as linguistic discourse markers or the indentation relations in Wiki talk pages. + + + + + +
+ +

standard user postings in chat

+ + +

oh ja, in die Wärme...

+
+ +

nein, hast du nicht !!

+
+
+
+ +

chat message-type "system": user enters a chatroom, "system" defined in listPerson

+ + + + system + + + + + +

+ Interseb betritt den Raum.

+
+
+
+ +

action message in chat

+ + +

+ McMike hechtet zum Steuer

+
+
+
+ +

chat messages incl. interaction words (types: inflective and acronym) and an interaction + phrase

+ + +

+ *schwank* + + *seekrank* +

+
+ + +

+ *lol* ...

+
+ + +

+ *McMike einen fallschirm umbind* +

+
+
+
+ +

user posting incl. an emoticon

+ + +

naja, der war gestrandet :( +

+
+
+
+ +

Twitter: Tweet containing an addressing term and a hashtag expression

+ + +

+ + @textarchiv Erfurter + Europäische Welt- und Staats-Geschichte: 20 Ausgaben von 1744 aus dem MKHZ + bereits in DTAQ + http://www.deutschestextarchiv.de/dtaq/about + #dtaclarin14 +

+
+
+
+ +

example from Wikipedia discussion

+ + +

Wie du siehst hab ich die Lemma geändert, danke für den Hinweis, ich war nämlich + selbst auch etwas unsicher bei der ganzen Sache und bin jetzt damit auch viel + glücklicher!--

+ + +
+
+
+ +

Blog comment: Die Anthropodizee-Frage. Wer den Himmel leerräumt, schafft die Menschheit + ab. by Volker Birk. + https://scilogs.spektrum.de/natur-des-glaubens/die-anthropodizee-frage-wer-himmel/#comment-31899

+ + + +

“Wenn Sie diesen Gruppen also “mangelnde Bildung“ attestieren wollen, so + verwenden Sie bereits einen bestimmten, kulturgebundenen Bildungsbegriff.”

+

Ich hoffe doch, wir können beim Bildungsbegriff der Aufklärung bleiben. Wer das + nicht möchte, hat die Wissenschaft verlassen.

+
+
+ +

Usenet reply that comments on material quoted in an earlier message.

+ + + +

In article <2****.**********0@m*******.***.*****.**c.uk> S.*.*.*****z@e**.*****.**c.uk (Sebastian Rahtz) writes: + [for] Lou Burnard: + the Text Encoding Initiative document is a many-splendoured thing, + redolent of the mysterious east, caribbean evenings and the scent of + fresh pine in the himalayas [...] + +

+

Very poetic.

+

But really, what is it?

+ Doug + Doug Merritt ****@e***.********y.edu (ucbvax!eris!doug) + or uunet.uu.net!crossck!dougm +
+
+
+ +

Even though in some CMC genres (e.g., WhatsApp), the other parties are informed by an + automated alert about the fact that another party is currently composing a new post, + they cannot track the process of verbalization, i.e. how the written utterance emerges + in the entry form on the user interface of its author. It is not until the author + performs a ‘posting’ action (e.g., by hitting the ‘enter’ key or by activating a ‘send’ + button with the mouse) that the result of the composition process — the post — is made + available for the other parties. From the perspective of its addressees/readers, a post + is a stretch of text that has been composed in advance. Different from spoken utterances + but similar to edited text, (1) the reader of a post does not have access to the + verbalization process and (2) the mental processing of a post is not possible until the + process of verbalization (the composition) has been finished and the posting action has + been performed by the author. Posts occur in a broad range of written CMC genres: as + user ‘messages’ in chats and WhatsApp dialogues, as SMS messages, as tweets in Twitter + timelines, as individual comments following a status update on Facebook pages, as posts + in forum threads, as contributions on Wikipedia talk pages or in the comments section of + a weblog. [Element adopted from the DeRiK schema. + Aspects of the model adopted from the CoMeRe Schema]. The + post element is a member of the model class model.common (via model.CMC). + This allows for using (and combining) occurrences of post, u, + incident, and kinesicin one and the same div in order to + be able to represent the combined use of written and spoken utterances and nonverbal + acts on the GUI of multimodal CMC environments.

+

The use of the modality attribute is + recommended, but not required. Its value is either + written or spoken. Because spoken + language differs fundamentally from written language, when + the value is spoken projects may wish to limit + the content of the post to character data and + only those elements available in the u element, + thus avoiding elements like p or head + that are used for the encoding of written text.

+ +
+ + + +
diff --git a/P5/Source/Specs/postBox.xml b/P5/Source/Specs/postBox.xml index 827ca90758..9db2797571 100644 --- a/P5/Source/Specs/postBox.xml +++ b/P5/Source/Specs/postBox.xml @@ -1,11 +1,5 @@ - + postal box or post office box @@ -14,6 +8,7 @@ boîte postale buzón Casella postale + Postfach contains a number or other identifier for some postal delivery point other than a street address. 주소 이외의 우편 배달 지점을 위한 숫자 또는 다른 확인소를 포함한다. @@ -25,6 +20,8 @@ de entrega postal distinto a una dirección postal.
contiene il numero o altro identificatore per un luogo di consegna della posta diverso da un indirizzo postale. + enthält eine Nummer oder eine andere Kennung für eine Postanschrift, + bei der es sich nicht um eine Straßenadresse handelt. diff --git a/P5/Source/Specs/postCode.xml b/P5/Source/Specs/postCode.xml index 1e2e5016c3..f02e9dddf4 100644 --- a/P5/Source/Specs/postCode.xml +++ b/P5/Source/Specs/postCode.xml @@ -1,11 +1,5 @@ - + postal code @@ -14,6 +8,7 @@ code postal Código postal Codice di Avviamento Postale + Postleitzahl contains a numerical or alphanumeric code used as part of a postal address to simplify sorting or delivery of mail. 우편의 분류 및 배달을 용이하도록 우편 주소의 일부로 사용되는 숫자 또는 문자와 숫자가 혼용된 @@ -26,6 +21,8 @@ parte de la dirección postal para simplificar la clasificación o entrega de correo. contiene il codice alfanumerico utilizzato nell'indirizzo postale per semplificare l'ordine e la distribuzione della posta. + enthält einen numerischen oder alphanumerischen Schlüssel, + der als Teil einer Postadresse zur Vereinfachung der Sortierung oder Zustellung von Postsendungen verwendet wird. diff --git a/P5/Source/Specs/postscript.xml b/P5/Source/Specs/postscript.xml index b350289758..ee1fc613e3 100644 --- a/P5/Source/Specs/postscript.xml +++ b/P5/Source/Specs/postscript.xml @@ -1,11 +1,5 @@ - + contains a postscript, e.g. to a letter. @@ -20,6 +14,7 @@ lettre.
+ diff --git a/P5/Source/Specs/precision.xml b/P5/Source/Specs/precision.xml index 8fecf29376..46d6fff714 100644 --- a/P5/Source/Specs/precision.xml +++ b/P5/Source/Specs/precision.xml @@ -1,10 +1,6 @@ - + + + indicates the numerical accuracy or precision associated with some aspect of the text markup. diff --git a/P5/Source/Specs/prefixDef.xml b/P5/Source/Specs/prefixDef.xml index 53ae3aa73c..8291193a01 100644 --- a/P5/Source/Specs/prefixDef.xml +++ b/P5/Source/Specs/prefixDef.xml @@ -1,11 +1,5 @@ - + prefix definition diff --git a/P5/Source/Specs/preparedness.xml b/P5/Source/Specs/preparedness.xml index b28d79149f..55741f0bf9 100644 --- a/P5/Source/Specs/preparedness.xml +++ b/P5/Source/Specs/preparedness.xml @@ -1,11 +1,5 @@ - + preparedness @@ -37,7 +31,7 @@ prepared or spontaneous. una palabra clave que caracteriza el tipo de preparación. una parola chiava che caratterizza il grado di spontaneità - + spontaneous or unprepared 자발적 또는 준비되지 않은 diff --git a/P5/Source/Specs/principal.xml b/P5/Source/Specs/principal.xml index edd5a71ba7..e5c2e4e77d 100644 --- a/P5/Source/Specs/principal.xml +++ b/P5/Source/Specs/principal.xml @@ -1,10 +1,6 @@ - + + + principal researcher chercheur principal 책임 연구자 diff --git a/P5/Source/Specs/profileDesc.xml b/P5/Source/Specs/profileDesc.xml index af13139cee..171410364b 100644 --- a/P5/Source/Specs/profileDesc.xml +++ b/P5/Source/Specs/profileDesc.xml @@ -1,11 +1,5 @@ - + text-profile description diff --git a/P5/Source/Specs/projectDesc.xml b/P5/Source/Specs/projectDesc.xml index d40aecf0c9..56441a21dc 100644 --- a/P5/Source/Specs/projectDesc.xml +++ b/P5/Source/Specs/projectDesc.xml @@ -1,11 +1,5 @@ - + project description diff --git a/P5/Source/Specs/prologue.xml b/P5/Source/Specs/prologue.xml index ef682277ab..877cafbdd1 100644 --- a/P5/Source/Specs/prologue.xml +++ b/P5/Source/Specs/prologue.xml @@ -1,15 +1,10 @@ - + prologue prologue + Prolog contains the prologue to a drama, typically spoken by an actor out of character, possibly in association with a particular performance or venue. 전형적으로 등장인물들 중 하나가 말하는, 때로는 특정 공연 또는 행위의 현장과 관련된, 드라마의 diff --git a/P5/Source/Specs/pron.xml b/P5/Source/Specs/pron.xml index b37752e0f8..d5158e0914 100644 --- a/P5/Source/Specs/pron.xml +++ b/P5/Source/Specs/pron.xml @@ -1,11 +1,5 @@ - + pronunciation diff --git a/P5/Source/Specs/provenance.xml b/P5/Source/Specs/provenance.xml index 90e6b89607..2c5a6ebbcd 100644 --- a/P5/Source/Specs/provenance.xml +++ b/P5/Source/Specs/provenance.xml @@ -1,12 +1,9 @@ - + + + provenance provenance + Provenienz contains any descriptive or other information concerning a single identifiable episode during the history of a manuscript, manuscript part, or other object after its creation but before its acquisition. 생성된 후부터 획득되기 전까지 원고 또는 원고 일부의 이력에 대해 확인가능한 에피소드에 관련한 기술적 또는 기타 정보를 포함한다. diff --git a/P5/Source/Specs/ptr.xml b/P5/Source/Specs/ptr.xml index acebc97a7e..38ff888b62 100644 --- a/P5/Source/Specs/ptr.xml +++ b/P5/Source/Specs/ptr.xml @@ -1,13 +1,7 @@ - + - + pointer 포인터 @@ -30,12 +24,14 @@ + - Only one of the -attributes @target and @cRef may be supplied on . + + Only one of the attributes @target and @cRef may be supplied on . + @@ -49,4 +45,4 @@ attributes @target and @cRef may be supplied on . - \ No newline at end of file + diff --git a/P5/Source/Specs/pubPlace.xml b/P5/Source/Specs/pubPlace.xml index 21ee7e1a29..628111b22d 100644 --- a/P5/Source/Specs/pubPlace.xml +++ b/P5/Source/Specs/pubPlace.xml @@ -1,11 +1,5 @@ - + publication place diff --git a/P5/Source/Specs/publicationStmt.xml b/P5/Source/Specs/publicationStmt.xml index 5316a8b5de..d436a01003 100644 --- a/P5/Source/Specs/publicationStmt.xml +++ b/P5/Source/Specs/publicationStmt.xml @@ -1,11 +1,5 @@ - + publication statement diff --git a/P5/Source/Specs/publisher.xml b/P5/Source/Specs/publisher.xml index 7e850b1891..b43cdbe04c 100644 --- a/P5/Source/Specs/publisher.xml +++ b/P5/Source/Specs/publisher.xml @@ -1,10 +1,6 @@ - + + + publisher editorial éditeur diff --git a/P5/Source/Specs/punctuation.xml b/P5/Source/Specs/punctuation.xml index c95640b945..bd3bd1012c 100644 --- a/P5/Source/Specs/punctuation.xml +++ b/P5/Source/Specs/punctuation.xml @@ -1,11 +1,5 @@ - + specifies editorial practice adopted with respect to punctuation marks in the original. diff --git a/P5/Source/Specs/purpose.xml b/P5/Source/Specs/purpose.xml index 4675f2f3d0..857fee64f9 100644 --- a/P5/Source/Specs/purpose.xml +++ b/P5/Source/Specs/purpose.xml @@ -1,11 +1,5 @@ - + characterizes a single purpose or communicative function of the @@ -34,7 +28,7 @@ text. especifica un tipo particular de finalidad specifica un tipo particolare di scopo. - + didactic, advertising, propaganda, etc. 설교, 광고, 선전 등 diff --git a/P5/Source/Specs/q.xml b/P5/Source/Specs/q.xml index 9b0e344e18..2298158d02 100644 --- a/P5/Source/Specs/q.xml +++ b/P5/Source/Specs/q.xml @@ -1,11 +1,5 @@ - + quoted @@ -49,6 +43,7 @@ + diff --git a/P5/Source/Specs/quotation.xml b/P5/Source/Specs/quotation.xml index 92ad6dd141..81ae12972f 100644 --- a/P5/Source/Specs/quotation.xml +++ b/P5/Source/Specs/quotation.xml @@ -1,41 +1,32 @@ - + quotation citation specifies editorial practice adopted with respect to quotation marks in the original. - décrit la pratique éditoriale adoptée par rapport aux - guillements dans l’original. + décrit la pratique éditoriale adoptée par rapport aux guillements dans l’original. 원본 인용 부호에 관해 채택한 편집 방식을 명시한다. 說明在編輯上是如何處理來源文件中的引文符號。 元資料にあった引用をどのように編集したのかを示す。 - beschreibt die editorische Praxis bezüglich der - Anführungszeichen im Originaltext. - indica las prácticas editoriales adoptadas respecto al - entrecomillado en el original. - specifica le pratiche editoriali rispetto all'uso delle - virgolette nell'originale + beschreibt die editorische Praxis bezüglich der Anführungszeichen im Originaltext. + indica las prácticas editoriales adoptadas respecto al entrecomillado en el original. + specifica le pratiche editoriali rispetto all'uso delle virgolette nell'originale - - - + - -On , either the @marks attribute should be used, or a paragraph of description provided + + + On , either the @marks attribute should be used, or a paragraph of description provided + + @@ -88,33 +79,6 @@ On , either the @marks attribute should be used, or a paragraph of descri - - @@ -171,4 +135,4 @@ On , either the @marks attribute should be used, or a paragraph of descri - \ No newline at end of file + diff --git a/P5/Source/Specs/quote.xml b/P5/Source/Specs/quote.xml index ce7cf6b1df..8d729f7320 100644 --- a/P5/Source/Specs/quote.xml +++ b/P5/Source/Specs/quote.xml @@ -1,11 +1,5 @@ - + quotation @@ -14,24 +8,21 @@ citation cita citazione - contains a phrase or passage attributed by the narrator or author to some agency external - to the text. - 해설자 또는 저자에 의해, 텍스트의 외부 주체에 의해 생성된 것이라 밝혀진 구 또는 단락을 - 포함한다. + contains a phrase or passage attributed by the narrator or author to some agency external to the text. + 해설자 또는 저자에 의해, 텍스트의 외부 주체에 의해 생성된 것이라 밝혀진 구 또는 단락을 포함한다. 包含敘述者或作者引用自文本以外來源的字 (句) 詞或段落。 語り手や著者が、当該テキスト外にあるものに向けた、一節を示す。 - contient une expression ou un passage que le - narrateur ou l'auteur attribue à une origine extérieure au texte. - contiene una frase o pasaje atribuido por el narrador o - autor a un agente externo al texto. - contiene una frase o un brano attribuito dall'autore o - dal narratore a soggetti esterni al testo + contient une expression ou un passage que le narrateur ou l'auteur attribue à une origine extérieure au texte. + contiene una frase o pasaje atribuido por el narrador o autor a un agente externo al texto. + contiene una frase o un brano attribuito dall'autore o dal narratore a soggetti esterni al testo + + @@ -75,4 +66,4 @@ - \ No newline at end of file + diff --git a/P5/Source/Specs/rb.xml b/P5/Source/Specs/rb.xml index d05c252eed..9a3b993fa2 100644 --- a/P5/Source/Specs/rb.xml +++ b/P5/Source/Specs/rb.xml @@ -1,11 +1,5 @@ - + ruby base diff --git a/P5/Source/Specs/rdg.xml b/P5/Source/Specs/rdg.xml index 5dae28b179..acdfe07712 100644 --- a/P5/Source/Specs/rdg.xml +++ b/P5/Source/Specs/rdg.xml @@ -1,11 +1,5 @@ - + reading diff --git a/P5/Source/Specs/rdgGrp.xml b/P5/Source/Specs/rdgGrp.xml index 72c65906b4..e7592dfb46 100644 --- a/P5/Source/Specs/rdgGrp.xml +++ b/P5/Source/Specs/rdgGrp.xml @@ -1,11 +1,5 @@ - + reading group @@ -14,15 +8,12 @@ $Id$ groupe de leçons grupo de lecturas gruppo di letture - within a textual variation, -groups two or more readings perceived to have a genetic -relationship or other affinity. + within a textual variation, groups two or more readings perceived to have a genetic relationship or other affinity. 텍스트 변이형 내에서 계통 관계 또는 유사 관계로 이해되는 둘 이상의 독법을 모아 놓는다. 原文變異中,匯集兩個或多個認為具有根源關係或於其他方面性質類似的對應本。 異なるテキストで、系統関係や類縁性があるとされる、二つ以上の読みをま とめる。 - regroupe deux leçons ou plus qui sont perçues - comme ayant une relation génétique ou une autre affinité. + regroupe deux leçons ou plus qui sont perçues comme ayant une relation génétique ou une autre affinité. agrupa al interno de una variante textual dos o más lecturas consideradas emparentadas o afines. all'interno di una variante testuale raggruppa due o più letture considerate imparentate o affini @@ -43,7 +34,9 @@ relationship or other affinity. - Only one <lem> element may appear within a <rdgGrp> + + Only one <lem> element may appear within a <rdgGrp> + @@ -103,4 +96,4 @@ relationship or other affinity. -
\ No newline at end of file +
diff --git a/P5/Source/Specs/re.xml b/P5/Source/Specs/re.xml index 064e19571f..13dd822119 100644 --- a/P5/Source/Specs/re.xml +++ b/P5/Source/Specs/re.xml @@ -1,32 +1,34 @@ - + - + + Because an entry can + now occur inside an entry, the re element is no longer needed. These + Guidelines recommend using an entry with a type attribute value of + relatedEntry instead. related entry 관련 표제 항목 相關辭條 sous-entrée entrada relativa voce corregata - contains a dictionary entry for a lexical item related to the headword, such as a compound - phrase or derived form, embedded inside a larger entry. - 복합어, 또는 큰 표제 항목 내부에 포함된 파생 형태와 같이 표제 항목과 관련된 어휘 항목을 포함한다. + contains a dictionary entry for a lexical item + related to the headword, such as a compound phrase or derived form, embedded inside a larger + entry. + 복합어, 또는 큰 표제 항목 내부에 포함된 파생 형태와 같이 표제 항목과 관련된 어휘 항목을 + 포함한다. 和標題字相關聯的字典辭條,像是包括在一個更大辭條中的複合片語或衍生字。 - 見出し語と関連する語彙項目を表す辞書項目を示す。例えば、より上位の項 目を持つ複合句、派生形など。 + 見出し語と関連する語彙項目を表す辞書項目を示す。例えば、より上位の項 + 目を持つ複合句、派生形など。 contient une entrée relative à un item lexical lié au mot-vedette, tel qu'un composé ou un dérivé, inclus dans une entrée plus large. contiene una entrada de diccionario para un elemento léxico relativo al lema, como p.ej. un sintagma compuesto o una forma derivada, y que se incluye en un entrada mayor. - contiene una voce di dizionario per un'unità lessicale - collegata al lemma, quale un sintagma composto o una forma derivata, inclusa in una voce più - ampia. + contiene una voce di dizionario per un'unità + lessicale collegata al lemma, quale un sintagma composto o una forma derivata, inclusa in una + voce più ampia. @@ -35,22 +37,22 @@ $Id$ - - - - - - - - - - + + + + + + + + + +

The following example from Webster's New Collegiate Dictionary - (Springfield, Mass.: G. & C. Merriam Company, 1975) shows a single related - entry for which no definition is given, since its meaning is held to be readily derivable from - the root entry:

+ (Springfield, Mass.: G. & C. Merriam Company, 1975) shows a single related entry + for which no definition is given, since its meaning is held to be readily derivable from the + root entry:

@@ -64,7 +66,7 @@ $Id$ of, relating to, or affecting a nerve or the nervous system ... - + neurally -ə-lē @@ -72,7 +74,7 @@ $Id$ adv - + @@ -89,7 +91,7 @@ $Id$ Faire fonctionner un siphon, transvaser (un liquide) au moyen d'un siphon. - + siphonnage [as] @@ -97,7 +99,7 @@ $Id$ n. - + @@ -114,27 +116,27 @@ $Id$ Art de conduire les affaires de l'Etat ; Ligne de conduite raisonnée ; - Habileté manifestée dans les rapports avec les autres et qui consiste - essentiellement à amener autrui à faire ce que l'on désire, sans pour autant dévoiler - ses propres intentions. + Habileté manifestée dans les rapports avec les autres et qui consiste essentiellement + à amener autrui à faire ce que l'on désire, sans pour autant dévoiler ses propres + intentions. - + politicisme : - théorie selon laquelle les événements et les transformations historiques sont dus - essentiellement à la politique et à ses évolutions ; -
- + théorie selon laquelle les événements et les transformations historiques sont + dus essentiellement à la politique et à ses évolutions ; +
+
politiciste :
qui relève du politicisme ou lui est propre ; - - +
+
politicomanie :
manie de la politique ; - - +
+
politicaille :
politique envisagée sous un angle déprécié ou méprisable. - +
@@ -148,33 +150,34 @@ $Id$ élém. formant entrant dans la constr. de subst. désignant des unités de mesure, dans tous les - domaines de la phys., valant mille fois l'unité de base ; v. - kilogramme, kilogrammètre, kilomètre, kilotonne, kilowatt et aussi : - - - - + domaines de la phys., valant mille fois l'unité de base ; v. kilogramme, + kilogrammètre, kilomètre, kilotonne, kilowatt et aussi : + + +
kilocalorie :
- unité de mesure de quantité de chaleur valant mille calories (symb. kcal) ; -
- + unité de mesure de quantité de chaleur valant mille calories (symb. kcal) ; + +
kilohertz :
- Unité de mesure de fréquence valant mille hertz (kHz ) ; -
- + Unité de mesure de fréquence valant mille hertz (kHz + ) ; + +
kilojoule :
unité de mesure de travail valant mille joules (kJ) - ; -
- + ; + +
kiloparsec :
- unité de mesure de longueur astronomique valant mille parsecs ; - -
- + unité de mesure de longueur astronomique valant mille parsecs ; + +
kilovolt :
- unité de mesure de différences de potentiel, valant mille volts (kv). -
+ unité de mesure de différences de potentiel, valant mille volts (kv). +
@@ -192,7 +195,7 @@ $Id$ 不馴順;狡猾不易對付。 ... - +
調皮地 tiau2 pi2 de @@ -200,7 +203,7 @@ $Id$ 副詞 - + @@ -216,28 +219,28 @@ $Id$ 昆蟲學, 蜜蜂 . 忙碌的蜜蜂,工作狂 天文學 , 蒼蠅座 - + abeja albanila , 石巢蜂 ; -
- +
+
abeja carpintera ,
木匠蜂 ; -
- + +
abeja reina abeja maestra
女王蜂; -
- + +
abeja neutra abeja obrera
工蜂 -
+ @@ -246,9 +249,11 @@ $Id$ Inglés-Español y Español-Inglés / The University of Chicago Spanish Dictionary, Fourth Edition, compiled by Carlos Castillo and Otto F. Bond (Chicago: University of Chicago Press, 1987) shows a number of related entries embedded in the - main entry. The original entry resembles the following:abeja [a·bé·xa]f. bee;abejera [a·be·xé·ra]f. beehive;abejón [a·be·xóon]m. - drone; bumblebee;abejorro [a·be·xó·rro]m. bumble - bee. One encoding for this entry would be:

+ main entry. The original entry resembles the following:abeja [a·bé·xa]f. bee;abejera + [a·be·xé·ra]f. beehive;abejón [a·be·xóon]m. drone; bumblebee;abejorro [a·be·xó·rro]m. bumble bee. One encoding for this entry would be:

@@ -260,28 +265,28 @@ $Id$ (ento.) bee . busy bee, hard worker . (astron.) , Musca - + abeja albanila , mason bee; -
- +
+
abeja carpintera ,
carpenter bee ; - - +
+
abeja reina abeja maestra
queen bee ; - - +
+
abeja neutra abeja obrera
worker bee. - +
-

In the much larger Simon & Schuster Spanish-English - dictionary (Tana de Gámez, ed., Simon and Schuster's - International Dictionary (New York: Simon and Schuster, - 1973).) these derived forms of abeja - are treated as separate main entries, but there are other embedded - phrases shown as res in its main entry for - abeja:abeja, - f. 1. (ento.) bee. 2. busy bee, hard worker. 3. (astron.) A., - Musca. — a. albanila, mason bee; a. carpintera, carpenter bee; a. - reina or maestra, queen bee; a. neutra or obrera, worker bee. - This entry may be encoded thus:

+

In the much larger Simon & Schuster Spanish-English dictionary (Tana de Gámez, ed., + Simon and Schuster's International Dictionary (New York: Simon and + Schuster, 1973).) these derived forms of abeja are treated as + separate main entries, but there are other embedded phrases shown as res in its main + entry for abeja:abeja, f. 1. (ento.) bee. 2. busy + bee, hard worker. 3. (astron.) A., Musca. — a. albanila, mason bee; a. carpintera, carpenter + bee; a. reina or maestra, queen bee; a. neutra or obrera, worker bee. This entry may be + encoded thus:

@@ -315,28 +317,28 @@ $Id$ (ento.)bee. busy bee, hard worker. (astron.), Musca - + abeja albanila, mason bee; -
- +
+
abeja carpintera,
carpenter bee; - - +
+
abeja reina abeja maestra
queen bee; - - +
+
abeja neutra abeja obrera
worker bee. - +
@@ -354,8 +356,8 @@ $Id$

Dans les sous-éléments, il est identique à un élémententry, et utilisé là où un dictionnaire a enchâssé dans une entrée des informations qui auraient pu donner lieu à une entrée séparée. Quelques-uns font une distinction entre les sous-entrées, les entrées en - continu et différents autres types d'entrées dérivées ; aucune de ces typologies n'a été utilisée - ici.

+ continu et différents autres types d'entrées dérivées ; aucune de ces typologies n'a été + utilisée ici.

辞書モジュールで定義されている他の要素と混合して、文字データをとる かもしれない。

@@ -365,4 +367,4 @@ $Id$ -
\ No newline at end of file +
diff --git a/P5/Source/Specs/recordHist.xml b/P5/Source/Specs/recordHist.xml index bd66ec0811..cefae2be8b 100644 --- a/P5/Source/Specs/recordHist.xml +++ b/P5/Source/Specs/recordHist.xml @@ -1,11 +1,5 @@ - + recorded history diff --git a/P5/Source/Specs/recording.xml b/P5/Source/Specs/recording.xml index a5efb58380..7131f9ebc3 100644 --- a/P5/Source/Specs/recording.xml +++ b/P5/Source/Specs/recording.xml @@ -1,11 +1,5 @@ - + recording event @@ -55,7 +49,7 @@ a public broadcast. tipo di registrazione. audio - + audio recording enregistrement audio diff --git a/P5/Source/Specs/recordingStmt.xml b/P5/Source/Specs/recordingStmt.xml index d069238c92..01e0e456be 100644 --- a/P5/Source/Specs/recordingStmt.xml +++ b/P5/Source/Specs/recordingStmt.xml @@ -1,11 +1,5 @@ - + recording statement diff --git a/P5/Source/Specs/redo.xml b/P5/Source/Specs/redo.xml index 0a8dad0d60..786a606ad2 100644 --- a/P5/Source/Specs/redo.xml +++ b/P5/Source/Specs/redo.xml @@ -1,11 +1,5 @@ - + indicates one or more cancelled interventions in a diff --git a/P5/Source/Specs/ref.xml b/P5/Source/Specs/ref.xml index 1c6f9dd713..24bde143f9 100644 --- a/P5/Source/Specs/ref.xml +++ b/P5/Source/Specs/ref.xml @@ -1,30 +1,22 @@ - + - + reference 참조 referencia référence riferimento - Referenz + Referenz defines a reference to another location, possibly modified by additional text or comment. 부가적인 텍스트 또는 해설로 수정될 수 있는, 다른 위치로 참조를 정의한다. 標明與其他位置互相參照的符號,或許包含附加的文字或註解。 他の場所への参照を定義する。多くは、追加テキストまたはコメントを含む。 définit une référence vers un autre emplacement, la référence étant éventuellement modifiée ou complétée par un texte ou un commentaire. - define una referencia a otra localización, posiblemente - modificada por un texto o comentario adicional. - definisce un riferimento ad un'altra posizione, può - essere modificata da un commento o testo ulteriore - definiert einen externen oder internen Verweis, der auch durch einen zusätzlichen Text oder Kommentar ergänzt werden kann. + define una referencia a otra localización, posiblemente modificada por un texto o comentario adicional. + definisce un riferimento ad un'altra posizione, può essere modificata da un commento o testo ulteriore + definiert einen externen oder internen Verweis, der auch durch einen zusätzlichen Text oder Kommentar ergänzt werden kann. @@ -34,15 +26,16 @@ + - Only one of the - attributes @target' and @cRef' may be supplied on - + + Only one of the attributes @target' and @cRef' may be supplied on + @@ -60,12 +53,12 @@ Cf. tout particulièrement le vers 234 du Livre I - + 關於第二行, 請參考 下列 - 慣用語 - . + 慣用語 + .

The target and cRef attributes are mutually exclusive.

@@ -77,10 +70,10 @@

属性targetcRefは、排他的に使用される。

-

Die target und cRef-Attribute schließen sich gegenseitig aus.

+

Die target und cRef-Attribute schließen sich gegenseitig aus.

-
\ No newline at end of file +
diff --git a/P5/Source/Specs/refState.xml b/P5/Source/Specs/refState.xml index 1106b17904..b31c07a137 100644 --- a/P5/Source/Specs/refState.xml +++ b/P5/Source/Specs/refState.xml @@ -1,11 +1,5 @@ - + reference state diff --git a/P5/Source/Specs/refsDecl.xml b/P5/Source/Specs/refsDecl.xml index 7e5bc038d2..39a83d06d1 100644 --- a/P5/Source/Specs/refsDecl.xml +++ b/P5/Source/Specs/refsDecl.xml @@ -1,11 +1,5 @@ - + references declaration diff --git a/P5/Source/Specs/reg.xml b/P5/Source/Specs/reg.xml index 234e9c4971..ee0076107b 100644 --- a/P5/Source/Specs/reg.xml +++ b/P5/Source/Specs/reg.xml @@ -1,17 +1,11 @@ - + regularization 정규화 一般化 - + 規則化 régularisation regularización regolarizzazione @@ -19,20 +13,21 @@ contains a reading which has been regularized or normalized in some sense. 어떤 면에서 정규화 또는 표준화된 해석을 포함한다. 標誌一般化或規格化處理過的文字。 - 正規化された読みを示す。 + 規則化された読みを示す。 contient une partie qui a été régularisée ou normalisée de façon quelconque contiene una lectura que ha sido regularizada o normalizada en algún sentido. contiene una lettura è stata regolarizzata o normalizzata in qualche modo. - enthält eine normalisierte Schreibweise einer Textstelle. + enthält eine normalisierte Schreibweise einer Textstelle. + + + + region région contains the name of an administrative unit such as a state, province, or county, larger @@ -25,6 +21,7 @@ $Id$ + diff --git a/P5/Source/Specs/relatedItem.xml b/P5/Source/Specs/relatedItem.xml index 3cf81f3a14..8207e29408 100644 --- a/P5/Source/Specs/relatedItem.xml +++ b/P5/Source/Specs/relatedItem.xml @@ -1,49 +1,32 @@ - + - contains or references some other bibliographic item which is related to the present one in - some specified manner, for example as a constituent or alternative version of it. - 구성물이나 대체 버전과 같이 현 항목과 특정 방식으로 관련된 다른 서지 항목을 명시적 방식에 따라 - 포함하거나 지시한다. + contains or references some other bibliographic item which is related to the present one in some specified manner, for example as a constituent or alternative version of it. + 구성물이나 대체 버전과 같이 현 항목과 특정 방식으로 관련된 다른 서지 항목을 명시적 방식에 따라 포함하거나 지시한다. 包含或參照到其他書目項目,該些項目與目前的書目項目在某種程度上相關,例如作為其組成或者替代項目。 当該内容と関連する書誌情報項目を示す、または参照する。例えば、構成要 素または他の版など。 - contient ou référe à un autre élément bibliographique - ayant une relation quelconque avec l'objet décrit, par exemple comme faisant partie d'une version alternative de celui-ci, ou bien en étant une version alternative. - contiene o si riferisce ad altra entità bibliografica - legata alla presente tramite una relazione specificata quale, per esempio, versione costitutiva - o alternativa - contiene o refiere algún otro elemento bibliográfico que - se relaciona con el actual de alguna manera, por ejemplo como un versión complementaria o - alternativa de este. - enthält oder verweist auf ein anderes bibliografisches Objekt, welches zu dem aktuellen in einer - bestimmten Beziehung steht, z. B. als Bestandteil oder Alternativfassung. + contient ou référe à un autre élément bibliographique ayant une relation quelconque avec l'objet décrit, par exemple comme faisant partie d'une version alternative de celui-ci, ou bien en étant une version alternative. + contiene o si riferisce ad altra entità bibliografica legata alla presente tramite una relazione specificata quale, per esempio, versione costitutiva o alternativa + contiene o refiere algún otro elemento bibliográfico que se relaciona con el actual de alguna manera, por ejemplo como un versión complementaria o alternativa de este. + enthält oder verweist auf ein anderes bibliografisches Objekt, welches zu dem aktuellen in einer bestimmten Beziehung steht, z. B. als Bestandteil oder Alternativfassung. - - - - - - + + + + - -If the @target attribute on is used, the -relatedItem element must be empty - A relatedItem element should have either a 'target' attribute - or a child element to indicate the related bibliographic item + + If the @target attribute on is used, the relatedItem element must be empty + A relatedItem element should have either a @target attribute or a child element to indicate the related bibliographic item + @@ -101,4 +84,4 @@ relatedItem element must be empty - \ No newline at end of file + diff --git a/P5/Source/Specs/relation.xml b/P5/Source/Specs/relation.xml index 51c10ca188..40c2feaf2a 100644 --- a/P5/Source/Specs/relation.xml +++ b/P5/Source/Specs/relation.xml @@ -1,18 +1,14 @@ - + + + + relationship 관련성 人際關係 relation relación relazione - describes any kind of relationship or linkage amongst a - specified group of places, events, persons, objects or other items. + describes any kind of relationship or linkage amongst a specified group of places, events, persons, objects or other items. 명시된 참여자군 사이에 관련성 또는 연결 종류를 기술한다. 描述在特定團體中,參與者彼此之間的關係或關聯。 指定された参加者グループ間の関連性の種類を示す。 @@ -30,12 +26,14 @@ $Id$ - + - One of the attributes 'name', 'ref' or 'key' must be supplied + + One of the attributes @name, @ref or @key must be supplied + - + - Only one of the attributes @active and @mutual may be supplied + + Only one of the attributes @active and @mutual may be supplied + - + - the attribute 'passive' may be supplied only if the attribute 'active' is supplied + + the attribute @passive may be supplied only if the attribute @active is supplied + @@ -62,32 +64,26 @@ $Id$ att.datable.custom) defines the calendar system of the date in the original material defined by the parent element, not the calendar to which the date is normalized.
- indicates one or more systems or calendars to which the - date represented by the content of this element belongs. + indicates one or more systems or calendars to which the date represented by the content of this element belongs. 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. 指明該日期表示所使用的曆法計算系統。 この要素を含むコンテントにおける日付の暦やシステムを示す。 - indique le système ou le calendrier auquel - appartient la date exprimée dans le contenu de l'élément. - indica el sistema o calendario en que se muestra - una fecha. - indica il sistema o calendario al quale la data - appartiene. + indique le système ou le calendrier auquel appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra una fecha. + indica il sistema o calendario al quale la data appartiene. - + - - - @calendar indicates one or more - systems or calendars to which the date represented by the content of this element belongs, - but this element has no textual content. - - + + + @calendar indicates one or more + systems or calendars to which the date represented by the content of this element belongs, + but this element has no textual content. + + - - - + supplies a name for the kind of relationship of which this is an instance. 이것이 실례인 관련성 종류에 대한 이름을 제공한다. @@ -100,20 +96,15 @@ $Id$ - identifies the active participants in a non-mutual relationship, or all the participants in a mutual - one. - identifica los participantes activos en una relación no-mutua, o todos los participantes de - una mutua. - identifie les participants actifs dans une relation à sens unique, ou tous les participants - dans une relation réciproque. - identifica i partecipanti attivi in una relazione di non reciprocità, oppure tutti i - partecipanti in una relazione di reciprocità + identifies the active participants in a non-mutual relationship, or all the participants in a mutual one. + identifica los participantes activos en una relación no-mutua, o todos los participantes de una mutua. + identifie les participants actifs dans une relation à sens unique, ou tous les participants dans une relation réciproque. + identifica i partecipanti attivi in una relazione di non reciprocità, oppure tutti i partecipanti in una relazione di reciprocità supplies a list of participants amongst all of whom the relationship holds equally. - proporciona una lista de participantes entre los cuales se establece una idéntica - relación + proporciona una lista de participantes entre los cuales se establece una idéntica relación fournit une liste de participants entre lesquels la relation est réciproque. fornisce una lista di partecipanti tra i quali c'è una relazione paritaria @@ -187,4 +178,4 @@ $Id$ -
\ No newline at end of file +
diff --git a/P5/Source/Specs/remarks.xml b/P5/Source/Specs/remarks.xml index 23da683e5e..2fbbcb8413 100644 --- a/P5/Source/Specs/remarks.xml +++ b/P5/Source/Specs/remarks.xml @@ -1,11 +1,5 @@ - + remarks diff --git a/P5/Source/Specs/rendition.xml b/P5/Source/Specs/rendition.xml index 3b345f24fb..b732b40468 100644 --- a/P5/Source/Specs/rendition.xml +++ b/P5/Source/Specs/rendition.xml @@ -1,11 +1,5 @@ - + rendition diff --git a/P5/Source/Specs/repository.xml b/P5/Source/Specs/repository.xml index 476584b959..aa9dc49ac1 100644 --- a/P5/Source/Specs/repository.xml +++ b/P5/Source/Specs/repository.xml @@ -1,11 +1,5 @@ - + repository diff --git a/P5/Source/Specs/residence.xml b/P5/Source/Specs/residence.xml index a284f06693..64bc701ce1 100644 --- a/P5/Source/Specs/residence.xml +++ b/P5/Source/Specs/residence.xml @@ -1,10 +1,6 @@ - + + + residence 거주 住所 @@ -67,7 +63,7 @@ $Id$ - + diff --git a/P5/Source/Specs/resp.xml b/P5/Source/Specs/resp.xml index 5db6d520a0..4319b35f03 100644 --- a/P5/Source/Specs/resp.xml +++ b/P5/Source/Specs/resp.xml @@ -1,10 +1,6 @@ - + + + responsibility 책임성 diff --git a/P5/Source/Specs/respStmt.xml b/P5/Source/Specs/respStmt.xml index 58349a0684..7393d5c125 100644 --- a/P5/Source/Specs/respStmt.xml +++ b/P5/Source/Specs/respStmt.xml @@ -1,11 +1,5 @@ - + statement of responsibility diff --git a/P5/Source/Specs/respons.xml b/P5/Source/Specs/respons.xml index 73a5496334..6d50c9d8dd 100644 --- a/P5/Source/Specs/respons.xml +++ b/P5/Source/Specs/respons.xml @@ -1,11 +1,5 @@ - + responsibility @@ -161,8 +155,7 @@ markup of particular element(s). Ashley did not know what to do with this; I have decided it - best fits as a braced spGrp - + best fits as a braced spGrp fixed rend attributes diff --git a/P5/Source/Specs/restore.xml b/P5/Source/Specs/restore.xml index c7e94547ab..5856c337e1 100644 --- a/P5/Source/Specs/restore.xml +++ b/P5/Source/Specs/restore.xml @@ -1,11 +1,5 @@ - + restore diff --git a/P5/Source/Specs/retrace.xml b/P5/Source/Specs/retrace.xml index dbd5275258..88ff77aa5c 100644 --- a/P5/Source/Specs/retrace.xml +++ b/P5/Source/Specs/retrace.xml @@ -1,11 +1,5 @@ - + contains a sequence of writing which has been retraced, for diff --git a/P5/Source/Specs/revisionDesc.xml b/P5/Source/Specs/revisionDesc.xml index ef4590e766..811f8d6e56 100644 --- a/P5/Source/Specs/revisionDesc.xml +++ b/P5/Source/Specs/revisionDesc.xml @@ -1,11 +1,5 @@ - + revision description diff --git a/P5/Source/Specs/rhyme.xml b/P5/Source/Specs/rhyme.xml index bfc72d8e28..c38ee68f1c 100644 --- a/P5/Source/Specs/rhyme.xml +++ b/P5/Source/Specs/rhyme.xml @@ -1,11 +1,5 @@ - + marks the rhyming part of a metrical line. @@ -33,8 +27,7 @@ $Id$ 当該押韻が起こる韻スキーム部分を特定するラベルを示す。 donne une étiquette pour identifier à quelle shéma métrique correspond cette alternance de rimes. - proporciona una etiqueta (normalmente una sola letra) que identifica qué parte del esquema métrico ejemplifica esta cadena de caracteres en cuestión. - + proporciona una etiqueta (normalmente una sola letra) que identifica qué parte del esquema métrico ejemplifica esta cadena de caracteres en cuestión. fornisce un'etichetta che identifica quale parte dello schema rimico è rappresentata dalla stringa in questione diff --git a/P5/Source/Specs/role.xml b/P5/Source/Specs/role.xml index 461b88d12d..672e332b30 100644 --- a/P5/Source/Specs/role.xml +++ b/P5/Source/Specs/role.xml @@ -1,11 +1,5 @@ - + role diff --git a/P5/Source/Specs/roleDesc.xml b/P5/Source/Specs/roleDesc.xml index 2d737564fb..b91187f0c4 100644 --- a/P5/Source/Specs/roleDesc.xml +++ b/P5/Source/Specs/roleDesc.xml @@ -1,11 +1,5 @@ - + role description diff --git a/P5/Source/Specs/roleName.xml b/P5/Source/Specs/roleName.xml index 343dd5722a..c70400ffc0 100644 --- a/P5/Source/Specs/roleName.xml +++ b/P5/Source/Specs/roleName.xml @@ -1,11 +1,5 @@ - + role name @@ -26,6 +20,7 @@ $Id$ + diff --git a/P5/Source/Specs/root.xml b/P5/Source/Specs/root.xml index a3033d0869..d16d8672fd 100644 --- a/P5/Source/Specs/root.xml +++ b/P5/Source/Specs/root.xml @@ -1,11 +1,5 @@ - + root node diff --git a/P5/Source/Specs/row.xml b/P5/Source/Specs/row.xml index 4d08795cad..33e81bc137 100644 --- a/P5/Source/Specs/row.xml +++ b/P5/Source/Specs/row.xml @@ -1,11 +1,5 @@ - + row diff --git a/P5/Source/Specs/rs.xml b/P5/Source/Specs/rs.xml index 31ec5ef3dc..17ddeb9aa8 100644 --- a/P5/Source/Specs/rs.xml +++ b/P5/Source/Specs/rs.xml @@ -1,11 +1,5 @@ - + referencing string @@ -29,6 +23,7 @@ + diff --git a/P5/Source/Specs/rt.xml b/P5/Source/Specs/rt.xml index 69aa85d21b..00ab4f4a56 100644 --- a/P5/Source/Specs/rt.xml +++ b/P5/Source/Specs/rt.xml @@ -1,11 +1,5 @@ - + ruby text @@ -30,18 +24,19 @@ ルビテキストの対象へのポインタを示す。 - + Enforce that either target or both from and to (or none) are used, but not target in combination with either from or to. - When target= is - present, neither from= nor to= should be. + + When target= is present, neither from= nor to= should be. + @@ -51,7 +46,7 @@ to.

- + points to the starting point of the span of text being glossed by this ruby text. ルビテキストの対象範囲の始点を示す。 @@ -59,19 +54,20 @@ - + Enforce the presence of to iff there is a from. - When from= is present, the to= - attribute of is required. + + When from= is present, the to= attribute of is required. + - + points to the ending point of the span of text being glossed. ルビテキストの対象範囲の終点を示す。 @@ -79,15 +75,16 @@ - + Enforce the presence of from iff there is a to. - When to= is present, the from= - attribute of is required. + + When to= is present, the from= attribute of is required. + @@ -115,4 +112,4 @@ -
\ No newline at end of file +
diff --git a/P5/Source/Specs/rubric.xml b/P5/Source/Specs/rubric.xml index 903f2ebcac..f1bfae2e68 100644 --- a/P5/Source/Specs/rubric.xml +++ b/P5/Source/Specs/rubric.xml @@ -1,11 +1,5 @@ - + rubric diff --git a/P5/Source/Specs/ruby.xml b/P5/Source/Specs/ruby.xml index 1097f0631b..2f0ab5235b 100644 --- a/P5/Source/Specs/ruby.xml +++ b/P5/Source/Specs/ruby.xml @@ -1,11 +1,5 @@ - + ruby container @@ -17,7 +11,8 @@ - + + diff --git a/P5/Source/Specs/s.xml b/P5/Source/Specs/s.xml index 97094b2d4a..5f059b97c3 100644 --- a/P5/Source/Specs/s.xml +++ b/P5/Source/Specs/s.xml @@ -1,13 +1,7 @@ - + - + s-unit s-단위 句子單元 @@ -29,17 +23,20 @@ $Id$ + - + - You may not nest one s element within - another: use seg instead + + You may not nest one s element within another: use seg instead + @@ -93,4 +90,4 @@ $Id$ - \ No newline at end of file + diff --git a/P5/Source/Specs/said.xml b/P5/Source/Specs/said.xml index 61a29696e2..b6a037034b 100644 --- a/P5/Source/Specs/said.xml +++ b/P5/Source/Specs/said.xml @@ -1,11 +1,5 @@ - + speech or thought @@ -32,6 +26,7 @@ + diff --git a/P5/Source/Specs/salute.xml b/P5/Source/Specs/salute.xml index 586f534fc7..3be27cbae8 100644 --- a/P5/Source/Specs/salute.xml +++ b/P5/Source/Specs/salute.xml @@ -1,11 +1,5 @@ - + salutation @@ -39,6 +33,7 @@ $Id$ + diff --git a/P5/Source/Specs/samplingDecl.xml b/P5/Source/Specs/samplingDecl.xml index edfe009fa1..2ea1365ea5 100644 --- a/P5/Source/Specs/samplingDecl.xml +++ b/P5/Source/Specs/samplingDecl.xml @@ -1,11 +1,5 @@ - + sampling declaration diff --git a/P5/Source/Specs/schemaRef.xml b/P5/Source/Specs/schemaRef.xml index f93b1c609e..94115574da 100644 --- a/P5/Source/Specs/schemaRef.xml +++ b/P5/Source/Specs/schemaRef.xml @@ -1,11 +1,5 @@ - + schema reference diff --git a/P5/Source/Specs/schemaSpec.xml b/P5/Source/Specs/schemaSpec.xml index 8b3b87ce18..02ef7756cf 100644 --- a/P5/Source/Specs/schemaSpec.xml +++ b/P5/Source/Specs/schemaSpec.xml @@ -1,11 +1,5 @@ - + schema specification diff --git a/P5/Source/Specs/scriptDesc.xml b/P5/Source/Specs/scriptDesc.xml index 41e9ae1346..1fe086068a 100644 --- a/P5/Source/Specs/scriptDesc.xml +++ b/P5/Source/Specs/scriptDesc.xml @@ -1,11 +1,5 @@ - + script description diff --git a/P5/Source/Specs/scriptNote.xml b/P5/Source/Specs/scriptNote.xml index 758f6afd04..0fbbb277ed 100644 --- a/P5/Source/Specs/scriptNote.xml +++ b/P5/Source/Specs/scriptNote.xml @@ -1,11 +1,5 @@ - + describes a particular script distinguished within diff --git a/P5/Source/Specs/scriptStmt.xml b/P5/Source/Specs/scriptStmt.xml index a5373939fa..44b57d0246 100644 --- a/P5/Source/Specs/scriptStmt.xml +++ b/P5/Source/Specs/scriptStmt.xml @@ -1,11 +1,5 @@ - + script statement diff --git a/P5/Source/Specs/seal.xml b/P5/Source/Specs/seal.xml index 7a86a8cff3..0ad0c62de6 100644 --- a/P5/Source/Specs/seal.xml +++ b/P5/Source/Specs/seal.xml @@ -1,10 +1,6 @@ - + + + seal sceau contains a description of one seal or similar applied to the object described diff --git a/P5/Source/Specs/sealDesc.xml b/P5/Source/Specs/sealDesc.xml index 92199795e8..a1ce8733dc 100644 --- a/P5/Source/Specs/sealDesc.xml +++ b/P5/Source/Specs/sealDesc.xml @@ -1,11 +1,5 @@ - + seal description @@ -24,8 +18,7 @@ $Id$ d'éléments seal, complétés éventuellement par des éléments decoNote. describe los sellos u otros objetos externos aplicados a un manuscrito mediante una serie de párrafos o una serie de diversos elementos seal (sellos), eventualmente con ulteriores elementos decoNote. descrive i sigilli o altri oggetti esterni applicati a un manoscritto sotto forma di una sequenza di paragrafi o una serie di diversi elementi seal, -eventualmente con ulteriori elementi decoNote - +eventualmente con ulteriori elementi decoNote
diff --git a/P5/Source/Specs/secFol.xml b/P5/Source/Specs/secFol.xml index 5abad24f53..c33f2d40b9 100644 --- a/P5/Source/Specs/secFol.xml +++ b/P5/Source/Specs/secFol.xml @@ -1,11 +1,5 @@ - + second folio @@ -14,15 +8,11 @@ $Id$ segundo folio deuxième folio secondo foglio - marks the word or words taken from a fixed point in a codex - (typically the beginning of the second leaf) in order to provide a unique identifier for it. - + marks the word or words taken from a fixed point in a codex (typically the beginning of the second leaf) in order to provide a unique identifier for it. 고유한 확인소를 제공하기 위해 미제본 원고의 고정 위치(일반적으로 두 번째 장의 시작)에서 얻어진 단어 또는 단어군 從手抄本中固定位置所拿開的一個或多個字 (通常在第二張書頁的開頭) ,目的是提供一個專有的識別符號。 ユニークな識別子を示すために、冊子中の特定点にある単語を示す。 - le mot ou les mots repris d'un point précisément - connu d'un codex (comme le début du second feuillet) pour identifier celui-ci de façon - univoque. + le mot ou les mots repris d'un point précisément connu d'un codex (comme le début du second feuillet) pour identifier celui-ci de façon univoque. la palabra o palabras extraídas de un punto preciso de un códex (normalmente el inicio del segundo folio) con el fin de identificar lo mismo en modo unívoco. la parola o le parole estratte da un punto preciso di un codice (di solito l'inizio del secondo foglio) al fine di identificare lo stesso in modo univoco @@ -42,7 +32,9 @@ $Id$ At least, that's what I think is going on. —Syd, 2018-10-01 --> - The element should not be used outside of msDesc. + + The element should not be used outside of msDesc. + diff --git a/P5/Source/Specs/secl.xml b/P5/Source/Specs/secl.xml index ee6a262402..f83a261942 100644 --- a/P5/Source/Specs/secl.xml +++ b/P5/Source/Specs/secl.xml @@ -1,11 +1,5 @@ - + secluded text diff --git a/P5/Source/Specs/seg.xml b/P5/Source/Specs/seg.xml index 1154e5583d..02998f4e02 100644 --- a/P5/Source/Specs/seg.xml +++ b/P5/Source/Specs/seg.xml @@ -1,5 +1,5 @@ - + arbitrary segment @@ -27,6 +27,7 @@ + diff --git a/P5/Source/Specs/segmentation.xml b/P5/Source/Specs/segmentation.xml index c898527318..148322e2d3 100644 --- a/P5/Source/Specs/segmentation.xml +++ b/P5/Source/Specs/segmentation.xml @@ -1,11 +1,5 @@ - + segmentation diff --git a/P5/Source/Specs/sense.xml b/P5/Source/Specs/sense.xml index b5b714105b..dc7f3cbc5f 100644 --- a/P5/Source/Specs/sense.xml +++ b/P5/Source/Specs/sense.xml @@ -1,11 +1,5 @@ - + groups together all information relating to one word sense in a dictionary entry, for diff --git a/P5/Source/Specs/sequence.xml b/P5/Source/Specs/sequence.xml index c2c397c3e3..7b0a5fa0a5 100644 --- a/P5/Source/Specs/sequence.xml +++ b/P5/Source/Specs/sequence.xml @@ -1,11 +1,5 @@ - + indicates that the constructs referenced by its children form a sequence @@ -19,7 +13,9 @@ $Id$ - The sequence element must have at least two child elements + + The sequence element must have at least two child elements + @@ -48,4 +44,4 @@ $Id$ - \ No newline at end of file +
diff --git a/P5/Source/Specs/series.xml b/P5/Source/Specs/series.xml index b4a41cc747..254b30b4a0 100644 --- a/P5/Source/Specs/series.xml +++ b/P5/Source/Specs/series.xml @@ -1,11 +1,5 @@ - + series information diff --git a/P5/Source/Specs/seriesStmt.xml b/P5/Source/Specs/seriesStmt.xml index 3fed1411af..29e503c1ac 100644 --- a/P5/Source/Specs/seriesStmt.xml +++ b/P5/Source/Specs/seriesStmt.xml @@ -1,11 +1,5 @@ - + series statement diff --git a/P5/Source/Specs/set.xml b/P5/Source/Specs/set.xml index 7c0414a352..1b5d08b0d4 100644 --- a/P5/Source/Specs/set.xml +++ b/P5/Source/Specs/set.xml @@ -1,11 +1,5 @@ - + setting diff --git a/P5/Source/Specs/setting.xml b/P5/Source/Specs/setting.xml index 9de8088770..69a5956412 100644 --- a/P5/Source/Specs/setting.xml +++ b/P5/Source/Specs/setting.xml @@ -1,11 +1,5 @@ - + describes one particular setting in which a language diff --git a/P5/Source/Specs/settingDesc.xml b/P5/Source/Specs/settingDesc.xml index 915dd6d807..b02d9e58bc 100644 --- a/P5/Source/Specs/settingDesc.xml +++ b/P5/Source/Specs/settingDesc.xml @@ -1,11 +1,5 @@ - + setting description diff --git a/P5/Source/Specs/settlement.xml b/P5/Source/Specs/settlement.xml index dbe0208625..3a4a6411af 100644 --- a/P5/Source/Specs/settlement.xml +++ b/P5/Source/Specs/settlement.xml @@ -1,10 +1,6 @@ - + + + settlement lieu de peuplement contains the name of a settlement such as a city, town, or village identified as a single geo-political or administrative unit. @@ -23,6 +19,7 @@ $Id$ + diff --git a/P5/Source/Specs/sex.xml b/P5/Source/Specs/sex.xml index ecf477a80b..3b6f8af157 100644 --- a/P5/Source/Specs/sex.xml +++ b/P5/Source/Specs/sex.xml @@ -1,10 +1,6 @@ - + + + sex sexe specifies the sex of an organism. diff --git a/P5/Source/Specs/shift.xml b/P5/Source/Specs/shift.xml index 51f6dba6e8..d712e90c55 100644 --- a/P5/Source/Specs/shift.xml +++ b/P5/Source/Specs/shift.xml @@ -1,13 +1,7 @@ - + - + shift changement marks the point at which some paralinguistic feature of a series of @@ -23,20 +17,23 @@ utterances by any one speaker changes. + - -The @new attribute should always be supplied; use the special value -"normal" to indicate that the feature concerned ceases to be -remarkable at this point. + + + The @new attribute should always be supplied; use the special value + "normal" to indicate that the feature concerned ceases to be + remarkable at this point. + + - a -paralinguistic feature. + a paralinguistic feature. 준언어적 자질 附屬語言特性 発話(パラ言語)素性。 @@ -106,8 +103,7 @@ paralinguistic feature. 명시된 준언어적 자질의 새로운 상태를 명시한다. 說明改變後的附屬語言特性狀況。 発話(パラ言語)素性の、新しい状態を示す。 - précise le nouvel état de la - caractéristique paralinguistique en question. + précise le nouvel état de la caractéristique paralinguistique en question. especifica el nuevo estado del fenómeno paralingüístico especificado. specifica il nuovo stato del fenomeno paralinguistico specificato @@ -119,7 +115,7 @@ paralinguistic feature.

Si aucune valeur n'est spécifiée, on suppose que le trait concerné cesse - d'être remarquable. La valeur normal a le même effet.

+ d'être remarquable. La valeur normal a le même effet.

@@ -129,13 +125,12 @@ paralinguistic feature. - Elizabeth Yes Come and try this - come on + come on @@ -173,4 +168,4 @@ very loudly.

-
\ No newline at end of file +
diff --git a/P5/Source/Specs/sic.xml b/P5/Source/Specs/sic.xml index 4b52220db7..d60e8f3b68 100644 --- a/P5/Source/Specs/sic.xml +++ b/P5/Source/Specs/sic.xml @@ -1,11 +1,5 @@ - + Latin for thus or so @@ -26,6 +20,7 @@ + + signatures @@ -34,7 +28,9 @@ $Id$ At least, that's what I think is going on. —Syd, 2018-10-01 --> - The element should not be used outside of msDesc. + + The element should not be used outside of msDesc. + diff --git a/P5/Source/Specs/signed.xml b/P5/Source/Specs/signed.xml index 32fc5b8cd6..580c9da71c 100644 --- a/P5/Source/Specs/signed.xml +++ b/P5/Source/Specs/signed.xml @@ -1,11 +1,5 @@ - + signature @@ -30,6 +24,7 @@ dedicatory epistle, or other division of a text. + diff --git a/P5/Source/Specs/soCalled.xml b/P5/Source/Specs/soCalled.xml index 8b7341c2d3..afd7615024 100644 --- a/P5/Source/Specs/soCalled.xml +++ b/P5/Source/Specs/soCalled.xml @@ -1,11 +1,5 @@ - + so called @@ -25,6 +19,7 @@ + diff --git a/P5/Source/Specs/socecStatus.xml b/P5/Source/Specs/socecStatus.xml index 51c75f12c1..24f7724434 100644 --- a/P5/Source/Specs/socecStatus.xml +++ b/P5/Source/Specs/socecStatus.xml @@ -1,10 +1,6 @@ - + + + socio-economic status statut socio-économique 사회-경제적 지위 @@ -83,15 +79,14 @@ $Id$ identifica un código relativo a la condición socio-económica definido en el sistema de clasificación o taxonomía establecidos por el attributo source. corrisponde a un codice relativo alla condizione socio-economica definito nel sistema di - classificazione o tassonomia stabiliti dall'attributo source - + classificazione o tassonomia stabiliti dall'attributo source - + diff --git a/P5/Source/Specs/sound.xml b/P5/Source/Specs/sound.xml index 3a943e8f3e..44400d7a3b 100644 --- a/P5/Source/Specs/sound.xml +++ b/P5/Source/Specs/sound.xml @@ -1,11 +1,5 @@ - + sound diff --git a/P5/Source/Specs/source.xml b/P5/Source/Specs/source.xml index 8aacb9e2d5..07aab737f2 100644 --- a/P5/Source/Specs/source.xml +++ b/P5/Source/Specs/source.xml @@ -1,11 +1,5 @@ - + source diff --git a/P5/Source/Specs/sourceDesc.xml b/P5/Source/Specs/sourceDesc.xml index 165b4bf0ff..045330b3bd 100644 --- a/P5/Source/Specs/sourceDesc.xml +++ b/P5/Source/Specs/sourceDesc.xml @@ -1,11 +1,5 @@ - + source description @@ -16,17 +10,17 @@ $Id$ descrizione della fonte Beschreibung der Quellen describes the source(s) from which an electronic text was derived or generated, typically a - bibliographic description in the case of a digitized text, or a phrase such as "born digital" + bibliographic description in the case of a digitized text, or a phrase such as born digital for a text which has no previous existence. décrit la source à partir de laquelle un texte électronique a été dérivé ou produit, habituellement une description bibliographique pour un texte numérisé, ou une - expression comme "document numérique natif " pour un texte qui n'a aucune existence précédente. + expression comme document numérique natif pour un texte qui n'a aucune existence précédente. 전자 파일을 생성하거나 도출한 원전 텍스트에 대한 기술을 제시한다. 提供所製電子文件的一個或數個來源文件的書目描述。 電子テキストが作られた元テキストの情報を示す。 beschreibt die Quelle, von der sich der elektronische Text ableitet. Üblicherweise eine bibliografische Beschreibung im Falle eines digitalisierten Textes oder eine Bezeichnung wie - "born digital" für einen nur in elektronischer Form vorliegenden Text. + born digital für einen nur in elektronischer Form vorliegenden Text. proporciona una descripción del texto (o textos) fuente del que un texto electrónico deriva o ha sido generado. fornisce una descrizione relativa alla o alle fonti da diff --git a/P5/Source/Specs/sourceDoc.xml b/P5/Source/Specs/sourceDoc.xml index 1954c104ce..745cfaa0ab 100644 --- a/P5/Source/Specs/sourceDoc.xml +++ b/P5/Source/Specs/sourceDoc.xml @@ -1,11 +1,5 @@ - + contains a transcription or other representation of a single diff --git a/P5/Source/Specs/sp.xml b/P5/Source/Specs/sp.xml index e99461b992..304e05c17b 100644 --- a/P5/Source/Specs/sp.xml +++ b/P5/Source/Specs/sp.xml @@ -1,11 +1,5 @@ - + speech diff --git a/P5/Source/Specs/spGrp.xml b/P5/Source/Specs/spGrp.xml index 0376a3b5aa..74189f9318 100644 --- a/P5/Source/Specs/spGrp.xml +++ b/P5/Source/Specs/spGrp.xml @@ -1,11 +1,5 @@ - + speech group diff --git a/P5/Source/Specs/space.xml b/P5/Source/Specs/space.xml index 06930970fe..0ccf08fe91 100644 --- a/P5/Source/Specs/space.xml +++ b/P5/Source/Specs/space.xml @@ -1,11 +1,5 @@ - + space diff --git a/P5/Source/Specs/span.xml b/P5/Source/Specs/span.xml index 60c8cda740..73b05039b8 100644 --- a/P5/Source/Specs/span.xml +++ b/P5/Source/Specs/span.xml @@ -1,72 +1,69 @@ - + - + associates an interpretative annotation directly with a span of text. 해석적 부호를 텍스트의 일정 부분과 직접적으로 연결시킨다. 將詮釋性註釋直接和一段文字段連結。 テキスト部分に解釈的注釈を関連づける。 - associe une interprétation sous forme d'annotation - directement à un passage donné dans un texte. - asocia una anotación interpretativa directamente con un - periodo de texto. - associa direttamente l'annotazione interpretativa ad una - prozione di testo + associe une interprétation sous forme d'annotation directement à un passage donné dans un texte. + asocia una anotación interpretativa directamente con un periodo de texto. + associa direttamente l'annotazione interpretativa ad una prozione di testo + - + - -Only one of the attributes @target and @from may be supplied on - + + + Only one of the attributes @target and @from may be supplied on + + - -Only one of the attributes @target and @to may be supplied on - + + + Only one of the attributes @target and @to may be supplied on + + - -If @to is supplied on , @from must be supplied as well + + + If @to is supplied on , @from must be supplied as well + + - -The attributes @to and @from on may each contain only a single value + + + The attributes @to and @from on may each contain only a single value + + gives the identifier of the node which is the starting point of the span of text being annotated; if not accompanied by a to attribute, gives the identifier of the node of the entire span of text being annotated. - 현재 부호를 붙이는 단락의 처음을 명시함; to 속성과 같이 쓰이지 않으면 - 전체 문단을 명시함. + 현재 부호를 붙이는 단락의 처음을 명시함; to 속성과 같이 쓰이지 않으면 전체 문단을 명시함. 指出被註解段落的起點;若沒有使用屬性to,則指出全部段落。 当該注釈対象の始点を示す。属性toがない場合は、対象全 体を示す。 - précise le début du passage sur lequel porte - l'annotation ; s'il n'est pas accompagné d'un attribut to, désigne alors - l'intégralité du passage - especifica el principio del pasaje que se anota; si - no aparece con el atributo to, especifica el pasaje entero. - indica l'inizio di un brano annotato; se non è - accompagnato dall'attributo to indica l'inero brano + précise le début du passage sur lequel porte l'annotation ; s'il n'est pas accompagné d'un attribut to, désigne alors l'intégralité du passage + especifica el principio del pasaje que se anota; si no aparece con el atributo to, especifica el pasaje entero. + indica l'inizio di un brano annotato; se non è accompagnato dall'attributo to indica l'inero brano @@ -109,4 +106,4 @@ The attributes @to and @from on may each contain only a single value - \ No newline at end of file + diff --git a/P5/Source/Specs/spanGrp.xml b/P5/Source/Specs/spanGrp.xml index a028678bc1..a117d5daca 100644 --- a/P5/Source/Specs/spanGrp.xml +++ b/P5/Source/Specs/spanGrp.xml @@ -1,11 +1,5 @@ - + span group @@ -18,14 +12,14 @@ $Id$ 범위 태그를 모아놓는다. 匯集文字段標籤。 要素spanをまとめる。 - regroupe des éléments span - + regroupe des éléments span Agrupa las etiquetas del periodo raggruppa i marcatori di porzione + diff --git a/P5/Source/Specs/speaker.xml b/P5/Source/Specs/speaker.xml index 929d53dfbc..97f236f2b0 100644 --- a/P5/Source/Specs/speaker.xml +++ b/P5/Source/Specs/speaker.xml @@ -1,11 +1,5 @@ - + diff --git a/P5/Source/Specs/specDesc.xml b/P5/Source/Specs/specDesc.xml index 67f15e8be5..1d56a95780 100644 --- a/P5/Source/Specs/specDesc.xml +++ b/P5/Source/Specs/specDesc.xml @@ -1,11 +1,5 @@ - + specification description diff --git a/P5/Source/Specs/specGrp.xml b/P5/Source/Specs/specGrp.xml index 61e2a04a15..3759c4c82b 100644 --- a/P5/Source/Specs/specGrp.xml +++ b/P5/Source/Specs/specGrp.xml @@ -1,11 +1,5 @@ - + specification group diff --git a/P5/Source/Specs/specGrpRef.xml b/P5/Source/Specs/specGrpRef.xml index 14adf6a8c1..3362ea72d9 100644 --- a/P5/Source/Specs/specGrpRef.xml +++ b/P5/Source/Specs/specGrpRef.xml @@ -1,11 +1,5 @@ - + reference to a specification group diff --git a/P5/Source/Specs/specList.xml b/P5/Source/Specs/specList.xml index 6c2be80d45..c45e6dee1e 100644 --- a/P5/Source/Specs/specList.xml +++ b/P5/Source/Specs/specList.xml @@ -1,11 +1,5 @@ - + specification list diff --git a/P5/Source/Specs/sponsor.xml b/P5/Source/Specs/sponsor.xml index 8b637f6e59..6fafac89ab 100644 --- a/P5/Source/Specs/sponsor.xml +++ b/P5/Source/Specs/sponsor.xml @@ -1,10 +1,6 @@ - + + + sponsor commanditaire Förderer diff --git a/P5/Source/Specs/stage.xml b/P5/Source/Specs/stage.xml index 544ee76cb1..3b1fb74559 100644 --- a/P5/Source/Specs/stage.xml +++ b/P5/Source/Specs/stage.xml @@ -1,11 +1,5 @@ - + stage direction @@ -32,6 +26,7 @@ + diff --git a/P5/Source/Specs/stamp.xml b/P5/Source/Specs/stamp.xml index 4e993a006e..a058966f22 100644 --- a/P5/Source/Specs/stamp.xml +++ b/P5/Source/Specs/stamp.xml @@ -1,10 +1,6 @@ - + + + stamp cachet contains a word or phrase describing a stamp or similar device. diff --git a/P5/Source/Specs/standOff.xml b/P5/Source/Specs/standOff.xml index 3436e774c9..734299c579 100644 --- a/P5/Source/Specs/standOff.xml +++ b/P5/Source/Specs/standOff.xml @@ -1,18 +1,9 @@ - + + - - Functions as a - container element for linked data, contextual information, and - stand-off annotations embedded in a TEI document. - - リンクト・データや文脈情報、TEI文書に埋め込まれたスタンドオフ・アノテーションをコンテナ化する要素として機能する。 - + + Functions as a container element for linked data, contextual information, and stand-off annotations embedded in a TEI document. + リンクト・データや文脈情報、TEI文書に埋め込まれたスタンドオフ・アノテーションをコンテナ化する要素として機能する。 @@ -22,18 +13,19 @@ See the file COPYING.txt for details - + - This - element must have a @type attribute, since it is - nested inside a + + This + element must have a @type attribute, since it is + nested inside a +

This example shows an encoding of morphosyntactic features similar to the encoding system used by ISO 24611 (MAF).

- + @@ -92,45 +84,45 @@ See the file COPYING.txt for details

This example shows an encoding of contextual information which is referred to from the main text.

+ xml:lang="en" source="#MLK01" valid="feasible"> - - - - - Atlanta - - Georgia - United States of America - 33.755 -84.39 - - - - - Birmingham - - Alabama - United States of America - 33.653333 -86.808889 - - - - - - - - -

Moreover, I am congnizantcognizant of the interrelatedness of all communities and - states. I cannot sit idly by in Atlanta and not be concerned about what happens - in Birmingham. Injustice anywhere is a threat to justice everywhere. We - are caught in an inescapable network of mutuality, tied in a single garment - of destiny. Whatever affects one directly affects all indirectly. Never - again can we afford to live with the narrow, provincial outside agitator - idea. Anyone who lives inside the United States can never be considered - an outsider anywhere in this country.

- - -
+ + + + + Atlanta + + Georgia + United States of America + 33.755 -84.39 + + + + + Birmingham + + Alabama + United States of America + 33.653333 -86.808889 + + + + + + + + +

Moreover, I am congnizantcognizant of the interrelatedness of all communities and + states. I cannot sit idly by in Atlanta and not be concerned about what happens + in Birmingham. Injustice anywhere is a threat to justice everywhere. We + are caught in an inescapable network of mutuality, tied in a single garment + of destiny. Whatever affects one directly affects all indirectly. Never + again can we afford to live with the narrow, provincial outside agitator + idea. Anyone who lives inside the United States can never be considered + an outsider anywhere in this country.

+ + +
diff --git a/P5/Source/Specs/state.xml b/P5/Source/Specs/state.xml index 5c1846f337..46f20aab95 100644 --- a/P5/Source/Specs/state.xml +++ b/P5/Source/Specs/state.xml @@ -1,10 +1,6 @@ - + + + state statut contains a description of some status or quality attributed to a person, place, or organization often at some specific time or for a specific date range. @@ -27,6 +23,7 @@ $Id$ +
diff --git a/P5/Source/Specs/stdVals.xml b/P5/Source/Specs/stdVals.xml index 20b8e4a325..95d2965314 100644 --- a/P5/Source/Specs/stdVals.xml +++ b/P5/Source/Specs/stdVals.xml @@ -1,11 +1,5 @@ - + standard values diff --git a/P5/Source/Specs/street.xml b/P5/Source/Specs/street.xml index 13472c54d1..7ad04f1d0f 100644 --- a/P5/Source/Specs/street.xml +++ b/P5/Source/Specs/street.xml @@ -1,11 +1,5 @@ - + contains a full street address including any name or number identifying a diff --git a/P5/Source/Specs/stress.xml b/P5/Source/Specs/stress.xml index 59a9f9713f..e00c87c03b 100644 --- a/P5/Source/Specs/stress.xml +++ b/P5/Source/Specs/stress.xml @@ -1,11 +1,5 @@ - + stress diff --git a/P5/Source/Specs/string.xml b/P5/Source/Specs/string.xml index 93aad81c84..7706028626 100644 --- a/P5/Source/Specs/string.xml +++ b/P5/Source/Specs/string.xml @@ -1,11 +1,5 @@ - + string value diff --git a/P5/Source/Specs/styleDefDecl.xml b/P5/Source/Specs/styleDefDecl.xml index cb5a058be8..6809677d58 100644 --- a/P5/Source/Specs/styleDefDecl.xml +++ b/P5/Source/Specs/styleDefDecl.xml @@ -1,11 +1,5 @@ - + style definition language declaration diff --git a/P5/Source/Specs/subc.xml b/P5/Source/Specs/subc.xml index 23939e7f55..5cc296352c 100644 --- a/P5/Source/Specs/subc.xml +++ b/P5/Source/Specs/subc.xml @@ -1,11 +1,5 @@ - + subcategorization diff --git a/P5/Source/Specs/subst.xml b/P5/Source/Specs/subst.xml index e4ee36cd8c..96ad34c633 100644 --- a/P5/Source/Specs/subst.xml +++ b/P5/Source/Specs/subst.xml @@ -1,25 +1,17 @@ - + - + substitution 대체 substitución sostituzione substitution - groups one or more deletions (or surplus text) with one or more additions when - the combination is to be regarded as a single intervention in the text. + groups one or more deletions (or surplus text) with one or more additions when the combination is to be regarded as a single intervention in the text. 결합이 텍스트에서 단일 조작으로 간주될 때 하나 이상의 삭제를 하나 이상의 추가 사항으로 대체한다. regroupe une ou plusieurs parties de texte supprimées et une ou plusieurs parties de texte ajoutées, lorsque cette combinaison peut être considérée comme une intervention unique sur le texte. agrupa una o más cancelaciones con una o más adiciones cuando la combinación se considera una única intervención en el texto. - 追加と削除が一連の調整と考えられる場合、そのひとつ以上の追加部分や削 - 除部分をまとめる。 + 追加と削除が一連の調整と考えられる場合、そのひとつ以上の追加部分や削 除部分をまとめる。 raggruppa ona o più cancellazioni insieme a una o più aggiunte quando la combinazione va considerata come singolo intervento sul testo @@ -37,7 +29,9 @@ $Id$ - must have at least one child add and at least one child del or surplus + + must have at least one child add and at least one child del or surplus + @@ -72,4 +66,4 @@ $Id$ -
\ No newline at end of file +
diff --git a/P5/Source/Specs/substJoin.xml b/P5/Source/Specs/substJoin.xml index 47eab419d9..70c91a8138 100644 --- a/P5/Source/Specs/substJoin.xml +++ b/P5/Source/Specs/substJoin.xml @@ -1,5 +1,5 @@ - + substitution join diff --git a/P5/Source/Specs/summary.xml b/P5/Source/Specs/summary.xml index b72f02df49..6e4e6db0c7 100644 --- a/P5/Source/Specs/summary.xml +++ b/P5/Source/Specs/summary.xml @@ -1,11 +1,5 @@ - + contains an overview of the available diff --git a/P5/Source/Specs/superEntry.xml b/P5/Source/Specs/superEntry.xml index d414afabf3..2f6024e3f1 100644 --- a/P5/Source/Specs/superEntry.xml +++ b/P5/Source/Specs/superEntry.xml @@ -1,23 +1,21 @@ - + - + + Because an entry can now occur + inside an entry, the superEntry element is no + longer needed. For instances where the superEntry element + was used to group multiple entry elements, these Guidelines + recommend using instead an outer entry element, perhaps + with a type attribute. super entry groupe d'entrées - groups a sequence of entries within any kind of lexical resource, such - as a dictionary or lexicon which function as a single unit, for - example a set of homographs. + groups a sequence of entries within any kind of lexical resource, such as a dictionary or lexicon which function as a single unit, for example a set of homographs. 동형이의어 집합의 연속된 표제 항목을 모아 놓는다. 匯集一組同形異義字的連續辭條。 同形異義語の集合にある、一連の項目をまとめる。 - regroupe des entrées successives pour un ensemble - d'homographes. + regroupe des entrées successives pour un ensemble d'homographes. agrupa las entradas sucesivas para una serie de homógrafos. raggruppa voci successive per una serie di omografi. @@ -30,12 +28,8 @@ $Id$ - - - - - - + + @@ -126,4 +120,4 @@ $Id$ - \ No newline at end of file + diff --git a/P5/Source/Specs/supplied.xml b/P5/Source/Specs/supplied.xml index cf10b33aa8..029f9d2972 100644 --- a/P5/Source/Specs/supplied.xml +++ b/P5/Source/Specs/supplied.xml @@ -1,11 +1,5 @@ - + supplied diff --git a/P5/Source/Specs/support.xml b/P5/Source/Specs/support.xml index b03ddb462b..ac90f6d69a 100644 --- a/P5/Source/Specs/support.xml +++ b/P5/Source/Specs/support.xml @@ -1,11 +1,5 @@ - + support diff --git a/P5/Source/Specs/supportDesc.xml b/P5/Source/Specs/supportDesc.xml index 60e6e55ce5..093c210637 100644 --- a/P5/Source/Specs/supportDesc.xml +++ b/P5/Source/Specs/supportDesc.xml @@ -1,11 +1,5 @@ - + support description diff --git a/P5/Source/Specs/surface.xml b/P5/Source/Specs/surface.xml index d07cce59b3..bedf912ee6 100644 --- a/P5/Source/Specs/surface.xml +++ b/P5/Source/Specs/surface.xml @@ -1,22 +1,14 @@ - + defines a written surface as a two-dimensional coordinate space, optionally grouping one or more graphic representations of -that space, zones of interest within that space, and transcriptions of the - writing within them. +that space, zones of interest within that space, and, when using an embedded transcription approach, transcriptions of the writing within them. 직사각형의 좌표 공간과 그 내부에서 기록 표면부를 정의한다. 수의적으로 그 공간의 하나 이상의 그림 표상과 관심 있는 직사각형 공간을 모아놓는다. define una superficie escrita en coordinadas rectangulares, agrupando opcionalmente una o más representaciones gráficas de ese espacio, y las zonas rectangulares de interés dentro de él. 矩形の座標により、書記の表面を定義する。選択的に、空間や矩形範囲中のひ -とつ以上の図表表現をまとめる。 - +とつ以上の図表表現をまとめる。
définit une surface écrite comme un rectangle décrit par ses coordonnées spatiales, en regroupant éventuellement une ou plusieurs représentations graphiques de cet espace et des zones rectangulaires intéressantes à l'intérieur de celui-ci. diff --git a/P5/Source/Specs/surfaceGrp.xml b/P5/Source/Specs/surfaceGrp.xml index 5962f5aa49..8ac125249e 100644 --- a/P5/Source/Specs/surfaceGrp.xml +++ b/P5/Source/Specs/surfaceGrp.xml @@ -1,11 +1,5 @@ - + surface group diff --git a/P5/Source/Specs/surname.xml b/P5/Source/Specs/surname.xml index eb308b00a0..e20ba5da98 100644 --- a/P5/Source/Specs/surname.xml +++ b/P5/Source/Specs/surname.xml @@ -1,11 +1,5 @@ - + surname @@ -24,6 +18,7 @@ $Id$ + diff --git a/P5/Source/Specs/surplus.xml b/P5/Source/Specs/surplus.xml index b9e7f521e1..dbbda6824d 100644 --- a/P5/Source/Specs/surplus.xml +++ b/P5/Source/Specs/surplus.xml @@ -1,11 +1,5 @@ - + surplus diff --git a/P5/Source/Specs/surrogates.xml b/P5/Source/Specs/surrogates.xml index b6a26eadff..6623e368d4 100644 --- a/P5/Source/Specs/surrogates.xml +++ b/P5/Source/Specs/surrogates.xml @@ -1,11 +1,5 @@ - + surrogates diff --git a/P5/Source/Specs/syll.xml b/P5/Source/Specs/syll.xml index 61f673b947..0a1749ef40 100644 --- a/P5/Source/Specs/syll.xml +++ b/P5/Source/Specs/syll.xml @@ -1,11 +1,5 @@ - + syllabification diff --git a/P5/Source/Specs/symbol.xml b/P5/Source/Specs/symbol.xml index 5b281f3657..43152cafe3 100644 --- a/P5/Source/Specs/symbol.xml +++ b/P5/Source/Specs/symbol.xml @@ -1,11 +1,5 @@ - + symbolic value diff --git a/P5/Source/Specs/table.xml b/P5/Source/Specs/table.xml index ab11d7c54b..25a31ac737 100644 --- a/P5/Source/Specs/table.xml +++ b/P5/Source/Specs/table.xml @@ -1,11 +1,5 @@ - + table @@ -25,7 +19,8 @@ $Id$ - + + diff --git a/P5/Source/Specs/tag.xml b/P5/Source/Specs/tag.xml index 7ab9d5d2b3..2201b0c96f 100644 --- a/P5/Source/Specs/tag.xml +++ b/P5/Source/Specs/tag.xml @@ -1,11 +1,5 @@ - + tag @@ -40,7 +34,7 @@ $Id$ indique quel type de balise XML est prévu. indica di quale tipo di marcatore XML si tratta - + a start-tag, with delimiters < and > is intended une balise de début, délimitée par les signes diff --git a/P5/Source/Specs/tagUsage.xml b/P5/Source/Specs/tagUsage.xml index 6289a27d35..4997fe03ff 100644 --- a/P5/Source/Specs/tagUsage.xml +++ b/P5/Source/Specs/tagUsage.xml @@ -1,11 +1,5 @@ - + element usage diff --git a/P5/Source/Specs/tagsDecl.xml b/P5/Source/Specs/tagsDecl.xml index 0b8997623a..728167e24b 100644 --- a/P5/Source/Specs/tagsDecl.xml +++ b/P5/Source/Specs/tagsDecl.xml @@ -1,11 +1,5 @@ - + tagging declaration diff --git a/P5/Source/Specs/taxonomy.xml b/P5/Source/Specs/taxonomy.xml index 3badf02763..089d2aaea4 100644 --- a/P5/Source/Specs/taxonomy.xml +++ b/P5/Source/Specs/taxonomy.xml @@ -1,11 +1,5 @@ - + taxonomy diff --git a/P5/Source/Specs/tech.xml b/P5/Source/Specs/tech.xml index 44c3593e67..da4991e0d0 100644 --- a/P5/Source/Specs/tech.xml +++ b/P5/Source/Specs/tech.xml @@ -1,11 +1,5 @@ - + technical stage direction @@ -42,7 +36,7 @@ meant for the actors. scène.
classifica l'indicazione di scena tecnica. - + a lighting cue 조명 신호 diff --git a/P5/Source/Specs/teiCorpus.xml b/P5/Source/Specs/teiCorpus.xml index be5c7dc1b4..20e651a103 100644 --- a/P5/Source/Specs/teiCorpus.xml +++ b/P5/Source/Specs/teiCorpus.xml @@ -1,11 +1,5 @@ - + TEI corpus diff --git a/P5/Source/Specs/teiHeader.xml b/P5/Source/Specs/teiHeader.xml index c6de7fdce7..8c42224c5b 100644 --- a/P5/Source/Specs/teiHeader.xml +++ b/P5/Source/Specs/teiHeader.xml @@ -1,11 +1,5 @@ - + TEI header diff --git a/P5/Source/Specs/teidata.authority.xml b/P5/Source/Specs/teidata.authority.xml index 6720a61dbc..8a0d3456cc 100644 --- a/P5/Source/Specs/teidata.authority.xml +++ b/P5/Source/Specs/teidata.authority.xml @@ -1,12 +1,7 @@ - + - + defines attribute values which derive from an authority list, which may be an enumerated list defined in the document's schema, a list or taxonomy elsewhere in the document, or an online taxonomy, gazetteer, or other authority. diff --git a/P5/Source/Specs/teidata.certainty.xml b/P5/Source/Specs/teidata.certainty.xml index 2797de8577..6324feddb3 100644 --- a/P5/Source/Specs/teidata.certainty.xml +++ b/P5/Source/Specs/teidata.certainty.xml @@ -1,11 +1,7 @@ - + - + defines the range of attribute values expressing a degree of certainty. 확실성 정도를 표현하는 속성 값의 범위를 정의한다. 定義表示正確度的屬性值範圍 diff --git a/P5/Source/Specs/teidata.count.xml b/P5/Source/Specs/teidata.count.xml index 7b428db4c4..ae324402b4 100644 --- a/P5/Source/Specs/teidata.count.xml +++ b/P5/Source/Specs/teidata.count.xml @@ -1,16 +1,11 @@ - + - + defines the range of attribute values used for a non-negative integer value used as a count. 계산으로 사용된 음이 아닌 정수 값의 속성 값 범위를 정의한다. - 定義的屬性值範圍,用於作為總數的非負整數值 - + 定義的屬性值範圍,用於作為總數的非負整數值 非負整数値を採る属性値の範囲を定義する。 définit la gamme des valeurs des attributs exprimant une valeur entière et non négative utilisé pour des calculs. diff --git a/P5/Source/Specs/teidata.duration.iso.xml b/P5/Source/Specs/teidata.duration.iso.xml index 49127a8f98..458fbb5813 100644 --- a/P5/Source/Specs/teidata.duration.iso.xml +++ b/P5/Source/Specs/teidata.duration.iso.xml @@ -1,16 +1,12 @@ - + - + defines the range of attribute values available for representation of a duration in time using ISO 8601 standard formats ISO 8601 표준 형식을 사용하여 시간의 지속을 나타내는 속성 값 범위를 정의한다. 以ISO 8601標準格式定義表示一段持續性時間的屬性值範圍 - ISO 8601にある標準形式を使い、時間幅を表現する当該属性値の範囲を定義 する。 + ISO 8601にある標準形式を使い、時間幅を表現する当該属性値の範囲を定義 する。 définit la gamme de valeurs d'attributs exprimant une durée temporaraire utilisant le norme ISO 8601. define la gama de valores de atributos posibles para representar la duración en el tiempo usando formatos estàndards ISO 8601. diff --git a/P5/Source/Specs/teidata.duration.w3c.xml b/P5/Source/Specs/teidata.duration.w3c.xml index 368724d72c..ec001f8c1b 100644 --- a/P5/Source/Specs/teidata.duration.w3c.xml +++ b/P5/Source/Specs/teidata.duration.w3c.xml @@ -1,11 +1,7 @@ - + - + defines the range of attribute values available for representation of a duration in time using W3C datatypes. W3C 데이터 유형을 사용해서 시간 지속을 나타내는 속성 값 범위를 정의한다. 以W3C datatypes標準格式來定義表示一段持續性時間的屬性值範圍 diff --git a/P5/Source/Specs/teidata.enumerated.xml b/P5/Source/Specs/teidata.enumerated.xml index 8a951c8229..9777ea1301 100644 --- a/P5/Source/Specs/teidata.enumerated.xml +++ b/P5/Source/Specs/teidata.enumerated.xml @@ -1,11 +1,7 @@ - + - + defines the range of attribute values expressed as a single XML name taken from a list of documented possibilities. 기록된 확률의 목록으로부터 얻어진 단일 XML 이름으로 표현된 속성 값 범위를 정의한다. diff --git a/P5/Source/Specs/teidata.gender.xml b/P5/Source/Specs/teidata.gender.xml index 9207d6cf87..40ec63b81b 100644 --- a/P5/Source/Specs/teidata.gender.xml +++ b/P5/Source/Specs/teidata.gender.xml @@ -1,11 +1,7 @@ - + + - + defines the range of attribute values used to represent the gender of a person, persona, or character. diff --git a/P5/Source/Specs/teidata.interval.xml b/P5/Source/Specs/teidata.interval.xml index f6b7eaf5d9..8bb14ea458 100644 --- a/P5/Source/Specs/teidata.interval.xml +++ b/P5/Source/Specs/teidata.interval.xml @@ -1,11 +1,7 @@ - + - + defines attribute values used to express an interval value. diff --git a/P5/Source/Specs/teidata.key.xml b/P5/Source/Specs/teidata.key.xml index a6dd428ed5..e82339f174 100644 --- a/P5/Source/Specs/teidata.key.xml +++ b/P5/Source/Specs/teidata.key.xml @@ -1,12 +1,7 @@ - - + + + + defines the range of attribute values expressing a coded value by means of an arbitrary identifier, typically taken from a set of externally-defined possibilities. diff --git a/P5/Source/Specs/teidata.language.xml b/P5/Source/Specs/teidata.language.xml index 260e1d749b..e97a3fc5db 100644 --- a/P5/Source/Specs/teidata.language.xml +++ b/P5/Source/Specs/teidata.language.xml @@ -1,11 +1,7 @@ - + - + defines the range of attribute values used to identify a particular combination of human language and writing system. 인간의 언어와 문자 체계의 특별한 조합을 식별하는 속성 값 범위를 정의한다. diff --git a/P5/Source/Specs/teidata.name.xml b/P5/Source/Specs/teidata.name.xml index 4d1547a933..74cb8e9e34 100644 --- a/P5/Source/Specs/teidata.name.xml +++ b/P5/Source/Specs/teidata.name.xml @@ -1,15 +1,11 @@ - + - + defines the range of attribute values expressed as an XML Name. XML 이름으로 표현되는 속성 값 범위를 정의한다. 定義的屬性值範圍以XML名稱或識別符碼表示 - XML名前としてある属性値の範囲を定義する。 + XML名前としてある属性値の範囲を定義する。 définit la gamme des valeurs d'attribut exprimant un nom XML define la gama de valores de atributos expresados como diff --git a/P5/Source/Specs/teidata.namespace.xml b/P5/Source/Specs/teidata.namespace.xml index be9efb9202..0179d69262 100644 --- a/P5/Source/Specs/teidata.namespace.xml +++ b/P5/Source/Specs/teidata.namespace.xml @@ -1,11 +1,7 @@ - + - + defines the range of attribute values used to indicate XML namespaces as defined by the W3C Namespaces in XML Technical Recommendation. @@ -21,8 +17,7 @@ See the file COPYING.txt for details W3C. define la gama de valores de atributos usados para indicar los nombres de los espacios en XML como establecen las recomendaciones técnicas del W3C - para los - + para los definisce la gamma di valori di attributi usati per indicare i nomi degli spazi in XML come stabilito dalle raccomandazioni tecniche del W3C per gli spazi dei nomi in XML. diff --git a/P5/Source/Specs/teidata.namespaceOrName.xml b/P5/Source/Specs/teidata.namespaceOrName.xml index 98db1a8eca..5c597b5a5c 100644 --- a/P5/Source/Specs/teidata.namespaceOrName.xml +++ b/P5/Source/Specs/teidata.namespaceOrName.xml @@ -1,15 +1,8 @@ - - - defines attribute values which contain either an absolute namespace URI or a qualified XML name. + + + + defines attribute values which contain either an absolute namespace URI or a qualified XML name. - - defines attribute values which contain either the null string or an XML name. + + + + + defines attribute values which contain either the null string or an XML name. - - - - + + + + - +

The rules defining an XML name form a part of the XML Specification.

diff --git a/P5/Source/Specs/teidata.numeric.xml b/P5/Source/Specs/teidata.numeric.xml index 4e5e249e71..9544677a2d 100644 --- a/P5/Source/Specs/teidata.numeric.xml +++ b/P5/Source/Specs/teidata.numeric.xml @@ -1,15 +1,11 @@ - + - + defines the range of attribute values used for numeric values. 수치에 사용되는 속성 값의 범위를 정의한다. 定義用於數值的屬性值範圍 - 数値をとる属性値の範囲を定義する。 + 数値をとる属性値の範囲を定義する。 définit la gamme des valeurs d'attributs utilisées pour des valeurs numériques define la gama de valores de atributos para valores diff --git a/P5/Source/Specs/teidata.outputMeasurement.xml b/P5/Source/Specs/teidata.outputMeasurement.xml index d155d5ba5c..a3bb6c9b45 100644 --- a/P5/Source/Specs/teidata.outputMeasurement.xml +++ b/P5/Source/Specs/teidata.outputMeasurement.xml @@ -1,11 +1,7 @@ - + - + defines a range of values for use in specifying the size of an object that is intended for display. 웹에서 디스플레이 목적의 대상 크기를 명시하는 값의 범위를 정의한다. diff --git a/P5/Source/Specs/teidata.pattern.xml b/P5/Source/Specs/teidata.pattern.xml index 452be97e57..d9c41dd206 100644 --- a/P5/Source/Specs/teidata.pattern.xml +++ b/P5/Source/Specs/teidata.pattern.xml @@ -1,9 +1,5 @@ - + + - + defines the data type used to express a point in cartesian space. diff --git a/P5/Source/Specs/teidata.pointer.xml b/P5/Source/Specs/teidata.pointer.xml index e4caa5e874..9bb29db87f 100644 --- a/P5/Source/Specs/teidata.pointer.xml +++ b/P5/Source/Specs/teidata.pointer.xml @@ -1,11 +1,7 @@ - + - + defines the range of attribute values used to provide a single URI, absolute or relative, pointing to some other resource, either within the current document or elsewhere. diff --git a/P5/Source/Specs/teidata.prefix.xml b/P5/Source/Specs/teidata.prefix.xml index 9b65e7770d..562c4ef6c3 100644 --- a/P5/Source/Specs/teidata.prefix.xml +++ b/P5/Source/Specs/teidata.prefix.xml @@ -1,15 +1,9 @@ - + + - + defines a range of values that may function as a URI scheme name. diff --git a/P5/Source/Specs/teidata.probCert.xml b/P5/Source/Specs/teidata.probCert.xml index 86ca7d96d1..361c8ac1e7 100644 --- a/P5/Source/Specs/teidata.probCert.xml +++ b/P5/Source/Specs/teidata.probCert.xml @@ -1,18 +1,14 @@ - - + + + + defines a range of attribute values which can be expressed either as a numeric probability or as a coded certainty value. - - - - + xml:lang="en">defines a range of attribute values which can be expressed either as a numeric + probability or as a coded certainty value. + + + + + - diff --git a/P5/Source/Specs/teidata.probability.xml b/P5/Source/Specs/teidata.probability.xml index 8ca88a9656..84bf6cc5c8 100644 --- a/P5/Source/Specs/teidata.probability.xml +++ b/P5/Source/Specs/teidata.probability.xml @@ -1,15 +1,11 @@ - + - + defines the range of attribute values expressing a probability. 확률을 표현하는 속성 값의 범위를 정의한다. 定義表示可能性的屬性值範圍 - 出現度を示す属性値の範囲を定義する。 + 出現度を示す属性値の範囲を定義する。 définit la gamme des valeurs d'attributs exprimant une probabilité. define la gama de valores de atributos que exprimen un @@ -17,8 +13,11 @@ See the file COPYING.txt for details definisce la gamma di valori di attributi che esprimono una probabilità - - + + + + +

Probability is expressed as a real number between 0 and 1; 0 representing certainly false and 1 representing certainly diff --git a/P5/Source/Specs/teidata.replacement.xml b/P5/Source/Specs/teidata.replacement.xml index b1631c6fbc..a7b7e7ae38 100644 --- a/P5/Source/Specs/teidata.replacement.xml +++ b/P5/Source/Specs/teidata.replacement.xml @@ -1,11 +1,7 @@ - + - + defines attribute values which contain a replacement template. diff --git a/P5/Source/Specs/teidata.sex.xml b/P5/Source/Specs/teidata.sex.xml index 8ee18792d3..36f01b8d6f 100644 --- a/P5/Source/Specs/teidata.sex.xml +++ b/P5/Source/Specs/teidata.sex.xml @@ -1,16 +1,12 @@ - + + - + defines the range of attribute values used to identify the sex of an organism. 인간 또는 동물의 성을 식별하는 속성 값 범위를 정의한다. 定義的屬性值範圍用以識別人類或動物的性別 - 人間または動物の性を示す属性値の範囲を定義する。 + 人間または動物の性を示す属性値の範囲を定義する。 définit la gamme des valeurs d'attributs employés pour identifier le sexe d’un organisme. define la gama de valores de atributos usados para diff --git a/P5/Source/Specs/teidata.temporal.iso.xml b/P5/Source/Specs/teidata.temporal.iso.xml index adacbd23ff..24cd537dba 100644 --- a/P5/Source/Specs/teidata.temporal.iso.xml +++ b/P5/Source/Specs/teidata.temporal.iso.xml @@ -1,11 +1,7 @@ - + - + defines the range of attribute values expressing a temporal expression such as a date, a time, or a combination of them, that conform to the international standard Data elements and interchange formats – Information interchange – Representation of dates and times. @@ -20,8 +16,7 @@ See the file COPYING.txt for details définit la gamme des valeurs d'attribut qui sont capables d''exprimer une valeur temporelle comme une date, une période, ou une combinaison des deux qui se conforment au standard international Data elements and interchange formats – - Information interchange – Representation of dates and times - + Information interchange – Representation of dates and times define la gama de valores de atributos que expresan una expresión temporal como una fecha, una hora, o una combinación de estas, de acuerdo a un estándard internacional Elementos de datos y formatos de intercambio - Intercambio de diff --git a/P5/Source/Specs/teidata.temporal.w3c.xml b/P5/Source/Specs/teidata.temporal.w3c.xml index c79a6bc9a6..dbd4117f63 100644 --- a/P5/Source/Specs/teidata.temporal.w3c.xml +++ b/P5/Source/Specs/teidata.temporal.w3c.xml @@ -1,11 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> -<dataSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:tei="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.temporal.w3c"> +<dataSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.temporal.w3c"> <desc versionDate="2007-04-08" xml:lang="en">defines the range of attribute values expressing a temporal expression such as a date, a time, or a combination of them, that conform to the W3C <ref target="#XSD2">XML Schema Part 2: Datatypes Second Edition</ref> diff --git a/P5/Source/Specs/teidata.temporal.working.xml b/P5/Source/Specs/teidata.temporal.working.xml index 494dc701de..c154784dc2 100644 --- a/P5/Source/Specs/teidata.temporal.working.xml +++ b/P5/Source/Specs/teidata.temporal.working.xml @@ -1,12 +1,7 @@ -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details ---> +<?xml version="1.0" encoding="UTF-8"?> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> -<dataSpec xmlns="http://www.tei-c.org/ns/1.0" - module="tei" - ident="teidata.temporal.working"> +<dataSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.temporal.working"> <desc versionDate="2020-11-19" xml:lang="en">defines the range of values, conforming to the W3C <ref target="#XSD2">XML Schema Part 2: Datatypes Second Edition</ref> specification, expressing a date or diff --git a/P5/Source/Specs/teidata.text.xml b/P5/Source/Specs/teidata.text.xml index f7caf8ccc6..49773b8e81 100644 --- a/P5/Source/Specs/teidata.text.xml +++ b/P5/Source/Specs/teidata.text.xml @@ -1,11 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> -<dataSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:tei="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.text"> +<dataSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.text"> <desc versionDate="2012-06-17" xml:lang="en">defines the range of attribute values used to express some kind of identifying string as a single sequence of Unicode characters possibly including whitespace.</desc> diff --git a/P5/Source/Specs/teidata.truthValue.xml b/P5/Source/Specs/teidata.truthValue.xml index 50300365eb..55f8efcf02 100644 --- a/P5/Source/Specs/teidata.truthValue.xml +++ b/P5/Source/Specs/teidata.truthValue.xml @@ -1,11 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> -<dataSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:tei="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.truthValue"> +<dataSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.truthValue"> <desc versionDate="2007-10-22" xml:lang="en">defines the range of attribute values used to express a truth value.</desc> <desc versionDate="2007-12-20" xml:lang="ko">진리값을 표현하는 속성 값 범위를 정의한다.</desc> diff --git a/P5/Source/Specs/teidata.unboundedCount.xml b/P5/Source/Specs/teidata.unboundedCount.xml index eacf8d4252..cf07468081 100644 --- a/P5/Source/Specs/teidata.unboundedCount.xml +++ b/P5/Source/Specs/teidata.unboundedCount.xml @@ -1,9 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <dataSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.unboundedCount"> <desc versionDate="2022-07-06" xml:lang="en">defines the range of values used for a counting number or the string <val>unbounded</val> for infinity.</desc> diff --git a/P5/Source/Specs/teidata.version.xml b/P5/Source/Specs/teidata.version.xml index 2addc9bf52..43519979cd 100644 --- a/P5/Source/Specs/teidata.version.xml +++ b/P5/Source/Specs/teidata.version.xml @@ -1,11 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> -<dataSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:tei="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.version"> +<dataSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.version"> <desc versionDate="2013-11-20" xml:lang="en">defines the range of attribute values which may be used to specify a TEI or Unicode version number.</desc> <desc xml:lang="fr" versionDate="2007-06-12">définit la gamme des valeurs d'attribut diff --git a/P5/Source/Specs/teidata.versionNumber.xml b/P5/Source/Specs/teidata.versionNumber.xml index 95246f4f14..a4599773fd 100644 --- a/P5/Source/Specs/teidata.versionNumber.xml +++ b/P5/Source/Specs/teidata.versionNumber.xml @@ -1,11 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> -<dataSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:tei="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.versionNumber"> +<dataSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.versionNumber"> <desc versionDate="2013-04-14" xml:lang="en">defines the range of attribute values used for version numbers.</desc> <content> <dataRef name="token" restriction="[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}"/> diff --git a/P5/Source/Specs/teidata.word.xml b/P5/Source/Specs/teidata.word.xml index edd11ce673..5c140b765d 100644 --- a/P5/Source/Specs/teidata.word.xml +++ b/P5/Source/Specs/teidata.word.xml @@ -1,11 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> -<dataSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:tei="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.word"> +<dataSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.word"> <desc versionDate="2007-10-22" xml:lang="en">defines the range of attribute values expressed as a single word or token.</desc> <desc versionDate="2007-12-20" xml:lang="ko">단일 단어 또는 토큰으로 표현된 속성 값 범위를 정의한다.</desc> diff --git a/P5/Source/Specs/teidata.xTruthValue.xml b/P5/Source/Specs/teidata.xTruthValue.xml index b63a6ec2bb..69bdc6363b 100644 --- a/P5/Source/Specs/teidata.xTruthValue.xml +++ b/P5/Source/Specs/teidata.xTruthValue.xml @@ -1,18 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> -<dataSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:tei="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.xTruthValue"> +<dataSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.xTruthValue"> <gloss versionDate="2007-07-04" xml:lang="en">extended truth value</gloss> <gloss versionDate="2007-12-20" xml:lang="ko">확장 진리값</gloss> <gloss versionDate="2007-05-02" xml:lang="zh-TW"/> <desc versionDate="2007-10-18" xml:lang="en">defines the range of attribute values used to express a truth value which may be unknown.</desc> <desc versionDate="2007-12-20" xml:lang="ko">알려지지 않을 수 있는 진리값을 표현하는 속성 값 범위를 정의한다.</desc> <desc versionDate="2007-05-02" xml:lang="zh-TW">定義的屬性值範圍表示一個可能未知的真實值</desc> - <desc versionDate="2008-04-05" xml:lang="ja">不明の場合もある真偽値をとる属性値の範囲を定義する。 </desc> + <desc versionDate="2008-04-05" xml:lang="ja">不明の場合もある真偽値をとる属性値の範囲を定義する。</desc> <desc versionDate="2007-06-12" xml:lang="fr">définit la gamme des valeurs d'attributs exprimant une vérité potentiellement inconnue.</desc> <desc versionDate="2007-05-04" xml:lang="es">define la gama de valores de atributos usados para diff --git a/P5/Source/Specs/teidata.xmlName.xml b/P5/Source/Specs/teidata.xmlName.xml index 303bd567c7..6f9df6ff7e 100644 --- a/P5/Source/Specs/teidata.xmlName.xml +++ b/P5/Source/Specs/teidata.xmlName.xml @@ -1,11 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> -<dataSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:tei="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.xmlName"> +<dataSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.xmlName"> <desc versionDate="2013-04-13" xml:lang="en">defines attribute values which contain an XML name.</desc> <content> <dataRef name="NCName"/> diff --git a/P5/Source/Specs/teidata.xpath.xml b/P5/Source/Specs/teidata.xpath.xml index 8ace6486cd..8f83f1e816 100644 --- a/P5/Source/Specs/teidata.xpath.xml +++ b/P5/Source/Specs/teidata.xpath.xml @@ -1,11 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - Copyright TEI Consortium. - Dual-licensed under CC-by and BSD2 licences - See the file COPYING.txt for details ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> -<dataSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:tei="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.xpath"> +<dataSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" ident="teidata.xpath"> <desc versionDate="2013-04-14" xml:lang="en">defines attribute values which contain an XPath expression.</desc> <content> diff --git a/P5/Source/Specs/term.xml b/P5/Source/Specs/term.xml index 9103e5d9f1..bbd1a91b08 100644 --- a/P5/Source/Specs/term.xml +++ b/P5/Source/Specs/term.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - Copyright TEI Consortium. - Dual-licensed under CC-by and BSD2 licences - See the file COPYING.txt for details - $Date$ - $Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="core" ident="term"> <gloss xml:lang="en" versionDate="2009-01-06">term</gloss> @@ -33,6 +27,7 @@ <memberOf key="att.canonical"/> <memberOf key="att.sortable"/> <memberOf key="att.cReferencing"/> + <memberOf key="att.cmc"/> </classes> <content> <macroRef key="macro.phraseSeq"/> diff --git a/P5/Source/Specs/terrain.xml b/P5/Source/Specs/terrain.xml index 8b1718c18c..f3ad6bde87 100644 --- a/P5/Source/Specs/terrain.xml +++ b/P5/Source/Specs/terrain.xml @@ -1,10 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?><!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---><?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?><elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" ident="terrain" module="namesdates"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> +<?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?><elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" ident="terrain" module="namesdates"> <gloss xml:lang="en" versionDate="2009-03-19">terrain</gloss> <gloss versionDate="2009-03-19" xml:lang="fr">terrain</gloss> <desc versionDate="2007-10-18" xml:lang="en">contains information about the physical terrain of a place.</desc> @@ -20,6 +16,7 @@ $Id$ <memberOf key="att.naming"/> <memberOf key="att.typed"/> <memberOf key="model.placeStateLike"/> + <memberOf key="att.cmc"/> </classes> <content> <sequence> diff --git a/P5/Source/Specs/text.xml b/P5/Source/Specs/text.xml index 28a761284d..af7211b633 100644 --- a/P5/Source/Specs/text.xml +++ b/P5/Source/Specs/text.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="textstructure" ident="text"> <gloss xml:lang="en" versionDate="2007-06-12">text</gloss> diff --git a/P5/Source/Specs/textClass.xml b/P5/Source/Specs/textClass.xml index 4cfe3b7e5a..f5d8dabe6e 100644 --- a/P5/Source/Specs/textClass.xml +++ b/P5/Source/Specs/textClass.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" module="header" ident="textClass"> <gloss versionDate="2005-01-14" xml:lang="en">text classification</gloss> @@ -24,8 +18,7 @@ $Id$ <desc versionDate="2007-05-02" xml:lang="zh-TW">匯集以標準分類架構、索引典等來描述文件性質或主題的資訊。</desc> <desc versionDate="2008-04-05" xml:lang="ja">標準的な分類スキーム、分類語彙などにより、テキストの性格や話題を示す 情報をまとめる。</desc> <desc versionDate="2016-11-24" xml:lang="de">gruppiert Informationen über Art oder Thematik eines Textes unter - Bezug auf ein Standard-Klassifikationsschema, einen Thesaurus o. ä. - </desc> + Bezug auf ein Standard-Klassifikationsschema, einen Thesaurus o. ä.</desc> <desc versionDate="2007-05-04" xml:lang="es">agrupa información que describe la naturaleza o la temática de un texto en términos de un esquema de clasificación estándard.</desc> <desc versionDate="2007-01-21" xml:lang="it">raggruppa le informazioni che descrivono la natura o diff --git a/P5/Source/Specs/textDesc.xml b/P5/Source/Specs/textDesc.xml index f70abebee7..0f2fc18b21 100644 --- a/P5/Source/Specs/textDesc.xml +++ b/P5/Source/Specs/textDesc.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" module="corpus" ident="textDesc"> <gloss versionDate="2005-01-14" xml:lang="en">text description</gloss> diff --git a/P5/Source/Specs/textLang.xml b/P5/Source/Specs/textLang.xml index 61e0b15ceb..2217dbab82 100644 --- a/P5/Source/Specs/textLang.xml +++ b/P5/Source/Specs/textLang.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="core" xml:id="TEXTLANG" ident="textLang"> <gloss versionDate="2007-07-04" xml:lang="en">text language</gloss> @@ -27,8 +21,7 @@ $Id$ en un manuscrito (no se ha de confundir con la descripción contenida en el elemento <gi>langUsage</gi>. ****</desc> <desc versionDate="2007-01-21" xml:lang="it">descrive le lingue e i sistemi di scrittura usati da un - manoscritto (da non confondere con la descrizione contenuta nell'elemento <gi>langUsage</gi> - </desc> + manoscritto (da non confondere con la descrizione contenuta nell'elemento <gi>langUsage</gi></desc> <classes> <memberOf key="att.global"/> <memberOf key="model.msItemPart"/> diff --git a/P5/Source/Specs/textNode.xml b/P5/Source/Specs/textNode.xml index 6e246b0eef..26a6f80f09 100644 --- a/P5/Source/Specs/textNode.xml +++ b/P5/Source/Specs/textNode.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="tagdocs" ident="textNode"> <desc versionDate="2014-07-01" xml:lang="en">indicates the presence diff --git a/P5/Source/Specs/then.xml b/P5/Source/Specs/then.xml index 6ffd948f9b..d9eec07272 100644 --- a/P5/Source/Specs/then.xml +++ b/P5/Source/Specs/then.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="iso-fs" ident="then"> <desc versionDate="2005-01-14" xml:lang="en">separates the condition from the default in an <gi>if</gi>, or diff --git a/P5/Source/Specs/time.xml b/P5/Source/Specs/time.xml index 9431aba531..2f6482bf4e 100644 --- a/P5/Source/Specs/time.xml +++ b/P5/Source/Specs/time.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - Copyright TEI Consortium. - Dual-licensed under CC-by and BSD2 licences - See the file COPYING.txt for details - $Date$ - $Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" module="core" ident="time"> <gloss xml:lang="en" versionDate="2009-01-06">time</gloss> @@ -29,6 +23,7 @@ <memberOf key="att.editLike"/> <memberOf key="att.dimensions"/> <memberOf key="att.typed"/> + <memberOf key="att.cmc"/> </classes> <content> <alternate minOccurs="0" maxOccurs="unbounded"> diff --git a/P5/Source/Specs/timeline.xml b/P5/Source/Specs/timeline.xml index 01102307de..ac38ff9375 100644 --- a/P5/Source/Specs/timeline.xml +++ b/P5/Source/Specs/timeline.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright TEI Consortium. Dual-licensed under CC-by and BSD2 licences See the file COPYING.txt for details $Date$ $Id$ --> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="linking" ident="timeline"> <gloss xml:lang="en" versionDate="2007-01-21">timeline</gloss> @@ -18,6 +18,7 @@ <classes> <memberOf key="att.global"/> <memberOf key="model.global.meta"/> + <memberOf key="att.cmc"/> </classes> <content> diff --git a/P5/Source/Specs/title.xml b/P5/Source/Specs/title.xml index 2f0cc50578..45f7fdc204 100644 --- a/P5/Source/Specs/title.xml +++ b/P5/Source/Specs/title.xml @@ -1,10 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?><!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---><?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?><elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" module="core" ident="title"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> +<?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?><elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" module="core" ident="title"> <gloss xml:lang="en" versionDate="2007-06-12">title</gloss> <gloss versionDate="2007-06-12" xml:lang="fr">titre</gloss> <gloss versionDate="2017-06-04" xml:lang="de">Titel</gloss> @@ -25,6 +21,7 @@ $Id$ <memberOf key="model.msQuoteLike"/> <memberOf key="att.canonical"/> <memberOf key="att.datable"/> + <memberOf key="att.cmc"/> </classes> <content> <macroRef key="macro.paraContent"/> @@ -284,7 +281,7 @@ doit pas être utilisé.</p> una tipologia conveniente.</desc> <desc versionDate="2017-06-04" xml:lang="de">klassifiziert den Titel entsprechend einer geeigneten Typologie.</desc> <datatype><dataRef key="teidata.enumerated"/></datatype> - <valList type="open" mode="add"> + <valList type="open"> <valItem ident="main"> <desc versionDate="2007-06-27" xml:lang="en">main title</desc> <desc versionDate="2007-12-20" xml:lang="ko">(주)제목</desc> diff --git a/P5/Source/Specs/titlePage.xml b/P5/Source/Specs/titlePage.xml index 2e76307eb1..c60811e765 100644 --- a/P5/Source/Specs/titlePage.xml +++ b/P5/Source/Specs/titlePage.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="textstructure" ident="titlePage"> <gloss versionDate="2005-01-14" xml:lang="en">title page</gloss> diff --git a/P5/Source/Specs/titlePart.xml b/P5/Source/Specs/titlePart.xml index a4e9c60f69..1030d9c704 100644 --- a/P5/Source/Specs/titlePart.xml +++ b/P5/Source/Specs/titlePart.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="textstructure" ident="titlePart"> <gloss xml:lang="en" versionDate="2020-12-20">title part</gloss> @@ -44,7 +38,7 @@ indicated on a title page.</desc> <desc versionDate="2007-01-21" xml:lang="it">specifica il ruolo di tale sezione o partizione all'interno del titolo</desc> <datatype><dataRef key="teidata.enumerated"/></datatype> <defaultVal>main</defaultVal> - <valList type="semi" mode="add"> + <valList type="semi"> <valItem ident="main"> <gloss xml:lang="en" versionDate="2017-06-19">main</gloss> <gloss versionDate="2017-06-19" xml:lang="de">Haupttitel</gloss> diff --git a/P5/Source/Specs/titleStmt.xml b/P5/Source/Specs/titleStmt.xml index d7afe5f04a..0455cf0e2b 100644 --- a/P5/Source/Specs/titleStmt.xml +++ b/P5/Source/Specs/titleStmt.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="header" ident="titleStmt"> <gloss versionDate="2005-01-14" xml:lang="en">title statement</gloss> diff --git a/P5/Source/Specs/tns.xml b/P5/Source/Specs/tns.xml index 0d26a92827..c616e4ad2f 100644 --- a/P5/Source/Specs/tns.xml +++ b/P5/Source/Specs/tns.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="dictionaries" ident="tns"> <equiv name="grammaticalTense" uri="http://www.tc37sc4.org"/> diff --git a/P5/Source/Specs/trailer.xml b/P5/Source/Specs/trailer.xml index 40f438bf60..7de770288b 100644 --- a/P5/Source/Specs/trailer.xml +++ b/P5/Source/Specs/trailer.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="textstructure" ident="trailer"> <desc versionDate="2005-01-14" xml:lang="en">contains a closing title or footer appearing at the end of a division of a text.</desc> @@ -25,6 +19,7 @@ $Id$ <memberOf key="att.placement"/> <memberOf key="att.written"/> <memberOf key="model.divBottomPart"/> + <memberOf key="att.cmc"/> </classes> <content> diff --git a/P5/Source/Specs/trait.xml b/P5/Source/Specs/trait.xml index 66504a0a6c..5fea2da597 100644 --- a/P5/Source/Specs/trait.xml +++ b/P5/Source/Specs/trait.xml @@ -1,10 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?><!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---><?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?><elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" module="namesdates" ident="trait"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> +<?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?><elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" module="namesdates" ident="trait"> <gloss xml:lang="en" versionDate="2009-03-19">trait</gloss> <gloss versionDate="2009-03-19" xml:lang="fr">trait distinctif</gloss> <desc versionDate="2011-12-01" xml:lang="en">contains a description of some status or quality attributed to a person, place, or organization typically, but not necessarily, @@ -26,6 +22,7 @@ $Id$ <memberOf key="model.persStateLike"/> <memberOf key="model.placeStateLike"/> <memberOf key="att.dimensions"/> + <memberOf key="att.cmc"/> </classes> <content> <sequence> diff --git a/P5/Source/Specs/transcriptionDesc.xml b/P5/Source/Specs/transcriptionDesc.xml index 963d3c1322..ea2b4a1bd2 100644 --- a/P5/Source/Specs/transcriptionDesc.xml +++ b/P5/Source/Specs/transcriptionDesc.xml @@ -1,9 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" ident="transcriptionDesc" module="spoken"> <gloss versionDate="2022-06-16" xml:lang="en">transcription description</gloss> diff --git a/P5/Source/Specs/transpose.xml b/P5/Source/Specs/transpose.xml index eccfcdf492..2a00899d61 100644 --- a/P5/Source/Specs/transpose.xml +++ b/P5/Source/Specs/transpose.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" ident="transpose" module="transcr"> <desc versionDate="2013-04-16" xml:lang="en"> describes a single textual transposition as an ordered list diff --git a/P5/Source/Specs/tree.xml b/P5/Source/Specs/tree.xml index 40b2592cc2..fb60d50287 100644 --- a/P5/Source/Specs/tree.xml +++ b/P5/Source/Specs/tree.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="nets" ident="tree"> <gloss xml:lang="en" versionDate="2007-06-12">tree</gloss> diff --git a/P5/Source/Specs/triangle.xml b/P5/Source/Specs/triangle.xml index 3d2379cb77..0eeceaa997 100644 --- a/P5/Source/Specs/triangle.xml +++ b/P5/Source/Specs/triangle.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="nets" ident="triangle"> <gloss versionDate="2007-09-24" xml:lang="en">underspecified embedding tree, so called because of its diff --git a/P5/Source/Specs/typeDesc.xml b/P5/Source/Specs/typeDesc.xml index 1f08d51997..d289209798 100644 --- a/P5/Source/Specs/typeDesc.xml +++ b/P5/Source/Specs/typeDesc.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="msdescription" ident="typeDesc"> <gloss xml:lang="en" versionDate="2020-12-20">typeface description</gloss> diff --git a/P5/Source/Specs/typeNote.xml b/P5/Source/Specs/typeNote.xml index 7d9e6910be..311207cb6b 100644 --- a/P5/Source/Specs/typeNote.xml +++ b/P5/Source/Specs/typeNote.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="msdescription" ident="typeNote"> <gloss xml:lang="en" versionDate="2020-12-20">typographic note</gloss> diff --git a/P5/Source/Specs/u.xml b/P5/Source/Specs/u.xml index 85cab0b1f2..7996e27497 100644 --- a/P5/Source/Specs/u.xml +++ b/P5/Source/Specs/u.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="spoken" ident="u"> <gloss versionDate="2005-01-14" xml:lang="en">utterance</gloss> diff --git a/P5/Source/Specs/unclear.xml b/P5/Source/Specs/unclear.xml index 9c6a936f18..5413579bc2 100644 --- a/P5/Source/Specs/unclear.xml +++ b/P5/Source/Specs/unclear.xml @@ -1,16 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - Copyright TEI Consortium. - Dual-licensed under CC-by and BSD2 licences - See the file COPYING.txt for details - $Date$ - $Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="core" ident="unclear"> <gloss xml:lang="en" versionDate="2009-01-06">unclear</gloss> <gloss xml:lang="es" versionDate="2022-02-20">poco claro</gloss> <gloss versionDate="2009-01-06" xml:lang="fr">incertain</gloss> + <gloss versionDate="2024-06-05" xml:lang="de">unklar</gloss> <desc versionDate="2005-01-14" xml:lang="en">contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source.</desc> <desc versionDate="2007-12-20" xml:lang="ko">원본에서 읽거나 듣기 어려워서 분명하게 전사할 수 없는 단어, 구, 단락들을 포함한다.</desc> @@ -18,13 +13,11 @@ <desc versionDate="2008-04-05" xml:lang="ja">元資料からは判読できないまたは聞こえないという理由で、確実に転記でき ない語句や一節を示す。</desc> <desc versionDate="2009-01-06" xml:lang="fr">contient un mot, une expression ou bien un passage qui ne peut être transcrit avec certitude parce qu'il est illisible ou inaudible dans la source.</desc> - <desc versionDate="2022-02-20" xml:lang="es">contiene una palabra, frase o pasaje que no puede ser transcrito con certeza porque en la fuente es ilegible o inaudible. </desc> + <desc versionDate="2022-02-20" xml:lang="es">contiene una palabra, frase o pasaje que no puede ser transcrito con certeza porque en la fuente es ilegible o inaudible.</desc> <desc versionDate="2007-01-21" xml:lang="it">contiene una parola, una frase o un brano che non può essere trascritto con certezza perché è parzialmente illeggibile o incomprensibile nell'originale.</desc> - <desc versionDate="2016-11-24" xml:lang="de"> - enthält ein Wort, einen Satz oder eine Textpassage, welche in der Quelle nicht oder nur schwer lesbar bzw. hörbar ist. - </desc> + <desc versionDate="2016-11-24" xml:lang="de">enthält ein Wort, einen Satz oder eine Textpassage, welche in der Quelle nicht oder nur schwer lesbar bzw. hörbar ist.</desc> <classes> <memberOf key="att.global"/> <memberOf key="model.pPart.transcriptional"/> @@ -32,7 +25,8 @@ <memberOf key="model.choicePart"/> <memberOf key="att.editLike"/> <memberOf key="att.dimensions"/> - </classes> + <memberOf key="att.cmc"/> + </classes> <content> <macroRef key="macro.paraContent"/> </content> @@ -124,7 +118,7 @@ usually each word will refer to a single cause.</p> <desc versionDate="2007-06-27" xml:lang="en">damage results from rubbing of the leaf edges</desc> <desc versionDate="2007-12-20" xml:lang="ko">책장 모서리의 마모로 인한 훼손</desc> <desc versionDate="2007-05-02" xml:lang="zh-TW">損毀起因於書頁邊緣摩擦受損</desc> - <desc versionDate="2022-02-20" xml:lang="es">Daños resultantes del frotamiento de los bordes de la hoja. </desc> + <desc versionDate="2022-02-20" xml:lang="es">Daños resultantes del frotamiento de los bordes de la hoja.</desc> <desc versionDate="2008-04-05" xml:lang="ja">葉の端がこすれたことによる損傷。</desc> <desc versionDate="2008-03-30" xml:lang="fr">des dommages résultent du frottement des bords de la feuille</desc> diff --git a/P5/Source/Specs/undo.xml b/P5/Source/Specs/undo.xml index 6c5ac0c1fc..74fc3329f8 100644 --- a/P5/Source/Specs/undo.xml +++ b/P5/Source/Specs/undo.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - Copyright TEI Consortium. - Dual-licensed under CC-by and BSD2 licences - See the file COPYING.txt for details - $Date$ - $Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" ident="undo" module="transcr"> <desc versionDate="2013-04-16" xml:lang="en">indicates one or more marked-up interventions in a document diff --git a/P5/Source/Specs/unicodeProp.xml b/P5/Source/Specs/unicodeProp.xml index bd101b5109..accd341a78 100644 --- a/P5/Source/Specs/unicodeProp.xml +++ b/P5/Source/Specs/unicodeProp.xml @@ -1,4 +1,5 @@ -<?xml version="1.0" encoding="UTF-8"?><!-- Copyright TEI Consortium. Dual-licensed under CC-by and BSD2 licences See the file COPYING.txt for details $Date$ $Id$ --> +<?xml version="1.0" encoding="UTF-8"?> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec ident="unicodeProp" module="gaiji" xml:id="UNICODEPROP" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" diff --git a/P5/Source/Specs/unihanProp.xml b/P5/Source/Specs/unihanProp.xml index 453c7689de..b2615884e6 100644 --- a/P5/Source/Specs/unihanProp.xml +++ b/P5/Source/Specs/unihanProp.xml @@ -1,4 +1,5 @@ -<!-- Copyright TEI Consortium. Dual-licensed under CC-by and BSD2 licences See the file COPYING.txt for details $Date$ $Id$ --> +<?xml version="1.0" encoding="UTF-8"?> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec ident="unihanProp" module="gaiji" xml:id="UNIHANPROP" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" diff --git a/P5/Source/Specs/unit.xml b/P5/Source/Specs/unit.xml index 01a9b4aa1e..3cfea5f40e 100644 --- a/P5/Source/Specs/unit.xml +++ b/P5/Source/Specs/unit.xml @@ -1,23 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - Copyright TEI Consortium. - Dual-licensed under CC-by and BSD2 licences - See the file COPYING.txt for details - $Date$ - $Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="core" ident="unit"> <desc versionDate="2018-07-17" xml:lang="en">contains a symbol, a word or a phrase referring to a unit of measurement in any kind of formal or informal system.</desc> <desc versionDate="2018-07-17" xml:lang="de">enthält ein Symbol, ein Wort oder eine Phrase, die sich auf eine Maßeinheit in einem formellen oder informellen System bezieht.</desc> - <desc versionDate="2023-07-29" xml:lang="ja"> - 公式・非公式に関わらず、単位を表す記号や単語、語句を含む。 - </desc> + <desc versionDate="2023-07-29" xml:lang="ja">公式・非公式に関わらず、単位を表す記号や単語、語句を含む。</desc> <classes> <memberOf key="att.global"/> <memberOf key="att.typed"/> <memberOf key="model.measureLike"/> <memberOf key="att.measurement"/> + <memberOf key="att.cmc"/> </classes> <content> <macroRef key="macro.phraseSeq"/> diff --git a/P5/Source/Specs/unitDecl.xml b/P5/Source/Specs/unitDecl.xml index 3e979a9c6a..bc0265fc85 100644 --- a/P5/Source/Specs/unitDecl.xml +++ b/P5/Source/Specs/unitDecl.xml @@ -1,10 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?><!-- - Copyright TEI Consortium. - Dual-licensed under CC-by and BSD2 licences - See the file COPYING.txt for details - $Date$ - $Id$ ---><?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?><elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" module="header" ident="unitDecl"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> +<?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?><elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" module="header" ident="unitDecl"> <gloss versionDate="2018-07-18" xml:lang="en">unit declarations</gloss> <desc versionDate="2018-07-18" xml:lang="en">provides information about units of measurement that are not members of the International System of Units.</desc> <classes> diff --git a/P5/Source/Specs/unitDef.xml b/P5/Source/Specs/unitDef.xml index ae46a30382..2700be715c 100644 --- a/P5/Source/Specs/unitDef.xml +++ b/P5/Source/Specs/unitDef.xml @@ -1,10 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?><!-- - Copyright TEI Consortium. - Dual-licensed under CC-by and BSD2 licences - See the file COPYING.txt for details - $Date$ - $Id$ ---><?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?><elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" module="header" ident="unitDef"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> +<?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?><elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" module="header" ident="unitDef"> <gloss versionDate="2018-07-18" xml:lang="en">unit definition</gloss> <desc versionDate="2018-07-18" xml:lang="en">contains descriptive information related to a specific unit of measurement.</desc> <classes> diff --git a/P5/Source/Specs/usg.xml b/P5/Source/Specs/usg.xml index b36d90ac4c..6425b822f2 100644 --- a/P5/Source/Specs/usg.xml +++ b/P5/Source/Specs/usg.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="dictionaries" ident="usg"> <gloss versionDate="2005-01-14" xml:lang="en">usage</gloss> @@ -44,7 +38,7 @@ $Id$ <desc versionDate="2007-05-04" xml:lang="es">clasifica la información sobre el uso aplicando una tipología funcional.</desc> <desc versionDate="2007-01-21" xml:lang="it">classifica le informazioni sull'uso secondo una tipologia funzionale.</desc> <datatype><dataRef key="teidata.enumerated"/></datatype> - <valList type="open" mode="add"> + <valList type="open"> <valItem ident="geo"> <gloss versionDate="2007-07-04" xml:lang="en">geographic</gloss> <gloss versionDate="2007-12-20" xml:lang="ko">지리적</gloss> diff --git a/P5/Source/Specs/vAlt.xml b/P5/Source/Specs/vAlt.xml index d836d0410c..76b8696dc2 100644 --- a/P5/Source/Specs/vAlt.xml +++ b/P5/Source/Specs/vAlt.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="iso-fs" ident="vAlt"> <gloss versionDate="2007-07-05" xml:lang="en">value alternation</gloss> diff --git a/P5/Source/Specs/vColl.xml b/P5/Source/Specs/vColl.xml index 6f2bb26e5c..41d5e87dbb 100644 --- a/P5/Source/Specs/vColl.xml +++ b/P5/Source/Specs/vColl.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="iso-fs" ident="vColl"> <gloss versionDate="2005-09-29" xml:lang="en">collection of values</gloss> @@ -77,8 +71,7 @@ bag (multiset).</desc> <desc versionDate="2008-04-06" xml:lang="es">indica que los valores dados están ordenados como una bolsa (conjunto múltiple).</desc> <desc versionDate="2008-04-05" xml:lang="ja">バック(順序なし、重複あり)としてある値を示す。</desc> <desc versionDate="2008-03-30" xml:lang="fr">indique que les valeurs données sont -organisées en paquet (de plusieurs ensembles). -</desc> +organisées en paquet (de plusieurs ensembles).</desc> <desc versionDate="2007-01-21" xml:lang="it">indica che i valori dati sono organizzati in una borsa (insieme multiplo).</desc> </valItem> <valItem ident="list"> diff --git a/P5/Source/Specs/vDefault.xml b/P5/Source/Specs/vDefault.xml index 4ec3347a7e..9c23ea6d5a 100644 --- a/P5/Source/Specs/vDefault.xml +++ b/P5/Source/Specs/vDefault.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="iso-fs" ident="vDefault"> <gloss versionDate="2005-01-14" xml:lang="en">value default</gloss> diff --git a/P5/Source/Specs/vLabel.xml b/P5/Source/Specs/vLabel.xml index 531daeecc2..e36049018c 100644 --- a/P5/Source/Specs/vLabel.xml +++ b/P5/Source/Specs/vLabel.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="iso-fs" ident="vLabel"> <gloss versionDate="2005-01-14" xml:lang="en">value label</gloss> diff --git a/P5/Source/Specs/vMerge.xml b/P5/Source/Specs/vMerge.xml index e4f998ff28..fafba4f131 100644 --- a/P5/Source/Specs/vMerge.xml +++ b/P5/Source/Specs/vMerge.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="iso-fs" ident="vMerge"> <gloss versionDate="2007-07-05" xml:lang="en">merged collection of values</gloss> @@ -69,8 +63,7 @@ sont organisées en ensemble.</desc> <desc versionDate="2008-04-05" xml:lang="ja">結果として得られた値の構造が、バック(順序なし、重複あり)であ ることを示す。</desc> <desc versionDate="2008-03-30" xml:lang="fr">indique que les valeurs résultantes -sont organisées en paquet (de plusieurs ensembles). -</desc> +sont organisées en paquet (de plusieurs ensembles).</desc> <desc versionDate="2007-01-21" xml:lang="it">indica che i valori risultanti dall'unificazione sono organizzati in una borsa (insieme multiplo).</desc> </valItem> <valItem ident="list"> diff --git a/P5/Source/Specs/vNot.xml b/P5/Source/Specs/vNot.xml index 53bd40e940..02e5ac4b1e 100644 --- a/P5/Source/Specs/vNot.xml +++ b/P5/Source/Specs/vNot.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="iso-fs" ident="vNot"> <gloss versionDate="2007-07-05" xml:lang="en">value negation</gloss> diff --git a/P5/Source/Specs/vRange.xml b/P5/Source/Specs/vRange.xml index 8487f76541..e2c29bad4a 100644 --- a/P5/Source/Specs/vRange.xml +++ b/P5/Source/Specs/vRange.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="iso-fs" ident="vRange"> <gloss versionDate="2005-01-14" xml:lang="en">value range</gloss> diff --git a/P5/Source/Specs/val.xml b/P5/Source/Specs/val.xml index 9b1819e57d..983e06b0a8 100644 --- a/P5/Source/Specs/val.xml +++ b/P5/Source/Specs/val.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="tagdocs" ident="val"> <gloss versionDate="2005-01-14" xml:lang="en">value</gloss> diff --git a/P5/Source/Specs/valDesc.xml b/P5/Source/Specs/valDesc.xml index 972416ed92..20a81231bc 100644 --- a/P5/Source/Specs/valDesc.xml +++ b/P5/Source/Specs/valDesc.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="tagdocs" ident="valDesc"> <gloss versionDate="2005-01-14" xml:lang="en">value description</gloss> @@ -23,8 +17,7 @@ an attribute may take, additional to the information carried by the を示す。</desc> <desc versionDate="2007-06-12" xml:lang="fr">précise toute contrainte sémantique ou syntaxique sur la valeur que peut prendre un attribut, en supplément de l'information portée par - l'élément <gi>datatype</gi>. - </desc> + l'élément <gi>datatype</gi>.</desc> <desc versionDate="2007-05-04" xml:lang="es">especifica cualquier vínculo de tipo semántico o sintáctico respecto al valor que un atributo puede asumir, añadiendo informaciones referentes al elemento datatype.</desc> <desc versionDate="2007-01-21" xml:lang="it">specifica un qualsiasi vincolo di tipo semantico o sintattico rispetto al valore che un diff --git a/P5/Source/Specs/valItem.xml b/P5/Source/Specs/valItem.xml index c4e228718c..a2f0c381cd 100644 --- a/P5/Source/Specs/valItem.xml +++ b/P5/Source/Specs/valItem.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="tagdocs" ident="valItem"> <desc versionDate="2012-09-23" xml:lang="en">documents a single value in a predefined list of values.</desc> diff --git a/P5/Source/Specs/valList.xml b/P5/Source/Specs/valList.xml index 270a0d05f5..bc3ab4a215 100644 --- a/P5/Source/Specs/valList.xml +++ b/P5/Source/Specs/valList.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="tagdocs" ident="valList"> <gloss versionDate="2005-01-14" xml:lang="en">value list</gloss> diff --git a/P5/Source/Specs/variantEncoding.xml b/P5/Source/Specs/variantEncoding.xml index 6c8c8fc94e..51d2616312 100644 --- a/P5/Source/Specs/variantEncoding.xml +++ b/P5/Source/Specs/variantEncoding.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" module="textcrit" ident="variantEncoding"> <gloss xml:lang="en" versionDate="2020-12-20">variant encoding</gloss> diff --git a/P5/Source/Specs/view.xml b/P5/Source/Specs/view.xml index aebc363a62..66a71671dd 100644 --- a/P5/Source/Specs/view.xml +++ b/P5/Source/Specs/view.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="drama" ident="view"> <gloss xml:lang="en" versionDate="2007-06-12">view</gloss> diff --git a/P5/Source/Specs/vocal.xml b/P5/Source/Specs/vocal.xml index fb278b2858..e0aea2548f 100644 --- a/P5/Source/Specs/vocal.xml +++ b/P5/Source/Specs/vocal.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="spoken" ident="vocal"> <gloss xml:lang="en" versionDate="2009-04-17">vocal</gloss> @@ -26,6 +20,7 @@ $Id$ <memberOf key="att.timed"/> <memberOf key="att.ascribed.directed"/> <memberOf key="att.typed"/> + <memberOf key="att.cmc"/> </classes> <content> diff --git a/P5/Source/Specs/w.xml b/P5/Source/Specs/w.xml index 606d7f8867..42c214d0e0 100644 --- a/P5/Source/Specs/w.xml +++ b/P5/Source/Specs/w.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="analysis" ident="w"> <gloss versionDate="2005-01-14" xml:lang="en">word</gloss> @@ -32,6 +26,7 @@ $Id$ <memberOf key="att.typed"/> <memberOf key="att.linguistic"/> <memberOf key="att.notated"/> + <memberOf key="att.cmc"/> </classes> <content> <alternate minOccurs="0" maxOccurs="unbounded"> diff --git a/P5/Source/Specs/watermark.xml b/P5/Source/Specs/watermark.xml index 8e4dec88ee..f2b8f6f3ce 100644 --- a/P5/Source/Specs/watermark.xml +++ b/P5/Source/Specs/watermark.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="msdescription" xml:id="WATERMARK" ident="watermark"> <gloss xml:lang="en" versionDate="2007-06-12">watermark</gloss> diff --git a/P5/Source/Specs/when.xml b/P5/Source/Specs/when.xml index 3f21a63129..b69d351628 100644 --- a/P5/Source/Specs/when.xml +++ b/P5/Source/Specs/when.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright TEI Consortium. Dual-licensed under CC-by and BSD2 licences See the file COPYING.txt for details $Date$ $Id$ --> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="linking" ident="when"> <desc versionDate="2005-01-14" xml:lang="en">indicates a point in time either relative to other elements in the same timeline tag, or absolutely.</desc> @@ -40,8 +40,7 @@ <desc versionDate="2008-04-05" xml:lang="ja">親要素<gi>timeLine</gi>から継承されない場合、属性 <att>interval</att>で示される時間の単位を示す。</desc> <desc versionDate="2007-06-12" xml:lang="fr">spécifie l'unité de temps dans laquelle la valeur de l'attribut <att>interval</att> est exprimée, si elle n'est pas héritée de l'élément parent <gi>timeLine</gi>.</desc> <desc versionDate="2007-05-04" xml:lang="es">especifica la unidad temporal en la que se expresa el valor <att>interval</att>, si este valor no es heredado del padre <gi>timeline</gi>.</desc> - <desc versionDate="2007-01-21" xml:lang="it">specifica l'unità temporale nel quale è espresso l'attributo <att>interval</att>, se questo non è ereditato dal genitore <gi>timeline</gi> - </desc> + <desc versionDate="2007-01-21" xml:lang="it">specifica l'unità temporale nel quale è espresso l'attributo <att>interval</att>, se questo non è ereditato dal genitore <gi>timeline</gi></desc> <datatype><dataRef key="teidata.enumerated"/></datatype> <valList type="semi"> <valItem ident="d"> diff --git a/P5/Source/Specs/width.xml b/P5/Source/Specs/width.xml index 62855f778f..610d9418c8 100644 --- a/P5/Source/Specs/width.xml +++ b/P5/Source/Specs/width.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="msdescription" xml:id="WIDTH" ident="width"> <gloss xml:lang="en" versionDate="2007-06-12">width</gloss> diff --git a/P5/Source/Specs/wit.xml b/P5/Source/Specs/wit.xml index f153529f5f..9779c7992b 100644 --- a/P5/Source/Specs/wit.xml +++ b/P5/Source/Specs/wit.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="textcrit" ident="wit"> <gloss xml:lang="en" versionDate="2007-06-12">wit</gloss> diff --git a/P5/Source/Specs/witDetail.xml b/P5/Source/Specs/witDetail.xml index f9b40b0762..08983d6465 100644 --- a/P5/Source/Specs/witDetail.xml +++ b/P5/Source/Specs/witDetail.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="textcrit" ident="witDetail"> <gloss versionDate="2007-07-04" xml:lang="en">witness detail</gloss> diff --git a/P5/Source/Specs/witEnd.xml b/P5/Source/Specs/witEnd.xml index 3a163c4ffa..19fce91bd6 100644 --- a/P5/Source/Specs/witEnd.xml +++ b/P5/Source/Specs/witEnd.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="textcrit" ident="witEnd"> <gloss versionDate="2007-07-04" xml:lang="en">fragmented witness end</gloss> diff --git a/P5/Source/Specs/witStart.xml b/P5/Source/Specs/witStart.xml index 2c0569f149..8c42075373 100644 --- a/P5/Source/Specs/witStart.xml +++ b/P5/Source/Specs/witStart.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="textcrit" ident="witStart"> <gloss versionDate="2007-07-04" xml:lang="en">fragmented witness start</gloss> diff --git a/P5/Source/Specs/witness.xml b/P5/Source/Specs/witness.xml index fc5c9f4550..3e17e4ef15 100644 --- a/P5/Source/Specs/witness.xml +++ b/P5/Source/Specs/witness.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="textcrit" ident="witness"> <gloss xml:lang="en" versionDate="2007-06-12">witness</gloss> diff --git a/P5/Source/Specs/writing.xml b/P5/Source/Specs/writing.xml index d028c67a71..0052ec705f 100644 --- a/P5/Source/Specs/writing.xml +++ b/P5/Source/Specs/writing.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="spoken" ident="writing"> <gloss xml:lang="en" versionDate="2009-04-17">writing</gloss> @@ -25,6 +19,7 @@ $Id$ <memberOf key="att.ascribed.directed"/> <memberOf key="att.typed"/> <memberOf key="att.timed"/> + <memberOf key="att.cmc"/> </classes> <content> <macroRef key="macro.paraContent"/> diff --git a/P5/Source/Specs/xenoData.xml b/P5/Source/Specs/xenoData.xml index 7448af8d57..ba086b9f48 100644 --- a/P5/Source/Specs/xenoData.xml +++ b/P5/Source/Specs/xenoData.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" module="header" ident="xenoData"> <gloss versionDate="2015-05-30" xml:lang="en">non-TEI metadata</gloss> @@ -17,6 +11,7 @@ $Id$ <memberOf key="att.declarable"/> <memberOf key="att.typed"/> <memberOf key="model.teiHeaderPart"/> + <memberOf key="model.standOffPart"/> </classes> <content> <alternate> diff --git a/P5/Source/Specs/xr.xml b/P5/Source/Specs/xr.xml index 49947b3b1c..90be25df53 100644 --- a/P5/Source/Specs/xr.xml +++ b/P5/Source/Specs/xr.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="dictionaries" ident="xr"> <gloss versionDate="2005-01-14" xml:lang="en">cross-reference phrase</gloss> @@ -58,7 +52,7 @@ $Id$ <desc versionDate="2007-01-21" xml:lang="it">indica il tipo di riferimento incrociato secondo una tipologia funzionale</desc> <datatype><dataRef key="teidata.enumerated"/></datatype> - <valList type="open" mode="add"> + <valList type="open"> <valItem ident="syn"> <gloss versionDate="2007-07-04" xml:lang="en">synonym</gloss> <gloss versionDate="2007-12-20" xml:lang="ko">유의어</gloss> diff --git a/P5/Source/Specs/zone.xml b/P5/Source/Specs/zone.xml index f7487b0ac8..896b153c6e 100644 --- a/P5/Source/Specs/zone.xml +++ b/P5/Source/Specs/zone.xml @@ -1,11 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright TEI Consortium. -Dual-licensed under CC-by and BSD2 licences -See the file COPYING.txt for details -$Date$ -$Id$ ---> +<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> <elementSpec xmlns="http://www.tei-c.org/ns/1.0" ident="zone" module="transcr"> <desc versionDate="2011-11-20" xml:lang="en">defines any two-dimensional area within a <gi>surface</gi> @@ -46,8 +40,7 @@ element.</desc> <desc versionDate="2018-04-15" xml:lang="de">gibt das Ausmaß der Drehung (im Uhrzeigersinn) dieser <gi>zone</gi> an. Als Bezugspunkt gilt dabei die natürliche Ausrichtung des <gi>surface</gi>-Elternelements, die entweder im <gi>msDesc</gi>-Element beschrieben ist oder durch die Koordinaten des <gi>surface</gi>-Elements selbst. - Die Drehung wird in Bogengrad angegeben. - </desc> + Die Drehung wird in Bogengrad angegeben.</desc> <datatype minOccurs="1" maxOccurs="1"><dataRef key="teidata.count"/></datatype> <defaultVal>0</defaultVal> </attDef> diff --git a/P5/Source/guidelines-en.xml b/P5/Source/guidelines-en.xml index 4a4916a639..9f534b1500 100644 --- a/P5/Source/guidelines-en.xml +++ b/P5/Source/guidelines-en.xml @@ -113,6 +113,7 @@ $Id$ <include xmlns="http://www.w3.org/2001/XInclude" href="Guidelines/en/VE-Verse.xml"/> <include xmlns="http://www.w3.org/2001/XInclude" href="Guidelines/en/DR-PerformanceTexts.xml"/> <include xmlns="http://www.w3.org/2001/XInclude" href="Guidelines/en/TS-TranscriptionsofSpeech.xml"/> + <include xmlns="http://www.w3.org/2001/XInclude" href="Guidelines/en/CMC-ComputerMediatedCommunication.xml"/> <include xmlns="http://www.w3.org/2001/XInclude" href="Guidelines/en/DI-PrintDictionaries.xml"/> <include xmlns="http://www.w3.org/2001/XInclude" href="Guidelines/en/MS-ManuscriptDescription.xml"/> <include xmlns="http://www.w3.org/2001/XInclude" href="Guidelines/en/PH-PrimarySources.xml"/> diff --git a/P5/Test/detest.odd b/P5/Test/detest.odd index ed347586ac..c9ed1b0dd1 100644 --- a/P5/Test/detest.odd +++ b/P5/Test/detest.odd @@ -65,6 +65,7 @@ <moduleRef key="header"/> <moduleRef key="core"/> <moduleRef key="tei"/> + <moduleRef key="cmc"/> <moduleRef key="textstructure"/> <moduleRef key="analysis"/> <moduleRef key="textcrit"/> @@ -77,8 +78,11 @@ <elementSpec ident="p" mode="change"> <constraintSpec mode="add" ident="c1" scheme="schematron"> <constraint> - <sch:report test="tei:list"> - lists inside paragraphs not supported </sch:report> + <sch:rule context="p"> + <sch:report test="tei:list"> + lists inside paragraphs not supported + </sch:report> + </sch:rule> </constraint> </constraintSpec> <constraintSpec mode="add" ident="c2" scheme="schematron"> @@ -161,18 +165,20 @@ <elementSpec ident="div" mode="change"> <constraintSpec mode="add" ident="canondiv" scheme="schematron"> <constraint> - <sch:report test="@type='canon' and parent::tei:div/@type='canon'"> - divs of type 'canon' may not be nested - </sch:report> - <sch:report test="@type='canon' and parent::tei:div/@type='register'"> - divs of type 'canon' may not be nested within 'register' - </sch:report> - <sch:report test="@type='canon' and count (tei:div[@type='canonText']) >1"> - divs of type 'canon' may contain only one 'canonText' - </sch:report> - <sch:report test="@type='canonText' and not(parent::tei:div[@type='canon'])"> - divs of type 'canonText' can only occur inside 'canon' - </sch:report> + <sch:rule context="div"> + <sch:report test="@type eq 'canon' and parent::tei:div/@type eq 'canon'"> + divs of type 'canon' may not be nested + </sch:report> + <sch:report test="@type eq 'canon' and parent::tei:div/@type eq 'register'"> + divs of type 'canon' may not be nested within 'register' + </sch:report> + <sch:report test="@type eq 'canon' and count( tei:div[ @type eq 'canonText'] ) gt 1"> + divs of type 'canon' may contain only one 'canonText' + </sch:report> + <sch:report test="@type eq 'canonText' and not( parent::tei:div[ @type eq 'canon'] )"> + divs of type 'canonText' can only occur inside 'canon' + </sch:report> + </sch:rule> </constraint> </constraintSpec> </elementSpec> @@ -456,6 +462,15 @@ <sch:report test="false()">This rule never fires.</sch:report> </constraint> </constraintSpec> + <constraintSpec ident="test_contextless_report" scheme="schematron"> + <desc>This <gi>constraintSpec</gi> is invalid because it + has an <gi>sch:report</gi> that does not have a context + (i.e., does not have a <tag>sch:rule + context="…"</tag>.)</desc> + <constraint> + <sch:report test="false()">This rule never fires.</sch:report> + </constraint> + </constraintSpec> <!-- * The following <constraintSpec>s have an @ident that * is of the form @@ -469,14 +484,18 @@ <!-- This should *not* raise an error, as ISO Schematron is allowed inside constraintSpec/schematron --> <constraint> - <sch:assert test="true()"/> + <sch:rule context="*"> + <sch:assert test="true()"/> + </sch:rule> </constraint> </constraintSpec> <constraintSpec scheme="isoschematron" ident="isoschematron_isoschematron_error"> <!-- This should raise an error now, as "isoschematron" is no longer allowed. --> <constraint> - <sch:assert test="true()"/> + <sch:rule context="*"> + <sch:assert test="true()"/> + </sch:rule> </constraint> </constraintSpec> </elementSpec> diff --git a/P5/Test/detest.xml b/P5/Test/detest.xml index 58ca3db948..8e2b4719d1 100644 --- a/P5/Test/detest.xml +++ b/P5/Test/detest.xml @@ -70,7 +70,7 @@ <delSpan/> </p> <p>This tests the constraint that every <gi>lg</gi> element - should have at least one of <gi>lg</gi>, <gi>lg</gi> or + should have at least one of <gi>l</gi>, <gi>lg</gi> or <gi>gap</gi> inside it.</p> <p>Added by MDH.</p> @@ -100,6 +100,36 @@ <p><date when="2012-09-06" calendar="http://en.wikipedia.org/wiki/Gregorian_calendar"/></p> </div> + <div> + <head generatedBy="human">For CMC</head> + <ab>The heading above should be invalid due to a + <att>generatedBy</att> that is not on a <gi>post</gi> + or descendant thereof.</ab> + <post xml:id="cmc_detest_p01" generatedBy="errorMaker"> + This post should be invalid due to an illegal value of <att>generatedBy</att> + </post> + <post xml:id="cmc_detest_p02" generatedBy="human"> + This post should be valid. + </post> + <post xml:id="cmc_detest_p03" generatedBy="human" replyTo="#cmc_detest_p01"> + This post should be valid. + <signed generatedBy="system"> + Well, this signature was not really generated by the + system, but is here to test that it could have been. + </signed> + </post> + <post xml:id="cmc_detest_p04" modality="rollin’"> + This post should be invalid due to an illegal value of <att>modality</att> + </post> + <div> + <p> + <s generatedBy="human">This sentence should flag an + error, as the <att>generatedBy</att> is not within a + <gi>post</gi>.</s> + </p> + </div> + </div> + <div type="testingSpan"> <p><del>This has some content which is OK </del> <delSpan spanTo="#ds1"/>This one doesn't<anchor xml:id="ds1"/> but that's also OK. diff --git a/P5/Test/expected-results/detest_odd_schematron.log b/P5/Test/expected-results/detest_odd_schematron.log index e5813482e5..f077d3bd12 100644 --- a/P5/Test/expected-results/detest_odd_schematron.log +++ b/P5/Test/expected-results/detest_odd_schematron.log @@ -1,11 +1,11 @@ -Buildfile: /TEI/P5/Test/antruntest.xml +Buildfile: /home/syd/Documents/TEI_gitHub/P5/Test/antruntest.xml validateodd: [echo] Validate detest.odd as ODD ... [echo] ... against RelaxNG (../p5odds.rng) with jing ... [echo] ... against Schematron (../p5odds.message.isosch.xsl) with Saaxon via trax - [xslt] Processing /TEI/P5/Test/detest.odd to /dev/null - [xslt] Loading stylesheet /TEI/P5/p5odds.message.isosch.xsl + [xslt] Processing /home/syd/Documents/TEI_gitHub/P5/Test/detest.odd to /dev/null + [xslt] Loading stylesheet /home/syd/Documents/TEI_gitHub/P5/p5odds.message.isosch.xsl [xslt] [xslt] Error: both the versionDate and xml:lang attributes on "remarks" are required when it is a child of "elementSpec". [xslt] (@xml:lang and @versionDate) @@ -33,6 +33,7 @@ validateodd: [xslt] Rules [xslt] in the ISO Schematron language must be inside a constraintSpec [xslt] with the value 'schematron' on the scheme attribute (tei:constraint/sch:* and not( @scheme eq 'schematron')) + [xslt] The use of an <sch:assert> or <sch:report> that does not have a context (i.e., does not have an ancestor <sch:rule> with a @context attribute) in an ISO Schematron constraint specification is deprecated, and will become invalid after 2025-03-15. (( $assertsHaveContext, $reportsHaveContext ) = false() / warning) [xslt] The @scheme attribute of <constraintSpec> is required when the @mode is not specified. (@scheme) [xslt] The @scheme attribute of <constraintSpec> is required when the @mode is "replace". (@scheme) [xslt] Since the @default-is-in-list-req attribute is required, it will always be specified. Thus the default value (of "ONE") will never be used. Either change the definition of the attribute so it is not required ("rec" or "opt"), or remove the defaultVal element. (tei:defaultVal) @@ -51,4 +52,4 @@ validateodd: [xslt] values (string(tei:defaultVal) = tei:valList/tei:valItem/@ident) BUILD SUCCESSFUL -Total time: 3 seconds +Total time: 0 seconds diff --git a/P5/Test/expected-results/detest_xml_relaxng.log b/P5/Test/expected-results/detest_xml_relaxng.log index 1d50cb2506..396e10c622 100644 --- a/P5/Test/expected-results/detest_xml_relaxng.log +++ b/P5/Test/expected-results/detest_xml_relaxng.log @@ -6,22 +6,22 @@ required: element http://www.tei-c.org/ns/1.0^desc element http://www.tei-c.org/ns/1.0^label element http://www.tei-c.org/ns/1.0^lg -detest.xml:165:10: error: attribute ^truth with invalid value "no" +detest.xml:195:10: error: attribute ^truth with invalid value "no" required: data http://www.w3.org/2001/XMLSchema-datatypes^boolean -detest.xml:167:10: error: attribute http://www.w3.org/XML/1998/namespace^lang not allowed +detest.xml:197:10: error: attribute http://www.w3.org/XML/1998/namespace^lang not allowed required: after -detest.xml:170:10: error: attribute ^enumerated with invalid value " dog breath" +detest.xml:200:10: error: attribute ^enumerated with invalid value " dog breath" required: data http://www.w3.org/2001/XMLSchema-datatypes^token -detest.xml:175:10: error: attribute ^name with invalid value "123" +detest.xml:205:10: error: attribute ^name with invalid value "123" required: data http://www.w3.org/2001/XMLSchema-datatypes^Name -detest.xml:184:10: error: unfinished content of element http://www.tei-c.org/ns/1.0^lg +detest.xml:214:10: error: unfinished content of element http://www.tei-c.org/ns/1.0^lg required: element http://www.tei-c.org/ns/1.0^l -detest.xml:211:37: error: invalid data or text not allowed +detest.xml:241:37: error: invalid data or text not allowed required: element http://www.tei-c.org/ns/1.0^add element http://www.tei-c.org/ns/1.0^surplus @@ -33,34 +33,34 @@ required: element http://www.tei-c.org/ns/1.0^cb element http://www.tei-c.org/ns/1.0^fw element http://www.tei-c.org/ns/1.0^anchor -detest.xml:231:11: error: attribute ^target with invalid value "#spanTest" +detest.xml:261:11: error: attribute ^target with invalid value "#spanTest" required: data http://www.w3.org/2001/XMLSchema-datatypes^anyURI -detest.xml:237:11: error: missing attributes of http://www.tei-c.org/ns/1.0^media +detest.xml:267:11: error: missing attributes of http://www.tei-c.org/ns/1.0^media required: attribute ^url -detest.xml:238:11: error: missing attributes of http://www.tei-c.org/ns/1.0^media +detest.xml:268:11: error: missing attributes of http://www.tei-c.org/ns/1.0^media required: attribute ^mimeType -detest.xml:244:51: error: invalid data or text not allowed +detest.xml:274:51: error: invalid data or text not allowed required: after -detest.xml:245:41: error: invalid data or text not allowed +detest.xml:275:41: error: invalid data or text not allowed required: after -detest.xml:246:61: error: invalid data or text not allowed +detest.xml:276:61: error: invalid data or text not allowed required: after -detest.xml:247:25: error: invalid data or text not allowed +detest.xml:277:25: error: invalid data or text not allowed required: after -detest.xml:311:12: error: element http://www.tei-c.org/ns/1.0^altIdentifier not allowed +detest.xml:341:12: error: element http://www.tei-c.org/ns/1.0^altIdentifier not allowed required: element http://www.tei-c.org/ns/1.0^msIdentifier -detest.xml:314:10: error: unfinished content of element http://www.tei-c.org/ns/1.0^msPart +detest.xml:344:10: error: unfinished content of element http://www.tei-c.org/ns/1.0^msPart required: element http://www.tei-c.org/ns/1.0^msIdentifier -detest.xml:343:10: error: element http://www.tei-c.org/ns/1.0^idno not allowed +detest.xml:373:10: error: element http://www.tei-c.org/ns/1.0^idno not allowed required: after allowed: @@ -73,7 +73,7 @@ allowed: element http://www.tei-c.org/ns/1.0^listRef element http://www.tei-c.org/ns/1.0^relatedItem element http://www.tei-c.org/ns/1.0^citedRange -detest.xml:411:12: error: attribute ^target with invalid value "" +detest.xml:441:12: error: attribute ^target with invalid value "" required: data http://www.w3.org/2001/XMLSchema-datatypes^anyURI error: some documents are invalid diff --git a/P5/Test/expected-results/detest_xml_schematron.log b/P5/Test/expected-results/detest_xml_schematron.log index a7f9a9332e..c2e7ec994c 100644 --- a/P5/Test/expected-results/detest_xml_schematron.log +++ b/P5/Test/expected-results/detest_xml_schematron.log @@ -1,3 +1,5 @@ +The @generatedBy attribute is for use within a <post> element. (ancestor-or-self::tei:post) +The @generatedBy attribute is for use within a <post> element. (ancestor-or-self::tei:post) The abbr element should not be categorized in detail with @subtype unless also categorized in general with @type (@type) The div element should not be categorized in detail with @subtype unless also categorized in general with @type (@type) @@ -12,8 +14,6 @@ The element indicated by @spanTo (notMeaningful) must follow the current element @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this date element has no textual content. (string-length( normalize-space(.) ) gt 0) - - lists inside paragraphs not supported (tei:list) @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this date element has no textual content. (string-length( normalize-space(.) ) gt 0) @@ -33,8 +33,7 @@ The content of a "gloss" list should include a sequence of one or more pairs of @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this date element has no textual content. (string-length( normalize-space(.) ) gt 0) -An lg element - must contain at least one child l, lg, or gap element. (count(descendant::tei:lg|descendant::tei:l|descendant::tei:gap) > 0) +An lg element must contain at least one child l, lg, or gap element. (count(descendant::tei:lg|descendant::tei:l|descendant::tei:gap) > 0) @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this date element has no textual content. (string-length( normalize-space(.) ) gt 0) @@ -51,7 +50,8 @@ An lg element systems or calendars to which the date represented by the content of this element belongs, but this date element has no textual content. (string-length( normalize-space(.) ) gt 0) -On quotation, either the @marks attribute should be used, or a paragraph of description provided (not(@marks) and not (tei:p)) + On quotation, either the @marks attribute should be used, or a paragraph of description provided + (not( @marks ) and not( tei:p )) @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this date element has no textual content. (string-length( normalize-space(.) ) gt 0) @@ -70,25 +70,16 @@ On quotation, either the @marks attribute should be used, or a paragraph of desc @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this date element has no textual content. (string-length( normalize-space(.) ) gt 0) +You may not nest one s element within another: use seg instead (tei:s) - divs of type 'canon' may contain only one 'canonText' - (@type='canon' and count (tei:div[@type='canonText']) >1) - - divs of type 'canon' may not be nested - (@type='canon' and parent::tei:div/@type='canon') - - divs of type 'canon' may not be nested within 'register' - (@type='canon' and parent::tei:div/@type='register') -You may not nest one s element within - another: use seg instead (tei:s) - -Only one of the attributes @target and @from may be supplied on span + Only one of the attributes @target and @from may be supplied on span (@from and @target) -Only one of the attributes @target and @to may be supplied on span + Only one of the attributes @target and @to may be supplied on span (@to and @target) -If @to is supplied on span, @from must be supplied as well (@to and not(@from)) + If @to is supplied on span, @from must be supplied as well + (@to and not(@from)) The @location value "external" is inconsistent with the parallel-segmentation method of apparatus markup. (@location eq 'external' and @method eq 'parallel-segmentation') @@ -172,6 +163,7 @@ In the context of tagset documentation, the listRef element must not self-nest. In the context of tagset documentation, each ptr or ref element inside a listRef must have a target attribute with only 1 pointer as its value. (@target and not( matches( @target,'\s') )) In the context of tagset documentation, each ptr or ref element inside a listRef must have a target attribute with only 1 pointer as its value. (@target and not( matches( @target,'\s') )) -The @new attribute should always be supplied; use the special value -"normal" to indicate that the feature concerned ceases to be -remarkable at this point. (@new / warning) + The @new attribute should always be supplied; use the special value + "normal" to indicate that the feature concerned ceases to be + remarkable at this point. + (@new / warning) diff --git a/P5/Test/testmeta2010.odd b/P5/Test/testmeta2010.odd index b7b011b5f0..4474846293 100644 --- a/P5/Test/testmeta2010.odd +++ b/P5/Test/testmeta2010.odd @@ -8,8 +8,8 @@ <title>Testing new ODD features added spring 2010 -

- +

+

authored from scratch

@@ -20,27 +20,27 @@

First, define the very bare list of the elements we expect to see in the output schema. Just these elements, no more and no less.

- - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -51,9 +51,10 @@ - list - too short + + list too short + + @@ -103,93 +104,92 @@ -

Now add an element in another namespace, implementing parts of TBX. The admin element has hi as its content model, but the TBX one and not the TEI one.

- - Contains information of an administrative nature for the node (parent element) - in question, such as the source of information, or the project or client for - which it applies. - - - - - - - - - - Highlights a segment of text and optionally points to another element. - - - - + + Contains information of an administrative nature for the node (parent element) + in question, such as the source of information, or the project or client for + which it applies. + + + + + + + + + + Highlights a segment of text and optionally points to another element. + + + +

The schema built using version 1.5 of TEI P5

- - - - - + + + + +

The schema build using a tei: URI

- - - - - + + + + +

Including attribute classes

- - - - - - + + + + + +

The schema build using defaults

- - - - + + + + diff --git a/P5/Utilities/TEI-to-tei_customization.xslt b/P5/Utilities/TEI-to-tei_customization.xslt index a7c9400eb7..1ab97678df 100644 --- a/P5/Utilities/TEI-to-tei_customization.xslt +++ b/P5/Utilities/TEI-to-tei_customization.xslt @@ -53,30 +53,34 @@ + + Added sch:rule elements PRN to avoid new warning + about contextless Schematron. + - - Remove the altIdent-only-NCName - constraint, as it is no longer needed — the content of - altIdent in P5 is now just xs:NCName. + + Remove the altIdent-only-NCName + constraint, as it is no longer needed — the content of + altIdent in P5 is now just xs:NCName. update to use version 4.6.0 of P5 - Per TEI ticket - #2285 disallow altIdent as a direct child of - classSpec, constraintSpec, - dataSpec, macroSpec; thus leaving it as - only available as a child of attDef, - elementSpec, and valItem. In order to do - this, remove altIdent from model.identSynonyms (leaving that class - with only gloss and equiv, i.e. the same - as model.identEquiv, sigh) and add - it back to attDef and valItem. - + Per TEI ticket + #2285 disallow altIdent as a direct child of + classSpec, constraintSpec, + dataSpec, macroSpec; thus leaving it as + only available as a child of attDef, + elementSpec, and valItem. In order to do + this, remove altIdent from model.identSynonyms (leaving that class + with only gloss and equiv, i.e. the same + as model.identEquiv, sigh) and add + it back to attDef and valItem. + - We will soon not allow more than 1 child of content, - so updated the content model of schemaSpec to have - only 1 child (in this case, sequence). + We will soon not allow more than 1 child of content, + so updated the content model of schemaSpec to have + only 1 child (in this case, sequence). Since - Fix bug in only-1-per contraint (which was added - 674 days ago — why did this bug last even 1 day?) + Fix bug in only-1-per contraint (which was added + 674 days ago — why did this bug last even 1 day?) - Changes for Pure ODD: - + Changes for Pure ODD: + constrain content of content delete att.global.rendition and att.global.responsibility + type="class" >att.global.responsibility delete allowText (as I think TEI has decided to go with textNode instead) require key of elementRef @@ -214,8 +218,8 @@ - Changes for Pure ODD: - + Changes for Pure ODD: + constrain key of classRef, elementRef, and macroRef constrain include and except of classRef, also @@ -235,9 +239,9 @@ - Add constraint only-1-per, which warns user iff - there are more than 1 elementSpec with the same - ident + Add constraint only-1-per, which warns user iff + there are more than 1 elementSpec with the same + ident @@ -262,11 +266,11 @@ - Added sch:pattern to list of elements allowed inside - constraint. + Added sch:pattern to list of elements allowed inside + constraint. - Remove the new notatedMusic and gb elments. + Remove the new notatedMusic and gb elments. @@ -277,7 +281,7 @@ - Test that required elements are not removed. + Test that required elements are not removed. @@ -288,8 +292,8 @@ - Beefed up prose, then corrections per Julia, including - changing name of language (and thus prefix). + Beefed up prose, then corrections per Julia, including + changing name of language (and thus prefix). @@ -313,18 +317,18 @@ - Constrain ident of classSpec. + Constrain ident of classSpec. - During workshop: - + During workshop: + constrain start of schemaSpec constrain key of elmentRef improve remakrs of constraint so that it correctly reflects that we only permit ISO Schematron constrain content of altIdent, unless it is a child of valItem - + @@ -746,28 +750,37 @@ - + - + required modules - missing one or more of the required modules (tei, core, header, - textstructure). + + missing one or more of the required modules (tei, core, header, textstructure). + @@ -1122,25 +1135,25 @@ - adding altIdent to content model because it was removed from model.identSynonyms - - - - - - - - - - - - - - - - - - + adding altIdent to content model because it was removed from model.identSynonyms + + + + + + + + + + + + + + + + + + @@ -1150,25 +1163,25 @@ - adding altIdent to content model because it was removed from model.identSynonyms - - - - - - - - - - - - - - - - - - + adding altIdent to content model because it was removed from model.identSynonyms + + + + + + + + + + + + + + + + + +
@@ -1204,43 +1217,48 @@
- in a customization ODD, the mode= attribute of - <elementSpec> should be specified - the module= attribute of <elementSpec> must be specified anytime the mode= is - not 'add' + + + in a customization ODD, the mode= attribute of <elementSpec> should be specified + + + the module= attribute of <elementSpec> must be specified anytime the mode= is not 'add' + + - + Current ODD processors will not correctly handle more than one <elementSpec> with the same @ident + - Removing <TEI> from your - schema guarantees it is not TEI conformant - Removing <teiHeader> - from your schema guarantees it is not TEI conformant - Removing <fileDesc> from - your schema guarantees it is not TEI conformant - Removing <titleStmt> - from your schema guarantees it is not TEI conformant - Removing <title> from your - schema guarantees it is not TEI conformant - Removing - <publicationStmt> from your schema guarantees it is not TEI - conformant - Removing <sourceDesc> - from your schema guarantees it is not TEI conformant + + Removing <TEI> from your + schema guarantees it is not TEI conformant + Removing <teiHeader> + from your schema guarantees it is not TEI conformant + Removing <fileDesc> from + your schema guarantees it is not TEI conformant + Removing <titleStmt> + from your schema guarantees it is not TEI conformant + Removing <title> from your + schema guarantees it is not TEI conformant + Removing + <publicationStmt> from your schema guarantees it is not TEI + conformant + Removing <sourceDesc> + from your schema guarantees it is not TEI conformant + - + When adding a new element (whether replacing an old one or not), a content model must be specified; but this <elementSpec> does not have a <content> child. @@ -1362,9 +1380,9 @@
- - - + + + @@ -1514,18 +1532,17 @@ - - The @xml:id "" on <> duplicates an @xml:id found earlier in the document + + + The @xml:id "" on <> duplicates an @xml:id found earlier in the document + - diff --git a/P5/Utilities/guidelines.xsl.model b/P5/Utilities/guidelines.xsl.model index 691e2491e8..a556447a11 100644 --- a/P5/Utilities/guidelines.xsl.model +++ b/P5/Utilities/guidelines.xsl.model @@ -125,12 +125,14 @@ false - + + TEI P5: Guidelines for Electronic Text and Interchange @@ -144,12 +146,13 @@ - + THIS IS A GENERATED FILE. DO NOT EDIT (97) @@ -195,12 +198,13 @@ - + THIS IS A GENERATED FILE. DO NOT EDIT (98) diff --git a/P5/VERSION b/P5/VERSION index f6cdf40983..88f181192c 100644 --- a/P5/VERSION +++ b/P5/VERSION @@ -1 +1 @@ -4.7.0 +4.8.0 diff --git a/P5/p5odds-examples.odd b/P5/p5odds-examples.odd index 002aaa8dd5..e6d36531fc 100644 --- a/P5/p5odds-examples.odd +++ b/P5/p5odds-examples.odd @@ -1,5 +1,5 @@ - + @@ -16,13 +16,14 @@ - + + + - @@ -41,9 +42,9 @@ - - - + + + diff --git a/P5/p5odds.odd b/P5/p5odds.odd index 1b7af79fb8..b448cf55ac 100644 --- a/P5/p5odds.odd +++ b/P5/p5odds.odd @@ -183,8 +183,10 @@ $Id$ if you really want a newline at the end, follow it with U+00A0. - trailing newline not allowed - leading newline not allowed + + trailing newline not allowed + leading newline not allowed + @@ -625,10 +627,12 @@ $Id$ + + @@ -714,9 +718,9 @@ $Id$ - - Error: TEI element must be member of att.global class - + + Error: TEI element must be member of att.global class + @@ -724,14 +728,14 @@ $Id$ - - - - Error: There should only be one element per - language. Merge the contents of multiple elements + + + + Error: There should only be one element per + language. Merge the contents of multiple elements using separate p elements. - - + + @@ -740,7 +744,9 @@ $Id$ - The <altIdent> element should only be used as a child of <elementSpec>, <attDef>, or <valItem>. + + The <altIdent> element should only be used as a child of <elementSpec>, <attDef>, or <valItem>. + diff --git a/P5/spec_lists.json b/P5/spec_lists.json index feacc562e9..8922cf27a8 100644 --- a/P5/spec_lists.json +++ b/P5/spec_lists.json @@ -1 +1 @@ -{"elements":[{"id":"teiHeader","URL":"teiHeader.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"fileDesc","URL":"fileDesc.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"titleStmt","URL":"titleStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"sponsor","URL":"sponsor.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"funder","URL":"funder.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"principal","URL":"principal.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"editionStmt","URL":"editionStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"edition","URL":"edition.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"extent","URL":"extent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"publicationStmt","URL":"publicationStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"distributor","URL":"distributor.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"authority","URL":"authority.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"idno","URL":"idno.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"availability","URL":"availability.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"licence","URL":"licence.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"seriesStmt","URL":"seriesStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"notesStmt","URL":"notesStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"sourceDesc","URL":"sourceDesc.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"biblFull","URL":"biblFull.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"encodingDesc","URL":"encodingDesc.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"schemaRef","URL":"schemaRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"projectDesc","URL":"projectDesc.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"samplingDecl","URL":"samplingDecl.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"editorialDecl","URL":"editorialDecl.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"correction","URL":"correction.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"normalization","URL":"normalization.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"quotation","URL":"quotation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"hyphenation","URL":"hyphenation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"segmentation","URL":"segmentation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"stdVals","URL":"stdVals.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"interpretation","URL":"interpretation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"punctuation","URL":"punctuation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"tagsDecl","URL":"tagsDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"tagUsage","URL":"tagUsage.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"namespace","URL":"namespace.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"rendition","URL":"rendition.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"styleDefDecl","URL":"styleDefDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"refsDecl","URL":"refsDecl.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"citeStructure","URL":"citeStructure.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"citeData","URL":"citeData.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"cRefPattern","URL":"cRefPattern.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"prefixDef","URL":"prefixDef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listPrefixDef","URL":"listPrefixDef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"refState","URL":"refState.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"classDecl","URL":"classDecl.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"taxonomy","URL":"taxonomy.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"category","URL":"category.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"catDesc","URL":"catDesc.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"geoDecl","URL":"geoDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"unitDecl","URL":"unitDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"unitDef","URL":"unitDef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"conversion","URL":"conversion.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"appInfo","URL":"appInfo.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"application","URL":"application.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"profileDesc","URL":"profileDesc.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"handNote","URL":"handNote.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"abstract","URL":"abstract.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"creation","URL":"creation.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"langUsage","URL":"langUsage.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"language","URL":"language.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"textClass","URL":"textClass.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"keywords","URL":"keywords.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"classCode","URL":"classCode.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"catRef","URL":"catRef.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"calendarDesc","URL":"calendarDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"calendar","URL":"calendar.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"correspDesc","URL":"correspDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"correspAction","URL":"correspAction.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"correspContext","URL":"correspContext.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"xenoData","URL":"xenoData.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"revisionDesc","URL":"revisionDesc.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"change","URL":"change.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"p","URL":"p.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"foreign","URL":"foreign.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"emph","URL":"emph.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"hi","URL":"hi.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"distinct","URL":"distinct.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"said","URL":"said.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"quote","URL":"quote.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"q","URL":"q.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"cit","URL":"cit.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"mentioned","URL":"mentioned.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"soCalled","URL":"soCalled.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"desc","URL":"desc.xml","de":{"out-of-date":true,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"gloss","URL":"gloss.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"term","URL":"term.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"ruby","URL":"ruby.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"rb","URL":"rb.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"rt","URL":"rt.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"sic","URL":"sic.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"corr","URL":"corr.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"choice","URL":"choice.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"reg","URL":"reg.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"orig","URL":"orig.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"gap","URL":"gap.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"ellipsis","URL":"ellipsis.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"add","URL":"add.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"del","URL":"del.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"unclear","URL":"unclear.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"name","URL":"name.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"rs","URL":"rs.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"email","URL":"email.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"address","URL":"address.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"addrLine","URL":"addrLine.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"street","URL":"street.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"postCode","URL":"postCode.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"postBox","URL":"postBox.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"num","URL":"num.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"measure","URL":"measure.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"measureGrp","URL":"measureGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"unit","URL":"unit.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"date","URL":"date.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"time","URL":"time.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"abbr","URL":"abbr.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"expan","URL":"expan.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"ptr","URL":"ptr.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"ref","URL":"ref.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"list","URL":"list.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"item","URL":"item.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"label","URL":"label.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"head","URL":"head.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"headLabel","URL":"headLabel.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"headItem","URL":"headItem.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"note","URL":"note.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"noteGrp","URL":"noteGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"index","URL":"index.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"media","URL":"media.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"graphic","URL":"graphic.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"binaryObject","URL":"binaryObject.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"milestone","URL":"milestone.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"gb","URL":"gb.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"pb","URL":"pb.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"lb","URL":"lb.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"cb","URL":"cb.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"analytic","URL":"analytic.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"monogr","URL":"monogr.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"series","URL":"series.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"author","URL":"author.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"editor","URL":"editor.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"respStmt","URL":"respStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"resp","URL":"resp.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"title","URL":"title.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"meeting","URL":"meeting.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"imprint","URL":"imprint.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"publisher","URL":"publisher.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"biblScope","URL":"biblScope.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"citedRange","URL":"citedRange.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"pubPlace","URL":"pubPlace.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"bibl","URL":"bibl.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"biblStruct","URL":"biblStruct.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"listBibl","URL":"listBibl.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"relatedItem","URL":"relatedItem.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"l","URL":"l.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"lg","URL":"lg.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"sp","URL":"sp.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"speaker","URL":"speaker.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"stage","URL":"stage.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"TEI","URL":"TEI.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teiCorpus","URL":"teiCorpus.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"text","URL":"text.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"body","URL":"body.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"group","URL":"group.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"floatingText","URL":"floatingText.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"div","URL":"div.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"div1","URL":"div1.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"div2","URL":"div2.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"div3","URL":"div3.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"div4","URL":"div4.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"div5","URL":"div5.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"div6","URL":"div6.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"div7","URL":"div7.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"divGen","URL":"divGen.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"trailer","URL":"trailer.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"byline","URL":"byline.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"dateline","URL":"dateline.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"argument","URL":"argument.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"epigraph","URL":"epigraph.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"opener","URL":"opener.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"closer","URL":"closer.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"salute","URL":"salute.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"signed","URL":"signed.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"postscript","URL":"postscript.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"titlePage","URL":"titlePage.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"docTitle","URL":"docTitle.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"titlePart","URL":"titlePart.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"docAuthor","URL":"docAuthor.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"imprimatur","URL":"imprimatur.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"docEdition","URL":"docEdition.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"docImprint","URL":"docImprint.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"docDate","URL":"docDate.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"front","URL":"front.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"back","URL":"back.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"g","URL":"g.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"charDecl","URL":"charDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"char","URL":"char.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"glyph","URL":"glyph.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"localProp","URL":"localProp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"mapping","URL":"mapping.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"unihanProp","URL":"unihanProp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"unicodeProp","URL":"unicodeProp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"metDecl","URL":"metDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"metSym","URL":"metSym.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"caesura","URL":"caesura.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"rhyme","URL":"rhyme.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"set","URL":"set.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"prologue","URL":"prologue.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"epilogue","URL":"epilogue.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"performance","URL":"performance.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"castList","URL":"castList.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"castGroup","URL":"castGroup.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"castItem","URL":"castItem.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"role","URL":"role.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"roleDesc","URL":"roleDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"actor","URL":"actor.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"spGrp","URL":"spGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"move","URL":"move.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"view","URL":"view.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"camera","URL":"camera.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"sound","URL":"sound.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"caption","URL":"caption.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"tech","URL":"tech.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"scriptStmt","URL":"scriptStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"recordingStmt","URL":"recordingStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"recording","URL":"recording.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"equipment","URL":"equipment.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"broadcast","URL":"broadcast.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"transcriptionDesc","URL":"transcriptionDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"u","URL":"u.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"pause","URL":"pause.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"vocal","URL":"vocal.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"kinesic","URL":"kinesic.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"incident","URL":"incident.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"writing","URL":"writing.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"shift","URL":"shift.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"annotationBlock","URL":"annotationBlock.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"superEntry","URL":"superEntry.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"entry","URL":"entry.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"entryFree","URL":"entryFree.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"hom","URL":"hom.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"sense","URL":"sense.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"dictScrap","URL":"dictScrap.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"form","URL":"form.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"orth","URL":"orth.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"pron","URL":"pron.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"hyph","URL":"hyph.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"syll","URL":"syll.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"stress","URL":"stress.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"gram","URL":"gram.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"gen","URL":"gen.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"number","URL":"number.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"case","URL":"case.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"per","URL":"per.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"tns","URL":"tns.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"mood","URL":"mood.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"iType","URL":"iType.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"gramGrp","URL":"gramGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"pos","URL":"pos.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"subc","URL":"subc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"colloc","URL":"colloc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"def","URL":"def.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"etym","URL":"etym.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"lang","URL":"lang.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"usg","URL":"usg.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"lbl","URL":"lbl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"xr","URL":"xr.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"re","URL":"re.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"oRef","URL":"oRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"pRef","URL":"pRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"msDesc","URL":"msDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"catchwords","URL":"catchwords.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"dimensions","URL":"dimensions.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"dim","URL":"dim.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"height","URL":"height.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"depth","URL":"depth.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"width","URL":"width.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"heraldry","URL":"heraldry.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"locus","URL":"locus.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"locusGrp","URL":"locusGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"material","URL":"material.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"objectType","URL":"objectType.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"origDate","URL":"origDate.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"origPlace","URL":"origPlace.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"secFol","URL":"secFol.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"signatures","URL":"signatures.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"stamp","URL":"stamp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"watermark","URL":"watermark.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"msIdentifier","URL":"msIdentifier.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"institution","URL":"institution.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"repository","URL":"repository.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"collection","URL":"collection.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"altIdentifier","URL":"altIdentifier.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"msName","URL":"msName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"colophon","URL":"colophon.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"explicit","URL":"explicit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"filiation","URL":"filiation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"finalRubric","URL":"finalRubric.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"incipit","URL":"incipit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"msContents","URL":"msContents.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"msItem","URL":"msItem.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"msItemStruct","URL":"msItemStruct.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"rubric","URL":"rubric.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"summary","URL":"summary.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"textLang","URL":"textLang.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"physDesc","URL":"physDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"objectDesc","URL":"objectDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"supportDesc","URL":"supportDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"support","URL":"support.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"collation","URL":"collation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"foliation","URL":"foliation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"condition","URL":"condition.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"layoutDesc","URL":"layoutDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"layout","URL":"layout.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"handDesc","URL":"handDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"typeDesc","URL":"typeDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"typeNote","URL":"typeNote.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"scriptDesc","URL":"scriptDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"scriptNote","URL":"scriptNote.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"musicNotation","URL":"musicNotation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"decoDesc","URL":"decoDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"decoNote","URL":"decoNote.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"additions","URL":"additions.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"bindingDesc","URL":"bindingDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"binding","URL":"binding.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"sealDesc","URL":"sealDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"seal","URL":"seal.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"accMat","URL":"accMat.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"history","URL":"history.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"origin","URL":"origin.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"provenance","URL":"provenance.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"acquisition","URL":"acquisition.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"additional","URL":"additional.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"adminInfo","URL":"adminInfo.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"recordHist","URL":"recordHist.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"source","URL":"source.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"custodialHist","URL":"custodialHist.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"custEvent","URL":"custEvent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"surrogates","URL":"surrogates.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"msPart","URL":"msPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"msFrag","URL":"msFrag.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"facsimile","URL":"facsimile.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"sourceDoc","URL":"sourceDoc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"surface","URL":"surface.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"surfaceGrp","URL":"surfaceGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"zone","URL":"zone.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"path","URL":"path.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"addSpan","URL":"addSpan.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"damage","URL":"damage.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"damageSpan","URL":"damageSpan.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"delSpan","URL":"delSpan.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"ex","URL":"ex.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"fw","URL":"fw.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"handNotes","URL":"handNotes.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"handShift","URL":"handShift.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"am","URL":"am.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"restore","URL":"restore.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"space","URL":"space.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"subst","URL":"subst.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"substJoin","URL":"substJoin.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"supplied","URL":"supplied.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"surplus","URL":"surplus.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"secl","URL":"secl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"line","URL":"line.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listChange","URL":"listChange.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listTranspose","URL":"listTranspose.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"metamark","URL":"metamark.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"mod","URL":"mod.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"redo","URL":"redo.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"retrace","URL":"retrace.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"transpose","URL":"transpose.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"undo","URL":"undo.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"app","URL":"app.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"listApp","URL":"listApp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"lem","URL":"lem.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"rdg","URL":"rdg.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"rdgGrp","URL":"rdgGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"witDetail","URL":"witDetail.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"wit","URL":"wit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listWit","URL":"listWit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"witness","URL":"witness.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"witStart","URL":"witStart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"witEnd","URL":"witEnd.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"lacunaStart","URL":"lacunaStart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"lacunaEnd","URL":"lacunaEnd.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"variantEncoding","URL":"variantEncoding.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"orgName","URL":"orgName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"persName","URL":"persName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"surname","URL":"surname.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"forename","URL":"forename.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"genName","URL":"genName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"nameLink","URL":"nameLink.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"addName","URL":"addName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"roleName","URL":"roleName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"placeName","URL":"placeName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"bloc","URL":"bloc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"country","URL":"country.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"region","URL":"region.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"settlement","URL":"settlement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"district","URL":"district.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"offset","URL":"offset.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"geogName","URL":"geogName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"geogFeat","URL":"geogFeat.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"affiliation","URL":"affiliation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"age","URL":"age.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"birth","URL":"birth.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"climate","URL":"climate.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"death","URL":"death.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"education","URL":"education.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"event","URL":"event.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"faith","URL":"faith.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"floruit","URL":"floruit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"gender","URL":"gender.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"geo","URL":"geo.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"langKnowledge","URL":"langKnowledge.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"langKnown","URL":"langKnown.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"listOrg","URL":"listOrg.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listEvent","URL":"listEvent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listPerson","URL":"listPerson.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listPlace","URL":"listPlace.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listRelation","URL":"listRelation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"location","URL":"location.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"nationality","URL":"nationality.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"occupation","URL":"occupation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"org","URL":"org.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"person","URL":"person.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"persona","URL":"persona.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"personGrp","URL":"personGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"persPronouns","URL":"persPronouns.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"place","URL":"place.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"population","URL":"population.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"relation","URL":"relation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"residence","URL":"residence.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"sex","URL":"sex.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"socecStatus","URL":"socecStatus.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"state","URL":"state.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"terrain","URL":"terrain.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"trait","URL":"trait.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"objectName","URL":"objectName.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"object","URL":"object.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listObject","URL":"listObject.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"objectIdentifier","URL":"objectIdentifier.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"nym","URL":"nym.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"listNym","URL":"listNym.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"table","URL":"table.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"row","URL":"row.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"cell","URL":"cell.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"formula","URL":"formula.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"notatedMusic","URL":"notatedMusic.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"figure","URL":"figure.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"figDesc","URL":"figDesc.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"textDesc","URL":"textDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"particDesc","URL":"particDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"settingDesc","URL":"settingDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"channel","URL":"channel.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"constitution","URL":"constitution.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"derivation","URL":"derivation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"domain","URL":"domain.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"factuality","URL":"factuality.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"interaction","URL":"interaction.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"preparedness","URL":"preparedness.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"purpose","URL":"purpose.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"setting","URL":"setting.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"locale","URL":"locale.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"activity","URL":"activity.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"link","URL":"link.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"linkGrp","URL":"linkGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"ab","URL":"ab.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"anchor","URL":"anchor.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"seg","URL":"seg.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"when","URL":"when.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"timeline","URL":"timeline.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"join","URL":"join.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"joinGrp","URL":"joinGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"alt","URL":"alt.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"altGrp","URL":"altGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"standOff","URL":"standOff.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listAnnotation","URL":"listAnnotation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"annotation","URL":"annotation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"s","URL":"s.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"cl","URL":"cl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"phr","URL":"phr.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"w","URL":"w.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"m","URL":"m.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"c","URL":"c.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"pc","URL":"pc.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"span","URL":"span.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"spanGrp","URL":"spanGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"interp","URL":"interp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"interpGrp","URL":"interpGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"fsdDecl","URL":"fsdDecl.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"fsDecl","URL":"fsDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"fsDescr","URL":"fsDescr.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"fsdLink","URL":"fsdLink.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"fDecl","URL":"fDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"fDescr","URL":"fDescr.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"vRange","URL":"vRange.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"vDefault","URL":"vDefault.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"if","URL":"if.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"then","URL":"then.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"fsConstraints","URL":"fsConstraints.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"cond","URL":"cond.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"bicond","URL":"bicond.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"iff","URL":"iff.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"fs","URL":"fs.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"f","URL":"f.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"binary","URL":"binary.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"symbol","URL":"symbol.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"numeric","URL":"numeric.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"string","URL":"string.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"vLabel","URL":"vLabel.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"vColl","URL":"vColl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"default","URL":"default.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"vAlt","URL":"vAlt.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"vNot","URL":"vNot.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"vMerge","URL":"vMerge.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"fLib","URL":"fLib.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"fvLib","URL":"fvLib.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"graph","URL":"graph.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"node","URL":"node.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"arc","URL":"arc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"tree","URL":"tree.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"root","URL":"root.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"iNode","URL":"iNode.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"leaf","URL":"leaf.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"eTree","URL":"eTree.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"triangle","URL":"triangle.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"eLeaf","URL":"eLeaf.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"forest","URL":"forest.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listForest","URL":"listForest.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"precision","URL":"precision.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"certainty","URL":"certainty.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"respons","URL":"respons.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att","URL":"att.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"code","URL":"code.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"eg","URL":"eg.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"egXML","URL":"egXML.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"gi","URL":"gi.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"ident","URL":"ident.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"tag","URL":"tag.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"val","URL":"val.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"specList","URL":"specList.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"specDesc","URL":"specDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"classRef","URL":"classRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"elementRef","URL":"elementRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"macroRef","URL":"macroRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"moduleRef","URL":"moduleRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"moduleSpec","URL":"moduleSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"schemaSpec","URL":"schemaSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"specGrp","URL":"specGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"specGrpRef","URL":"specGrpRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"elementSpec","URL":"elementSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"classSpec","URL":"classSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"dataSpec","URL":"dataSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"macroSpec","URL":"macroSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"remarks","URL":"remarks.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listRef","URL":"listRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"exemplum","URL":"exemplum.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"classes","URL":"classes.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"memberOf","URL":"memberOf.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"equiv","URL":"equiv.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"altIdent","URL":"altIdent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model","URL":"model.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"modelSequence","URL":"modelSequence.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"modelGrp","URL":"modelGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"outputRendition","URL":"outputRendition.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"paramList","URL":"paramList.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"paramSpec","URL":"paramSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"param","URL":"param.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"content","URL":"content.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"sequence","URL":"sequence.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"alternate","URL":"alternate.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"constraint","URL":"constraint.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"constraintSpec","URL":"constraintSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"attList","URL":"attList.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"attDef","URL":"attDef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"attRef","URL":"attRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"datatype","URL":"datatype.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"dataRef","URL":"dataRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"dataFacet","URL":"dataFacet.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"defaultVal","URL":"defaultVal.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"valDesc","URL":"valDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"valItem","URL":"valItem.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"valList","URL":"valList.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"textNode","URL":"textNode.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"anyElement","URL":"anyElement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"empty","URL":"empty.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}}],"att_classes":[{"id":"att.anchoring","URL":"att.anchoring.xml","de":{"out-of-date":true,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.ascribed","URL":"att.ascribed.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.ascribed.directed","URL":"att.ascribed.directed.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.canonical","URL":"att.canonical.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.ranging","URL":"att.ranging.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.dimensions","URL":"att.dimensions.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.written","URL":"att.written.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.damaged","URL":"att.damaged.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.breaking","URL":"att.breaking.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.cReferencing","URL":"att.cReferencing.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.datable.custom","URL":"att.datable.custom.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.datable.w3c","URL":"att.datable.w3c.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.datable","URL":"att.datable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.datcat","URL":"att.datcat.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.declarable","URL":"att.declarable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.declaring","URL":"att.declaring.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.fragmentable","URL":"att.fragmentable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.divLike","URL":"att.divLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.docStatus","URL":"att.docStatus.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.duration.w3c","URL":"att.duration.w3c.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.duration","URL":"att.duration.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.global.responsibility","URL":"att.global.responsibility.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.editLike","URL":"att.editLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.global.rendition","URL":"att.global.rendition.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.global.source","URL":"att.global.source.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.global","URL":"att.global.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.handFeatures","URL":"att.handFeatures.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.internetMedia","URL":"att.internetMedia.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.media","URL":"att.media.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.resourced","URL":"att.resourced.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.interpLike","URL":"att.interpLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.measurement","URL":"att.measurement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.milestoneUnit","URL":"att.milestoneUnit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.naming","URL":"att.naming.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.notated","URL":"att.notated.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.placement","URL":"att.placement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.typed","URL":"att.typed.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.pointing","URL":"att.pointing.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.pointing.group","URL":"att.pointing.group.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.scoping","URL":"att.scoping.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.segLike","URL":"att.segLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.sortable","URL":"att.sortable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.edition","URL":"att.edition.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.spanning","URL":"att.spanning.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.styleDef","URL":"att.styleDef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.tableDecoration","URL":"att.tableDecoration.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.timed","URL":"att.timed.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.transcriptional","URL":"att.transcriptional.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.citing","URL":"att.citing.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.citeStructurePart","URL":"att.citeStructurePart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.patternReplacement","URL":"att.patternReplacement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.formula","URL":"att.formula.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.locatable","URL":"att.locatable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.gaijiProp","URL":"att.gaijiProp.xml","de":{"out-of-date":true,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.metrical","URL":"att.metrical.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.enjamb","URL":"att.enjamb.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.entryLike","URL":"att.entryLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.lexicographic","URL":"att.lexicographic.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.partials","URL":"att.partials.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.msExcerpt","URL":"att.msExcerpt.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.msClass","URL":"att.msClass.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.global.facs","URL":"att.global.facs.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.global.change","URL":"att.global.change.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.coordinated","URL":"att.coordinated.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.rdgPart","URL":"att.rdgPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.witnessed","URL":"att.witnessed.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.textCritical","URL":"att.textCritical.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.personal","URL":"att.personal.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.datable.iso","URL":"att.datable.iso.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.calendarSystem","URL":"att.calendarSystem.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.duration.iso","URL":"att.duration.iso.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.global.linking","URL":"att.global.linking.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.lexicographic.normalized","URL":"att.lexicographic.normalized.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.linguistic","URL":"att.linguistic.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.global.analytic","URL":"att.global.analytic.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.translatable","URL":"att.translatable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.predicate","URL":"att.predicate.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.repeatable","URL":"att.repeatable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.combinable","URL":"att.combinable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.identified","URL":"att.identified.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"att.deprecated","URL":"att.deprecated.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.namespaceable","URL":"att.namespaceable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}}],"model_classes":[{"id":"model.nameLike.agent","URL":"model.nameLike.agent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.segLike","URL":"model.segLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.hiLike","URL":"model.hiLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.emphLike","URL":"model.emphLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.highlighted","URL":"model.highlighted.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.dateLike","URL":"model.dateLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.dimLike","URL":"model.dimLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.measureLike","URL":"model.measureLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.egLike","URL":"model.egLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.graphicLike","URL":"model.graphicLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.offsetLike","URL":"model.offsetLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.pPart.msdesc","URL":"model.pPart.msdesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.pPart.editorial","URL":"model.pPart.editorial.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.pPart.transcriptional","URL":"model.pPart.transcriptional.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.pPart.edit","URL":"model.pPart.edit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.linePart","URL":"model.linePart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.ptrLike","URL":"model.ptrLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.lPart","URL":"model.lPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.global.meta","URL":"model.global.meta.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.milestoneLike","URL":"model.milestoneLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.gLike","URL":"model.gLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.oddDecl","URL":"model.oddDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.oddRef","URL":"model.oddRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.phrase.xml","URL":"model.phrase.xml.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.specDescLike","URL":"model.specDescLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.biblLike","URL":"model.biblLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.headLike","URL":"model.headLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.labelLike","URL":"model.labelLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.listLike","URL":"model.listLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.noteLike","URL":"model.noteLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.lLike","URL":"model.lLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.pLike","URL":"model.pLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.stageLike","URL":"model.stageLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.featureVal.complex","URL":"model.featureVal.complex.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.featureVal.single","URL":"model.featureVal.single.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.entryPart","URL":"model.entryPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.entryPart.top","URL":"model.entryPart.top.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.eventLike","URL":"model.eventLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.global.edit","URL":"model.global.edit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.global.spoken","URL":"model.global.spoken.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.divPart","URL":"model.divPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.persStateLike","URL":"model.persStateLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.personLike","URL":"model.personLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.personPart","URL":"model.personPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.placeNamePart","URL":"model.placeNamePart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.placeStateLike","URL":"model.placeStateLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.orgPart","URL":"model.orgPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.publicationStmtPart.agency","URL":"model.publicationStmtPart.agency.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.publicationStmtPart.detail","URL":"model.publicationStmtPart.detail.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.availabilityPart","URL":"model.availabilityPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.certLike","URL":"model.certLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.descLike","URL":"model.descLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.identEquiv","URL":"model.identEquiv.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.identSynonyms","URL":"model.identSynonyms.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.quoteLike","URL":"model.quoteLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.attributable","URL":"model.attributable.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.rdgLike","URL":"model.rdgLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.respLike","URL":"model.respLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.divWrapper","URL":"model.divWrapper.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.divTopPart","URL":"model.divTopPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.divTop","URL":"model.divTop.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.frontPart.drama","URL":"model.frontPart.drama.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.pLike.front","URL":"model.pLike.front.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.divBottomPart","URL":"model.divBottomPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.divBottom","URL":"model.divBottom.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.titlepagePart","URL":"model.titlepagePart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.msQuoteLike","URL":"model.msQuoteLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.msItemPart","URL":"model.msItemPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.choicePart","URL":"model.choicePart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.recordingPart","URL":"model.recordingPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.imprintPart","URL":"model.imprintPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.catDescPart","URL":"model.catDescPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.settingPart","URL":"model.settingPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.textDescPart","URL":"model.textDescPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.castItemPart","URL":"model.castItemPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.physDescPart","URL":"model.physDescPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.addressLike","URL":"model.addressLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.nameLike","URL":"model.nameLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.persNamePart","URL":"model.persNamePart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.global","URL":"model.global.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.featureVal","URL":"model.featureVal.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.biblPart","URL":"model.biblPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.frontPart","URL":"model.frontPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.addrPart","URL":"model.addrPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.pPart.data","URL":"model.pPart.data.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.inter","URL":"model.inter.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.common","URL":"model.common.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.phrase","URL":"model.phrase.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.paraPart","URL":"model.paraPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.limitedPhrase","URL":"model.limitedPhrase.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.divLike","URL":"model.divLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.divGenLike","URL":"model.divGenLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.div1Like","URL":"model.div1Like.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.div2Like","URL":"model.div2Like.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.div3Like","URL":"model.div3Like.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.div4Like","URL":"model.div4Like.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.div5Like","URL":"model.div5Like.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.div6Like","URL":"model.div6Like.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.div7Like","URL":"model.div7Like.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.annotationLike","URL":"model.annotationLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.annotationPart.body","URL":"model.annotationPart.body.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.applicationLike","URL":"model.applicationLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.teiHeaderPart","URL":"model.teiHeaderPart.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.sourceDescPart","URL":"model.sourceDescPart.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.encodingDescPart","URL":"model.encodingDescPart.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.editorialDeclPart","URL":"model.editorialDeclPart.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.profileDescPart","URL":"model.profileDescPart.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.standOffPart","URL":"model.standOffPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.correspActionPart","URL":"model.correspActionPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.correspContextPart","URL":"model.correspContextPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.correspDescPart","URL":"model.correspDescPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.divPart.spoken","URL":"model.divPart.spoken.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.entryLike","URL":"model.entryLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.morphLike","URL":"model.morphLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.lexicalRefinement","URL":"model.lexicalRefinement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.gramPart","URL":"model.gramPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.formPart","URL":"model.formPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.ptrLike.form","URL":"model.ptrLike.form.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.resource","URL":"model.resource.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.describedResource","URL":"model.describedResource.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.rdgPart","URL":"model.rdgPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.objectLike","URL":"model.objectLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.orgStateLike","URL":"model.orgStateLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.placeLike","URL":"model.placeLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.fsdDeclPart","URL":"model.fsdDeclPart.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.contentPart","URL":"model.contentPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}}],"macros":[{"id":"macro.abContent","URL":"macro.abContent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"macro.paraContent","URL":"macro.paraContent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"macro.limitedContent","URL":"macro.limitedContent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"macro.phraseSeq","URL":"macro.phraseSeq.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"macro.phraseSeq.limited","URL":"macro.phraseSeq.limited.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"macro.specialPara","URL":"macro.specialPara.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"macro.xtext","URL":"macro.xtext.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}}],"datatypes":[{"id":"teidata.certainty","URL":"teidata.certainty.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.probability","URL":"teidata.probability.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.numeric","URL":"teidata.numeric.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.interval","URL":"teidata.interval.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.count","URL":"teidata.count.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.temporal.w3c","URL":"teidata.temporal.w3c.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.temporal.working","URL":"teidata.temporal.working.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.duration.w3c","URL":"teidata.duration.w3c.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.truthValue","URL":"teidata.truthValue.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.xTruthValue","URL":"teidata.xTruthValue.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.language","URL":"teidata.language.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.namespace","URL":"teidata.namespace.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.namespaceOrName","URL":"teidata.namespaceOrName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.outputMeasurement","URL":"teidata.outputMeasurement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.pattern","URL":"teidata.pattern.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.point","URL":"teidata.point.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.pointer","URL":"teidata.pointer.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.authority","URL":"teidata.authority.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.version","URL":"teidata.version.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.versionNumber","URL":"teidata.versionNumber.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.replacement","URL":"teidata.replacement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.xpath","URL":"teidata.xpath.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.word","URL":"teidata.word.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.text","URL":"teidata.text.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.name","URL":"teidata.name.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.xmlName","URL":"teidata.xmlName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.prefix","URL":"teidata.prefix.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.enumerated","URL":"teidata.enumerated.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.gender","URL":"teidata.gender.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.sex","URL":"teidata.sex.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.probCert","URL":"teidata.probCert.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.unboundedCount","URL":"teidata.unboundedCount.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.nullOrName","URL":"teidata.nullOrName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.temporal.iso","URL":"teidata.temporal.iso.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.duration.iso","URL":"teidata.duration.iso.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}}]} \ No newline at end of file +{"elements":[{"id":"teiHeader","URL":"teiHeader.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"fileDesc","URL":"fileDesc.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"titleStmt","URL":"titleStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"sponsor","URL":"sponsor.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"funder","URL":"funder.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"principal","URL":"principal.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"editionStmt","URL":"editionStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"edition","URL":"edition.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"extent","URL":"extent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"publicationStmt","URL":"publicationStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"distributor","URL":"distributor.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"authority","URL":"authority.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"idno","URL":"idno.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"availability","URL":"availability.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"licence","URL":"licence.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"seriesStmt","URL":"seriesStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"notesStmt","URL":"notesStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"sourceDesc","URL":"sourceDesc.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"biblFull","URL":"biblFull.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"encodingDesc","URL":"encodingDesc.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"schemaRef","URL":"schemaRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"projectDesc","URL":"projectDesc.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"samplingDecl","URL":"samplingDecl.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"editorialDecl","URL":"editorialDecl.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"correction","URL":"correction.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"normalization","URL":"normalization.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"quotation","URL":"quotation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"hyphenation","URL":"hyphenation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"segmentation","URL":"segmentation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"stdVals","URL":"stdVals.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"interpretation","URL":"interpretation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"punctuation","URL":"punctuation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"tagsDecl","URL":"tagsDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"tagUsage","URL":"tagUsage.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"namespace","URL":"namespace.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"rendition","URL":"rendition.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"styleDefDecl","URL":"styleDefDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"refsDecl","URL":"refsDecl.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"citeStructure","URL":"citeStructure.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"citeData","URL":"citeData.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"cRefPattern","URL":"cRefPattern.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"prefixDef","URL":"prefixDef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listPrefixDef","URL":"listPrefixDef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"refState","URL":"refState.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"classDecl","URL":"classDecl.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"taxonomy","URL":"taxonomy.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"category","URL":"category.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"catDesc","URL":"catDesc.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"geoDecl","URL":"geoDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"unitDecl","URL":"unitDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"unitDef","URL":"unitDef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"conversion","URL":"conversion.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"appInfo","URL":"appInfo.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"application","URL":"application.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"profileDesc","URL":"profileDesc.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"handNote","URL":"handNote.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"abstract","URL":"abstract.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"creation","URL":"creation.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"langUsage","URL":"langUsage.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"language","URL":"language.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"textClass","URL":"textClass.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"keywords","URL":"keywords.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"classCode","URL":"classCode.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"catRef","URL":"catRef.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"calendarDesc","URL":"calendarDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"calendar","URL":"calendar.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"correspDesc","URL":"correspDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"correspAction","URL":"correspAction.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"correspContext","URL":"correspContext.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"xenoData","URL":"xenoData.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"revisionDesc","URL":"revisionDesc.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"change","URL":"change.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"p","URL":"p.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"foreign","URL":"foreign.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"emph","URL":"emph.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"hi","URL":"hi.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"distinct","URL":"distinct.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"said","URL":"said.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"quote","URL":"quote.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"q","URL":"q.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"cit","URL":"cit.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"mentioned","URL":"mentioned.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"soCalled","URL":"soCalled.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"desc","URL":"desc.xml","de":{"out-of-date":true,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"gloss","URL":"gloss.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"term","URL":"term.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"ruby","URL":"ruby.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"rb","URL":"rb.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"rt","URL":"rt.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"sic","URL":"sic.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"corr","URL":"corr.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"choice","URL":"choice.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"reg","URL":"reg.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"orig","URL":"orig.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"gap","URL":"gap.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"ellipsis","URL":"ellipsis.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"add","URL":"add.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"del","URL":"del.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"unclear","URL":"unclear.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"name","URL":"name.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"rs","URL":"rs.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"email","URL":"email.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"address","URL":"address.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"addrLine","URL":"addrLine.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"street","URL":"street.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"postCode","URL":"postCode.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"postBox","URL":"postBox.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"num","URL":"num.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"measure","URL":"measure.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"measureGrp","URL":"measureGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"unit","URL":"unit.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"date","URL":"date.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"time","URL":"time.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"abbr","URL":"abbr.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"expan","URL":"expan.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"ptr","URL":"ptr.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"ref","URL":"ref.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"list","URL":"list.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"item","URL":"item.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"label","URL":"label.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"head","URL":"head.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"headLabel","URL":"headLabel.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"headItem","URL":"headItem.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"note","URL":"note.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"noteGrp","URL":"noteGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"index","URL":"index.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"media","URL":"media.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"graphic","URL":"graphic.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"binaryObject","URL":"binaryObject.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"milestone","URL":"milestone.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"gb","URL":"gb.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"pb","URL":"pb.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"lb","URL":"lb.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"cb","URL":"cb.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"analytic","URL":"analytic.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"monogr","URL":"monogr.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"series","URL":"series.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"author","URL":"author.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"editor","URL":"editor.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"respStmt","URL":"respStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"resp","URL":"resp.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"title","URL":"title.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"meeting","URL":"meeting.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"imprint","URL":"imprint.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"publisher","URL":"publisher.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"biblScope","URL":"biblScope.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"citedRange","URL":"citedRange.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"pubPlace","URL":"pubPlace.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"bibl","URL":"bibl.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"biblStruct","URL":"biblStruct.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"listBibl","URL":"listBibl.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"relatedItem","URL":"relatedItem.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"l","URL":"l.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"lg","URL":"lg.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"sp","URL":"sp.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"speaker","URL":"speaker.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"stage","URL":"stage.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"TEI","URL":"TEI.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teiCorpus","URL":"teiCorpus.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"text","URL":"text.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"body","URL":"body.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"group","URL":"group.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"floatingText","URL":"floatingText.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"div","URL":"div.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"div1","URL":"div1.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"div2","URL":"div2.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"div3","URL":"div3.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"div4","URL":"div4.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"div5","URL":"div5.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"div6","URL":"div6.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"div7","URL":"div7.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"divGen","URL":"divGen.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"trailer","URL":"trailer.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"byline","URL":"byline.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"dateline","URL":"dateline.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"argument","URL":"argument.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"epigraph","URL":"epigraph.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"opener","URL":"opener.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"closer","URL":"closer.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"salute","URL":"salute.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"signed","URL":"signed.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"postscript","URL":"postscript.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"titlePage","URL":"titlePage.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"docTitle","URL":"docTitle.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"titlePart","URL":"titlePart.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"docAuthor","URL":"docAuthor.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"imprimatur","URL":"imprimatur.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"docEdition","URL":"docEdition.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"docImprint","URL":"docImprint.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"docDate","URL":"docDate.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"front","URL":"front.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"back","URL":"back.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"g","URL":"g.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"charDecl","URL":"charDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"char","URL":"char.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"glyph","URL":"glyph.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"localProp","URL":"localProp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"mapping","URL":"mapping.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"unihanProp","URL":"unihanProp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"unicodeProp","URL":"unicodeProp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"metDecl","URL":"metDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"metSym","URL":"metSym.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"caesura","URL":"caesura.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"rhyme","URL":"rhyme.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"set","URL":"set.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"prologue","URL":"prologue.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"epilogue","URL":"epilogue.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"performance","URL":"performance.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"castList","URL":"castList.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"castGroup","URL":"castGroup.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"castItem","URL":"castItem.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"role","URL":"role.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"roleDesc","URL":"roleDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"actor","URL":"actor.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"spGrp","URL":"spGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"move","URL":"move.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"view","URL":"view.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"camera","URL":"camera.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"sound","URL":"sound.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"caption","URL":"caption.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"tech","URL":"tech.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"scriptStmt","URL":"scriptStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"recordingStmt","URL":"recordingStmt.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"recording","URL":"recording.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"equipment","URL":"equipment.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"broadcast","URL":"broadcast.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"transcriptionDesc","URL":"transcriptionDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"u","URL":"u.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"pause","URL":"pause.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"vocal","URL":"vocal.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"kinesic","URL":"kinesic.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"incident","URL":"incident.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"writing","URL":"writing.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"shift","URL":"shift.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"annotationBlock","URL":"annotationBlock.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"superEntry","URL":"superEntry.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"entry","URL":"entry.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"entryFree","URL":"entryFree.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"hom","URL":"hom.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"sense","URL":"sense.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"dictScrap","URL":"dictScrap.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"form","URL":"form.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"orth","URL":"orth.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"pron","URL":"pron.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"hyph","URL":"hyph.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"syll","URL":"syll.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"stress","URL":"stress.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"gram","URL":"gram.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"gen","URL":"gen.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"number","URL":"number.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"case","URL":"case.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"per","URL":"per.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"tns","URL":"tns.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"mood","URL":"mood.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"iType","URL":"iType.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"gramGrp","URL":"gramGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"pos","URL":"pos.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"subc","URL":"subc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"colloc","URL":"colloc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"def","URL":"def.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"etym","URL":"etym.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"lang","URL":"lang.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"usg","URL":"usg.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"lbl","URL":"lbl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"xr","URL":"xr.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"re","URL":"re.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"oRef","URL":"oRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"pRef","URL":"pRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"msDesc","URL":"msDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"catchwords","URL":"catchwords.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"dimensions","URL":"dimensions.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"dim","URL":"dim.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"height","URL":"height.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"depth","URL":"depth.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"width","URL":"width.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"heraldry","URL":"heraldry.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"locus","URL":"locus.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"locusGrp","URL":"locusGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"material","URL":"material.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"objectType","URL":"objectType.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"origDate","URL":"origDate.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"origPlace","URL":"origPlace.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"secFol","URL":"secFol.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"signatures","URL":"signatures.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"stamp","URL":"stamp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"watermark","URL":"watermark.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"msIdentifier","URL":"msIdentifier.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"institution","URL":"institution.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"repository","URL":"repository.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"collection","URL":"collection.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"altIdentifier","URL":"altIdentifier.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"msName","URL":"msName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"colophon","URL":"colophon.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"explicit","URL":"explicit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"filiation","URL":"filiation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"finalRubric","URL":"finalRubric.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"incipit","URL":"incipit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"msContents","URL":"msContents.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"msItem","URL":"msItem.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"msItemStruct","URL":"msItemStruct.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"rubric","URL":"rubric.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"summary","URL":"summary.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"textLang","URL":"textLang.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"physDesc","URL":"physDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"objectDesc","URL":"objectDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"supportDesc","URL":"supportDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"support","URL":"support.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"collation","URL":"collation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"foliation","URL":"foliation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"condition","URL":"condition.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"layoutDesc","URL":"layoutDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"layout","URL":"layout.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"handDesc","URL":"handDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"typeDesc","URL":"typeDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"typeNote","URL":"typeNote.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"scriptDesc","URL":"scriptDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"scriptNote","URL":"scriptNote.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"musicNotation","URL":"musicNotation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"decoDesc","URL":"decoDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"decoNote","URL":"decoNote.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"additions","URL":"additions.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"bindingDesc","URL":"bindingDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"binding","URL":"binding.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"sealDesc","URL":"sealDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"seal","URL":"seal.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"accMat","URL":"accMat.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"history","URL":"history.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"origin","URL":"origin.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"provenance","URL":"provenance.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"acquisition","URL":"acquisition.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"additional","URL":"additional.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"adminInfo","URL":"adminInfo.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"recordHist","URL":"recordHist.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"source","URL":"source.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"custodialHist","URL":"custodialHist.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"custEvent","URL":"custEvent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"surrogates","URL":"surrogates.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"msPart","URL":"msPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"msFrag","URL":"msFrag.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"facsimile","URL":"facsimile.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"sourceDoc","URL":"sourceDoc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"surface","URL":"surface.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"surfaceGrp","URL":"surfaceGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"zone","URL":"zone.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"path","URL":"path.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"addSpan","URL":"addSpan.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"damage","URL":"damage.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"damageSpan","URL":"damageSpan.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"delSpan","URL":"delSpan.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"ex","URL":"ex.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"fw","URL":"fw.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"handNotes","URL":"handNotes.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"handShift","URL":"handShift.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"am","URL":"am.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"restore","URL":"restore.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"space","URL":"space.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"subst","URL":"subst.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"substJoin","URL":"substJoin.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"supplied","URL":"supplied.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"surplus","URL":"surplus.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"secl","URL":"secl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"line","URL":"line.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listChange","URL":"listChange.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listTranspose","URL":"listTranspose.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"metamark","URL":"metamark.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"mod","URL":"mod.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"redo","URL":"redo.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"retrace","URL":"retrace.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"transpose","URL":"transpose.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"undo","URL":"undo.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"app","URL":"app.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"listApp","URL":"listApp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"lem","URL":"lem.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"rdg","URL":"rdg.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"rdgGrp","URL":"rdgGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"witDetail","URL":"witDetail.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"wit","URL":"wit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listWit","URL":"listWit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"witness","URL":"witness.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"witStart","URL":"witStart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"witEnd","URL":"witEnd.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"lacunaStart","URL":"lacunaStart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"lacunaEnd","URL":"lacunaEnd.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"variantEncoding","URL":"variantEncoding.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"orgName","URL":"orgName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"persName","URL":"persName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"surname","URL":"surname.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"forename","URL":"forename.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"genName","URL":"genName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"nameLink","URL":"nameLink.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"addName","URL":"addName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"roleName","URL":"roleName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"placeName","URL":"placeName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"bloc","URL":"bloc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"country","URL":"country.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"region","URL":"region.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"settlement","URL":"settlement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"district","URL":"district.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"offset","URL":"offset.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"geogName","URL":"geogName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"geogFeat","URL":"geogFeat.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"affiliation","URL":"affiliation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"age","URL":"age.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"birth","URL":"birth.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"climate","URL":"climate.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"death","URL":"death.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"education","URL":"education.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"event","URL":"event.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"faith","URL":"faith.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"floruit","URL":"floruit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"gender","URL":"gender.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"geo","URL":"geo.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"langKnowledge","URL":"langKnowledge.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"langKnown","URL":"langKnown.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"listOrg","URL":"listOrg.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listEvent","URL":"listEvent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listPerson","URL":"listPerson.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listPlace","URL":"listPlace.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listRelation","URL":"listRelation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"location","URL":"location.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"nationality","URL":"nationality.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"occupation","URL":"occupation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"org","URL":"org.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"person","URL":"person.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"persona","URL":"persona.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"personGrp","URL":"personGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"persPronouns","URL":"persPronouns.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"place","URL":"place.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"population","URL":"population.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"relation","URL":"relation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"residence","URL":"residence.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"sex","URL":"sex.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"socecStatus","URL":"socecStatus.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"state","URL":"state.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"terrain","URL":"terrain.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"trait","URL":"trait.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"objectName","URL":"objectName.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"object","URL":"object.xml","de":{"out-of-date":true,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listObject","URL":"listObject.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"objectIdentifier","URL":"objectIdentifier.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"nym","URL":"nym.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"listNym","URL":"listNym.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"table","URL":"table.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"row","URL":"row.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"cell","URL":"cell.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"formula","URL":"formula.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"notatedMusic","URL":"notatedMusic.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"figure","URL":"figure.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"figDesc","URL":"figDesc.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"textDesc","URL":"textDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"particDesc","URL":"particDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"settingDesc","URL":"settingDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"channel","URL":"channel.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"constitution","URL":"constitution.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"derivation","URL":"derivation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"domain","URL":"domain.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"factuality","URL":"factuality.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"interaction","URL":"interaction.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"preparedness","URL":"preparedness.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"purpose","URL":"purpose.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"setting","URL":"setting.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"locale","URL":"locale.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"activity","URL":"activity.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"link","URL":"link.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"linkGrp","URL":"linkGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"ab","URL":"ab.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"anchor","URL":"anchor.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"seg","URL":"seg.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"when","URL":"when.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"timeline","URL":"timeline.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"join","URL":"join.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"joinGrp","URL":"joinGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"alt","URL":"alt.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"altGrp","URL":"altGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"standOff","URL":"standOff.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listAnnotation","URL":"listAnnotation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"annotation","URL":"annotation.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"s","URL":"s.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"cl","URL":"cl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"phr","URL":"phr.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"w","URL":"w.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"m","URL":"m.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"c","URL":"c.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"pc","URL":"pc.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"span","URL":"span.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"spanGrp","URL":"spanGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"interp","URL":"interp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"interpGrp","URL":"interpGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"fsdDecl","URL":"fsdDecl.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"fsDecl","URL":"fsDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"fsDescr","URL":"fsDescr.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"fsdLink","URL":"fsdLink.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"fDecl","URL":"fDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"fDescr","URL":"fDescr.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"vRange","URL":"vRange.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"vDefault","URL":"vDefault.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"if","URL":"if.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"then","URL":"then.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"fsConstraints","URL":"fsConstraints.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"cond","URL":"cond.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"bicond","URL":"bicond.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"iff","URL":"iff.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"fs","URL":"fs.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"f","URL":"f.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"binary","URL":"binary.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"symbol","URL":"symbol.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"numeric","URL":"numeric.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"string","URL":"string.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"vLabel","URL":"vLabel.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"vColl","URL":"vColl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"default","URL":"default.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"vAlt","URL":"vAlt.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"vNot","URL":"vNot.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"vMerge","URL":"vMerge.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"fLib","URL":"fLib.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"fvLib","URL":"fvLib.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"graph","URL":"graph.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"node","URL":"node.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"arc","URL":"arc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"tree","URL":"tree.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"root","URL":"root.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"iNode","URL":"iNode.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"leaf","URL":"leaf.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"eTree","URL":"eTree.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"triangle","URL":"triangle.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"eLeaf","URL":"eLeaf.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"forest","URL":"forest.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listForest","URL":"listForest.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"precision","URL":"precision.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"certainty","URL":"certainty.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"respons","URL":"respons.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att","URL":"att.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"code","URL":"code.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"eg","URL":"eg.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"egXML","URL":"egXML.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"gi","URL":"gi.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"ident","URL":"ident.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"tag","URL":"tag.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"val","URL":"val.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"specList","URL":"specList.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"specDesc","URL":"specDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"classRef","URL":"classRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"elementRef","URL":"elementRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"macroRef","URL":"macroRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"moduleRef","URL":"moduleRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"moduleSpec","URL":"moduleSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"schemaSpec","URL":"schemaSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"specGrp","URL":"specGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"specGrpRef","URL":"specGrpRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"elementSpec","URL":"elementSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"classSpec","URL":"classSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"dataSpec","URL":"dataSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"macroSpec","URL":"macroSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"remarks","URL":"remarks.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"listRef","URL":"listRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"exemplum","URL":"exemplum.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"classes","URL":"classes.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"memberOf","URL":"memberOf.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"equiv","URL":"equiv.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"altIdent","URL":"altIdent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model","URL":"model.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"modelSequence","URL":"modelSequence.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"modelGrp","URL":"modelGrp.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"outputRendition","URL":"outputRendition.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"paramList","URL":"paramList.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"paramSpec","URL":"paramSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"param","URL":"param.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"content","URL":"content.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"sequence","URL":"sequence.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"alternate","URL":"alternate.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"constraint","URL":"constraint.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"constraintSpec","URL":"constraintSpec.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"attList","URL":"attList.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"attDef","URL":"attDef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"attRef","URL":"attRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"datatype","URL":"datatype.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"dataRef","URL":"dataRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"dataFacet","URL":"dataFacet.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"defaultVal","URL":"defaultVal.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"valDesc","URL":"valDesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"valItem","URL":"valItem.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"valList","URL":"valList.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"textNode","URL":"textNode.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"anyElement","URL":"anyElement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"empty","URL":"empty.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}}],"att_classes":[{"id":"att.anchoring","URL":"att.anchoring.xml","de":{"out-of-date":true,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.ascribed","URL":"att.ascribed.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.ascribed.directed","URL":"att.ascribed.directed.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.canonical","URL":"att.canonical.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.ranging","URL":"att.ranging.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.dimensions","URL":"att.dimensions.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.written","URL":"att.written.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.damaged","URL":"att.damaged.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.breaking","URL":"att.breaking.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.cReferencing","URL":"att.cReferencing.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.datable.custom","URL":"att.datable.custom.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.datable.w3c","URL":"att.datable.w3c.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.datable","URL":"att.datable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.datcat","URL":"att.datcat.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.declarable","URL":"att.declarable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.declaring","URL":"att.declaring.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.fragmentable","URL":"att.fragmentable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.divLike","URL":"att.divLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.docStatus","URL":"att.docStatus.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.duration.w3c","URL":"att.duration.w3c.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.duration","URL":"att.duration.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.global.responsibility","URL":"att.global.responsibility.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.editLike","URL":"att.editLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.global.rendition","URL":"att.global.rendition.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.global.source","URL":"att.global.source.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.global","URL":"att.global.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.handFeatures","URL":"att.handFeatures.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.internetMedia","URL":"att.internetMedia.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.media","URL":"att.media.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.resourced","URL":"att.resourced.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.interpLike","URL":"att.interpLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.measurement","URL":"att.measurement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.milestoneUnit","URL":"att.milestoneUnit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.naming","URL":"att.naming.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.notated","URL":"att.notated.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.placement","URL":"att.placement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.typed","URL":"att.typed.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.pointing","URL":"att.pointing.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.pointing.group","URL":"att.pointing.group.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.scoping","URL":"att.scoping.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.segLike","URL":"att.segLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.sortable","URL":"att.sortable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.edition","URL":"att.edition.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.spanning","URL":"att.spanning.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.styleDef","URL":"att.styleDef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.tableDecoration","URL":"att.tableDecoration.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.timed","URL":"att.timed.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.transcriptional","URL":"att.transcriptional.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.citing","URL":"att.citing.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.citeStructurePart","URL":"att.citeStructurePart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.patternReplacement","URL":"att.patternReplacement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.formula","URL":"att.formula.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.locatable","URL":"att.locatable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.gaijiProp","URL":"att.gaijiProp.xml","de":{"out-of-date":true,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.metrical","URL":"att.metrical.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.enjamb","URL":"att.enjamb.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.entryLike","URL":"att.entryLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.lexicographic","URL":"att.lexicographic.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.partials","URL":"att.partials.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.msExcerpt","URL":"att.msExcerpt.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.msClass","URL":"att.msClass.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.global.facs","URL":"att.global.facs.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.global.change","URL":"att.global.change.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.coordinated","URL":"att.coordinated.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.rdgPart","URL":"att.rdgPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.witnessed","URL":"att.witnessed.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.textCritical","URL":"att.textCritical.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.personal","URL":"att.personal.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.datable.iso","URL":"att.datable.iso.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.calendarSystem","URL":"att.calendarSystem.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.duration.iso","URL":"att.duration.iso.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.global.linking","URL":"att.global.linking.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.lexicographic.normalized","URL":"att.lexicographic.normalized.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.linguistic","URL":"att.linguistic.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.global.analytic","URL":"att.global.analytic.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.translatable","URL":"att.translatable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.predicate","URL":"att.predicate.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.repeatable","URL":"att.repeatable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.combinable","URL":"att.combinable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"att.identified","URL":"att.identified.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"att.deprecated","URL":"att.deprecated.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"att.namespaceable","URL":"att.namespaceable.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}}],"model_classes":[{"id":"model.nameLike.agent","URL":"model.nameLike.agent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.segLike","URL":"model.segLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.hiLike","URL":"model.hiLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.emphLike","URL":"model.emphLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.highlighted","URL":"model.highlighted.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.dateLike","URL":"model.dateLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.dimLike","URL":"model.dimLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.measureLike","URL":"model.measureLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.egLike","URL":"model.egLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.graphicLike","URL":"model.graphicLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.offsetLike","URL":"model.offsetLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.pPart.msdesc","URL":"model.pPart.msdesc.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.pPart.editorial","URL":"model.pPart.editorial.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.pPart.transcriptional","URL":"model.pPart.transcriptional.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.pPart.edit","URL":"model.pPart.edit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.linePart","URL":"model.linePart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.ptrLike","URL":"model.ptrLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.lPart","URL":"model.lPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.global.meta","URL":"model.global.meta.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.milestoneLike","URL":"model.milestoneLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.gLike","URL":"model.gLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.oddDecl","URL":"model.oddDecl.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.oddRef","URL":"model.oddRef.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.phrase.xml","URL":"model.phrase.xml.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.specDescLike","URL":"model.specDescLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.biblLike","URL":"model.biblLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.headLike","URL":"model.headLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.labelLike","URL":"model.labelLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.listLike","URL":"model.listLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.noteLike","URL":"model.noteLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.lLike","URL":"model.lLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.pLike","URL":"model.pLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.stageLike","URL":"model.stageLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.featureVal.complex","URL":"model.featureVal.complex.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.featureVal.single","URL":"model.featureVal.single.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.entryPart","URL":"model.entryPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.entryPart.top","URL":"model.entryPart.top.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.eventLike","URL":"model.eventLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.global.edit","URL":"model.global.edit.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.global.spoken","URL":"model.global.spoken.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.divPart","URL":"model.divPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.persStateLike","URL":"model.persStateLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.personLike","URL":"model.personLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.personPart","URL":"model.personPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.placeNamePart","URL":"model.placeNamePart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.placeStateLike","URL":"model.placeStateLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.orgPart","URL":"model.orgPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.publicationStmtPart.agency","URL":"model.publicationStmtPart.agency.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.publicationStmtPart.detail","URL":"model.publicationStmtPart.detail.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.availabilityPart","URL":"model.availabilityPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.certLike","URL":"model.certLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.descLike","URL":"model.descLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.identEquiv","URL":"model.identEquiv.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.identSynonyms","URL":"model.identSynonyms.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.quoteLike","URL":"model.quoteLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.attributable","URL":"model.attributable.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.rdgLike","URL":"model.rdgLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.respLike","URL":"model.respLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.divWrapper","URL":"model.divWrapper.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.divTopPart","URL":"model.divTopPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.divTop","URL":"model.divTop.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.frontPart.drama","URL":"model.frontPart.drama.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.pLike.front","URL":"model.pLike.front.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.divBottomPart","URL":"model.divBottomPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.divBottom","URL":"model.divBottom.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.titlepagePart","URL":"model.titlepagePart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.msQuoteLike","URL":"model.msQuoteLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.msItemPart","URL":"model.msItemPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.choicePart","URL":"model.choicePart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.recordingPart","URL":"model.recordingPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.imprintPart","URL":"model.imprintPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.catDescPart","URL":"model.catDescPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.settingPart","URL":"model.settingPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.textDescPart","URL":"model.textDescPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.castItemPart","URL":"model.castItemPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.physDescPart","URL":"model.physDescPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.addressLike","URL":"model.addressLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.nameLike","URL":"model.nameLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.persNamePart","URL":"model.persNamePart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.global","URL":"model.global.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.featureVal","URL":"model.featureVal.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.biblPart","URL":"model.biblPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.frontPart","URL":"model.frontPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.addrPart","URL":"model.addrPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.pPart.data","URL":"model.pPart.data.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.inter","URL":"model.inter.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.common","URL":"model.common.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.phrase","URL":"model.phrase.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.paraPart","URL":"model.paraPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.limitedPhrase","URL":"model.limitedPhrase.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.divLike","URL":"model.divLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.divGenLike","URL":"model.divGenLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.div1Like","URL":"model.div1Like.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.div2Like","URL":"model.div2Like.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.div3Like","URL":"model.div3Like.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.div4Like","URL":"model.div4Like.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.div5Like","URL":"model.div5Like.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.div6Like","URL":"model.div6Like.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.div7Like","URL":"model.div7Like.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.annotationLike","URL":"model.annotationLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.annotationPart.body","URL":"model.annotationPart.body.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.applicationLike","URL":"model.applicationLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.teiHeaderPart","URL":"model.teiHeaderPart.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.sourceDescPart","URL":"model.sourceDescPart.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.encodingDescPart","URL":"model.encodingDescPart.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.editorialDeclPart","URL":"model.editorialDeclPart.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.profileDescPart","URL":"model.profileDescPart.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.standOffPart","URL":"model.standOffPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.correspActionPart","URL":"model.correspActionPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.correspContextPart","URL":"model.correspContextPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.correspDescPart","URL":"model.correspDescPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.divPart.spoken","URL":"model.divPart.spoken.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"model.entryLike","URL":"model.entryLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.morphLike","URL":"model.morphLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.lexicalRefinement","URL":"model.lexicalRefinement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.gramPart","URL":"model.gramPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.formPart","URL":"model.formPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"model.ptrLike.form","URL":"model.ptrLike.form.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"model.resource","URL":"model.resource.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":false},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.describedResource","URL":"model.describedResource.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.rdgPart","URL":"model.rdgPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.objectLike","URL":"model.objectLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.orgStateLike","URL":"model.orgStateLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.placeLike","URL":"model.placeLike.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.fsdDeclPart","URL":"model.fsdDeclPart.xml","de":{"out-of-date":false,"missing":false},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"model.contentPart","URL":"model.contentPart.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}}],"macros":[{"id":"macro.abContent","URL":"macro.abContent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"macro.paraContent","URL":"macro.paraContent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"macro.limitedContent","URL":"macro.limitedContent.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":false},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":true,"missing":false}},{"id":"macro.phraseSeq","URL":"macro.phraseSeq.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"macro.phraseSeq.limited","URL":"macro.phraseSeq.limited.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"macro.specialPara","URL":"macro.specialPara.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}},{"id":"macro.xtext","URL":"macro.xtext.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":false},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":false},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":false},"zh-TW":{"out-of-date":false,"missing":false}}],"datatypes":[{"id":"teidata.certainty","URL":"teidata.certainty.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.probability","URL":"teidata.probability.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.numeric","URL":"teidata.numeric.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.interval","URL":"teidata.interval.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.count","URL":"teidata.count.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.temporal.w3c","URL":"teidata.temporal.w3c.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.temporal.working","URL":"teidata.temporal.working.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.duration.w3c","URL":"teidata.duration.w3c.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.truthValue","URL":"teidata.truthValue.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.xTruthValue","URL":"teidata.xTruthValue.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.language","URL":"teidata.language.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.namespace","URL":"teidata.namespace.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.namespaceOrName","URL":"teidata.namespaceOrName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.outputMeasurement","URL":"teidata.outputMeasurement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.pattern","URL":"teidata.pattern.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.point","URL":"teidata.point.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.pointer","URL":"teidata.pointer.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.authority","URL":"teidata.authority.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.version","URL":"teidata.version.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.versionNumber","URL":"teidata.versionNumber.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.replacement","URL":"teidata.replacement.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.xpath","URL":"teidata.xpath.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.word","URL":"teidata.word.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.text","URL":"teidata.text.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.name","URL":"teidata.name.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.xmlName","URL":"teidata.xmlName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.prefix","URL":"teidata.prefix.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.enumerated","URL":"teidata.enumerated.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":true,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":true,"missing":true},"ja":{"out-of-date":true,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.gender","URL":"teidata.gender.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.sex","URL":"teidata.sex.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":true,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":true,"missing":true},"ko":{"out-of-date":true,"missing":true},"zh-TW":{"out-of-date":true,"missing":true}},{"id":"teidata.probCert","URL":"teidata.probCert.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.unboundedCount","URL":"teidata.unboundedCount.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.nullOrName","URL":"teidata.nullOrName.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":true},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":true},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.temporal.iso","URL":"teidata.temporal.iso.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}},{"id":"teidata.duration.iso","URL":"teidata.duration.iso.xml","de":{"out-of-date":false,"missing":true},"es":{"out-of-date":false,"missing":true},"fr":{"out-of-date":false,"missing":false},"it":{"out-of-date":false,"missing":true},"ja":{"out-of-date":false,"missing":false},"ko":{"out-of-date":false,"missing":true},"zh-TW":{"out-of-date":false,"missing":true}}]}