Skip to content

Commit 6a36282

Browse files
committed
tei.openedition.1.4.1
Elements <name> and <persName> as child of element <item> allow the value "collaborator" for the role attribute of editor element Roma renames the namespace "ns1" to "tei" in xsd
1 parent af3aafe commit 6a36282

5 files changed

Lines changed: 2751 additions & 4 deletions

File tree

doc/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Validation with online tei.openedition.1.4 schema
1+
Validation with online tei.openedition.1.4.1 schema
22

33

44
<?xml version="1.0" encoding="UTF-8"?>
55
<TEI
66
xmlns="http://www.tei-c.org/ns/1.0"
77
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8-
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 http://lodel.org/ns/tei.openedition.1.4/tei.openedition.1.4.xsd">
8+
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 http://lodel.org/ns/tei.openedition.1.4.1/tei.openedition.1.4.1.xsd">
99

1010

1111

odd/tei.openedition.odd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<teiHeader>
44
<fileDesc>
55
<titleStmt>
6-
<title>ODD OpenEdition 1.4</title>
6+
<title>ODD OpenEdition 1.4.1</title>
77
</titleStmt>
88
<publicationStmt>
99
<p>Publication Information</p>
@@ -30,7 +30,7 @@
3030
<gi>elementSpec</gi> element. We don't use macros and model classes, in order to
3131
keep the content model definitions easier to read and more straightforward.</p>
3232

33-
<schemaSpec ident="tei.openedition.1.4" start="TEI"
33+
<schemaSpec ident="tei.openedition.1.4.1" start="TEI"
3434
source="http://www.tei-c.org/Vault/P5/2.6.0/xml/tei/odd/p5subset.xml">
3535

3636
<moduleRef key="tei" include=""/>
@@ -1112,6 +1112,7 @@
11121112
<valList type="closed" mode="replace">
11131113
<valItem ident="translator"/>
11141114
<valItem ident="excavationsdirector"/>
1115+
<valItem ident="collaborator"/>
11151116
</valList>
11161117
</attDef>
11171118
<attDef ident="sameAs" mode="delete"/>
@@ -1606,6 +1607,8 @@
16061607
<rng:ref name="ptr"/>
16071608
<rng:ref name="p"/>
16081609
<rng:ref name="list"/>
1610+
<rng:ref name="name"/>
1611+
<rng:ref name="persName"/>
16091612
</rng:choice>
16101613
</rng:zeroOrMore>
16111614
</content>

xsd/tei.openedition.1.4.1/dcr.xsd

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.isocat.org/ns/dcr" xmlns:dcr="http://www.isocat.org/ns/dcr" xmlns:tei="http://www.tei-c.org/ns/1.0">
3+
<xs:import namespace="http://www.tei-c.org/ns/1.0" schemaLocation="tei.openedition.1.4.1.xsd"/>
4+
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
5+
<xs:attribute name="datcat">
6+
<xs:annotation>
7+
<xs:documentation>contains a PID (persistent identifier) that aligns the given element with the appropriate Data Category (or categories) in ISOcat.</xs:documentation>
8+
</xs:annotation>
9+
<xs:simpleType>
10+
<xs:restriction>
11+
<xs:simpleType>
12+
<xs:list itemType="tei:data.pointer"/>
13+
</xs:simpleType>
14+
<xs:minLength value="1"/>
15+
</xs:restriction>
16+
</xs:simpleType>
17+
</xs:attribute>
18+
<xs:attribute name="valueDatcat">
19+
<xs:annotation>
20+
<xs:documentation>contains a PID (persistent identifier) that aligns the content of the given element or the value of the given attribute with the appropriate simple Data Category (or categories) in ISOcat.</xs:documentation>
21+
</xs:annotation>
22+
<xs:simpleType>
23+
<xs:restriction>
24+
<xs:simpleType>
25+
<xs:list itemType="tei:data.pointer"/>
26+
</xs:simpleType>
27+
<xs:minLength value="1"/>
28+
</xs:restriction>
29+
</xs:simpleType>
30+
</xs:attribute>
31+
</xs:schema>

0 commit comments

Comments
 (0)