summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/bibtex/biber/data/schemata/dcf.rnc
blob: fb8effdb86c3d971ec9a1aefb2b1ee6682e8fff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
      }+
    }
  }