You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Test/expected-results/test.rng
+1-1
Original file line number
Diff line number
Diff line change
@@ -9912,7 +9912,7 @@ Suggested values include: 1] main (main); 2] sub (subordinate); 3] alt (alternat
9912
9912
<definename="att.global.linking.attribute.next">
9913
9913
<optional>
9914
9914
<attributename="next">
9915
-
<a:documentationxmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to the next element of a virtual aggregate of which the current element is part.</a:documentation>
9915
+
<a:documentationxmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(next) points to the next element of a virtual aggregate of which the current element is part.</a:documentation>
(model.noteLike | model.biblLike | linkGrp | link | ptr)*,
6964
+
(model.noteLike
6965
+
| model.biblLike
6966
+
| model.ptrLike
6967
+
| linkGrp
6968
+
| link)*,
6960
6969
model.personLike*),
6961
6970
att.global.attributes,
6962
6971
att.editLike.attributes,
@@ -6975,7 +6984,7 @@ person =
6975
6984
6976
6985
## (person) provides information about an identifiable individual, for example a participant in a language interaction, or a person referred to in a historical source. [14.3.2. The Person Element 16.2.2. The Participant Description]
(model.noteLike | model.biblLike | linkGrp | link | ptr)*,
5058
+
(model.noteLike
5059
+
| model.biblLike
5060
+
| model.ptrLike
5061
+
| linkGrp
5062
+
| link)*,
5054
5063
model.personLike*),
5055
5064
att.global.attributes,
5056
5065
att.editLike.attributes,
@@ -5069,7 +5078,7 @@ person =
5069
5078
5070
5079
## (personne) fournit des informations sur un individu identifiable, par exemple un participant à une interaction linguistique, ou une personne citée dans une source historique. [14.3.2. The Person Element 16.2.2. The Participant Description]
<!--doc:(organization) provides information about an identifiable organization such as a business, a tribe, or any other grouping of people. [14.3.3. Organizational Data] -->
<!--doc:(person) provides information about an identifiable individual, for example a participant in a language interaction, or a person referred to in a historical source. [14.3.2. The Person Element 16.2.2. The Participant Description] -->
2779
-
<!ELEMENT person ((%model.pLike;)+|(%model.personPart;|%model.global;|ptr)*)>
2779
+
<!ELEMENT person ((%model.pLike;)+|(%model.personPart;|%model.global;|%model.ptrLike;)*)>
2780
2780
<!ATTLIST person xmlns CDATA "http://www.tei-c.org/ns/1.0">
2781
2781
<!ATTLIST person
2782
2782
%Tatt.global.attributes;
@@ -2809,7 +2809,7 @@ sex CDATA #IMPLIED
2809
2809
gender CDATA #IMPLIED
2810
2810
age %teidata.enumerated; #IMPLIED >
2811
2811
<!--doc:(place) contains data about a geographic location. [14.3.4. Places] -->
2812
-
<!ELEMENT place (((%model.headLike;)*,((%model.pLike;)*|(%model.labelLike;|%model.placeStateLike;|%model.eventLike;|name)*),(%model.noteLike;|%model.biblLike;|idno|ptr|linkGrp|link)*,(%model.placeLike;|listPlace)*))>
2812
+
<!ELEMENT place (((%model.headLike;)*,((%model.pLike;)*|(%model.labelLike;|%model.placeStateLike;|%model.eventLike;|name)*),(%model.noteLike;|%model.biblLike;|%model.ptrLike;|idno|linkGrp|link)*,(%model.placeLike;|listPlace)*))>
2813
2813
<!ATTLIST place xmlns CDATA "http://www.tei-c.org/ns/1.0">
## (person) provides information about an identifiable individual, for example a participant in a language interaction, or a person referred to in a historical source. [14.3.2. The Person Element 16.2.2. The Participant Description]
Copy file name to clipboardExpand all lines: Test/expected-results/test34.combined.json
+4-4
Original file line number
Diff line number
Diff line change
@@ -15099,8 +15099,8 @@
15099
15099
"ns" : "",
15100
15100
"usage" : "opt",
15101
15101
"desc" :
15102
-
[ "<desc xmlns=\"http:\/\/www.tei-c.org\/ns\/1.0\" versionDate=\"2010-02-10\" xml:lang=\"en\">signals an intention about how white space should be \n managed by applications.<\/desc>" ],
15103
-
"shortDesc" : "signals an intention about how white space should be \n managed by applications.",
15102
+
[ "<desc xmlns=\"http:\/\/www.tei-c.org\/ns\/1.0\" versionDate=\"2010-02-10\" xml:lang=\"en\">signals an intention about how white space should be managed by applications.<\/desc>" ],
15103
+
"shortDesc" : "signals an intention about how white space should be managed by applications.",
15104
15104
"gloss" :
15105
15105
[ ],
15106
15106
"altIdent" :
@@ -15234,9 +15234,9 @@
15234
15234
"usage" : "opt",
15235
15235
"desc" :
15236
15236
[ "<desc xmlns=\"http:\/\/www.tei-c.org\/ns\/1.0\" versionDate=\"2005-10-10\" xml:lang=\"en\">points to the next element of a virtual aggregate of which the current element is part.<\/desc>" ],
15237
-
"shortDesc" : "points to the next element of a virtual aggregate of which the current element is part.",
15237
+
"shortDesc" : "(next) points to the next element of a virtual aggregate of which the current element is part.",
0 commit comments