From 53a49cb355e42c556b65ea9781f20eedaa08f7ae Mon Sep 17 00:00:00 2001 From: raffazizzi Date: Tue, 12 Sep 2023 11:46:28 -0400 Subject: [PATCH 01/10] Checking repeated @xml:langs based on value (or absence) of @type. --- P5/p5odds.odd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/P5/p5odds.odd b/P5/p5odds.odd index f4eb33f16f..628be7f177 100644 --- a/P5/p5odds.odd +++ b/P5/p5odds.odd @@ -563,8 +563,10 @@ $Id$ | tei:moduleSpec/tei:remarks[ position() > 1 ] "> + + - The sibling children of a should each have a different @xml:lang; this one duplicates the "" of a preceding sibling. + The sibling children of a should each have a different @xml:lang; this one duplicates the "" of a preceding sibling. From b5bb6ea2c9a9cbf2a78f9ca9d3e6816c993abe62 Mon Sep 17 00:00:00 2001 From: raffazizzi Date: Tue, 12 Sep 2023 11:46:46 -0400 Subject: [PATCH 02/10] moved deprecations message to the right place --- P5/Source/Specs/att.datable.xml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/P5/Source/Specs/att.datable.xml b/P5/Source/Specs/att.datable.xml index cfdff3e63b..b98351e263 100644 --- a/P5/Source/Specs/att.datable.xml +++ b/P5/Source/Specs/att.datable.xml @@ -25,16 +25,13 @@ $Id$ - - - indicates one or more systems or calendars to which the date represented by the content of this element belongs. 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. @@ -58,20 +55,6 @@ $Id$ - - - - - - - - - - - - - He was born on Feb. 22, 1732 (Feb. 11, 1731/32, O.S.). From aa38f3827d269018ce7e4f28156376a9ea3bccee Mon Sep 17 00:00:00 2001 From: raffazizzi Date: Fri, 13 Oct 2023 15:00:32 -0400 Subject: [PATCH 03/10] Removed @calendar from att.datable. Added date, docDate, origDate, and time to att.calendarSystem. Added a calendar attribute with @validUntil to all the elements that it will be removed from. --- P5/Source/Guidelines/en/ND-NamesDates.xml | 2 +- P5/Source/Specs/acquisition.xml | 35 ++++++++++++- P5/Source/Specs/affiliation.xml | 44 +++++++++++++--- P5/Source/Specs/age.xml | 42 ++++++++++++--- P5/Source/Specs/altIdentifier.xml | 42 ++++++++++++--- P5/Source/Specs/application.xml | 42 ++++++++++++--- P5/Source/Specs/att.datable.xml | 63 ----------------------- P5/Source/Specs/author.xml | 40 ++++++++++++-- P5/Source/Specs/binding.xml | 42 ++++++++++++--- P5/Source/Specs/birth.xml | 42 ++++++++++++--- P5/Source/Specs/bloc.xml | 40 ++++++++++++-- P5/Source/Specs/change.xml | 42 ++++++++++++--- P5/Source/Specs/climate.xml | 40 ++++++++++++-- P5/Source/Specs/conversion.xml | 37 ++++++++++++- P5/Source/Specs/country.xml | 40 ++++++++++++-- P5/Source/Specs/creation.xml | 40 ++++++++++++-- P5/Source/Specs/custEvent.xml | 40 ++++++++++++-- P5/Source/Specs/date.xml | 9 ++-- P5/Source/Specs/death.xml | 42 ++++++++++++--- P5/Source/Specs/district.xml | 40 ++++++++++++-- P5/Source/Specs/docDate.xml | 9 ++-- P5/Source/Specs/editor.xml | 40 ++++++++++++-- P5/Source/Specs/education.xml | 42 ++++++++++++--- P5/Source/Specs/event.xml | 40 ++++++++++++-- P5/Source/Specs/faith.xml | 42 ++++++++++++--- P5/Source/Specs/floruit.xml | 40 ++++++++++++-- P5/Source/Specs/funder.xml | 40 ++++++++++++-- P5/Source/Specs/gender.xml | 44 +++++++++++++--- P5/Source/Specs/geogFeat.xml | 40 ++++++++++++-- P5/Source/Specs/geogName.xml | 40 ++++++++++++-- P5/Source/Specs/idno.xml | 42 ++++++++++++--- P5/Source/Specs/langKnowledge.xml | 42 ++++++++++++--- P5/Source/Specs/langKnown.xml | 42 ++++++++++++--- P5/Source/Specs/licence.xml | 40 ++++++++++++-- P5/Source/Specs/location.xml | 40 ++++++++++++-- P5/Source/Specs/meeting.xml | 40 ++++++++++++-- P5/Source/Specs/name.xml | 40 ++++++++++++-- P5/Source/Specs/nationality.xml | 42 ++++++++++++--- P5/Source/Specs/objectName.xml | 41 +++++++++++++-- P5/Source/Specs/occupation.xml | 42 ++++++++++++--- P5/Source/Specs/offset.xml | 40 ++++++++++++-- P5/Source/Specs/orgName.xml | 40 ++++++++++++-- P5/Source/Specs/origDate.xml | 11 ++-- P5/Source/Specs/origPlace.xml | 40 ++++++++++++-- P5/Source/Specs/origin.xml | 40 ++++++++++++-- P5/Source/Specs/persName.xml | 40 ++++++++++++-- P5/Source/Specs/persPronouns.xml | 51 +++++++++++++----- P5/Source/Specs/placeName.xml | 40 ++++++++++++-- P5/Source/Specs/population.xml | 40 ++++++++++++-- P5/Source/Specs/precision.xml | 42 ++++++++++++--- P5/Source/Specs/principal.xml | 40 ++++++++++++-- P5/Source/Specs/provenance.xml | 40 ++++++++++++-- P5/Source/Specs/region.xml | 40 ++++++++++++-- P5/Source/Specs/relation.xml | 42 ++++++++++++--- P5/Source/Specs/residence.xml | 42 ++++++++++++--- P5/Source/Specs/resp.xml | 40 ++++++++++++-- P5/Source/Specs/seal.xml | 42 ++++++++++++--- P5/Source/Specs/settlement.xml | 40 ++++++++++++-- P5/Source/Specs/sex.xml | 46 ++++++++++++++--- P5/Source/Specs/socecStatus.xml | 42 ++++++++++++--- P5/Source/Specs/sponsor.xml | 40 ++++++++++++-- P5/Source/Specs/stamp.xml | 40 ++++++++++++-- P5/Source/Specs/state.xml | 40 ++++++++++++-- P5/Source/Specs/terrain.xml | 40 ++++++++++++-- P5/Source/Specs/time.xml | 9 ++-- P5/Source/Specs/title.xml | 42 ++++++++++++--- P5/Source/Specs/trait.xml | 40 ++++++++++++-- P5/Source/Specs/unitDecl.xml | 35 ++++++++++++- P5/Source/Specs/unitDef.xml | 37 ++++++++++++- 69 files changed, 2249 insertions(+), 424 deletions(-) diff --git a/P5/Source/Guidelines/en/ND-NamesDates.xml b/P5/Source/Guidelines/en/ND-NamesDates.xml index d268a75dfc..78a70942f7 100644 --- a/P5/Source/Guidelines/en/ND-NamesDates.xml +++ b/P5/Source/Guidelines/en/ND-NamesDates.xml @@ -2907,7 +2907,7 @@ Journal rédigé par Camille Desmoulins, - + diff --git a/P5/Source/Specs/acquisition.xml b/P5/Source/Specs/acquisition.xml index 0868f90ac6..540863e5c1 100644 --- a/P5/Source/Specs/acquisition.xml +++ b/P5/Source/Specs/acquisition.xml @@ -4,7 +4,7 @@ Dual-licensed under CC-by and BSD2 licences See the file COPYING.txt for details $Date$ $Id$ ---> +--> acquisition adquisición acquisition @@ -26,6 +26,39 @@ institution. + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + Left to the Bodleian by diff --git a/P5/Source/Specs/affiliation.xml b/P5/Source/Specs/affiliation.xml index 34b6df8039..79dfc31a22 100644 --- a/P5/Source/Specs/affiliation.xml +++ b/P5/Source/Specs/affiliation.xml @@ -1,13 +1,10 @@ - - - - +--> affiliation affiliation contains an informal description of a person's present or past affiliation with some @@ -37,7 +34,40 @@ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + @@ -104,4 +134,4 @@ - + \ No newline at end of file diff --git a/P5/Source/Specs/age.xml b/P5/Source/Specs/age.xml index d96d73dcad..c093d4c1ef 100644 --- a/P5/Source/Specs/age.xml +++ b/P5/Source/Specs/age.xml @@ -1,13 +1,10 @@ - - - - +--> age âge specifies the age of a person. @@ -29,7 +26,40 @@ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + diff --git a/P5/Source/Specs/altIdentifier.xml b/P5/Source/Specs/altIdentifier.xml index c1da834ff5..a999fc7dc8 100644 --- a/P5/Source/Specs/altIdentifier.xml +++ b/P5/Source/Specs/altIdentifier.xml @@ -1,13 +1,10 @@ - - - - +--> alternative identifier 대체 확인소 替換識別符碼 @@ -40,6 +37,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + @@ -82,4 +112,4 @@ - + \ No newline at end of file diff --git a/P5/Source/Specs/application.xml b/P5/Source/Specs/application.xml index 8289125f26..f92459e064 100644 --- a/P5/Source/Specs/application.xml +++ b/P5/Source/Specs/application.xml @@ -1,13 +1,10 @@ - - - - +--> provides information about an application which has acted upon the document. 문서에 사용한 애플리케이션에 관한 정보를 제시한다. proporciona información sobre la aplicación que ha @@ -39,7 +36,40 @@ $Id$ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + supplies an identifier for the application, independent of its version number or display name. 버전 또는 표시명과 상관없이 애플리케이션의 확인소를 제공한다. diff --git a/P5/Source/Specs/att.datable.xml b/P5/Source/Specs/att.datable.xml index b98351e263..f2f6276aea 100644 --- a/P5/Source/Specs/att.datable.xml +++ b/P5/Source/Specs/att.datable.xml @@ -25,69 +25,6 @@ $Id$ - - The calendar attribute will be removed from this element - as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute - (unlike datingMethod defined in - 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. - 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. - 指明該日期表示所使用的曆法計算系統。 - この要素を含むコンテントにおける日付の暦やシステムを示す。 - 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. - - - - - He was born on Feb. 22, 1732 (Feb. 11, 1731/32, - O.S.). - - - - - He was born on Feb. 22, 1732 - (Feb. 11, 1731/32, O.S.). - - - - - Dienstag 7/19 - Mai. - - - - L'année - 1960 fut, en vertu du calendrier grégorien, bissextile ; le 22 juin tomba ainsi le jour de - l'été, le 22 juin. - - -

Note that the calendar attribute (unlike datingMethod defined in - 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.

-
-

- calendar属性は(att.datable.customクラスで定義されるdatingMethod属性と異なり、 - 親要素によって定義される原資料の日付の暦日システムを定義するものであり、 - どの暦日に日付を正規化するかではない。

-
supplies pointers to one or more definitions of named periods of time (typically categorys, dates or events) within which the datable item is understood to have occurred. diff --git a/P5/Source/Specs/author.xml b/P5/Source/Specs/author.xml index c559f77d1e..b363ed8ae8 100644 --- a/P5/Source/Specs/author.xml +++ b/P5/Source/Specs/author.xml @@ -1,13 +1,10 @@ - - - - +--> author autor/a auteur @@ -37,6 +34,39 @@ autor/a/es, ya sea una persona o una institución, de una obra; por ejemplo, en + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + British Broadcasting Corporation diff --git a/P5/Source/Specs/binding.xml b/P5/Source/Specs/binding.xml index cea8182a77..aedf5e359c 100644 --- a/P5/Source/Specs/binding.xml +++ b/P5/Source/Specs/binding.xml @@ -1,13 +1,10 @@ - - - - +--> binding reliure contains a description of one binding, i.e. type of covering, boards, @@ -35,7 +32,40 @@ $Id$ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + contemporary contemporaine specifies whether or not the binding is contemporary with the majority of its diff --git a/P5/Source/Specs/birth.xml b/P5/Source/Specs/birth.xml index a7c075572f..fb6530fa5f 100644 --- a/P5/Source/Specs/birth.xml +++ b/P5/Source/Specs/birth.xml @@ -1,13 +1,10 @@ - - - - +--> birth naissance contains information about a person's birth, such as its date and place. @@ -33,7 +30,40 @@ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + diff --git a/P5/Source/Specs/bloc.xml b/P5/Source/Specs/bloc.xml index 68d82f8a10..ae78cd03b8 100644 --- a/P5/Source/Specs/bloc.xml +++ b/P5/Source/Specs/bloc.xml @@ -1,13 +1,10 @@ - - - - +--> bloc bloc contains the name of a geo-political unit consisting of two or more nation states or @@ -31,6 +28,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + the European Union diff --git a/P5/Source/Specs/change.xml b/P5/Source/Specs/change.xml index 9db9fd4b76..37721065e6 100644 --- a/P5/Source/Specs/change.xml +++ b/P5/Source/Specs/change.xml @@ -1,13 +1,10 @@ - - - - +--> change Änderung documents a change or set of changes made during the production @@ -44,7 +41,40 @@ $Id$ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + target Ziel points to one or more elements that belong to this change. diff --git a/P5/Source/Specs/climate.xml b/P5/Source/Specs/climate.xml index 02dc66dc13..a5334dd958 100644 --- a/P5/Source/Specs/climate.xml +++ b/P5/Source/Specs/climate.xml @@ -1,13 +1,10 @@ - - - - +--> climate climat contains information about the physical climate of a place. @@ -57,6 +54,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/conversion.xml b/P5/Source/Specs/conversion.xml index bdb3676264..483e5413db 100644 --- a/P5/Source/Specs/conversion.xml +++ b/P5/Source/Specs/conversion.xml @@ -4,7 +4,7 @@ Dual-licensed under CC-by and BSD2 licences See the file COPYING.txt for details $Date$ $Id$ ---> +--> defines how to calculate one unit of measure in terms of another. @@ -14,7 +14,40 @@ $Id$ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + indicates a source unit of measure that is to be converted into another unit indicated in toUnit. diff --git a/P5/Source/Specs/country.xml b/P5/Source/Specs/country.xml index bda5a1ea9f..738f440c4c 100644 --- a/P5/Source/Specs/country.xml +++ b/P5/Source/Specs/country.xml @@ -1,13 +1,10 @@ - - - - +--> country pays contains the name of a geo-political unit, such as a nation, country, colony, or @@ -36,6 +33,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + Denmark diff --git a/P5/Source/Specs/creation.xml b/P5/Source/Specs/creation.xml index d93854c6bf..7c35a7442f 100644 --- a/P5/Source/Specs/creation.xml +++ b/P5/Source/Specs/creation.xml @@ -1,13 +1,10 @@ - - - - +--> creation création Entstehung @@ -35,6 +32,39 @@ $Id$ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/custEvent.xml b/P5/Source/Specs/custEvent.xml index 8ad197f563..4aefd5bd53 100644 --- a/P5/Source/Specs/custEvent.xml +++ b/P5/Source/Specs/custEvent.xml @@ -1,13 +1,10 @@ - - - - +--> custodial event 보관 사건 @@ -30,6 +27,39 @@ $Id$ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + Photographed by David Cooper on 12 Dec 1964 diff --git a/P5/Source/Specs/date.xml b/P5/Source/Specs/date.xml index 823dfa2d2b..f98263f9c0 100644 --- a/P5/Source/Specs/date.xml +++ b/P5/Source/Specs/date.xml @@ -1,13 +1,10 @@ - - - - +--> date date Datum @@ -25,7 +22,7 @@ - + diff --git a/P5/Source/Specs/death.xml b/P5/Source/Specs/death.xml index 35e85ad5bb..e0d17c6c48 100644 --- a/P5/Source/Specs/death.xml +++ b/P5/Source/Specs/death.xml @@ -1,13 +1,10 @@ - - - - +--> death décès contains information about a person's death, such as its date and place. @@ -30,7 +27,40 @@ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + diff --git a/P5/Source/Specs/district.xml b/P5/Source/Specs/district.xml index 3b65a1d2b8..bf1889a3c1 100644 --- a/P5/Source/Specs/district.xml +++ b/P5/Source/Specs/district.xml @@ -1,13 +1,10 @@ - - - - +--> district district contains the name of any kind of subdivision of a settlement, such as a parish, ward, or other administrative or geographic unit. @@ -30,6 +27,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/docDate.xml b/P5/Source/Specs/docDate.xml index fc0801b939..326e6a37e3 100644 --- a/P5/Source/Specs/docDate.xml +++ b/P5/Source/Specs/docDate.xml @@ -1,13 +1,10 @@ - - - - +--> document date 문서 날짜 文件日期 @@ -32,7 +29,7 @@ on a title page or in a dateline. - + diff --git a/P5/Source/Specs/editor.xml b/P5/Source/Specs/editor.xml index 1e8d0ff869..0f9913601c 100644 --- a/P5/Source/Specs/editor.xml +++ b/P5/Source/Specs/editor.xml @@ -1,13 +1,10 @@ - - - - +--> 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, @@ -37,6 +34,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/education.xml b/P5/Source/Specs/education.xml index 9c6779c362..7bbe3a130f 100644 --- a/P5/Source/Specs/education.xml +++ b/P5/Source/Specs/education.xml @@ -1,13 +1,10 @@ - - - - +--> education éducation contains a description of the educational experience of a person. @@ -29,7 +26,40 @@ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + diff --git a/P5/Source/Specs/event.xml b/P5/Source/Specs/event.xml index 7560ac08ea..80fc1ab2eb 100644 --- a/P5/Source/Specs/event.xml +++ b/P5/Source/Specs/event.xml @@ -1,13 +1,10 @@ - - - - +--> event évènement contains data relating to any kind of significant event associated with a person, place, or organization. @@ -49,6 +46,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/faith.xml b/P5/Source/Specs/faith.xml index a2ca6c6a80..618c3113e9 100644 --- a/P5/Source/Specs/faith.xml +++ b/P5/Source/Specs/faith.xml @@ -1,13 +1,10 @@ - - - - +--> faith religion specifies the faith, religion, or belief set of a person. @@ -29,7 +26,40 @@ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + diff --git a/P5/Source/Specs/floruit.xml b/P5/Source/Specs/floruit.xml index 5343f926ac..58d4c354a3 100644 --- a/P5/Source/Specs/floruit.xml +++ b/P5/Source/Specs/floruit.xml @@ -1,13 +1,10 @@ - - - - +--> floruit période d'activité contains information about a person's period of activity. @@ -27,6 +24,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/funder.xml b/P5/Source/Specs/funder.xml index 53333b4fc1..05d3927911 100644 --- a/P5/Source/Specs/funder.xml +++ b/P5/Source/Specs/funder.xml @@ -1,13 +1,10 @@ - - - - +--> funding body financeur 재정 지원 조직체 @@ -37,6 +34,39 @@ $Id$ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + The National Endowment for the Humanities, an independent federal agency diff --git a/P5/Source/Specs/gender.xml b/P5/Source/Specs/gender.xml index 4c352afcda..c37459693b 100644 --- a/P5/Source/Specs/gender.xml +++ b/P5/Source/Specs/gender.xml @@ -1,13 +1,10 @@ - - - - +--> gender specifies the gender identity of a person, persona, or character. especifica la identidad de género de una persona. @@ -24,7 +21,40 @@ $Id$ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + supplies a coded value for gender identity @@ -59,4 +89,4 @@ $Id$ - + \ No newline at end of file diff --git a/P5/Source/Specs/geogFeat.xml b/P5/Source/Specs/geogFeat.xml index 1555573a23..c4a2fd948e 100644 --- a/P5/Source/Specs/geogFeat.xml +++ b/P5/Source/Specs/geogFeat.xml @@ -1,13 +1,10 @@ - - - - +--> geographical feature name 지리적 특성명 nom de caractéristique géographique @@ -35,6 +32,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + The vale of White Horse diff --git a/P5/Source/Specs/geogName.xml b/P5/Source/Specs/geogName.xml index ddf9b64ba9..0061ffffb2 100644 --- a/P5/Source/Specs/geogName.xml +++ b/P5/Source/Specs/geogName.xml @@ -1,13 +1,10 @@ - - - - +--> geographical name 지리명 地理名稱 @@ -32,6 +29,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/idno.xml b/P5/Source/Specs/idno.xml index 0fd05e2b94..e3f7a085bc 100644 --- a/P5/Source/Specs/idno.xml +++ b/P5/Source/Specs/idno.xml @@ -1,13 +1,10 @@ - - - - +--> identifier identifiant 식별 숫자 @@ -53,7 +50,40 @@ $Id$ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + categorizes the identifier, for example as an ISBN, Social Security number, etc. classe un numéro dans une catégorie, par exemple diff --git a/P5/Source/Specs/langKnowledge.xml b/P5/Source/Specs/langKnowledge.xml index c6bf2181f8..d2da2e97cd 100644 --- a/P5/Source/Specs/langKnowledge.xml +++ b/P5/Source/Specs/langKnowledge.xml @@ -1,13 +1,10 @@ - - - - +--> language knowledge 언어 지식 conocimiento del lenguaje @@ -42,7 +39,40 @@ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + diff --git a/P5/Source/Specs/langKnown.xml b/P5/Source/Specs/langKnown.xml index e6ef68c9ee..96e68cd81a 100644 --- a/P5/Source/Specs/langKnown.xml +++ b/P5/Source/Specs/langKnown.xml @@ -1,13 +1,10 @@ - - - - +--> language known 언어 능력 語言能力 @@ -30,7 +27,40 @@ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + supplies a valid language tag for the language concerned. 관련 언어에 대한 유효한 언어 태그를 제공한다. 用有效的語言標籤來表示所指語言。 diff --git a/P5/Source/Specs/licence.xml b/P5/Source/Specs/licence.xml index 626608d35f..b83509bbdc 100644 --- a/P5/Source/Specs/licence.xml +++ b/P5/Source/Specs/licence.xml @@ -1,13 +1,10 @@ - - - - +--> contains information about a licence or other legal agreement applicable to the text. contient des informations @@ -23,6 +20,39 @@ définissant les droits d'utilisation. + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/location.xml b/P5/Source/Specs/location.xml index 9d058dec70..712d003eac 100644 --- a/P5/Source/Specs/location.xml +++ b/P5/Source/Specs/location.xml @@ -1,13 +1,10 @@ - - - - +--> 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 @@ -41,6 +38,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/meeting.xml b/P5/Source/Specs/meeting.xml index cd99cfebb7..8478f79507 100644 --- a/P5/Source/Specs/meeting.xml +++ b/P5/Source/Specs/meeting.xml @@ -1,13 +1,10 @@ - - - - +--> 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. @@ -33,6 +30,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + +
diff --git a/P5/Source/Specs/name.xml b/P5/Source/Specs/name.xml index 421483425b..f692e2c263 100644 --- a/P5/Source/Specs/name.xml +++ b/P5/Source/Specs/name.xml @@ -1,13 +1,10 @@ - - - - +--> name, proper noun 이름, 고유명사 名稱,特定名稱 @@ -35,6 +32,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + Thomas Hoccleve diff --git a/P5/Source/Specs/nationality.xml b/P5/Source/Specs/nationality.xml index 36067bcabe..7754dbd512 100644 --- a/P5/Source/Specs/nationality.xml +++ b/P5/Source/Specs/nationality.xml @@ -1,13 +1,10 @@ - - - - +--> nationality nationalité contains an informal description of a person's present or past nationality or citizenship. @@ -32,7 +29,40 @@ $Id$ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + diff --git a/P5/Source/Specs/objectName.xml b/P5/Source/Specs/objectName.xml index 6ccb58d6a5..5e61d2b395 100644 --- a/P5/Source/Specs/objectName.xml +++ b/P5/Source/Specs/objectName.xml @@ -4,8 +4,7 @@ Dual-licensed under CC-by and BSD2 licences See the file COPYING.txt for details $Date$ $Id$ ---> - +--> name of an object Name eines Objekts contains a proper noun or noun phrase used to refer to an object. @@ -21,14 +20,46 @@ $Id$ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + +

The Minster Lovell Jewel is probably the most similar to the Alfred Jewel and was found in Minster - Lovell in Oxfordshire and is kept at the Ashmolean Museum. + Lovell in Oxfordshire and is kept at the Ashmolean Museum.

@@ -36,4 +67,4 @@ $Id$ -
+
\ No newline at end of file diff --git a/P5/Source/Specs/occupation.xml b/P5/Source/Specs/occupation.xml index 23278a5a6f..9ab0ef961f 100644 --- a/P5/Source/Specs/occupation.xml +++ b/P5/Source/Specs/occupation.xml @@ -1,13 +1,10 @@ - - - - +--> occupation activité contains an informal description of a person's trade, profession or occupation. @@ -30,7 +27,40 @@ $Id$ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + diff --git a/P5/Source/Specs/offset.xml b/P5/Source/Specs/offset.xml index cb887c24aa..f2eafe242e 100644 --- a/P5/Source/Specs/offset.xml +++ b/P5/Source/Specs/offset.xml @@ -1,13 +1,10 @@ - - - - +--> 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 @@ -33,6 +30,39 @@ $Id$ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/orgName.xml b/P5/Source/Specs/orgName.xml index 29d5d48ac7..27d90e671c 100644 --- a/P5/Source/Specs/orgName.xml +++ b/P5/Source/Specs/orgName.xml @@ -1,13 +1,10 @@ - - - - +--> organization name 조직명 組織名稱 @@ -32,6 +29,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + About a year back, a question of considerable interest was agitated in the Pennsyla. Abolition Society [...] diff --git a/P5/Source/Specs/origDate.xml b/P5/Source/Specs/origDate.xml index 3a74882f8c..6ca550b65f 100644 --- a/P5/Source/Specs/origDate.xml +++ b/P5/Source/Specs/origDate.xml @@ -1,13 +1,10 @@ - - - - +--> origin date 생성 날짜 @@ -25,8 +22,8 @@ $Id$ contiene una data espressa in una forma qualsiasi utilizzata per indicare la data di origine di un manoscritto o di una sua parte - - + + diff --git a/P5/Source/Specs/origPlace.xml b/P5/Source/Specs/origPlace.xml index 6fcb1db1fe..b077b09971 100644 --- a/P5/Source/Specs/origPlace.xml +++ b/P5/Source/Specs/origPlace.xml @@ -1,13 +1,10 @@ - - - - +--> origin place 생산 장소 @@ -35,6 +32,39 @@ place of origin for a manuscript, manuscript part, or other object. + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + Birmingham diff --git a/P5/Source/Specs/origin.xml b/P5/Source/Specs/origin.xml index fe1243e59c..c5c3693c3c 100644 --- a/P5/Source/Specs/origin.xml +++ b/P5/Source/Specs/origin.xml @@ -1,13 +1,10 @@ - - - - +--> origin origine contains any descriptive or other information @@ -27,6 +24,39 @@ concerning the origin of a manuscript, manuscript part, or other object. + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/persName.xml b/P5/Source/Specs/persName.xml index 9c9f425344..b75fd5072d 100644 --- a/P5/Source/Specs/persName.xml +++ b/P5/Source/Specs/persName.xml @@ -1,13 +1,10 @@ - - - - +--> personal name 개인 이름 個人名稱 @@ -42,6 +39,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/persPronouns.xml b/P5/Source/Specs/persPronouns.xml index 0052c3615e..586d59b5dd 100644 --- a/P5/Source/Specs/persPronouns.xml +++ b/P5/Source/Specs/persPronouns.xml @@ -1,13 +1,10 @@ - - - - +--> personal pronouns indicates the personal pronouns used, or assumed to be used, by the individual being described. @@ -22,7 +19,40 @@ $Id$ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + evidence indicates support @@ -83,8 +113,7 @@ $Id$ The sample values list shown here is intended to be reflective of English usage. There is nothing restricting users from defining lists reflective of other languages, - e.g. elle, il, and ils. + e.g. elle, il, and ils.

@@ -102,9 +131,7 @@ $Id$ Specimen FMNH PR 2081. Legendary Fossil. Apex - Predator. National Treasure. Murderbird. + Predator. National Treasure. Murderbird. SUEtheTrex, Twitter biography. . Accessed March 25th, 2020. @@ -133,4 +160,4 @@ $Id$ -
+
\ No newline at end of file diff --git a/P5/Source/Specs/placeName.xml b/P5/Source/Specs/placeName.xml index e9cbaa6219..4353d83a50 100644 --- a/P5/Source/Specs/placeName.xml +++ b/P5/Source/Specs/placeName.xml @@ -1,13 +1,10 @@ - - - - +--> place name nom de lieu contains an absolute or relative place name. @@ -29,6 +26,39 @@ $Id$ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/population.xml b/P5/Source/Specs/population.xml index 9ab8db8c04..d3dcafbf30 100644 --- a/P5/Source/Specs/population.xml +++ b/P5/Source/Specs/population.xml @@ -1,13 +1,10 @@ - - - - +--> population population contains information about the population of a place. @@ -43,6 +40,39 @@ $Id$ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/precision.xml b/P5/Source/Specs/precision.xml index 927440688e..21c6908093 100644 --- a/P5/Source/Specs/precision.xml +++ b/P5/Source/Specs/precision.xml @@ -1,13 +1,10 @@ - - - - +--> indicates the numerical accuracy or precision associated with some aspect of the text markup. @@ -27,7 +24,40 @@ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + characterizes the precision of the element or attribute pointed to by the precision element. diff --git a/P5/Source/Specs/principal.xml b/P5/Source/Specs/principal.xml index 2a5ec35580..abeb3fc052 100644 --- a/P5/Source/Specs/principal.xml +++ b/P5/Source/Specs/principal.xml @@ -1,13 +1,10 @@ - - - - +--> principal researcher chercheur principal 책임 연구자 @@ -34,6 +31,39 @@ creation of an electronic text. + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + Gary Taylor diff --git a/P5/Source/Specs/provenance.xml b/P5/Source/Specs/provenance.xml index 75162d0a2c..63371e24e1 100644 --- a/P5/Source/Specs/provenance.xml +++ b/P5/Source/Specs/provenance.xml @@ -1,13 +1,10 @@ - - - - +--> provenance provenance contains any descriptive or other information @@ -29,6 +26,39 @@ concerning a single identifiable episode during the history of a manuscript, man + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + Listed as the property of Lawrence Sterne in 1788. diff --git a/P5/Source/Specs/region.xml b/P5/Source/Specs/region.xml index 5e1b03d580..50636341e0 100644 --- a/P5/Source/Specs/region.xml +++ b/P5/Source/Specs/region.xml @@ -1,13 +1,10 @@ - - - - +--> region région contains the name of an administrative unit such as a state, province, or county, larger @@ -32,6 +29,39 @@ $Id$ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/relation.xml b/P5/Source/Specs/relation.xml index e7bd234389..d2c06e39f9 100644 --- a/P5/Source/Specs/relation.xml +++ b/P5/Source/Specs/relation.xml @@ -1,13 +1,10 @@ - - - - +--> relationship 관련성 人際關係 @@ -58,7 +55,40 @@ $Id$ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + supplies a name for the kind of relationship of which this is an instance. 이것이 실례인 관련성 종류에 대한 이름을 제공한다. 提供該關係的確切名稱。 diff --git a/P5/Source/Specs/residence.xml b/P5/Source/Specs/residence.xml index 053c6ab9f3..d76ab121d6 100644 --- a/P5/Source/Specs/residence.xml +++ b/P5/Source/Specs/residence.xml @@ -1,13 +1,10 @@ - - - - +--> residence 거주 住所 @@ -33,7 +30,40 @@ $Id$ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + diff --git a/P5/Source/Specs/resp.xml b/P5/Source/Specs/resp.xml index daf1becf04..995d7bb202 100644 --- a/P5/Source/Specs/resp.xml +++ b/P5/Source/Specs/resp.xml @@ -1,13 +1,10 @@ - - - - +--> responsibility 책임성 @@ -36,6 +33,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/seal.xml b/P5/Source/Specs/seal.xml index abbf006779..43a25c8502 100644 --- a/P5/Source/Specs/seal.xml +++ b/P5/Source/Specs/seal.xml @@ -1,13 +1,10 @@ - - - - +--> seal sceau contains a description of one seal or similar applied to the object described @@ -32,7 +29,40 @@ $Id$ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + contemporary contemporain specifies whether or not the seal is contemporary with the diff --git a/P5/Source/Specs/settlement.xml b/P5/Source/Specs/settlement.xml index 3111f3ddb3..5412030de5 100644 --- a/P5/Source/Specs/settlement.xml +++ b/P5/Source/Specs/settlement.xml @@ -1,13 +1,10 @@ - - - - +--> 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. @@ -30,6 +27,39 @@ $Id$ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/sex.xml b/P5/Source/Specs/sex.xml index 428cb0e6bc..fd0c39f584 100644 --- a/P5/Source/Specs/sex.xml +++ b/P5/Source/Specs/sex.xml @@ -1,13 +1,10 @@ - - - - +--> sex sexe specifies the sex of an organism. @@ -28,7 +25,40 @@ $Id$ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + supplies a coded value for sex @@ -37,7 +67,7 @@ $Id$

Values for this attribute may be locally defined by a project, or they may refer to an external standard.

- +

Les valeurs de cet attribut peuvent être définies localement par un projet ou peuvent faire référence à un standard externe.

@@ -78,4 +108,4 @@ $Id$ -
+
\ No newline at end of file diff --git a/P5/Source/Specs/socecStatus.xml b/P5/Source/Specs/socecStatus.xml index cccc7d4b37..520e209d55 100644 --- a/P5/Source/Specs/socecStatus.xml +++ b/P5/Source/Specs/socecStatus.xml @@ -1,13 +1,10 @@ - - - - +--> socio-economic status statut socio-économique 사회-경제적 지위 @@ -33,7 +30,40 @@ $Id$ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + identifies the classification system or taxonomy in use, for example by pointing to a locally-defined taxonomy element or by supplying a URI for an externally-defined system. identifie le système de classification ou la taxinomie utilisés. 사용 중인 분류 체계 또는 분류법을 식별한다. diff --git a/P5/Source/Specs/sponsor.xml b/P5/Source/Specs/sponsor.xml index 4cfee89a8b..a49f95a271 100644 --- a/P5/Source/Specs/sponsor.xml +++ b/P5/Source/Specs/sponsor.xml @@ -1,13 +1,10 @@ - - - - +--> sponsor commanditaire Förderer @@ -31,6 +28,39 @@ $Id$ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + Association for Computers and the Humanities diff --git a/P5/Source/Specs/stamp.xml b/P5/Source/Specs/stamp.xml index cc1bb9030d..6253cbf3dd 100644 --- a/P5/Source/Specs/stamp.xml +++ b/P5/Source/Specs/stamp.xml @@ -1,13 +1,10 @@ - - - - +--> stamp cachet contains a word or phrase describing a @@ -28,6 +25,39 @@ stamp or similar device. + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + Apologyticu TTVLLIANI AC IGNORATIA IN XPO IHV diff --git a/P5/Source/Specs/state.xml b/P5/Source/Specs/state.xml index 6810d9de9b..c7261c81d5 100644 --- a/P5/Source/Specs/state.xml +++ b/P5/Source/Specs/state.xml @@ -1,13 +1,10 @@ - - - - +--> 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. @@ -52,6 +49,39 @@ $Id$ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/terrain.xml b/P5/Source/Specs/terrain.xml index fff5057056..e507113877 100644 --- a/P5/Source/Specs/terrain.xml +++ b/P5/Source/Specs/terrain.xml @@ -1,13 +1,10 @@ - - - - +--> terrain terrain contains information about the physical terrain of a place. @@ -55,6 +52,39 @@ $Id$ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/time.xml b/P5/Source/Specs/time.xml index 3254fbfc66..5387119a58 100644 --- a/P5/Source/Specs/time.xml +++ b/P5/Source/Specs/time.xml @@ -1,13 +1,10 @@ - - - - +--> time temps Zeit @@ -26,7 +23,7 @@ - + diff --git a/P5/Source/Specs/title.xml b/P5/Source/Specs/title.xml index 4fbaecd3dc..a620fc3818 100644 --- a/P5/Source/Specs/title.xml +++ b/P5/Source/Specs/title.xml @@ -1,13 +1,10 @@ - - - - +--> title titre Titel @@ -33,7 +30,40 @@ $Id$ - + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + + + indicates the bibliographic level for a title, that is, whether it identifies an article, book, journal, series, or unpublished material. diff --git a/P5/Source/Specs/trait.xml b/P5/Source/Specs/trait.xml index 8e3c143d6d..a5d92dc5c1 100644 --- a/P5/Source/Specs/trait.xml +++ b/P5/Source/Specs/trait.xml @@ -1,13 +1,10 @@ - - - - +--> trait trait distinctif contains a description of some status or quality attributed to a person, place, or organization typically, but not necessarily, @@ -51,6 +48,39 @@ $Id$ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + +--> unit declarations provides information about units of measurement that are not members of the International System of Units. @@ -16,6 +16,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/unitDef.xml b/P5/Source/Specs/unitDef.xml index 4e279ef628..42206b3a06 100644 --- a/P5/Source/Specs/unitDef.xml +++ b/P5/Source/Specs/unitDef.xml @@ -4,7 +4,7 @@ See the file COPYING.txt for details $Date$ $Id$ ---> +--> unit definition contains descriptive information related to a specific unit of measurement. @@ -21,6 +21,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + @@ -41,4 +74,4 @@ - + \ No newline at end of file From 1830ab7554a22dcbd55face99579cd1587b3f38d Mon Sep 17 00:00:00 2001 From: raffazizzi Date: Fri, 13 Oct 2023 18:53:30 -0400 Subject: [PATCH 04/10] fixes to schematron idents and references to new class --- P5/Source/Guidelines/en/CO-CoreElements.xml | 2 +- P5/Source/Guidelines/en/ND-NamesDates.xml | 2 +- P5/Source/Specs/acquisition.xml | 4 +-- P5/Source/Specs/affiliation.xml | 4 +-- P5/Source/Specs/age.xml | 4 +-- P5/Source/Specs/altIdentifier.xml | 4 +-- P5/Source/Specs/application.xml | 4 +-- P5/Source/Specs/author.xml | 4 +-- P5/Source/Specs/binding.xml | 4 +-- P5/Source/Specs/birth.xml | 4 +-- P5/Source/Specs/bloc.xml | 4 +-- P5/Source/Specs/change.xml | 4 +-- P5/Source/Specs/climate.xml | 4 +-- P5/Source/Specs/conversion.xml | 4 +-- P5/Source/Specs/country.xml | 4 +-- P5/Source/Specs/creation.xml | 4 +-- P5/Source/Specs/custEvent.xml | 4 +-- P5/Source/Specs/date.xml | 33 +++++++++++++++++++++ P5/Source/Specs/death.xml | 4 +-- P5/Source/Specs/district.xml | 4 +-- P5/Source/Specs/docDate.xml | 33 +++++++++++++++++++++ P5/Source/Specs/editor.xml | 4 +-- P5/Source/Specs/education.xml | 4 +-- P5/Source/Specs/event.xml | 4 +-- P5/Source/Specs/faith.xml | 4 +-- P5/Source/Specs/floruit.xml | 4 +-- P5/Source/Specs/funder.xml | 4 +-- P5/Source/Specs/gender.xml | 4 +-- P5/Source/Specs/geogFeat.xml | 4 +-- P5/Source/Specs/geogName.xml | 4 +-- P5/Source/Specs/idno.xml | 4 +-- P5/Source/Specs/langKnowledge.xml | 4 +-- P5/Source/Specs/langKnown.xml | 4 +-- P5/Source/Specs/licence.xml | 4 +-- P5/Source/Specs/location.xml | 4 +-- P5/Source/Specs/meeting.xml | 4 +-- P5/Source/Specs/name.xml | 4 +-- P5/Source/Specs/nationality.xml | 4 +-- P5/Source/Specs/objectName.xml | 4 +-- P5/Source/Specs/occupation.xml | 4 +-- P5/Source/Specs/offset.xml | 4 +-- P5/Source/Specs/orgName.xml | 4 +-- P5/Source/Specs/origDate.xml | 33 +++++++++++++++++++++ P5/Source/Specs/origPlace.xml | 4 +-- P5/Source/Specs/origin.xml | 4 +-- P5/Source/Specs/persName.xml | 4 +-- P5/Source/Specs/persPronouns.xml | 4 +-- P5/Source/Specs/placeName.xml | 4 +-- P5/Source/Specs/population.xml | 4 +-- P5/Source/Specs/precision.xml | 4 +-- P5/Source/Specs/principal.xml | 4 +-- P5/Source/Specs/provenance.xml | 4 +-- P5/Source/Specs/region.xml | 4 +-- P5/Source/Specs/relation.xml | 4 +-- P5/Source/Specs/residence.xml | 4 +-- P5/Source/Specs/resp.xml | 4 +-- P5/Source/Specs/seal.xml | 4 +-- P5/Source/Specs/settlement.xml | 4 +-- P5/Source/Specs/sex.xml | 4 +-- P5/Source/Specs/socecStatus.xml | 4 +-- P5/Source/Specs/sponsor.xml | 4 +-- P5/Source/Specs/stamp.xml | 4 +-- P5/Source/Specs/state.xml | 4 +-- P5/Source/Specs/terrain.xml | 4 +-- P5/Source/Specs/time.xml | 33 +++++++++++++++++++++ P5/Source/Specs/title.xml | 4 +-- P5/Source/Specs/trait.xml | 4 +-- P5/Source/Specs/unitDecl.xml | 4 +-- P5/Source/Specs/unitDef.xml | 4 +-- 69 files changed, 260 insertions(+), 128 deletions(-) diff --git a/P5/Source/Guidelines/en/CO-CoreElements.xml b/P5/Source/Guidelines/en/CO-CoreElements.xml index 9811544d09..8ee380d944 100644 --- a/P5/Source/Guidelines/en/CO-CoreElements.xml +++ b/P5/Source/Guidelines/en/CO-CoreElements.xml @@ -2381,7 +2381,7 @@ of the att.datable.w3c and att.d when and calendar attributes will be discussed here: - +

Dates can occur virtually anywhere in a text, but in some contexts diff --git a/P5/Source/Guidelines/en/ND-NamesDates.xml b/P5/Source/Guidelines/en/ND-NamesDates.xml index 78a70942f7..046d38147a 100644 --- a/P5/Source/Guidelines/en/ND-NamesDates.xml +++ b/P5/Source/Guidelines/en/ND-NamesDates.xml @@ -2936,7 +2936,7 @@ Journal rédigé par Camille Desmoulins,

The following attributes can now be used to encode dates using this calendar: - + diff --git a/P5/Source/Specs/acquisition.xml b/P5/Source/Specs/acquisition.xml index 540863e5c1..17fa154d3a 100644 --- a/P5/Source/Specs/acquisition.xml +++ b/P5/Source/Specs/acquisition.xml @@ -48,7 +48,7 @@ institution. - + @calendar indicates one or more @@ -56,7 +56,7 @@ institution. but this element has no textual content. - + diff --git a/P5/Source/Specs/affiliation.xml b/P5/Source/Specs/affiliation.xml index 79dfc31a22..893af26bea 100644 --- a/P5/Source/Specs/affiliation.xml +++ b/P5/Source/Specs/affiliation.xml @@ -55,7 +55,7 @@ - + @calendar indicates one or more @@ -63,7 +63,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/age.xml b/P5/Source/Specs/age.xml index c093d4c1ef..17ee7d4acd 100644 --- a/P5/Source/Specs/age.xml +++ b/P5/Source/Specs/age.xml @@ -47,7 +47,7 @@ - + @calendar indicates one or more @@ -55,7 +55,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/altIdentifier.xml b/P5/Source/Specs/altIdentifier.xml index a999fc7dc8..f29492724a 100644 --- a/P5/Source/Specs/altIdentifier.xml +++ b/P5/Source/Specs/altIdentifier.xml @@ -59,7 +59,7 @@ - + @calendar indicates one or more @@ -67,7 +67,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/application.xml b/P5/Source/Specs/application.xml index f92459e064..744c84d3ac 100644 --- a/P5/Source/Specs/application.xml +++ b/P5/Source/Specs/application.xml @@ -57,7 +57,7 @@ $Id$ - + @calendar indicates one or more @@ -65,7 +65,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/author.xml b/P5/Source/Specs/author.xml index b363ed8ae8..3705a3c7fa 100644 --- a/P5/Source/Specs/author.xml +++ b/P5/Source/Specs/author.xml @@ -56,7 +56,7 @@ autor/a/es, ya sea una persona o una institución, de una obra; por ejemplo, en - + @calendar indicates one or more @@ -64,7 +64,7 @@ autor/a/es, ya sea una persona o una institución, de una obra; por ejemplo, en but this element has no textual content. - + diff --git a/P5/Source/Specs/binding.xml b/P5/Source/Specs/binding.xml index aedf5e359c..d464446d71 100644 --- a/P5/Source/Specs/binding.xml +++ b/P5/Source/Specs/binding.xml @@ -53,7 +53,7 @@ $Id$ - + @calendar indicates one or more @@ -61,7 +61,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/birth.xml b/P5/Source/Specs/birth.xml index fb6530fa5f..68bd3481e3 100644 --- a/P5/Source/Specs/birth.xml +++ b/P5/Source/Specs/birth.xml @@ -51,7 +51,7 @@ - + @calendar indicates one or more @@ -59,7 +59,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/bloc.xml b/P5/Source/Specs/bloc.xml index ae78cd03b8..3385f7fd28 100644 --- a/P5/Source/Specs/bloc.xml +++ b/P5/Source/Specs/bloc.xml @@ -50,7 +50,7 @@ - + @calendar indicates one or more @@ -58,7 +58,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/change.xml b/P5/Source/Specs/change.xml index 37721065e6..22b89f0a84 100644 --- a/P5/Source/Specs/change.xml +++ b/P5/Source/Specs/change.xml @@ -62,7 +62,7 @@ $Id$ - + @calendar indicates one or more @@ -70,7 +70,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/climate.xml b/P5/Source/Specs/climate.xml index a5334dd958..4797322f5d 100644 --- a/P5/Source/Specs/climate.xml +++ b/P5/Source/Specs/climate.xml @@ -76,7 +76,7 @@ - + @calendar indicates one or more @@ -84,7 +84,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/conversion.xml b/P5/Source/Specs/conversion.xml index 483e5413db..a0bf23a149 100644 --- a/P5/Source/Specs/conversion.xml +++ b/P5/Source/Specs/conversion.xml @@ -35,7 +35,7 @@ $Id$ - + @calendar indicates one or more @@ -43,7 +43,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/country.xml b/P5/Source/Specs/country.xml index 738f440c4c..d545d9a8df 100644 --- a/P5/Source/Specs/country.xml +++ b/P5/Source/Specs/country.xml @@ -55,7 +55,7 @@ - + @calendar indicates one or more @@ -63,7 +63,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/creation.xml b/P5/Source/Specs/creation.xml index 7c35a7442f..1e428f24bf 100644 --- a/P5/Source/Specs/creation.xml +++ b/P5/Source/Specs/creation.xml @@ -54,7 +54,7 @@ $Id$ - + @calendar indicates one or more @@ -62,7 +62,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/custEvent.xml b/P5/Source/Specs/custEvent.xml index 4aefd5bd53..aba35dc8ce 100644 --- a/P5/Source/Specs/custEvent.xml +++ b/P5/Source/Specs/custEvent.xml @@ -49,7 +49,7 @@ $Id$ - + @calendar indicates one or more @@ -57,7 +57,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/date.xml b/P5/Source/Specs/date.xml index f98263f9c0..218741e774 100644 --- a/P5/Source/Specs/date.xml +++ b/P5/Source/Specs/date.xml @@ -38,6 +38,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/death.xml b/P5/Source/Specs/death.xml index e0d17c6c48..602a61ac8d 100644 --- a/P5/Source/Specs/death.xml +++ b/P5/Source/Specs/death.xml @@ -48,7 +48,7 @@ - + @calendar indicates one or more @@ -56,7 +56,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/district.xml b/P5/Source/Specs/district.xml index bf1889a3c1..8ccdda5eb4 100644 --- a/P5/Source/Specs/district.xml +++ b/P5/Source/Specs/district.xml @@ -49,7 +49,7 @@ - + @calendar indicates one or more @@ -57,7 +57,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/docDate.xml b/P5/Source/Specs/docDate.xml index 326e6a37e3..ea6046fc30 100644 --- a/P5/Source/Specs/docDate.xml +++ b/P5/Source/Specs/docDate.xml @@ -34,6 +34,39 @@ on a title page or in a dateline. + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + diff --git a/P5/Source/Specs/editor.xml b/P5/Source/Specs/editor.xml index 0f9913601c..181e5746b2 100644 --- a/P5/Source/Specs/editor.xml +++ b/P5/Source/Specs/editor.xml @@ -56,7 +56,7 @@ - + @calendar indicates one or more @@ -64,7 +64,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/education.xml b/P5/Source/Specs/education.xml index 7bbe3a130f..3402088896 100644 --- a/P5/Source/Specs/education.xml +++ b/P5/Source/Specs/education.xml @@ -47,7 +47,7 @@ - + @calendar indicates one or more @@ -55,7 +55,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/event.xml b/P5/Source/Specs/event.xml index 80fc1ab2eb..25e4296028 100644 --- a/P5/Source/Specs/event.xml +++ b/P5/Source/Specs/event.xml @@ -68,7 +68,7 @@ - + @calendar indicates one or more @@ -76,7 +76,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/faith.xml b/P5/Source/Specs/faith.xml index 618c3113e9..cee7375f28 100644 --- a/P5/Source/Specs/faith.xml +++ b/P5/Source/Specs/faith.xml @@ -47,7 +47,7 @@ - + @calendar indicates one or more @@ -55,7 +55,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/floruit.xml b/P5/Source/Specs/floruit.xml index 58d4c354a3..03fbbc2c0d 100644 --- a/P5/Source/Specs/floruit.xml +++ b/P5/Source/Specs/floruit.xml @@ -46,7 +46,7 @@ - + @calendar indicates one or more @@ -54,7 +54,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/funder.xml b/P5/Source/Specs/funder.xml index 05d3927911..307f5206d6 100644 --- a/P5/Source/Specs/funder.xml +++ b/P5/Source/Specs/funder.xml @@ -56,7 +56,7 @@ $Id$ - + @calendar indicates one or more @@ -64,7 +64,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/gender.xml b/P5/Source/Specs/gender.xml index c37459693b..38718b6081 100644 --- a/P5/Source/Specs/gender.xml +++ b/P5/Source/Specs/gender.xml @@ -42,7 +42,7 @@ $Id$ - + @calendar indicates one or more @@ -50,7 +50,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/geogFeat.xml b/P5/Source/Specs/geogFeat.xml index c4a2fd948e..6a7b5e8a43 100644 --- a/P5/Source/Specs/geogFeat.xml +++ b/P5/Source/Specs/geogFeat.xml @@ -54,7 +54,7 @@ - + @calendar indicates one or more @@ -62,7 +62,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/geogName.xml b/P5/Source/Specs/geogName.xml index 0061ffffb2..d44ca05d59 100644 --- a/P5/Source/Specs/geogName.xml +++ b/P5/Source/Specs/geogName.xml @@ -51,7 +51,7 @@ - + @calendar indicates one or more @@ -59,7 +59,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/idno.xml b/P5/Source/Specs/idno.xml index e3f7a085bc..73d64ad2b7 100644 --- a/P5/Source/Specs/idno.xml +++ b/P5/Source/Specs/idno.xml @@ -71,7 +71,7 @@ $Id$ - + @calendar indicates one or more @@ -79,7 +79,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/langKnowledge.xml b/P5/Source/Specs/langKnowledge.xml index d2da2e97cd..edd79f6197 100644 --- a/P5/Source/Specs/langKnowledge.xml +++ b/P5/Source/Specs/langKnowledge.xml @@ -60,7 +60,7 @@ - + @calendar indicates one or more @@ -68,7 +68,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/langKnown.xml b/P5/Source/Specs/langKnown.xml index 96e68cd81a..bd47ea89f6 100644 --- a/P5/Source/Specs/langKnown.xml +++ b/P5/Source/Specs/langKnown.xml @@ -48,7 +48,7 @@ - + @calendar indicates one or more @@ -56,7 +56,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/licence.xml b/P5/Source/Specs/licence.xml index b83509bbdc..df45d4a499 100644 --- a/P5/Source/Specs/licence.xml +++ b/P5/Source/Specs/licence.xml @@ -42,7 +42,7 @@ définissant les droits d'utilisation. - + @calendar indicates one or more @@ -50,7 +50,7 @@ définissant les droits d'utilisation. but this element has no textual content. - + diff --git a/P5/Source/Specs/location.xml b/P5/Source/Specs/location.xml index 712d003eac..86cf971a87 100644 --- a/P5/Source/Specs/location.xml +++ b/P5/Source/Specs/location.xml @@ -60,7 +60,7 @@ - + @calendar indicates one or more @@ -68,7 +68,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/meeting.xml b/P5/Source/Specs/meeting.xml index 8478f79507..894eb7cb22 100644 --- a/P5/Source/Specs/meeting.xml +++ b/P5/Source/Specs/meeting.xml @@ -52,7 +52,7 @@ - + @calendar indicates one or more @@ -60,7 +60,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/name.xml b/P5/Source/Specs/name.xml index f692e2c263..aa1c85104b 100644 --- a/P5/Source/Specs/name.xml +++ b/P5/Source/Specs/name.xml @@ -54,7 +54,7 @@ - + @calendar indicates one or more @@ -62,7 +62,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/nationality.xml b/P5/Source/Specs/nationality.xml index 7754dbd512..fd9d21ac72 100644 --- a/P5/Source/Specs/nationality.xml +++ b/P5/Source/Specs/nationality.xml @@ -50,7 +50,7 @@ $Id$ - + @calendar indicates one or more @@ -58,7 +58,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/objectName.xml b/P5/Source/Specs/objectName.xml index 5e61d2b395..ddce0a384d 100644 --- a/P5/Source/Specs/objectName.xml +++ b/P5/Source/Specs/objectName.xml @@ -42,7 +42,7 @@ $Id$ - + @calendar indicates one or more @@ -50,7 +50,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/occupation.xml b/P5/Source/Specs/occupation.xml index 9ab0ef961f..caf095536c 100644 --- a/P5/Source/Specs/occupation.xml +++ b/P5/Source/Specs/occupation.xml @@ -48,7 +48,7 @@ $Id$ - + @calendar indicates one or more @@ -56,7 +56,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/offset.xml b/P5/Source/Specs/offset.xml index f2eafe242e..26d916ad44 100644 --- a/P5/Source/Specs/offset.xml +++ b/P5/Source/Specs/offset.xml @@ -52,7 +52,7 @@ $Id$ - + @calendar indicates one or more @@ -60,7 +60,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/orgName.xml b/P5/Source/Specs/orgName.xml index 27d90e671c..ad0180d1fa 100644 --- a/P5/Source/Specs/orgName.xml +++ b/P5/Source/Specs/orgName.xml @@ -51,7 +51,7 @@ - + @calendar indicates one or more @@ -59,7 +59,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/origDate.xml b/P5/Source/Specs/origDate.xml index 6ca550b65f..41fd66cfa7 100644 --- a/P5/Source/Specs/origDate.xml +++ b/P5/Source/Specs/origDate.xml @@ -39,6 +39,39 @@ $Id$ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + 3rd century BCE diff --git a/P5/Source/Specs/origPlace.xml b/P5/Source/Specs/origPlace.xml index b077b09971..8b97d55081 100644 --- a/P5/Source/Specs/origPlace.xml +++ b/P5/Source/Specs/origPlace.xml @@ -54,7 +54,7 @@ place of origin for a manuscript, manuscript part, or other object. - + @calendar indicates one or more @@ -62,7 +62,7 @@ place of origin for a manuscript, manuscript part, or other object. but this element has no textual content. - + diff --git a/P5/Source/Specs/origin.xml b/P5/Source/Specs/origin.xml index c5c3693c3c..8900e0e825 100644 --- a/P5/Source/Specs/origin.xml +++ b/P5/Source/Specs/origin.xml @@ -46,7 +46,7 @@ concerning the origin of a manuscript, manuscript part, or other object. - + @calendar indicates one or more @@ -54,7 +54,7 @@ concerning the origin of a manuscript, manuscript part, or other object. but this element has no textual content. - + diff --git a/P5/Source/Specs/persName.xml b/P5/Source/Specs/persName.xml index b75fd5072d..41631f7156 100644 --- a/P5/Source/Specs/persName.xml +++ b/P5/Source/Specs/persName.xml @@ -61,7 +61,7 @@ - + @calendar indicates one or more @@ -69,7 +69,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/persPronouns.xml b/P5/Source/Specs/persPronouns.xml index 586d59b5dd..1e62d9d4a1 100644 --- a/P5/Source/Specs/persPronouns.xml +++ b/P5/Source/Specs/persPronouns.xml @@ -40,7 +40,7 @@ $Id$ - + @calendar indicates one or more @@ -48,7 +48,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/placeName.xml b/P5/Source/Specs/placeName.xml index 4353d83a50..d57bef1899 100644 --- a/P5/Source/Specs/placeName.xml +++ b/P5/Source/Specs/placeName.xml @@ -48,7 +48,7 @@ $Id$ - + @calendar indicates one or more @@ -56,7 +56,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/population.xml b/P5/Source/Specs/population.xml index d3dcafbf30..c20ec57ebb 100644 --- a/P5/Source/Specs/population.xml +++ b/P5/Source/Specs/population.xml @@ -62,7 +62,7 @@ $Id$ - + @calendar indicates one or more @@ -70,7 +70,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/precision.xml b/P5/Source/Specs/precision.xml index 21c6908093..4c00afd6e6 100644 --- a/P5/Source/Specs/precision.xml +++ b/P5/Source/Specs/precision.xml @@ -45,7 +45,7 @@ - + @calendar indicates one or more @@ -53,7 +53,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/principal.xml b/P5/Source/Specs/principal.xml index abeb3fc052..7e6d759605 100644 --- a/P5/Source/Specs/principal.xml +++ b/P5/Source/Specs/principal.xml @@ -53,7 +53,7 @@ creation of an electronic text. - + @calendar indicates one or more @@ -61,7 +61,7 @@ creation of an electronic text. but this element has no textual content. - + diff --git a/P5/Source/Specs/provenance.xml b/P5/Source/Specs/provenance.xml index 63371e24e1..32d6927fa5 100644 --- a/P5/Source/Specs/provenance.xml +++ b/P5/Source/Specs/provenance.xml @@ -48,7 +48,7 @@ concerning a single identifiable episode during the history of a manuscript, man - + @calendar indicates one or more @@ -56,7 +56,7 @@ concerning a single identifiable episode during the history of a manuscript, man but this element has no textual content. - + diff --git a/P5/Source/Specs/region.xml b/P5/Source/Specs/region.xml index 50636341e0..7341ad62a3 100644 --- a/P5/Source/Specs/region.xml +++ b/P5/Source/Specs/region.xml @@ -51,7 +51,7 @@ $Id$ - + @calendar indicates one or more @@ -59,7 +59,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/relation.xml b/P5/Source/Specs/relation.xml index d2c06e39f9..9d466218d0 100644 --- a/P5/Source/Specs/relation.xml +++ b/P5/Source/Specs/relation.xml @@ -76,7 +76,7 @@ $Id$ - + @calendar indicates one or more @@ -84,7 +84,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/residence.xml b/P5/Source/Specs/residence.xml index d76ab121d6..0b12e0b70b 100644 --- a/P5/Source/Specs/residence.xml +++ b/P5/Source/Specs/residence.xml @@ -51,7 +51,7 @@ $Id$ - + @calendar indicates one or more @@ -59,7 +59,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/resp.xml b/P5/Source/Specs/resp.xml index 995d7bb202..4a99a33f17 100644 --- a/P5/Source/Specs/resp.xml +++ b/P5/Source/Specs/resp.xml @@ -55,7 +55,7 @@ - + @calendar indicates one or more @@ -63,7 +63,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/seal.xml b/P5/Source/Specs/seal.xml index 43a25c8502..f0815dcd50 100644 --- a/P5/Source/Specs/seal.xml +++ b/P5/Source/Specs/seal.xml @@ -50,7 +50,7 @@ $Id$ - + @calendar indicates one or more @@ -58,7 +58,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/settlement.xml b/P5/Source/Specs/settlement.xml index 5412030de5..5f022046e8 100644 --- a/P5/Source/Specs/settlement.xml +++ b/P5/Source/Specs/settlement.xml @@ -49,7 +49,7 @@ $Id$ - + @calendar indicates one or more @@ -57,7 +57,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/sex.xml b/P5/Source/Specs/sex.xml index fd0c39f584..23e54a0eb0 100644 --- a/P5/Source/Specs/sex.xml +++ b/P5/Source/Specs/sex.xml @@ -46,7 +46,7 @@ $Id$ - + @calendar indicates one or more @@ -54,7 +54,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/socecStatus.xml b/P5/Source/Specs/socecStatus.xml index 520e209d55..e34eb9429b 100644 --- a/P5/Source/Specs/socecStatus.xml +++ b/P5/Source/Specs/socecStatus.xml @@ -51,7 +51,7 @@ $Id$ - + @calendar indicates one or more @@ -59,7 +59,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/sponsor.xml b/P5/Source/Specs/sponsor.xml index a49f95a271..f5dc25bcb0 100644 --- a/P5/Source/Specs/sponsor.xml +++ b/P5/Source/Specs/sponsor.xml @@ -50,7 +50,7 @@ $Id$ - + @calendar indicates one or more @@ -58,7 +58,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/stamp.xml b/P5/Source/Specs/stamp.xml index 6253cbf3dd..5f05f2c5c7 100644 --- a/P5/Source/Specs/stamp.xml +++ b/P5/Source/Specs/stamp.xml @@ -47,7 +47,7 @@ stamp or similar device. - + @calendar indicates one or more @@ -55,7 +55,7 @@ stamp or similar device. but this element has no textual content. - + diff --git a/P5/Source/Specs/state.xml b/P5/Source/Specs/state.xml index c7261c81d5..654c2f24cc 100644 --- a/P5/Source/Specs/state.xml +++ b/P5/Source/Specs/state.xml @@ -71,7 +71,7 @@ $Id$ - + @calendar indicates one or more @@ -79,7 +79,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/terrain.xml b/P5/Source/Specs/terrain.xml index e507113877..2129c34ac3 100644 --- a/P5/Source/Specs/terrain.xml +++ b/P5/Source/Specs/terrain.xml @@ -74,7 +74,7 @@ $Id$ - + @calendar indicates one or more @@ -82,7 +82,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/time.xml b/P5/Source/Specs/time.xml index 5387119a58..b4c750da8a 100644 --- a/P5/Source/Specs/time.xml +++ b/P5/Source/Specs/time.xml @@ -41,6 +41,39 @@ + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + 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. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + 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. + + + + + As he sat smiling, the quarter struck — . diff --git a/P5/Source/Specs/title.xml b/P5/Source/Specs/title.xml index a620fc3818..2a6e06ffc5 100644 --- a/P5/Source/Specs/title.xml +++ b/P5/Source/Specs/title.xml @@ -51,7 +51,7 @@ $Id$ - + @calendar indicates one or more @@ -59,7 +59,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/trait.xml b/P5/Source/Specs/trait.xml index a5d92dc5c1..080fe0a936 100644 --- a/P5/Source/Specs/trait.xml +++ b/P5/Source/Specs/trait.xml @@ -70,7 +70,7 @@ $Id$ - + @calendar indicates one or more @@ -78,7 +78,7 @@ $Id$ but this element has no textual content. - + - - Container for global rules. - - - - - - - - - - - - - - - - - - - - - - Version of the ITS schema. - - - - - Pointer to external rules files. - - - - - - Type of pointer to external rules files. - - simple - Simple link. - - - - - - - - - - XPath expression identifing the nodes to be selected. - - - - - - - - - Version of the ITS schema. - - - - - - Inline element to contain ITS information. - - - - - - - - - - - - - - - - - - - - - The Translate data category information to be attached to - the current node. - - yes - The nodes need to be translated. - no - The nodes must not be translated. - - - - - - Localization note. - - - - - - The type of localization note. - - alert - Localization note is an alert. - description - Localization note is a description. - - - - - - URI referring to the location of the localization note. - - - - - - Pointer to a resource containing - information about the term. - - - - - - Indicates a term locally. - - yes - The value 'yes' means that this is a term. - no - The value 'no' means that this is not a term. - - - - - - The text direction for the context. - - ltr - Left-to-right text. - rtl - Right-to-left text. - lro - Left-to-right override. - rlo - Right-to-left override. - - - - - - - Rule about the Translate data category. - - - - - - - - - - - The Translate data category information to be - applied to selected nodes. - - yes - The nodes need to be translated. - no - The nodes must not be translated. - - - - - - - - - - The Translate data category information to be attached to - the current node. - - yes - The nodes need to be translated. - no - The nodes must not be translated. - - - - - - - Rule about the Localization Note data category. - - - - - - - - - - - - - - Relative XPath expression pointing to a node that holds the localization note. - - - - - The type of localization note. - - alert - Localization note is an alert. - description - Localization note is a description. - - - - - URI referring to the location of the localization note. - - - - - - Relative XPath expression pointing to a node that holds the URI referring to the location of the localization note. - - - - - - - Contains a localization note. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Localization note. - - - - - - - - The type of localization note. - - alert - Localization note is an alert. - description - Localization note is a description. - - - - - - - - URI referring to the location of the localization note. - - - - - - - Rule about the Terminology data category. - - - - - - - - - - - Indicates whether the selection is a term or not. - - yes - The value 'yes' means that this is a term. - no - The value 'no' means that this is not a term. - - - - - URI referring to the resource providing information about the term. - - - - - - Relative XPath expression pointing to a node containting a URI referring to the resource providing information about the term. - - - - - - Relative XPath expression pointing to a node containting - information about the term. - - - - - - - - - - - - Pointer to a resource containing - information about the term. - - - - - - - - Indicates a term locally. - - yes - The value 'yes' means that this is a term. - no - The value 'no' means that this is not a term. - - - - - - - Rule about the Directionality data category. - - - - - - - - - - - The text direction for the selection. - - ltr - Left-to-right text. - rtl - Right-to-left text. - lro - Left-to-right override. - rlo - Right-to-left override. - - - - - - - - - - The text direction for the context. - - ltr - Left-to-right text. - rtl - Right-to-left text. - lro - Left-to-right override. - rlo - Right-to-left override. - - - - - - - Rule about the Ruby data category. - - - - - - - - - - - - - - Relative XPath expression pointing to a node that corresponds to a ruby element - - - - - - Relative XPath expression pointing to a node that - corresponds to a rt element - - - - - - Relative XPath expression pointing to a node that - corresponds to a rp element - - - - - - Relative XPath expression pointing to a node that - corresponds to a rbc element - - - - - - Relative XPath expression pointing to a node that - corresponds to a rtc element - - - - - - Relative XPath expression pointing to a node that corresponds to a rbspan attribute. - - - - - - - Ruby text. - - - - - - - - - - - - - - - Allows an rt element to span multiple rb elements in complex ruby markup. - - - - - - - Ruby markup. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ruby base text. - - - - - - - - - - - - - - - - - - - - - Ruby text. - - - - - - - - - - - - - - - - - - - - Allows an rt element to span multiple rb elements in complex ruby markup. - - - - - - - Container for rb elements in the case of complex ruby markup. - - - - - - - - - - - - - - - - - - Container for rt elements in the case of complex ruby markup. - - - - - - - - - - - - - - - - - - Used in the case of simple ruby markup to specify characters that can denote the beginning and end of ruby text when user agents do not have other ways to present ruby text distinctively from the base text. - - - - - - - - - - - - - - - - Rule about the Language Information data category. - - - - - - - - - - - Relative XPath expression pointing to a node that contains language information. - - - - - - Rule about the Elements Within Text data category. - - - - - - - - - - - States whether current context is regarded as - "within text". - - yes - The element and its content are part of the flow of its parent element. - no - The element splits the text flow of its parent element and its content is an independent text flow. - nested - The element is part of the flow of its parent element, its content is an independent flow. - - - - \ No newline at end of file diff --git a/P5/Exemplars/make-acdc.xsl b/P5/Exemplars/make-acdc.xsl deleted file mode 100644 index 816158c00c..0000000000 --- a/P5/Exemplars/make-acdc.xsl +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/P5/Exemplars/make_template.xsl b/P5/Exemplars/make_template.xsl deleted file mode 100644 index 3210003988..0000000000 --- a/P5/Exemplars/make_template.xsl +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - ERROR: The template .template has no name; it - needs the @n attribute on its root element before it can be turned into a working - template. - - Create template from - - - href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/ - - .rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0" - - - - href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/ - - .rng" type="application/xml" - schematypens="http://purl.oclc.org/dsdl/schematron" - - - - - - smallIcon=../icons/TEI_16.gif - bigIcon=../icons/TEI_48.png - - - - - - - - - - - - - - - - - - diff --git a/P5/Exemplars/mathml2-main.rng b/P5/Exemplars/mathml2-main.rng deleted file mode 100644 index 8fc3d9fbfc..0000000000 --- a/P5/Exemplars/mathml2-main.rng +++ /dev/null @@ -1,3807 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - normal - bold - - - - - - - - - normal - italic - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - prefix - infix - postfix - - - - - - - - - true - false - - - - - - - - - true - false - - - - - - - - - - - - - - - - - - - true - false - - - - - - - - - true - false - - - - - - - - - - - - - - - - - - - true - false - - - - - - - - - true - false - - - - - - - - - true - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - none - solid - dashed - - - - - - - - - left - right - leftoverlap - rightoverlap - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - left - right - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - scroll - elide - truncate - scale - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/P5/Exemplars/mathml2-qname-1.mod.rng b/P5/Exemplars/mathml2-qname-1.mod.rng deleted file mode 100644 index df334f0e99..0000000000 --- a/P5/Exemplars/mathml2-qname-1.mod.rng +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/P5/Exemplars/mathml2.rng b/P5/Exemplars/mathml2.rng deleted file mode 100644 index c38061a32d..0000000000 --- a/P5/Exemplars/mathml2.rng +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/P5/Exemplars/orig_relaxng.rng b/P5/Exemplars/orig_relaxng.rng deleted file mode 100644 index 33a6bffb74..0000000000 --- a/P5/Exemplars/orig_relaxng.rng +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - choice - interleave - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/P5/Exemplars/preSpec.xsl b/P5/Exemplars/preSpec.xsl deleted file mode 100644 index ee3e9c4460..0000000000 --- a/P5/Exemplars/preSpec.xsl +++ /dev/null @@ -1,16 +0,0 @@ - - - - -

- -
- - - - - - - diff --git a/P5/Exemplars/relaxng.rng b/P5/Exemplars/relaxng.rng deleted file mode 100644 index 4033eb9c13..0000000000 --- a/P5/Exemplars/relaxng.rng +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - choice - interleave - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/P5/Exemplars/specked.xsl b/P5/Exemplars/specked.xsl deleted file mode 100644 index 6e92639e3c..0000000000 --- a/P5/Exemplars/specked.xsl +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - inText? - Specced? - Modelled? - Element - - - - - - - - - - - - YES - NO - - - - - YES - NO - - - - - YES - NO - - - - - - - - - -
-
-
diff --git a/P5/Exemplars/svg-main.rng b/P5/Exemplars/svg-main.rng deleted file mode 100644 index ba495be189..0000000000 --- a/P5/Exemplars/svg-main.rng +++ /dev/null @@ -1,5456 +0,0 @@ - - - - - - - - - - - - false - true - - - - - - - - - - - - - - - - - - nonzero - evenodd - inherit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - structured text - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default - preserve - - - - - - - - - - - - - - - - - - - - - - - - - - - - simple - - - - - - - - - - - - - - - - - - - other - - - - - - onLoad - - - - - - - - - simple - - - - - - - - - - - - - - - - - - - embed - - - - - - onLoad - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - auto - sRGB - linearRGB - inherit - - - - - - - auto - optimizeSpeed - optimizeQuality - inherit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - butt - round - square - inherit - - - - - - - miter - round - bevel - inherit - - - - - - - - - - - - - - - - - - - - - - - - - auto - sRGB - linearRGB - inherit - - - - - - - - - - - - - - - - - - - - - - - - - normal - wider - narrower - ultra-condensed - extra-condensed - condensed - semi-condensed - semi-expanded - expanded - extra-expanded - ultra-expanded - inherit - - - - - - - normal - italic - oblique - inherit - - - - - - - normal - small-caps - inherit - - - - - - - normal - bold - bolder - lighter - 100 - 200 - 300 - 400 - 500 - 600 - 700 - 800 - 900 - inherit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - inline - block - list-item - run-in - compact - marker - table - inline-table - table-row-group - table-header-group - table-footer-group - table-row - table-column-group - table-column - table-cell - table-caption - none - inherit - - - - - - - - - - - - auto - optimizeSpeed - optimizeQuality - inherit - - - - - - - - - - - - - - - - - visiblePainted - visibleFill - visibleStroke - visible - painted - fill - stroke - all - none - inherit - - - - - - - auto - optimizeSpeed - crispEdges - geometricPrecision - inherit - - - - - - - auto - optimizeSpeed - optimizeLegibility - geometricPrecision - inherit - - - - - - - visible - hidden - inherit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - baseline - top - before-edge - text-top - text-before-edge - middle - bottom - after-edge - text-bottom - text-after-edge - ideographic - lower - hanging - mathematical - inherit - - - - - - - - - - - - ltr - rtl - inherit - - - - - - - auto - autosense-script - no-change - reset - ideographic - lower - hanging - mathematical - inherit - - - - - - - - - - - - - - - - - - - - - - - - - - - start - middle - end - inherit - - - - - - - - - - - - normal - embed - bidi-override - inherit - - - - - - - - - - - - - - - lr-tb - rl-tb - tb-rl - lr - rl - tb - inherit - - - - - - - - - - - - - - - visible - hidden - scroll - auto - inherit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - disable - magnify - - - - - - - - 1.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - preserve - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - spacing - spacingAndGlyphs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - spacing - spacingAndGlyphs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - spacing - spacingAndGlyphs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - spacing - spacingAndGlyphs - - - - - - - align - stretch - - - - - - - auto - exact - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - strokeWidth - userSpaceOnUse - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - auto - perceptual - relative-colorimetric - saturation - absolute-colorimetric - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - pad - reflect - repeat - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - pad - reflect - repeat - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - normal - multiply - screen - darken - lighten - - - - - - - - - - - - - - - - - - - - - - - matrix - saturate - hueRotate - luminanceToAlpha - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - identity - table - discrete - linear - gamma - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - over - in - out - atop - xor - arithmetic - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - duplicate - wrap - none - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - R - G - B - A - - - - - - - R - G - B - A - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - erode - dilate - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - stitch - noStitch - - - - - - - fractalNoise - turbulence - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - simple - - - - - - - - - - - - - - - - - - - new - replace - - - - - - onRequest - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - disable - magnify - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - always - never - whenNotActive - - - - - - - - - - - - - remove - freeze - - - - - - - - - discrete - linear - paced - spline - - - - - - - - - - - - - - - - - - - - - - - - - - - replace - sum - - - - - - - none - sum - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - discrete - linear - paced - spline - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - translate - scale - rotate - skewX - skewY - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/P5/Exemplars/svg.rng b/P5/Exemplars/svg.rng deleted file mode 100644 index 3dae369fc2..0000000000 --- a/P5/Exemplars/svg.rng +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/P5/Exemplars/svg11.rng b/P5/Exemplars/svg11.rng deleted file mode 100644 index ca42d2ed48..0000000000 --- a/P5/Exemplars/svg11.rng +++ /dev/null @@ -1,7115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - false - true - - - - - - nonzero - evenodd - inherit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lr-tb - rl-tb - tb-rl - lr - rl - tb - inherit - - - - - - - - - - - - - auto - baseline - before-edge - text-before-edge - middle - central - after-edge - text-after-edge - ideographic - alphabetic - hanging - mathematical - inherit - - - - - - - - - - - - ltr - rtl - inherit - - - - - - - auto - use-script - no-change - reset-size - ideographic - alphabetic - hanging - mathematical - central - middle - text-after-edge - text-before-edge - inherit - - - - - - - - - - - - - - - - - - - - - - - - - - - start - middle - end - inherit - - - - - - - - - - - - normal - embed - bidi-override - inherit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - normal - wider - narrower - ultra-condensed - extra-condensed - condensed - semi-condensed - semi-expanded - expanded - extra-expanded - ultra-expanded - inherit - - - - - - - normal - italic - oblique - inherit - - - - - - - normal - small-caps - inherit - - - - - - - normal - bold - bolder - lighter - 100 - 200 - 300 - 400 - 500 - 600 - 700 - 800 - 900 - inherit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - auto - sRGB - linearRGB - inherit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default - preserve - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visible - hidden - scroll - auto - inherit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - butt - round - square - inherit - - - - - - - - - miter - round - bevel - inherit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - auto - sRGB - linearRGB - inherit - - - - - - - - - auto - optimizeSpeed - optimizeQuality - inherit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - inline - block - list-item - run-in - compact - marker - table - inline-table - table-row-group - table-header-group - table-footer-group - table-row - table-column-group - table-column - table-cell - table-caption - none - inherit - - - - - - - - - auto - optimizeSpeed - optimizeQuality - inherit - - - - - - - - - visiblePainted - visibleFill - visibleStroke - visible - painted - fill - stroke - all - none - inherit - - - - - - - - - auto - optimizeSpeed - crispEdges - geometricPrecision - inherit - - - - - - - - - auto - optimizeSpeed - optimizeLegibility - geometricPrecision - inherit - - - - - - - - - visible - hidden - inherit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - simple - - - - - - - - - - - - - - - - - - - - - - - - other - - - - - - onLoad - - - - - - - - - - - - simple - - - - - - - - - - - - - - - - - - - - - - other - - - - - - onLoad - - - - - - - - - - - - simple - - - - - - - - - - - - - - - - - - - - - - embed - - - - - - onLoad - - - - - - - - - - - - simple - - - - - - - - - - - - - - - - - - - - - - new - replace - - - - - - onRequest - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - disable - magnify - - - - - - 1.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - preserve - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - spacing - spacingAndGlyphs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - spacing - spacingAndGlyphs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - spacing - spacingAndGlyphs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - spacing - spacingAndGlyphs - - - - - - - align - stretch - - - - - - - auto - exact - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - strokeWidth - userSpaceOnUse - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - auto - perceptual - relative-colorimetric - saturation - absolute-colorimetric - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - - - - - - pad - reflect - repeat - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - - - - - - pad - reflect - repeat - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - userSpaceOnUse - objectBoundingBox - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - normal - multiply - screen - darken - lighten - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - matrix - saturate - hueRotate - luminanceToAlpha - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - over - in - out - atop - xor - arithmetic - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - duplicate - wrap - none - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - R - G - B - A - - - - - - - R - G - B - A - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - erode - dilate - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - stitch - noStitch - - - - - - - fractalNoise - turbulence - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - identity - table - discrete - linear - gamma - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - identity - table - discrete - linear - gamma - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - identity - table - discrete - linear - gamma - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - identity - table - discrete - linear - gamma - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - disable - magnify - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - always - never - whenNotActive - - - - - - - - - - - - - remove - freeze - - - - - - - - - - - - - - discrete - linear - paced - spline - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - replace - sum - - - - - - - none - sum - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - discrete - linear - paced - spline - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - translate - scale - rotate - skewX - skewY - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/P5/Exemplars/tei_lite.template b/P5/Exemplars/tei_lite.template deleted file mode 100644 index 879ab407b0..0000000000 --- a/P5/Exemplars/tei_lite.template +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - Title - - -

Publication information

-
- -

Information about the source

-
-
-
- - -

Some text here.

-
- -
-
diff --git a/P5/Exemplars/tei_lite_fr.nvdl b/P5/Exemplars/tei_lite_fr.nvdl deleted file mode 100644 index dba799042c..0000000000 --- a/P5/Exemplars/tei_lite_fr.nvdl +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/P5/Exemplars/tite-acdc.xsl b/P5/Exemplars/tite-acdc.xsl deleted file mode 100644 index 6bf79f2f16..0000000000 --- a/P5/Exemplars/tite-acdc.xsl +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - -

- -

-
- - - -
-
-
- - - - - - - -
diff --git a/P5/Source/Specs/date.xml b/P5/Source/Specs/date.xml index 218741e774..6df99c070a 100644 --- a/P5/Source/Specs/date.xml +++ b/P5/Source/Specs/date.xml @@ -1,10 +1,13 @@ - +--> + + date date Datum @@ -28,50 +31,14 @@
- - - - - - - - - + + + + + + + - - - The calendar attribute will be removed from this element - as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute - (unlike datingMethod defined in - 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. - 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. - 指明該日期表示所使用的曆法計算系統。 - この要素を含むコンテントにおける日付の暦やシステムを示す。 - 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. - - - - - - early February 1980 @@ -92,11 +59,9 @@ - septembre - mcmxc + septembre mcmxc septembre - 11 - septembre, neuf heures moins douze GMT + 11 septembre, neuf heures moins douze GMT @@ -134,4 +99,4 @@ -
\ No newline at end of file +
diff --git a/P5/Source/Specs/docDate.xml b/P5/Source/Specs/docDate.xml index ea6046fc30..4d1ac7b53f 100644 --- a/P5/Source/Specs/docDate.xml +++ b/P5/Source/Specs/docDate.xml @@ -1,10 +1,13 @@ - +--> + + document date 문서 날짜 文件日期 @@ -12,15 +15,12 @@ $Id$ Datierung des Dokuments fecha del documento data del documento - contains the date of a document, as given -on a title page or in a dateline. + contains the date of a document, as given on a title page or in a dateline. 대개 제목 페이지에 제시되는 문서의 날짜를 포함한다. 包含文件日期, 同於 (通常) 在題名頁上顯示的日期。 文書の日付を示す。一般にはタイトルページに書かれている。 - contient la date d’un document telle qu’elle est - (généralement ) donnée sur une page de titre. - enthält die Datierung des Dokuments, wie auf der Titelseite oder in einer Datumszeile - angegeben. + contient la date d’un document telle qu’elle est (généralement ) donnée sur une page de titre. + enthält die Datierung des Dokuments, wie auf der Titelseite oder in einer Datumszeile angegeben. contiene la fecha del documento, tal y como, normalmente, aparece en el frontispicio. contiene la data del documento così come riportata di norma nel frontespizio @@ -34,40 +34,6 @@ on a title page or in a dateline.
- - - The calendar attribute will be removed from this element - as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute - (unlike datingMethod defined in - 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. - 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. - 指明該日期表示所使用的曆法計算系統。 - この要素を含むコンテントにおける日付の暦やシステムを示す。 - 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. - - - - - - Oxford, Clarendon Press, 1987 @@ -89,16 +55,17 @@ on a title page or in a dateline.

Cf. the general date element in the core tag set. -This specialized element is provided for convenience in marking and -processing the date of the documents, since it is likely to require -specialized handling for many applications. It should be used only for -the date of the entire document, not for any subset or part of it.

+ This specialized element is provided for convenience in marking + and processing the date of the documents, since it is likely to + require specialized handling for many applications. It should be + used only for the date of the entire document, not for any subset + or part of it.

Voir l'élément générique date dans le module core. L'élément - spécifique docDate est fourni à toutes fins utiles pour encoder et traiter - la date des documents, puisque celle-ci requiert une gestion particulière pour de - nombreux besoins.

+ spécifique docDate est fourni à toutes fins utiles pour encoder et traiter + la date des documents, puisque celle-ci requiert une gestion particulière pour de + nombreux besoins.

@@ -114,8 +81,7 @@ the date of the entire document, not for any subset or part of it.

Datum des gesamten Dokuments verwendet werden, nicht für Datierungen von Abschnitten oder Teilen.

- -
\ No newline at end of file +
diff --git a/P5/Source/Specs/origDate.xml b/P5/Source/Specs/origDate.xml index 41fd66cfa7..88c332649b 100644 --- a/P5/Source/Specs/origDate.xml +++ b/P5/Source/Specs/origDate.xml @@ -1,23 +1,24 @@ - +--> + + origin date 생성 날짜 fecha origen date de la création data di origine - contains any form of date, used to - identify the date of origin for a manuscript, manuscript part, or other object. + contains any form of date, used to identify the date of origin for a manuscript, manuscript part, or other object. 원고 또는 원고의 일부의 생산 날짜를 식별하는 날짜 형식을 포함한다. 包含任何格式的日期,用以確認手稿或手稿部分的來源日期。 手書き資料が生まれた日付を特定するたための日付を示す。 - Contient une date, dans une forme libre, utilisée - pour dater la création d'un manuscrit ou d'une partie d'un manuscrit. + Contient une date, dans une forme libre, utilisée pour dater la création d'un manuscrit ou d'une partie d'un manuscrit. contiene cualquier tipo de fecha utilizada para indicar la fecha de origen de un manuscrito o de una de sus partes. contiene una data espressa in una forma qualsiasi utilizzata per indicare la data di origine di un manoscritto o di una sua parte @@ -30,48 +31,13 @@ $Id$ - - - - - - - - + + + + + + - - - The calendar attribute will be removed from this element - as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute - (unlike datingMethod defined in - 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. - 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. - 指明該日期表示所使用的曆法計算系統。 - この要素を含むコンテントにおける日付の暦やシステムを示す。 - 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. - - - - - 3rd century BCE @@ -90,4 +56,4 @@ $Id$ - \ No newline at end of file + diff --git a/P5/Source/Specs/time.xml b/P5/Source/Specs/time.xml index b4c750da8a..9431aba531 100644 --- a/P5/Source/Specs/time.xml +++ b/P5/Source/Specs/time.xml @@ -1,10 +1,13 @@ - +--> + + time temps Zeit @@ -12,12 +15,9 @@ 어떤 형식의, 하루의 시간을 정의하는 구를 포함한다. 包含一組字詞,以任何形式定義時間 時間を表す語句を示す。 - contient une expression qui précise un moment de la - journée sous n'importe quelle forme. - contiene un sintagma que define un momento del día en - cualquier formato. - contiene un sintagma che si riferisce ad un ora del - giorno in qualsiasi formato. + contient une expression qui précise un moment de la journée sous n'importe quelle forme. + contiene un sintagma que define un momento del día en cualquier formato. + contiene un sintagma che si riferisce ad un ora del giorno in qualsiasi formato. beinhaltet eine Phrase, die eine Uhr- oder Tageszeit in einem beliebigen Format bestimmt. @@ -31,49 +31,13 @@ - - - - - - - - - + + + + + + - - - The calendar attribute will be removed from this element - as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute - (unlike datingMethod defined in - 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. - 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. - 指明該日期表示所使用的曆法計算系統。 - この要素を含むコンテントにおける日付の暦やシステムを示す。 - 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. - - - - - As he sat smiling, the quarter struck — . @@ -91,4 +55,4 @@ - \ No newline at end of file + diff --git a/P5/Test/expected-results/detest_xml_schematron.log b/P5/Test/expected-results/detest_xml_schematron.log index 11dfa6d7bf..c8db2ef425 100644 --- a/P5/Test/expected-results/detest_xml_schematron.log +++ b/P5/Test/expected-results/detest_xml_schematron.log @@ -1,6 +1,3 @@ - @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) 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,13 +9,67 @@ The element indicated by @spanTo (notMeaningful) must follow the current element @schemeVersion can only be used if @scheme is specified. (@scheme and not(@scheme = 'free')) + @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) The content of a "gloss" list should include a sequence of one or more pairs of a label element followed by an item element (tei:label) + @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) + @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) + @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) + @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) + @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) + @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) + @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) + @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) + @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) + @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) 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) + @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) + @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) + @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) + @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) + @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) divs of type 'canon' may contain only one 'canonText' (@type='canon' and count (tei:div[@type='canonText']) >1) @@ -42,37 +93,37 @@ 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') - A facsimile element represents a text with images, thus - transcribed text should not be present within it. - (child::text()[ normalize-space(.) ne '']) + A facsimile element represents a text with images, thus + transcribed text should not be present within it. + (child::text()[ normalize-space(.) ne '']) - A facsimile element represents a text with images, thus - transcribed text should not be present within it. - (child::text()[ normalize-space(.) ne '']) + A facsimile element represents a text with images, thus + transcribed text should not be present within it. + (child::text()[ normalize-space(.) ne '']) - A facsimile element represents a text with images, thus - transcribed text should not be present within it. - (child::text()[ normalize-space(.) ne '']) + A facsimile element represents a text with images, thus + transcribed text should not be present within it. + (child::text()[ normalize-space(.) ne '']) - A facsimile element represents a text with images, thus - transcribed text should not be present within it. - (child::text()[ normalize-space(.) ne '']) + A facsimile element represents a text with images, thus + transcribed text should not be present within it. + (child::text()[ normalize-space(.) ne '']) - A facsimile element represents a text with images, thus - transcribed text should not be present within it. - (child::text()[ normalize-space(.) ne '']) + A facsimile element represents a text with images, thus + transcribed text should not be present within it. + (child::text()[ normalize-space(.) ne '']) - A facsimile element represents a text with images, thus - transcribed text should not be present within it. - (child::text()[ normalize-space(.) ne '']) + A facsimile element represents a text with images, thus + transcribed text should not be present within it. + (child::text()[ normalize-space(.) ne '']) - A facsimile element represents a text with images, thus - transcribed text should not be present within it. - (child::text()[ normalize-space(.) ne '']) + A facsimile element represents a text with images, thus + transcribed text should not be present within it. + (child::text()[ normalize-space(.) ne '']) - A facsimile element represents a text with images, thus - transcribed text should not be present within it. - (child::text()[ normalize-space(.) ne '']) + A facsimile element represents a text with images, thus + transcribed text should not be present within it. + (child::text()[ normalize-space(.) ne '']) The @spanTo attribute of delSpan is required. (@spanTo) The @spanTo attribute of delSpan is required. (@spanTo) subst must have at least one child add and at least one child del or surplus (child::tei:add and (child::tei:del or child::tei:surplus)) @@ -81,6 +132,33 @@ subst must have at least one child add and at least one child del or surplus (ch subst must have at least one child add and at least one child del or surplus (child::tei:add and (child::tei:del or child::tei:surplus)) subst must have at least one child add and at least one child del or surplus (child::tei:add and (child::tei:del or child::tei:surplus)) subst must have at least one child add and at least one child del or surplus (child::tei:add and (child::tei:del or child::tei:surplus)) + @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) + @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) + @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) + @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) + @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) + @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) + @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) + @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) + @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) In the context of tagset documentation, the listRef element must not self-nest. (tei:listRef) 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') )) From 290f25e377b0d6a28273dc1243a49282364e33cd Mon Sep 17 00:00:00 2001 From: Syd Bauman Date: Sat, 14 Oct 2023 13:42:18 -0400 Subject: [PATCH 06/10] redoing deletion of extraneous @calendar definition while also restoring files I inadvertently nuked --- P5/Exemplars/its.rng | 735 +++ P5/Exemplars/make-acdc.xsl | 52 + P5/Exemplars/make_template.xsl | 60 + P5/Exemplars/mathml2-main.rng | 3807 ++++++++++++++ P5/Exemplars/mathml2-qname-1.mod.rng | 63 + P5/Exemplars/mathml2.rng | 9 + P5/Exemplars/orig_relaxng.rng | 335 ++ P5/Exemplars/preSpec.xsl | 16 + P5/Exemplars/relaxng.rng | 320 ++ P5/Exemplars/specked.xsl | 60 + P5/Exemplars/svg-main.rng | 5456 ++++++++++++++++++++ P5/Exemplars/svg.rng | 90 + P5/Exemplars/svg11.rng | 7115 ++++++++++++++++++++++++++ P5/Exemplars/tei_lite.template | 22 + P5/Exemplars/tei_lite_fr.nvdl | 71 + P5/Exemplars/tite-acdc.xsl | 81 + 16 files changed, 18292 insertions(+) create mode 100644 P5/Exemplars/its.rng create mode 100644 P5/Exemplars/make-acdc.xsl create mode 100644 P5/Exemplars/make_template.xsl create mode 100644 P5/Exemplars/mathml2-main.rng create mode 100644 P5/Exemplars/mathml2-qname-1.mod.rng create mode 100644 P5/Exemplars/mathml2.rng create mode 100644 P5/Exemplars/orig_relaxng.rng create mode 100644 P5/Exemplars/preSpec.xsl create mode 100644 P5/Exemplars/relaxng.rng create mode 100644 P5/Exemplars/specked.xsl create mode 100644 P5/Exemplars/svg-main.rng create mode 100644 P5/Exemplars/svg.rng create mode 100644 P5/Exemplars/svg11.rng create mode 100644 P5/Exemplars/tei_lite.template create mode 100644 P5/Exemplars/tei_lite_fr.nvdl create mode 100644 P5/Exemplars/tite-acdc.xsl diff --git a/P5/Exemplars/its.rng b/P5/Exemplars/its.rng new file mode 100644 index 0000000000..727e876477 --- /dev/null +++ b/P5/Exemplars/its.rng @@ -0,0 +1,735 @@ + + + + Container for global rules. + + + + + + + + + + + + + + + + + + + + + + Version of the ITS schema. + + + + + Pointer to external rules files. + + + + + + Type of pointer to external rules files. + + simple + Simple link. + + + + + + + + + + XPath expression identifing the nodes to be selected. + + + + + + + + + Version of the ITS schema. + + + + + + Inline element to contain ITS information. + + + + + + + + + + + + + + + + + + + + + The Translate data category information to be attached to + the current node. + + yes + The nodes need to be translated. + no + The nodes must not be translated. + + + + + + Localization note. + + + + + + The type of localization note. + + alert + Localization note is an alert. + description + Localization note is a description. + + + + + + URI referring to the location of the localization note. + + + + + + Pointer to a resource containing + information about the term. + + + + + + Indicates a term locally. + + yes + The value 'yes' means that this is a term. + no + The value 'no' means that this is not a term. + + + + + + The text direction for the context. + + ltr + Left-to-right text. + rtl + Right-to-left text. + lro + Left-to-right override. + rlo + Right-to-left override. + + + + + + + Rule about the Translate data category. + + + + + + + + + + + The Translate data category information to be + applied to selected nodes. + + yes + The nodes need to be translated. + no + The nodes must not be translated. + + + + + + + + + + The Translate data category information to be attached to + the current node. + + yes + The nodes need to be translated. + no + The nodes must not be translated. + + + + + + + Rule about the Localization Note data category. + + + + + + + + + + + + + + Relative XPath expression pointing to a node that holds the localization note. + + + + + The type of localization note. + + alert + Localization note is an alert. + description + Localization note is a description. + + + + + URI referring to the location of the localization note. + + + + + + Relative XPath expression pointing to a node that holds the URI referring to the location of the localization note. + + + + + + + Contains a localization note. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Localization note. + + + + + + + + The type of localization note. + + alert + Localization note is an alert. + description + Localization note is a description. + + + + + + + + URI referring to the location of the localization note. + + + + + + + Rule about the Terminology data category. + + + + + + + + + + + Indicates whether the selection is a term or not. + + yes + The value 'yes' means that this is a term. + no + The value 'no' means that this is not a term. + + + + + URI referring to the resource providing information about the term. + + + + + + Relative XPath expression pointing to a node containting a URI referring to the resource providing information about the term. + + + + + + Relative XPath expression pointing to a node containting + information about the term. + + + + + + + + + + + + Pointer to a resource containing + information about the term. + + + + + + + + Indicates a term locally. + + yes + The value 'yes' means that this is a term. + no + The value 'no' means that this is not a term. + + + + + + + Rule about the Directionality data category. + + + + + + + + + + + The text direction for the selection. + + ltr + Left-to-right text. + rtl + Right-to-left text. + lro + Left-to-right override. + rlo + Right-to-left override. + + + + + + + + + + The text direction for the context. + + ltr + Left-to-right text. + rtl + Right-to-left text. + lro + Left-to-right override. + rlo + Right-to-left override. + + + + + + + Rule about the Ruby data category. + + + + + + + + + + + + + + Relative XPath expression pointing to a node that corresponds to a ruby element + + + + + + Relative XPath expression pointing to a node that + corresponds to a rt element + + + + + + Relative XPath expression pointing to a node that + corresponds to a rp element + + + + + + Relative XPath expression pointing to a node that + corresponds to a rbc element + + + + + + Relative XPath expression pointing to a node that + corresponds to a rtc element + + + + + + Relative XPath expression pointing to a node that corresponds to a rbspan attribute. + + + + + + + Ruby text. + + + + + + + + + + + + + + + Allows an rt element to span multiple rb elements in complex ruby markup. + + + + + + + Ruby markup. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ruby base text. + + + + + + + + + + + + + + + + + + + + + Ruby text. + + + + + + + + + + + + + + + + + + + + Allows an rt element to span multiple rb elements in complex ruby markup. + + + + + + + Container for rb elements in the case of complex ruby markup. + + + + + + + + + + + + + + + + + + Container for rt elements in the case of complex ruby markup. + + + + + + + + + + + + + + + + + + Used in the case of simple ruby markup to specify characters that can denote the beginning and end of ruby text when user agents do not have other ways to present ruby text distinctively from the base text. + + + + + + + + + + + + + + + + Rule about the Language Information data category. + + + + + + + + + + + Relative XPath expression pointing to a node that contains language information. + + + + + + Rule about the Elements Within Text data category. + + + + + + + + + + + States whether current context is regarded as + "within text". + + yes + The element and its content are part of the flow of its parent element. + no + The element splits the text flow of its parent element and its content is an independent text flow. + nested + The element is part of the flow of its parent element, its content is an independent flow. + + + + \ No newline at end of file diff --git a/P5/Exemplars/make-acdc.xsl b/P5/Exemplars/make-acdc.xsl new file mode 100644 index 0000000000..816158c00c --- /dev/null +++ b/P5/Exemplars/make-acdc.xsl @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/P5/Exemplars/make_template.xsl b/P5/Exemplars/make_template.xsl new file mode 100644 index 0000000000..3210003988 --- /dev/null +++ b/P5/Exemplars/make_template.xsl @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + ERROR: The template .template has no name; it + needs the @n attribute on its root element before it can be turned into a working + template. + + Create template from + + + href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/ + + .rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0" + + + + href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/ + + .rng" type="application/xml" + schematypens="http://purl.oclc.org/dsdl/schematron" + + + + + + smallIcon=../icons/TEI_16.gif + bigIcon=../icons/TEI_48.png + + + + + + + + + + + + + + + + + + diff --git a/P5/Exemplars/mathml2-main.rng b/P5/Exemplars/mathml2-main.rng new file mode 100644 index 0000000000..8fc3d9fbfc --- /dev/null +++ b/P5/Exemplars/mathml2-main.rng @@ -0,0 +1,3807 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + normal + bold + + + + + + + + + normal + italic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + prefix + infix + postfix + + + + + + + + + true + false + + + + + + + + + true + false + + + + + + + + + + + + + + + + + + + true + false + + + + + + + + + true + false + + + + + + + + + + + + + + + + + + + true + false + + + + + + + + + true + false + + + + + + + + + true + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + none + solid + dashed + + + + + + + + + left + right + leftoverlap + rightoverlap + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + left + right + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + scroll + elide + truncate + scale + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/P5/Exemplars/mathml2-qname-1.mod.rng b/P5/Exemplars/mathml2-qname-1.mod.rng new file mode 100644 index 0000000000..df334f0e99 --- /dev/null +++ b/P5/Exemplars/mathml2-qname-1.mod.rng @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/P5/Exemplars/mathml2.rng b/P5/Exemplars/mathml2.rng new file mode 100644 index 0000000000..c38061a32d --- /dev/null +++ b/P5/Exemplars/mathml2.rng @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/P5/Exemplars/orig_relaxng.rng b/P5/Exemplars/orig_relaxng.rng new file mode 100644 index 0000000000..33a6bffb74 --- /dev/null +++ b/P5/Exemplars/orig_relaxng.rng @@ -0,0 +1,335 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + choice + interleave + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/P5/Exemplars/preSpec.xsl b/P5/Exemplars/preSpec.xsl new file mode 100644 index 0000000000..ee3e9c4460 --- /dev/null +++ b/P5/Exemplars/preSpec.xsl @@ -0,0 +1,16 @@ + + + + +
+ +
+
+ + + + + +
diff --git a/P5/Exemplars/relaxng.rng b/P5/Exemplars/relaxng.rng new file mode 100644 index 0000000000..4033eb9c13 --- /dev/null +++ b/P5/Exemplars/relaxng.rng @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + choice + interleave + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/P5/Exemplars/specked.xsl b/P5/Exemplars/specked.xsl new file mode 100644 index 0000000000..6e92639e3c --- /dev/null +++ b/P5/Exemplars/specked.xsl @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + inText? + Specced? + Modelled? + Element + + + + + + + + + + + + YES + NO + + + + + YES + NO + + + + + YES + NO + + + + + + + + + +
+
+
diff --git a/P5/Exemplars/svg-main.rng b/P5/Exemplars/svg-main.rng new file mode 100644 index 0000000000..ba495be189 --- /dev/null +++ b/P5/Exemplars/svg-main.rng @@ -0,0 +1,5456 @@ + + + + + + + + + + + + false + true + + + + + + + + + + + + + + + + + + nonzero + evenodd + inherit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + structured text + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + default + preserve + + + + + + + + + + + + + + + + + + + + + + + + + + + + simple + + + + + + + + + + + + + + + + + + + other + + + + + + onLoad + + + + + + + + + simple + + + + + + + + + + + + + + + + + + + embed + + + + + + onLoad + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + auto + sRGB + linearRGB + inherit + + + + + + + auto + optimizeSpeed + optimizeQuality + inherit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + butt + round + square + inherit + + + + + + + miter + round + bevel + inherit + + + + + + + + + + + + + + + + + + + + + + + + + auto + sRGB + linearRGB + inherit + + + + + + + + + + + + + + + + + + + + + + + + + normal + wider + narrower + ultra-condensed + extra-condensed + condensed + semi-condensed + semi-expanded + expanded + extra-expanded + ultra-expanded + inherit + + + + + + + normal + italic + oblique + inherit + + + + + + + normal + small-caps + inherit + + + + + + + normal + bold + bolder + lighter + 100 + 200 + 300 + 400 + 500 + 600 + 700 + 800 + 900 + inherit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + inline + block + list-item + run-in + compact + marker + table + inline-table + table-row-group + table-header-group + table-footer-group + table-row + table-column-group + table-column + table-cell + table-caption + none + inherit + + + + + + + + + + + + auto + optimizeSpeed + optimizeQuality + inherit + + + + + + + + + + + + + + + + + visiblePainted + visibleFill + visibleStroke + visible + painted + fill + stroke + all + none + inherit + + + + + + + auto + optimizeSpeed + crispEdges + geometricPrecision + inherit + + + + + + + auto + optimizeSpeed + optimizeLegibility + geometricPrecision + inherit + + + + + + + visible + hidden + inherit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + baseline + top + before-edge + text-top + text-before-edge + middle + bottom + after-edge + text-bottom + text-after-edge + ideographic + lower + hanging + mathematical + inherit + + + + + + + + + + + + ltr + rtl + inherit + + + + + + + auto + autosense-script + no-change + reset + ideographic + lower + hanging + mathematical + inherit + + + + + + + + + + + + + + + + + + + + + + + + + + + start + middle + end + inherit + + + + + + + + + + + + normal + embed + bidi-override + inherit + + + + + + + + + + + + + + + lr-tb + rl-tb + tb-rl + lr + rl + tb + inherit + + + + + + + + + + + + + + + visible + hidden + scroll + auto + inherit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + disable + magnify + + + + + + + + 1.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + preserve + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + spacing + spacingAndGlyphs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + spacing + spacingAndGlyphs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + spacing + spacingAndGlyphs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + spacing + spacingAndGlyphs + + + + + + + align + stretch + + + + + + + auto + exact + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + strokeWidth + userSpaceOnUse + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + auto + perceptual + relative-colorimetric + saturation + absolute-colorimetric + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pad + reflect + repeat + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pad + reflect + repeat + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + normal + multiply + screen + darken + lighten + + + + + + + + + + + + + + + + + + + + + + + matrix + saturate + hueRotate + luminanceToAlpha + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + identity + table + discrete + linear + gamma + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + over + in + out + atop + xor + arithmetic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + duplicate + wrap + none + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + R + G + B + A + + + + + + + R + G + B + A + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + erode + dilate + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + stitch + noStitch + + + + + + + fractalNoise + turbulence + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + simple + + + + + + + + + + + + + + + + + + + new + replace + + + + + + onRequest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + disable + magnify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + always + never + whenNotActive + + + + + + + + + + + + + remove + freeze + + + + + + + + + discrete + linear + paced + spline + + + + + + + + + + + + + + + + + + + + + + + + + + + replace + sum + + + + + + + none + sum + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + discrete + linear + paced + spline + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + translate + scale + rotate + skewX + skewY + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/P5/Exemplars/svg.rng b/P5/Exemplars/svg.rng new file mode 100644 index 0000000000..3dae369fc2 --- /dev/null +++ b/P5/Exemplars/svg.rng @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/P5/Exemplars/svg11.rng b/P5/Exemplars/svg11.rng new file mode 100644 index 0000000000..ca42d2ed48 --- /dev/null +++ b/P5/Exemplars/svg11.rng @@ -0,0 +1,7115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + false + true + + + + + + nonzero + evenodd + inherit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + lr-tb + rl-tb + tb-rl + lr + rl + tb + inherit + + + + + + + + + + + + + auto + baseline + before-edge + text-before-edge + middle + central + after-edge + text-after-edge + ideographic + alphabetic + hanging + mathematical + inherit + + + + + + + + + + + + ltr + rtl + inherit + + + + + + + auto + use-script + no-change + reset-size + ideographic + alphabetic + hanging + mathematical + central + middle + text-after-edge + text-before-edge + inherit + + + + + + + + + + + + + + + + + + + + + + + + + + + start + middle + end + inherit + + + + + + + + + + + + normal + embed + bidi-override + inherit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + normal + wider + narrower + ultra-condensed + extra-condensed + condensed + semi-condensed + semi-expanded + expanded + extra-expanded + ultra-expanded + inherit + + + + + + + normal + italic + oblique + inherit + + + + + + + normal + small-caps + inherit + + + + + + + normal + bold + bolder + lighter + 100 + 200 + 300 + 400 + 500 + 600 + 700 + 800 + 900 + inherit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + auto + sRGB + linearRGB + inherit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + default + preserve + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + visible + hidden + scroll + auto + inherit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + butt + round + square + inherit + + + + + + + + + miter + round + bevel + inherit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + auto + sRGB + linearRGB + inherit + + + + + + + + + auto + optimizeSpeed + optimizeQuality + inherit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + inline + block + list-item + run-in + compact + marker + table + inline-table + table-row-group + table-header-group + table-footer-group + table-row + table-column-group + table-column + table-cell + table-caption + none + inherit + + + + + + + + + auto + optimizeSpeed + optimizeQuality + inherit + + + + + + + + + visiblePainted + visibleFill + visibleStroke + visible + painted + fill + stroke + all + none + inherit + + + + + + + + + auto + optimizeSpeed + crispEdges + geometricPrecision + inherit + + + + + + + + + auto + optimizeSpeed + optimizeLegibility + geometricPrecision + inherit + + + + + + + + + visible + hidden + inherit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + simple + + + + + + + + + + + + + + + + + + + + + + + + other + + + + + + onLoad + + + + + + + + + + + + simple + + + + + + + + + + + + + + + + + + + + + + other + + + + + + onLoad + + + + + + + + + + + + simple + + + + + + + + + + + + + + + + + + + + + + embed + + + + + + onLoad + + + + + + + + + + + + simple + + + + + + + + + + + + + + + + + + + + + + new + replace + + + + + + onRequest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + disable + magnify + + + + + + 1.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + preserve + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + spacing + spacingAndGlyphs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + spacing + spacingAndGlyphs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + spacing + spacingAndGlyphs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + spacing + spacingAndGlyphs + + + + + + + align + stretch + + + + + + + auto + exact + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + strokeWidth + userSpaceOnUse + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + auto + perceptual + relative-colorimetric + saturation + absolute-colorimetric + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + + + + + + pad + reflect + repeat + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + + + + + + pad + reflect + repeat + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + userSpaceOnUse + objectBoundingBox + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + normal + multiply + screen + darken + lighten + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + matrix + saturate + hueRotate + luminanceToAlpha + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + over + in + out + atop + xor + arithmetic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + duplicate + wrap + none + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + R + G + B + A + + + + + + + R + G + B + A + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + erode + dilate + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + stitch + noStitch + + + + + + + fractalNoise + turbulence + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + identity + table + discrete + linear + gamma + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + identity + table + discrete + linear + gamma + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + identity + table + discrete + linear + gamma + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + identity + table + discrete + linear + gamma + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + disable + magnify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + always + never + whenNotActive + + + + + + + + + + + + + remove + freeze + + + + + + + + + + + + + + discrete + linear + paced + spline + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + replace + sum + + + + + + + none + sum + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + discrete + linear + paced + spline + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + translate + scale + rotate + skewX + skewY + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/P5/Exemplars/tei_lite.template b/P5/Exemplars/tei_lite.template new file mode 100644 index 0000000000..879ab407b0 --- /dev/null +++ b/P5/Exemplars/tei_lite.template @@ -0,0 +1,22 @@ + + + + + + Title + + +

Publication information

+
+ +

Information about the source

+
+
+
+ + +

Some text here.

+
+ +
+
diff --git a/P5/Exemplars/tei_lite_fr.nvdl b/P5/Exemplars/tei_lite_fr.nvdl new file mode 100644 index 0000000000..dba799042c --- /dev/null +++ b/P5/Exemplars/tei_lite_fr.nvdl @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/P5/Exemplars/tite-acdc.xsl b/P5/Exemplars/tite-acdc.xsl new file mode 100644 index 0000000000..6bf79f2f16 --- /dev/null +++ b/P5/Exemplars/tite-acdc.xsl @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +

+ +

+
+ + + +
+
+
+ + + + + + + +
From 4e4bac5f91759e1af9b20f85fd6809ac7175e186 Mon Sep 17 00:00:00 2001 From: Syd Bauman Date: Sun, 15 Oct 2023 11:54:17 -0400 Subject: [PATCH 07/10] =?UTF-8?q?Stop=20deleting=20@calendar=20from=20TEI?= =?UTF-8?q?=20Lite=20and=20jTEI=20exemplars:=20Discovered=20that=20trying?= =?UTF-8?q?=20to=20delete=20@calendar=20from=20att.datable=20(where=20it?= =?UTF-8?q?=20no=20longer=20exists)=20caused=20the=20attribute=20to=20be?= =?UTF-8?q?=20duplicated,=20not=20deleted.=20Not=20sure=20why,=20but=20the?= =?UTF-8?q?=20fast=20fix=20is=20to=20just=20stop=20deleting=20it.=20Of=20c?= =?UTF-8?q?ourse=20that=20means=20these=20two=20schemas=20now=20have=20@ca?= =?UTF-8?q?lendar=20when=20they=20shouldn=E2=80=99t.=20Probably=20need=20t?= =?UTF-8?q?o=20add=20the=2041=20or=20so=20deletions=20needed=20to=20do=20s?= =?UTF-8?q?o=20now.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- P5/Exemplars/tei_jtei.odd | 2 +- P5/Exemplars/tei_lite.odd | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/P5/Exemplars/tei_jtei.odd b/P5/Exemplars/tei_jtei.odd index 54046248ba..687377b72d 100644 --- a/P5/Exemplars/tei_jtei.odd +++ b/P5/Exemplars/tei_jtei.odd @@ -1993,9 +1993,9 @@
+ - diff --git a/P5/Exemplars/tei_lite.odd b/P5/Exemplars/tei_lite.odd index 25eb8013c5..fb63871339 100644 --- a/P5/Exemplars/tei_lite.odd +++ b/P5/Exemplars/tei_lite.odd @@ -2950,11 +2950,7 @@ $Id$
- - - - - + Date: Sun, 15 Oct 2023 23:08:06 -0400 Subject: [PATCH 08/10] =?UTF-8?q?tweaks=20to=20new=20constraintSpecs:=20..?= =?UTF-8?q?.=20should=20not=20actually=20change=20any=20validation=20?= =?UTF-8?q?=E2=80=94=201.=20use=20default=20namespace=20instead=20of=20dec?= =?UTF-8?q?laring=20tei:=20prefix=20and=20using=20it;=202.=20trim=202nd=20?= =?UTF-8?q?GI=20off=20@ident=20iff=20needed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- P5/Source/Specs/acquisition.xml | 4 ++-- P5/Source/Specs/affiliation.xml | 4 ++-- P5/Source/Specs/age.xml | 4 ++-- P5/Source/Specs/altIdentifier.xml | 4 ++-- P5/Source/Specs/application.xml | 4 ++-- P5/Source/Specs/author.xml | 4 ++-- P5/Source/Specs/binding.xml | 4 ++-- P5/Source/Specs/birth.xml | 4 ++-- P5/Source/Specs/bloc.xml | 4 ++-- P5/Source/Specs/change.xml | 4 ++-- P5/Source/Specs/climate.xml | 4 ++-- P5/Source/Specs/conversion.xml | 4 ++-- P5/Source/Specs/country.xml | 4 ++-- P5/Source/Specs/creation.xml | 4 ++-- P5/Source/Specs/custEvent.xml | 4 ++-- P5/Source/Specs/death.xml | 4 ++-- P5/Source/Specs/district.xml | 4 ++-- P5/Source/Specs/editor.xml | 4 ++-- P5/Source/Specs/education.xml | 4 ++-- P5/Source/Specs/event.xml | 4 ++-- P5/Source/Specs/faith.xml | 4 ++-- P5/Source/Specs/floruit.xml | 4 ++-- P5/Source/Specs/funder.xml | 4 ++-- P5/Source/Specs/gender.xml | 4 ++-- P5/Source/Specs/geogFeat.xml | 4 ++-- P5/Source/Specs/geogName.xml | 4 ++-- P5/Source/Specs/idno.xml | 4 ++-- P5/Source/Specs/langKnowledge.xml | 4 ++-- P5/Source/Specs/langKnown.xml | 4 ++-- P5/Source/Specs/licence.xml | 4 ++-- P5/Source/Specs/location.xml | 4 ++-- P5/Source/Specs/meeting.xml | 4 ++-- P5/Source/Specs/name.xml | 4 ++-- P5/Source/Specs/nationality.xml | 4 ++-- P5/Source/Specs/objectName.xml | 4 ++-- P5/Source/Specs/occupation.xml | 4 ++-- P5/Source/Specs/offset.xml | 4 ++-- P5/Source/Specs/orgName.xml | 4 ++-- P5/Source/Specs/origPlace.xml | 4 ++-- P5/Source/Specs/origin.xml | 4 ++-- P5/Source/Specs/persName.xml | 4 ++-- P5/Source/Specs/persPronouns.xml | 4 ++-- P5/Source/Specs/placeName.xml | 4 ++-- P5/Source/Specs/population.xml | 4 ++-- P5/Source/Specs/precision.xml | 4 ++-- P5/Source/Specs/principal.xml | 4 ++-- P5/Source/Specs/provenance.xml | 4 ++-- P5/Source/Specs/region.xml | 4 ++-- P5/Source/Specs/relation.xml | 4 ++-- P5/Source/Specs/residence.xml | 4 ++-- P5/Source/Specs/resp.xml | 4 ++-- P5/Source/Specs/seal.xml | 4 ++-- P5/Source/Specs/settlement.xml | 4 ++-- P5/Source/Specs/sex.xml | 4 ++-- P5/Source/Specs/socecStatus.xml | 4 ++-- P5/Source/Specs/sponsor.xml | 4 ++-- P5/Source/Specs/stamp.xml | 4 ++-- P5/Source/Specs/state.xml | 4 ++-- P5/Source/Specs/terrain.xml | 4 ++-- P5/Source/Specs/title.xml | 4 ++-- P5/Source/Specs/trait.xml | 4 ++-- P5/Source/Specs/unitDecl.xml | 4 ++-- P5/Source/Specs/unitDef.xml | 4 ++-- 63 files changed, 126 insertions(+), 126 deletions(-) diff --git a/P5/Source/Specs/acquisition.xml b/P5/Source/Specs/acquisition.xml index 17fa154d3a..1a51d12679 100644 --- a/P5/Source/Specs/acquisition.xml +++ b/P5/Source/Specs/acquisition.xml @@ -48,7 +48,7 @@ institution.
- + @calendar indicates one or more @@ -56,7 +56,7 @@ institution.
but this element has no textual content. - +
diff --git a/P5/Source/Specs/affiliation.xml b/P5/Source/Specs/affiliation.xml index 893af26bea..2940c7a37f 100644 --- a/P5/Source/Specs/affiliation.xml +++ b/P5/Source/Specs/affiliation.xml @@ -55,7 +55,7 @@ - + @calendar indicates one or more @@ -63,7 +63,7 @@ but this element has no textual content. - +
diff --git a/P5/Source/Specs/age.xml b/P5/Source/Specs/age.xml index 17ee7d4acd..51dbdc6bef 100644 --- a/P5/Source/Specs/age.xml +++ b/P5/Source/Specs/age.xml @@ -47,7 +47,7 @@ - + @calendar indicates one or more @@ -55,7 +55,7 @@ but this element has no textual content. - +
diff --git a/P5/Source/Specs/altIdentifier.xml b/P5/Source/Specs/altIdentifier.xml index f29492724a..dcb5abff72 100644 --- a/P5/Source/Specs/altIdentifier.xml +++ b/P5/Source/Specs/altIdentifier.xml @@ -59,7 +59,7 @@ - + @calendar indicates one or more @@ -67,7 +67,7 @@ but this element has no textual content. - +
diff --git a/P5/Source/Specs/application.xml b/P5/Source/Specs/application.xml index 744c84d3ac..12606b8fab 100644 --- a/P5/Source/Specs/application.xml +++ b/P5/Source/Specs/application.xml @@ -57,7 +57,7 @@ $Id$ - + @calendar indicates one or more @@ -65,7 +65,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/author.xml b/P5/Source/Specs/author.xml index 3705a3c7fa..4999aaeae5 100644 --- a/P5/Source/Specs/author.xml +++ b/P5/Source/Specs/author.xml @@ -56,7 +56,7 @@ autor/a/es, ya sea una persona o una institución, de una obra; por ejemplo, en - + @calendar indicates one or more @@ -64,7 +64,7 @@ autor/a/es, ya sea una persona o una institución, de una obra; por ejemplo, en but this element has no textual content. - + diff --git a/P5/Source/Specs/binding.xml b/P5/Source/Specs/binding.xml index d464446d71..110efc583a 100644 --- a/P5/Source/Specs/binding.xml +++ b/P5/Source/Specs/binding.xml @@ -53,7 +53,7 @@ $Id$ - + @calendar indicates one or more @@ -61,7 +61,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/birth.xml b/P5/Source/Specs/birth.xml index 68bd3481e3..2bef9f54b4 100644 --- a/P5/Source/Specs/birth.xml +++ b/P5/Source/Specs/birth.xml @@ -51,7 +51,7 @@ - + @calendar indicates one or more @@ -59,7 +59,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/bloc.xml b/P5/Source/Specs/bloc.xml index 3385f7fd28..8e187f0769 100644 --- a/P5/Source/Specs/bloc.xml +++ b/P5/Source/Specs/bloc.xml @@ -50,7 +50,7 @@ - + @calendar indicates one or more @@ -58,7 +58,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/change.xml b/P5/Source/Specs/change.xml index 22b89f0a84..15601ca88f 100644 --- a/P5/Source/Specs/change.xml +++ b/P5/Source/Specs/change.xml @@ -62,7 +62,7 @@ $Id$ - + @calendar indicates one or more @@ -70,7 +70,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/climate.xml b/P5/Source/Specs/climate.xml index 4797322f5d..a60a1b6573 100644 --- a/P5/Source/Specs/climate.xml +++ b/P5/Source/Specs/climate.xml @@ -76,7 +76,7 @@ - + @calendar indicates one or more @@ -84,7 +84,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/conversion.xml b/P5/Source/Specs/conversion.xml index a0bf23a149..016a233242 100644 --- a/P5/Source/Specs/conversion.xml +++ b/P5/Source/Specs/conversion.xml @@ -35,7 +35,7 @@ $Id$ - + @calendar indicates one or more @@ -43,7 +43,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/country.xml b/P5/Source/Specs/country.xml index d545d9a8df..673cc04cc7 100644 --- a/P5/Source/Specs/country.xml +++ b/P5/Source/Specs/country.xml @@ -55,7 +55,7 @@ - + @calendar indicates one or more @@ -63,7 +63,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/creation.xml b/P5/Source/Specs/creation.xml index 1e428f24bf..d996fd6126 100644 --- a/P5/Source/Specs/creation.xml +++ b/P5/Source/Specs/creation.xml @@ -54,7 +54,7 @@ $Id$ - + @calendar indicates one or more @@ -62,7 +62,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/custEvent.xml b/P5/Source/Specs/custEvent.xml index aba35dc8ce..52b3ab5565 100644 --- a/P5/Source/Specs/custEvent.xml +++ b/P5/Source/Specs/custEvent.xml @@ -49,7 +49,7 @@ $Id$ - + @calendar indicates one or more @@ -57,7 +57,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/death.xml b/P5/Source/Specs/death.xml index 602a61ac8d..e61e7384cb 100644 --- a/P5/Source/Specs/death.xml +++ b/P5/Source/Specs/death.xml @@ -48,7 +48,7 @@ - + @calendar indicates one or more @@ -56,7 +56,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/district.xml b/P5/Source/Specs/district.xml index 8ccdda5eb4..cc2b2aa76d 100644 --- a/P5/Source/Specs/district.xml +++ b/P5/Source/Specs/district.xml @@ -49,7 +49,7 @@ - + @calendar indicates one or more @@ -57,7 +57,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/editor.xml b/P5/Source/Specs/editor.xml index 181e5746b2..d566c65068 100644 --- a/P5/Source/Specs/editor.xml +++ b/P5/Source/Specs/editor.xml @@ -56,7 +56,7 @@ - + @calendar indicates one or more @@ -64,7 +64,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/education.xml b/P5/Source/Specs/education.xml index 3402088896..5867523916 100644 --- a/P5/Source/Specs/education.xml +++ b/P5/Source/Specs/education.xml @@ -47,7 +47,7 @@ - + @calendar indicates one or more @@ -55,7 +55,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/event.xml b/P5/Source/Specs/event.xml index 25e4296028..3b0509147e 100644 --- a/P5/Source/Specs/event.xml +++ b/P5/Source/Specs/event.xml @@ -68,7 +68,7 @@ - + @calendar indicates one or more @@ -76,7 +76,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/faith.xml b/P5/Source/Specs/faith.xml index cee7375f28..681a7b4d3a 100644 --- a/P5/Source/Specs/faith.xml +++ b/P5/Source/Specs/faith.xml @@ -47,7 +47,7 @@ - + @calendar indicates one or more @@ -55,7 +55,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/floruit.xml b/P5/Source/Specs/floruit.xml index 03fbbc2c0d..a9da6728e2 100644 --- a/P5/Source/Specs/floruit.xml +++ b/P5/Source/Specs/floruit.xml @@ -46,7 +46,7 @@ - + @calendar indicates one or more @@ -54,7 +54,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/funder.xml b/P5/Source/Specs/funder.xml index 307f5206d6..bbeb4e49a1 100644 --- a/P5/Source/Specs/funder.xml +++ b/P5/Source/Specs/funder.xml @@ -56,7 +56,7 @@ $Id$ - + @calendar indicates one or more @@ -64,7 +64,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/gender.xml b/P5/Source/Specs/gender.xml index 38718b6081..f9c6308e3c 100644 --- a/P5/Source/Specs/gender.xml +++ b/P5/Source/Specs/gender.xml @@ -42,7 +42,7 @@ $Id$ - + @calendar indicates one or more @@ -50,7 +50,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/geogFeat.xml b/P5/Source/Specs/geogFeat.xml index 6a7b5e8a43..a5017b24c6 100644 --- a/P5/Source/Specs/geogFeat.xml +++ b/P5/Source/Specs/geogFeat.xml @@ -54,7 +54,7 @@ - + @calendar indicates one or more @@ -62,7 +62,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/geogName.xml b/P5/Source/Specs/geogName.xml index d44ca05d59..ad00164f35 100644 --- a/P5/Source/Specs/geogName.xml +++ b/P5/Source/Specs/geogName.xml @@ -51,7 +51,7 @@ - + @calendar indicates one or more @@ -59,7 +59,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/idno.xml b/P5/Source/Specs/idno.xml index 73d64ad2b7..6e78cc3fba 100644 --- a/P5/Source/Specs/idno.xml +++ b/P5/Source/Specs/idno.xml @@ -71,7 +71,7 @@ $Id$ - + @calendar indicates one or more @@ -79,7 +79,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/langKnowledge.xml b/P5/Source/Specs/langKnowledge.xml index edd79f6197..b3ca2bc8ec 100644 --- a/P5/Source/Specs/langKnowledge.xml +++ b/P5/Source/Specs/langKnowledge.xml @@ -60,7 +60,7 @@ - + @calendar indicates one or more @@ -68,7 +68,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/langKnown.xml b/P5/Source/Specs/langKnown.xml index bd47ea89f6..a2bfb78124 100644 --- a/P5/Source/Specs/langKnown.xml +++ b/P5/Source/Specs/langKnown.xml @@ -48,7 +48,7 @@ - + @calendar indicates one or more @@ -56,7 +56,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/licence.xml b/P5/Source/Specs/licence.xml index df45d4a499..23392114ca 100644 --- a/P5/Source/Specs/licence.xml +++ b/P5/Source/Specs/licence.xml @@ -42,7 +42,7 @@ définissant les droits d'utilisation. - + @calendar indicates one or more @@ -50,7 +50,7 @@ définissant les droits d'utilisation. but this element has no textual content. - + diff --git a/P5/Source/Specs/location.xml b/P5/Source/Specs/location.xml index 86cf971a87..2a2cd16bd2 100644 --- a/P5/Source/Specs/location.xml +++ b/P5/Source/Specs/location.xml @@ -60,7 +60,7 @@ - + @calendar indicates one or more @@ -68,7 +68,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/meeting.xml b/P5/Source/Specs/meeting.xml index 894eb7cb22..dcde91d528 100644 --- a/P5/Source/Specs/meeting.xml +++ b/P5/Source/Specs/meeting.xml @@ -52,7 +52,7 @@ - + @calendar indicates one or more @@ -60,7 +60,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/name.xml b/P5/Source/Specs/name.xml index aa1c85104b..934f53ed51 100644 --- a/P5/Source/Specs/name.xml +++ b/P5/Source/Specs/name.xml @@ -54,7 +54,7 @@ - + @calendar indicates one or more @@ -62,7 +62,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/nationality.xml b/P5/Source/Specs/nationality.xml index fd9d21ac72..d588aed471 100644 --- a/P5/Source/Specs/nationality.xml +++ b/P5/Source/Specs/nationality.xml @@ -50,7 +50,7 @@ $Id$ - + @calendar indicates one or more @@ -58,7 +58,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/objectName.xml b/P5/Source/Specs/objectName.xml index ddce0a384d..4afb2ee24d 100644 --- a/P5/Source/Specs/objectName.xml +++ b/P5/Source/Specs/objectName.xml @@ -42,7 +42,7 @@ $Id$ - + @calendar indicates one or more @@ -50,7 +50,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/occupation.xml b/P5/Source/Specs/occupation.xml index caf095536c..09501d3f59 100644 --- a/P5/Source/Specs/occupation.xml +++ b/P5/Source/Specs/occupation.xml @@ -48,7 +48,7 @@ $Id$ - + @calendar indicates one or more @@ -56,7 +56,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/offset.xml b/P5/Source/Specs/offset.xml index 26d916ad44..a4940b9d5f 100644 --- a/P5/Source/Specs/offset.xml +++ b/P5/Source/Specs/offset.xml @@ -52,7 +52,7 @@ $Id$ - + @calendar indicates one or more @@ -60,7 +60,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/orgName.xml b/P5/Source/Specs/orgName.xml index ad0180d1fa..d5dcca0617 100644 --- a/P5/Source/Specs/orgName.xml +++ b/P5/Source/Specs/orgName.xml @@ -51,7 +51,7 @@ - + @calendar indicates one or more @@ -59,7 +59,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/origPlace.xml b/P5/Source/Specs/origPlace.xml index 8b97d55081..491c3b2594 100644 --- a/P5/Source/Specs/origPlace.xml +++ b/P5/Source/Specs/origPlace.xml @@ -54,7 +54,7 @@ place of origin for a manuscript, manuscript part, or other object. - + @calendar indicates one or more @@ -62,7 +62,7 @@ place of origin for a manuscript, manuscript part, or other object. but this element has no textual content. - + diff --git a/P5/Source/Specs/origin.xml b/P5/Source/Specs/origin.xml index 8900e0e825..80ef7fcd00 100644 --- a/P5/Source/Specs/origin.xml +++ b/P5/Source/Specs/origin.xml @@ -46,7 +46,7 @@ concerning the origin of a manuscript, manuscript part, or other object. - + @calendar indicates one or more @@ -54,7 +54,7 @@ concerning the origin of a manuscript, manuscript part, or other object. but this element has no textual content. - + diff --git a/P5/Source/Specs/persName.xml b/P5/Source/Specs/persName.xml index 41631f7156..e670a2d5a9 100644 --- a/P5/Source/Specs/persName.xml +++ b/P5/Source/Specs/persName.xml @@ -61,7 +61,7 @@ - + @calendar indicates one or more @@ -69,7 +69,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/persPronouns.xml b/P5/Source/Specs/persPronouns.xml index 1e62d9d4a1..6f4b4f59f5 100644 --- a/P5/Source/Specs/persPronouns.xml +++ b/P5/Source/Specs/persPronouns.xml @@ -40,7 +40,7 @@ $Id$ - + @calendar indicates one or more @@ -48,7 +48,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/placeName.xml b/P5/Source/Specs/placeName.xml index d57bef1899..48ee8c47a9 100644 --- a/P5/Source/Specs/placeName.xml +++ b/P5/Source/Specs/placeName.xml @@ -48,7 +48,7 @@ $Id$ - + @calendar indicates one or more @@ -56,7 +56,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/population.xml b/P5/Source/Specs/population.xml index c20ec57ebb..410b82b6bf 100644 --- a/P5/Source/Specs/population.xml +++ b/P5/Source/Specs/population.xml @@ -62,7 +62,7 @@ $Id$ - + @calendar indicates one or more @@ -70,7 +70,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/precision.xml b/P5/Source/Specs/precision.xml index 4c00afd6e6..8fecf29376 100644 --- a/P5/Source/Specs/precision.xml +++ b/P5/Source/Specs/precision.xml @@ -45,7 +45,7 @@ - + @calendar indicates one or more @@ -53,7 +53,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/principal.xml b/P5/Source/Specs/principal.xml index 7e6d759605..edd5a71ba7 100644 --- a/P5/Source/Specs/principal.xml +++ b/P5/Source/Specs/principal.xml @@ -53,7 +53,7 @@ creation of an electronic text. - + @calendar indicates one or more @@ -61,7 +61,7 @@ creation of an electronic text. but this element has no textual content. - + diff --git a/P5/Source/Specs/provenance.xml b/P5/Source/Specs/provenance.xml index 32d6927fa5..90e6b89607 100644 --- a/P5/Source/Specs/provenance.xml +++ b/P5/Source/Specs/provenance.xml @@ -48,7 +48,7 @@ concerning a single identifiable episode during the history of a manuscript, man - + @calendar indicates one or more @@ -56,7 +56,7 @@ concerning a single identifiable episode during the history of a manuscript, man but this element has no textual content. - + diff --git a/P5/Source/Specs/region.xml b/P5/Source/Specs/region.xml index 7341ad62a3..1dc01d63d3 100644 --- a/P5/Source/Specs/region.xml +++ b/P5/Source/Specs/region.xml @@ -51,7 +51,7 @@ $Id$ - + @calendar indicates one or more @@ -59,7 +59,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/relation.xml b/P5/Source/Specs/relation.xml index 9d466218d0..51c10ca188 100644 --- a/P5/Source/Specs/relation.xml +++ b/P5/Source/Specs/relation.xml @@ -76,7 +76,7 @@ $Id$ - + @calendar indicates one or more @@ -84,7 +84,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/residence.xml b/P5/Source/Specs/residence.xml index 0b12e0b70b..a284f06693 100644 --- a/P5/Source/Specs/residence.xml +++ b/P5/Source/Specs/residence.xml @@ -51,7 +51,7 @@ $Id$ - + @calendar indicates one or more @@ -59,7 +59,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/resp.xml b/P5/Source/Specs/resp.xml index 4a99a33f17..5db6d520a0 100644 --- a/P5/Source/Specs/resp.xml +++ b/P5/Source/Specs/resp.xml @@ -55,7 +55,7 @@ - + @calendar indicates one or more @@ -63,7 +63,7 @@ but this element has no textual content. - + diff --git a/P5/Source/Specs/seal.xml b/P5/Source/Specs/seal.xml index f0815dcd50..7a86a8cff3 100644 --- a/P5/Source/Specs/seal.xml +++ b/P5/Source/Specs/seal.xml @@ -50,7 +50,7 @@ $Id$ - + @calendar indicates one or more @@ -58,7 +58,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/settlement.xml b/P5/Source/Specs/settlement.xml index 5f022046e8..dbe0208625 100644 --- a/P5/Source/Specs/settlement.xml +++ b/P5/Source/Specs/settlement.xml @@ -49,7 +49,7 @@ $Id$ - + @calendar indicates one or more @@ -57,7 +57,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/sex.xml b/P5/Source/Specs/sex.xml index 23e54a0eb0..ecf477a80b 100644 --- a/P5/Source/Specs/sex.xml +++ b/P5/Source/Specs/sex.xml @@ -46,7 +46,7 @@ $Id$ - + @calendar indicates one or more @@ -54,7 +54,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/socecStatus.xml b/P5/Source/Specs/socecStatus.xml index e34eb9429b..51c75f12c1 100644 --- a/P5/Source/Specs/socecStatus.xml +++ b/P5/Source/Specs/socecStatus.xml @@ -51,7 +51,7 @@ $Id$ - + @calendar indicates one or more @@ -59,7 +59,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/sponsor.xml b/P5/Source/Specs/sponsor.xml index f5dc25bcb0..8b637f6e59 100644 --- a/P5/Source/Specs/sponsor.xml +++ b/P5/Source/Specs/sponsor.xml @@ -50,7 +50,7 @@ $Id$ - + @calendar indicates one or more @@ -58,7 +58,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/stamp.xml b/P5/Source/Specs/stamp.xml index 5f05f2c5c7..cbc12ab5d3 100644 --- a/P5/Source/Specs/stamp.xml +++ b/P5/Source/Specs/stamp.xml @@ -47,7 +47,7 @@ stamp or similar device. - + @calendar indicates one or more @@ -55,7 +55,7 @@ stamp or similar device. but this element has no textual content. - + diff --git a/P5/Source/Specs/state.xml b/P5/Source/Specs/state.xml index 654c2f24cc..5c1846f337 100644 --- a/P5/Source/Specs/state.xml +++ b/P5/Source/Specs/state.xml @@ -71,7 +71,7 @@ $Id$ - + @calendar indicates one or more @@ -79,7 +79,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/terrain.xml b/P5/Source/Specs/terrain.xml index 2129c34ac3..8b1718c18c 100644 --- a/P5/Source/Specs/terrain.xml +++ b/P5/Source/Specs/terrain.xml @@ -74,7 +74,7 @@ $Id$ - + @calendar indicates one or more @@ -82,7 +82,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/title.xml b/P5/Source/Specs/title.xml index 2a6e06ffc5..330395725a 100644 --- a/P5/Source/Specs/title.xml +++ b/P5/Source/Specs/title.xml @@ -51,7 +51,7 @@ $Id$ - + @calendar indicates one or more @@ -59,7 +59,7 @@ $Id$ but this element has no textual content. - + diff --git a/P5/Source/Specs/trait.xml b/P5/Source/Specs/trait.xml index 080fe0a936..66504a0a6c 100644 --- a/P5/Source/Specs/trait.xml +++ b/P5/Source/Specs/trait.xml @@ -70,7 +70,7 @@ $Id$ - + @calendar indicates one or more @@ -78,7 +78,7 @@ $Id$ but this element has no textual content. - +
+ @@ -1993,7 +1995,26 @@ - + + + + + + + + + + + + @@ -2143,6 +2164,7 @@ + @@ -2374,6 +2396,7 @@ + @@ -2550,6 +2573,7 @@ + @@ -2697,6 +2721,7 @@ + @@ -3098,6 +3123,9 @@ + + + diff --git a/P5/Exemplars/tei_lite.odd b/P5/Exemplars/tei_lite.odd index fb63871339..e0963def93 100644 --- a/P5/Exemplars/tei_lite.odd +++ b/P5/Exemplars/tei_lite.odd @@ -2950,7 +2950,25 @@ $Id$ - + + + + + + + + + + + + + + Date: Mon, 16 Oct 2023 16:37:30 -0400 Subject: [PATCH 10/10] removed att.calendarSystem --- P5/Exemplars/tei_jtei.odd | 1 + P5/Exemplars/tei_lite.odd | 2 ++ 2 files changed, 3 insertions(+) diff --git a/P5/Exemplars/tei_jtei.odd b/P5/Exemplars/tei_jtei.odd index e4a177a505..490e2dae88 100644 --- a/P5/Exemplars/tei_jtei.odd +++ b/P5/Exemplars/tei_jtei.odd @@ -1973,6 +1973,7 @@ + diff --git a/P5/Exemplars/tei_lite.odd b/P5/Exemplars/tei_lite.odd index e0963def93..1149ac38a6 100644 --- a/P5/Exemplars/tei_lite.odd +++ b/P5/Exemplars/tei_lite.odd @@ -2929,6 +2929,8 @@ $Id$ + +