summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rnc/LaTeXML/LaTeXML.rnc
blob: a17b0186c675a1f7b6787c22de18159fb906c14d (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# /=====================================================================\ 
# |  LaTeXML.rnc                                                        |
# | Document Type for LaTeXML generated documents                       |
# |=====================================================================|
# | Part of LaTeXML:                                                    |
# |  Public domain software, produced as part of work done by the       |
# |  United States Government & not subject to copyright in the US.     |
# |=====================================================================|
# | Bruce Miller <bruce.miller@nist.gov>                        #_#     |
# | http://dlmf.nist.gov/LaTeXML/                              (o o)    |
# \=========================================================ooo==U==ooo=/


default namespace = "http://dlmf.nist.gov/LaTeXML"
namespace svg = "http://www.w3.org/2000/svg"
namespace xlink = "http://www.w3.org/1999/xlink"

include "LaTeXML-common.rnc"
include "LaTeXML-inline.rnc"
include "LaTeXML-block.rnc"
include "LaTeXML-para.rnc"
include "LaTeXML-math.rnc"

include "LaTeXML-tabular.rnc"
include "LaTeXML-picture.rnc"
include "LaTeXML-structure.rnc"
include "LaTeXML-bib.rnc"

## Combined model for inline content.
Inline.model = text & Inline.class & Misc.class & Meta.class

## Combined model for physical block-level content.
Block.model = Block.class & Misc.class & Meta.class

## Combined model for general flow containing both inline and block level content.
Flow.model = text & Inline.class & Block.class & Misc.class & Meta.class

## Combined model for logical block-level context.
Para.model = Para.class & Meta.class

start = document