diff options
Diffstat (limited to 'Master/texmf-dist/source/bibtex/biber/data/schemata/dcf.rnc')
-rw-r--r-- | Master/texmf-dist/source/bibtex/biber/data/schemata/dcf.rnc | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Master/texmf-dist/source/bibtex/biber/data/schemata/dcf.rnc b/Master/texmf-dist/source/bibtex/biber/data/schemata/dcf.rnc deleted file mode 100644 index fb8effdb86c..00000000000 --- a/Master/texmf-dist/source/bibtex/biber/data/schemata/dcf.rnc +++ /dev/null @@ -1,25 +0,0 @@ -namespace dcf = "https://sourceforge.net/projects/biber" - -start = - element dcf:driver-control { - attribute driver { "bibtex" | "biblatexml" | "ris" }, - element dcf:entry-types { - element dcf:entry-type { - attribute name { xsd:string }, - element dcf:aliasof { xsd:string }, - element dcf:alsoset { - attribute target { xsd:string }, - attribute value { xsd:string }, - empty - }* - }+ - }*, - element dcf:fields { - element dcf:field { - attribute name { xsd:string }, - (attribute handler { xsd:string } | - attribute aliasof { xsd:string }), - empty - }+ - } - } |