├── LICENSE ├── README.md ├── alternatives ├── README.md ├── document.xsd ├── msdesc.dtd ├── msdesc.xsd ├── xinclude.xsd └── xml.xsd ├── common-mss.xsl ├── convertTolkien2Bodley.xsl ├── docs ├── README.md ├── msdesc.html ├── msdesc.pdf ├── odd.css ├── tei-print.css └── tei.css ├── functx.xquery ├── languages.xquery ├── list-msIDnums.xsl ├── msdesc-mmol.odd ├── msdesc-mmol.rng ├── msdesc.compiled.xml ├── msdesc.odd ├── msdesc.rng ├── msdesc2html.xsl ├── msdesc2solr.xquery ├── preview.xsl ├── template-msPart-simplified.xml ├── template-msPart.xml ├── template-simplified.xml └── template.xml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/README.md -------------------------------------------------------------------------------- /alternatives/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/alternatives/README.md -------------------------------------------------------------------------------- /alternatives/document.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/alternatives/document.xsd -------------------------------------------------------------------------------- /alternatives/msdesc.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/alternatives/msdesc.dtd -------------------------------------------------------------------------------- /alternatives/msdesc.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/alternatives/msdesc.xsd -------------------------------------------------------------------------------- /alternatives/xinclude.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/alternatives/xinclude.xsd -------------------------------------------------------------------------------- /alternatives/xml.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/alternatives/xml.xsd -------------------------------------------------------------------------------- /common-mss.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/common-mss.xsl -------------------------------------------------------------------------------- /convertTolkien2Bodley.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/convertTolkien2Bodley.xsl -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/msdesc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/docs/msdesc.html -------------------------------------------------------------------------------- /docs/msdesc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/docs/msdesc.pdf -------------------------------------------------------------------------------- /docs/odd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/docs/odd.css -------------------------------------------------------------------------------- /docs/tei-print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/docs/tei-print.css -------------------------------------------------------------------------------- /docs/tei.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/docs/tei.css -------------------------------------------------------------------------------- /functx.xquery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/functx.xquery -------------------------------------------------------------------------------- /languages.xquery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/languages.xquery -------------------------------------------------------------------------------- /list-msIDnums.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/list-msIDnums.xsl -------------------------------------------------------------------------------- /msdesc-mmol.odd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/msdesc-mmol.odd -------------------------------------------------------------------------------- /msdesc-mmol.rng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/msdesc-mmol.rng -------------------------------------------------------------------------------- /msdesc.compiled.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/msdesc.compiled.xml -------------------------------------------------------------------------------- /msdesc.odd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/msdesc.odd -------------------------------------------------------------------------------- /msdesc.rng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/msdesc.rng -------------------------------------------------------------------------------- /msdesc2html.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/msdesc2html.xsl -------------------------------------------------------------------------------- /msdesc2solr.xquery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/msdesc2solr.xquery -------------------------------------------------------------------------------- /preview.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/preview.xsl -------------------------------------------------------------------------------- /template-msPart-simplified.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/template-msPart-simplified.xml -------------------------------------------------------------------------------- /template-msPart.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/template-msPart.xml -------------------------------------------------------------------------------- /template-simplified.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/template-simplified.xml -------------------------------------------------------------------------------- /template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msDesc/consolidated-tei-schema/HEAD/template.xml --------------------------------------------------------------------------------