Skip to content

Commit 4755633

Browse files
committed
tei.openedition.1.5.1 fix the issue #3
1 parent 0bf8b80 commit 4755633

6 files changed

Lines changed: 3160 additions & 7 deletions

File tree

doc/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Documentation TEI openedition : https://github.com/OpenEdition/tei.openedition/wiki
22

33

4-
Validation with online tei.openedition.1.4.1 schema
4+
Validation with online tei.openedition.1.5.1 schema
55

66

77
<?xml version="1.0" encoding="UTF-8"?>
88
<TEI
99
xmlns="http://www.tei-c.org/ns/1.0"
1010
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11-
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 http://lodel.org/ns/tei.openedition.1.5/tei.openedition.1.5.xsd">
11+
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 http://lodel.org/ns/tei.openedition.1.5.1/tei.openedition.1.5.1.xsd">
1212

1313

1414

doc/lorem_ipsum_lodel_1.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<TEI xmlns="http://www.tei-c.org/ns/1.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 http://lodel.org/ns/tei.openedition.1.5/tei.openedition.1.5.xsd">
4+
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 http://lodel.org/ns/tei.openedition.1.5.1/tei.openedition.1.5.1.xsd">
55
<teiHeader>
66
<fileDesc>
77
<titleStmt>

odd/tei.openedition.odd

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

31-
<schemaSpec ident="tei.openedition.1.5" start="TEI"
31+
<schemaSpec ident="tei.openedition.1.5.1" start="TEI"
3232
source="http://www.tei-c.org/Vault/P5/3.1.0/xml/tei/odd/p5subset.xml">
3333

3434
<moduleRef key="tei" include=""/>
@@ -1029,8 +1029,7 @@
10291029
</rng:zeroOrMore>
10301030
</rng:zeroOrMore>
10311031
</rng:group>
1032-
<rng:ref name="listBibl"/>
1033-
</rng:choice>
1032+
</rng:choice>
10341033
</content>
10351034
<attList>
10361035
<attDef ident="ana" mode="delete"/>

xsd/tei.openedition.1.5.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.5.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="xs:anyURI"/>
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="xs:anyURI"/>
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)