Initial commit

This commit is contained in:
2022-07-06 21:35:05 +02:00
commit b2494052ff
97220 changed files with 2449256 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<xs:import namespace="http://www.tei-c.org/ns/1.0" schemaLocation="tei_clarin.xsd.tmp"/>
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.tmp"/>
<xs:attribute name="datcat">
<xs:annotation>
<xs:documentation>contains a PID (persistent identifier) that aligns the given element with the appropriate Data Category (or categories) in ISOcat.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="valueDatcat">
<xs:annotation>
<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>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:schema>
File diff suppressed because one or more lines are too long
+479
View File
@@ -0,0 +1,479 @@
/* ODD reference display
This software is dual-licensed:
1. Distributed under a Creative Commons Attribution-ShareAlike 3.0
Unported License http://creativecommons.org/licenses/by-sa/3.0/
2. http://www.opensource.org/licenses/BSD-2-Clause
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
This software is provided by the copyright holders and contributors
"as is" and any express or implied warranties, including, but not
limited to, the implied warranties of merchantability and fitness for
a particular purpose are disclaimed. In no event shall the copyright
holder or contributors be liable for any direct, indirect, incidental,
special, exemplary, or consequential damages (including, but not
limited to, procurement of substitute goods or services; loss of use,
data, or profits; or business interruption) however caused and on any
theory of liability, whether in contract, strict liability, or tort
(including negligence or otherwise) arising in any way out of the use
of this software, even if advised of the possibility of such damage.
*/
table.wovenodd{
width:100%;
clear:both;
}
td.wovenodd-col1{
width:15%;
vertical-align:top;
}
td.wovenodd-col2{
width:85%;
}
table.wovenodd tr td{
border:1px solid #555;
padding:1%;
}
table.wovenodd{
border-spacing:0px;
border-collapse:collapse;
}
table.wovenodd tr td{
border-spacing:0px;
}
table.wovenodd tr{
border-spacing:0px;
border-collapse:collapse;
}
table.wovenodd tr td table.elementList{
border-spacing:0px;
border:none;
}
table.wovenodd tr td table.elementList tr{
border-spacing:0px;
border:none;
}
table.wovenodd tr td table.elementList tr td{
border-spacing:0px;
border:none;
}
table.classList{
table-layout:fixed;
width:95%;
margin:0pt;
margin-left:1em;
padding:0pt;
}
table.classList td.odd_label{
width:20%;
vertical-align:top;
font-weight:normal;
}
table.elementList{
table-layout:fixed;
width:95%;
margin:0pt;
margin-left:1em;
padding:0pt;
}
table.elementList td.odd_label{
width:15%;
vertical-align:top;
font-weight:normal;
}
table.elementList td.odd_label:before{
content:"<";
}
table.elementList td.odd_label:after{
content:">";
}
table.wovenodd tr td table.attList{
border-spacing:0px;
border:none;
}
table.wovenodd tr td table.attList tr{
border-spacing:0px;
border:none;
}
table.wovenodd tr td table.attList tr td{
border-spacing:0px;
border:none;
}
table.attList{
table-layout:fixed;
width:100%;
margin:0pt;
padding:0pt;
}
td.odd_label{
vertical-align:top;
width:15em;
font-weight:bold;
}
td.odd_value{
vertical-align:top;
width:90%;
}
table.attDef{
table-layout:fixed;
width:100%;
}
table.attDef td.odd_label{
width:10%;
vertical-align:top;
font-weight:normal;
}
table.attDef td.odd_value{
vertical-align:top;
max-width:90%;
}
table.attList td.odd_label:before{
content:"@";
}
table.attDef td.odd_label:before{
content:"";
}
table.valList td.odd_label:before{
content:"";
}
table.valList{
table-layout:fixed;
width:100%;
}
table.valList td.odd_label{
width:10%;
vertical-align:top;
font-style:normal;
font-weight:normal;
}
table.valList td.odd_value{
vertical-align:top;
width:90%;
}
table.specDesc td.Attribute{
font-weight:bold;
vertical-align:top;
}
table.specDesc{
margin-left:1em;
}
td p{
margin-top:0pt;
margin-bottom:2pt;
}
div.cdata{
white-space:pre;
clear:both;
}
span.tag:before{
}
span.tag:after{
}
span.gi,
span.tag{
}
span.att{
}
span.att:before{
content:"@";
}
span.ident,
span.ident-class,
span.ident-datatype,
span.ident-frag,
span.ident-ge,
span.ident-macro,
span.ident-module,
span.ident-pe,
span.ident-rng,
span.ident-schema{
font-weight:bold;
}
span.ident-file,
span.ident-ns{
font-style:italic;
}
button.displayRelaxButton{
margin-right:2px;
margin-top:2px;
font-size:70%;
float:right;
cursor:pointer;
}
pre.RNG_XML{
display:none;
}
span.RNG_XML{
display:none;
}
/* pretty printing of XML */
td.classSpec,
td.macroSpec{
font-weight:bold;
}
a.link_odd_element:link,
a.link_odd_element:visited{
/* color: #006400; */
}
a.link_odd_macro:link,
a.link_odd_macro:visited{
}
a.link_odd_class:link,
a.link_odd_class:visited{
}
span.element{
font-weight:bold;
color:black;
}
td.elementSpec,
span.elementname{
font-weight:bold;
color:#222288;
}
span.highlightelementname{
color:red;
}
span.attribute{
color:#222288;
}
span.attributevalue{
font-weight:normal;
color:black;
}
span.comment{
color:black;
font-style:italic;
}
span.namespace{
color:#222288;
}
/* pretty print rnc */
span.rnc_nc{
color:#006400;
}
span.rnc_decl{
color:green;
}
span.rnc_prefix{
color:blue;
}
span.rnc_param{
color:gray;
}
span.rnc_atom{
color:yellow;
}
span.rnc_annot{
color:#FF8040;
}
span.rnc_comment{
color:#FF00FF;
}
span.rnc_annot{
color:#00FFFF;
}
span.rnc_type{
color:purple;
}
span.rnc_keyword{
color:teal;
}
span.defaultVal{
font-weight:bold;
}
span.required{
font-weight:bold;
}
div.moduleSpec{
padding:1px;
margin:1px;
background-color:#C0C0C0;
color:inherit;
clear:right;
}
span.moduleSpecHead{
font-style:italic;
}
ul.specList li{
list-style:none;
}
span.specList-macroSpec{
font-weight:bold;
}
span.specList-elementSpec{
font-weight:bold;
}
span.specList-elementSpec:before{
content:"<";
}
span.specList-elementSpec:after{
content:">";
}
span.specList-classSpec{
font-weight:bold;
}
span.specName{
color:#223377;
font-weight:bold;
}
/* A -Z Styles From http://www.smileycat.com/miaow/archives/000211.php -styling the a to z */
#azindex{
background-color:#ddd;
color:inherit;
display:block;
margin:0px;
float:left;
padding:5px;
width:75%;
border:1px solid #999;
}
#azindex p{
color:#fff;
background-color:#000060;
padding:4px;
display:block;
margin:0;
border-bottom:1px solid #333;
font-size:0.95em;
}
.index{
font:bold 100% Verdana, Helvetica, sans-serif;
margin:0;
padding:0;
}
.index li{
float:left;
height:1.5em;
list-style-type:none;
margin:0.35em 0.15em;
padding:0;
width:1.5em;
}
.index a:link,
.index a:visited{
background:#fff;
color:navy;
display:block;
height:1.5em;
padding:0.37em 0 0 0;
text-align:center;
text-decoration:none;
width:1.5em;
border:1px solid #999;
}
li.showall,
li.showall a:visited,
li.showall a:link{
width:10em;
}
* html .index li{
margin:0.2em 0.2em;
}
ul.index li a:hover{
background-color:#93D1E4;
color:#fff;
text-decoration:underline;
}
div.atozwrapper{
float:left;
width:70%;
}
div.atoz{
clear:left;
float:left;
}
#byMod{
margin-top:12px;
clear:left;
}
ul.atoz{
list-style:none;
text-align:left;
margin:2px;
padding:2px;
background-color:#eef;
color:inherit;
}
.atoz li{
padding:0px;
display:inline;
}
div.specChildren{
margin:0em;
padding:0em;
}
span.specChildModule{
font-weight:bold;
}
div.specChild{
margin-bottom:4pt;
margin-left:25px;
text-indent:-30px;
}
span.emptySlash:after{
content:"/";
}
/* status notation */
.deprecated{
border:solid red 2pt;
font-weight:bold;
}
.unusedattribute{
text-decoration:line-through;
color:gray;
}
.unusedattribute:before{
content:"@";
}
span.emptySlash:after{
content:"/";
}
/* status notation */
.status_deprecated:after{
content:" (deprecated)";
color:red;
}
.status_changed:after{
content:" (changed)";
color:blue;
}
.status_unstable:after{
content:" (unstable)";
color:orange;
}
.status_deprecated{
border:solid red 1pt;
}
.status_changed{
border:solid blue 1pt;
}
.status_unstable{
border:solid orange 1pt;
}
+96
View File
@@ -0,0 +1,96 @@
/*
** Copyright 2008 TEI Consortium
$Id$
This software is dual-licensed:
1. Distributed under a Creative Commons Attribution-ShareAlike 3.0
Unported License http://creativecommons.org/licenses/by-sa/3.0/
2. http://www.opensource.org/licenses/BSD-2-Clause
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
This software is provided by the copyright holders and contributors
"as is" and any express or implied warranties, including, but not
limited to, the implied warranties of merchantability and fitness for
a particular purpose are disclaimed. In no event shall the copyright
holder or contributors be liable for any direct, indirect, incidental,
special, exemplary, or consequential damages (including, but not
limited to, procurement of substitute goods or services; loss of use,
data, or profits; or business interruption) however caused and on any
theory of liability, whether in contract, strict liability, or tort
(including negligence or otherwise) arising in any way out of the use
of this software, even if advised of the possibility of such damage.
*/
@import url(tei.css);
/* elements */
/* Use Helvetica by preference for most body text. Style hyperlinks with
color only. Use white-space:pre-wrap or equivalent for code blocks
so text doesn't get cut off. */
a {
text-decoration: none;
}
a:visited {
color:inherit;
}
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 10pt;
}
div.pre, div.pre_eg, pre.eg {
font-family: courier, "Courier New", fixed, monospace;
font-size: 9pt;
/* see http://cheeaun.phoenity.com/weblog/2005/06/whitespace-and-generated-content.html
for explanation of the white-space property cascade. pre-wrap is needed so long
lines won't be cut off in print. When browser support for CSS 2.1 is solid, proprietary
properties may be removed. */
white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}
div.pre_eg, pre.eg {
page-break-inside:avoid;
}
td {
font-size: 10pt;
}
td.maintext, td.maintext p {
font-family: Helvetica, Arial, sans-serif;
}
/* classes */
.plain {
font-family: Helvetica, Arial, sans-serif;
}
div.pagebreak {
page-break-before: always;
}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<schema xmlns="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
<title>ISO Schematron rules</title>
<!-- This file generated 2021-08-24T14:19:45Z by 'extract-isosch.xsl'. -->
<!-- ********************* -->
<!-- namespaces, declared: -->
<!-- ********************* -->
<!-- ********************* -->
<!-- namespaces, implicit: -->
<!-- ********************* -->
<ns prefix="tei" uri="http://www.tei-c.org/ns/1.0"/>
</schema>
File diff suppressed because it is too large Load Diff
+98
View File
@@ -0,0 +1,98 @@
<?xml encoding="UTF-8"?>
<!ELEMENT Trans ((Speakers|Topics)*,Episode)>
<!ATTLIST Trans
audio_filename CDATA #IMPLIED
scribe CDATA #IMPLIED
xml:lang NMTOKEN #IMPLIED
version NMTOKEN #IMPLIED
version_date CDATA #IMPLIED
elapsed_time CDATA "0"
>
<!ELEMENT Episode (Section*)>
<!ATTLIST Episode
program CDATA #IMPLIED
air_date CDATA #IMPLIED
>
<!ELEMENT Section (Turn*)>
<!ATTLIST Section
type (report | nontrans | filler) #REQUIRED
topic IDREF #IMPLIED
startTime CDATA #REQUIRED
endTime CDATA #REQUIRED
>
<!ELEMENT Turn (#PCDATA|Sync|Background|Comment|Who|Vocal|Event)*>
<!ATTLIST Turn
speaker IDREFS #IMPLIED
startTime CDATA #REQUIRED
endTime CDATA #REQUIRED
mode (spontaneous|planned) #IMPLIED
fidelity (high|medium|low) #IMPLIED
channel (telephone|studio) #IMPLIED
>
<!ELEMENT Sync EMPTY>
<!ATTLIST Sync
time CDATA #REQUIRED
>
<!ELEMENT Background EMPTY>
<!ATTLIST Background
time CDATA #REQUIRED
type NMTOKENS #REQUIRED
level NMTOKENS #IMPLIED
>
<!ELEMENT Who EMPTY>
<!ATTLIST Who
nb NMTOKEN #REQUIRED
>
<!-- **** Speech/non speech events, comments **** -->
<!ELEMENT Vocal EMPTY>
<!ATTLIST Vocal
desc CDATA #REQUIRED
>
<!ELEMENT Event EMPTY>
<!ATTLIST Event
type (noise|lexical|pronounce|language|entities) "noise"
extent (begin|end|previous|next|instantaneous) "instantaneous"
desc CDATA #REQUIRED
>
<!ELEMENT Comment EMPTY>
<!ATTLIST Comment
desc CDATA #REQUIRED
>
<!-- ********** List of Speakers ************** -->
<!ELEMENT Speakers (Speaker*)>
<!ATTLIST Speakers>
<!ELEMENT Speaker EMPTY>
<!ATTLIST Speaker
id ID #REQUIRED
name CDATA #REQUIRED
check (yes|no) #IMPLIED
type (male|female|child|unknown) #IMPLIED
dialect (native|nonnative) #IMPLIED
accent CDATA #IMPLIED
scope (local|global) #IMPLIED
>
<!-- ********** List of Topics ************** -->
<!ELEMENT Topics (Topic*)>
<!ATTLIST Topics>
<!ELEMENT Topic EMPTY>
<!ATTLIST Topic
id ID #REQUIRED
desc CDATA #REQUIRED
>
+49
View File
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/XML/1998/namespace" xmlns:dcr="http://www.isocat.org/ns/dcr" xmlns:tei="http://www.tei-c.org/ns/1.0">
<xs:import namespace="http://www.isocat.org/ns/dcr" schemaLocation="dcr.tmp"/>
<xs:import namespace="http://www.tei-c.org/ns/1.0" schemaLocation="tei_clarin.xsd.tmp"/>
<xs:attribute name="id" type="xs:ID">
<xs:annotation>
<xs:documentation>(identifier) provides a unique identifier for the element bearing the attribute.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="lang">
<xs:simpleType>
<xs:union memberTypes="xs:language">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="base" type="xs:anyURI">
<xs:annotation>
<xs:documentation>provides a base URI reference with which applications can resolve relative URI references into absolute URI references.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="space">
<xs:annotation>
<xs:documentation>signals an intention about how white space should be managed by applications.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="default">
<xs:annotation>
<xs:documentation>signals that the application's default white-space processing modes are acceptable</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="preserve">
<xs:annotation>
<xs:documentation>indicates the intent that applications preserve all white space</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:schema>