Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix odd chaining dev #85

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schema/basisformat.odd
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<body>
<p>This is the TEI Customization for the DTA 'base format', used by the DFG Project
Deutsches Textarchiv (The German Text Archive).</p>
<schemaSpec ident="basisformat" docLang="en" prefix="tei_" start="TEI" xml:lang="en" source="/path/to/file/basisformat_all.xml">
<schemaSpec ident="basisformat" docLang="en" prefix="tei_" start="TEI" xml:lang="en" source="dist/basisformat_all.xml">
<!-- required modules -->
<moduleRef key="core" except="add del unclear"/>
<moduleRef key="header" except="handNote"/>
Expand Down
2 changes: 1 addition & 1 deletion schema/basisformat_all.odd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<body>
<p>This is the TEI Customization for the DTA 'base format', used by the DFG Project
Deutsches Textarchiv (The German Text Archive).</p>
<schemaSpec ident="basisformat" docLang="en" prefix="tei_" start="TEI" xml:lang="en">
<schemaSpec ident="basisformat" docLang="en" prefix="tei_" start="TEI" xml:lang="en" source="tei:3.5.0">
<!-- required modules -->
<moduleRef key="core" include="abbr add addrLine address author bibl biblScope cb choice cit corr date del editor email expan foreign gap head hi item l lb lg list listBibl measure milestone name note orig p pb pubPlace publisher q quote ref reg resp respStmt sic sp speaker stage title unclear"/>
<moduleRef key="header" include="abstract availability biblFull classCode edition editionStmt editorialDecl encodingDesc extent fileDesc handNote idno langUsage language licence notesStmt profileDesc publicationStmt rendition seriesStmt sourceDesc tagsDecl teiHeader textClass titleStmt"/>
Expand Down
2 changes: 1 addition & 1 deletion schema/basisformat_ms.odd
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<body>
<p>This is the TEI Customization for the DTA 'base format', used by the DFG Project
Deutsches Textarchiv (The German Text Archive).</p>
<schemaSpec ident="basisformat" docLang="en" prefix="tei_" start="TEI" xml:lang="en" source="/path/to/file/basisformat_all.xml">
<schemaSpec ident="basisformat" docLang="en" prefix="tei_" start="TEI" xml:lang="en" source="dist/basisformat_all.xml">
<!-- required modules -->
<moduleRef key="core" except="sp speaker stage"/>
<moduleRef key="header"/>
Expand Down