File: mathml-in-pubmed.mod

package info (click to toggle)
python-biopython 1.78%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 65,756 kB
  • sloc: python: 221,141; xml: 178,777; ansic: 13,369; sql: 1,208; makefile: 131; sh: 70
file content (151 lines) | stat: -rw-r--r-- 6,820 bytes parent folder | download | duplicates (4)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!-- ============================================================= -->
<!--                     MATHML 3.0 MODULES                        -->
<!-- ============================================================= -->
<!--                    MATHML 3.0 QUALIFIED NAMES                 -->
<!ENTITY % mathml-qname.mod
                        PUBLIC
"-//W3C//ENTITIES MathML 3.0 Qualified Names 1.0//EN"
"mathml3-qname1.mod"                                                 >


<!--                    MATHML 3.0 DTD                             -->
<!ENTITY % mathml.dtd   PUBLIC
"-//W3C//DTD MathML 3.0//EN" 
"mathml3.dtd"                                                        >


<!--                    MATHML 3.0 EXTRA ENTITIES                  -->
<!ENTITY % ent-mmlextra
                        PUBLIC
"-//W3C//ENTITIES Extra for MathML 3.0//EN" 
"mathml/mmlextra.ent"                                                >


<!--                    MATHML 3.0 ALIASES                         -->
<!ENTITY % ent-mmlalias
                        PUBLIC
"-//W3C//ENTITIES Aliases for MathML 3.0//EN" 
"mathml/mmlalias.ent"                                                >

<!--                    NAMED CHARACTERS                           -->
<!ENTITY % isobox PUBLIC "-//W3C//ENTITIES Box and Line Drawing//EN" "iso8879/isobox.ent">
<!ENTITY % isocyr1 PUBLIC "-//W3C//ENTITIES Russian Cyrillic//EN" "iso8879/isocyr1.ent">
<!ENTITY % isocyr2 PUBLIC "-//W3C//ENTITIES Non-Russian Cyrillic//EN" "iso8879/isocyr2.ent">
<!ENTITY % isodia PUBLIC "-//W3C//ENTITIES Diacritical Marks//EN" "iso8879/isodia.ent">
<!ENTITY % isolat1 PUBLIC "-//W3C//ENTITIES Added Latin 1//EN" "iso8879/isolat1.ent">
<!ENTITY % isolat2 PUBLIC "-//W3C//ENTITIES Added Latin 2//EN" "iso8879/isolat2.ent">
<!ENTITY % isonum PUBLIC "-//W3C//ENTITIES Numeric and Special Graphic//EN" "iso8879/isonum.ent">
<!ENTITY % isopub PUBLIC "-//W3C//ENTITIES Publishing//EN" "iso8879/isopub.ent">
<!ENTITY % isoamsa PUBLIC "-//W3C//ENTITIES Added Math Symbols: Arrow Relations//EN" "iso9573-13/isoamsa.ent">
<!ENTITY % isoamsb PUBLIC "-//W3C//ENTITIES Added Math Symbols: Binary Operators//EN" "iso9573-13/isoamsb.ent">
<!ENTITY % isoamsc PUBLIC "-//W3C//ENTITIES Added Math Symbols: Delimiters//EN" "iso9573-13/isoamsc.ent">
<!ENTITY % isoamsn PUBLIC "-//W3C//ENTITIES Added Math Symbols: Negated Relations//EN" "iso9573-13/isoamsn.ent">
<!ENTITY % isoamso PUBLIC "-//W3C//ENTITIES Added Math Symbols: Ordinary//EN" "iso9573-13/isoamso.ent">
<!ENTITY % isoamsr PUBLIC "-//W3C//ENTITIES Added Math Symbols: Relations//EN" "iso9573-13/isoamsr.ent">
<!ENTITY % isogrk3 PUBLIC "-//W3C//ENTITIES Greek Symbols//EN" "iso9573-13/isogrk3.ent">
<!ENTITY % isomfrk PUBLIC "-//W3C//ENTITIES Math Alphabets: Fraktur//EN" "iso9573-13/isomfrk.ent">
<!ENTITY % isomopf PUBLIC "-//W3C//ENTITIES Math Alphabets: Open Face//EN" "iso9573-13/isomopf.ent">
<!ENTITY % isomscr PUBLIC "-//W3C//ENTITIES Math Alphabets: Script//EN" "iso9573-13/isomscr.ent">
<!ENTITY % isotech PUBLIC "-//W3C//ENTITIES General Technical//EN" "iso9573-13/isotech.ent">


<!-- ============================================================= -->
<!--                    SET UP "mml" AS THE MATH PREFIX            -->
<!-- ============================================================= -->


<!--                    MAKE MATH PREFIX PARAMETER ENTITY HAPPEN   -->
<!ENTITY % MATHML.prefixed 
                        "INCLUDE"                                    >


<!--                    MAKE PREFIX EQUAL "mml"                    -->
<!ENTITY % MATHML.prefix "mml"                                       >


<!--                    SET UP "pfx"                               -->
<![%MATHML.prefixed;[
<!ENTITY % MATHML.pfx   "%MATHML.prefix;:"                           >
]]>


<!--                    USE "pfx" TO SET THE MATH ELEMENT NAME     -->
<!ENTITY % math.qname   "%MATHML.pfx;math"                           >



<!-- ============================================================= -->
<!--                    CALL THE MATHML ENTITIES                   -->
<!-- ============================================================= -->


<!--                    MATHML CHARACTER ENTITIES                  -->
<!--                    Set the "INCLUDE" or "IGNORE" marked section
                        switch for the MATHML 3.0 DTD. This switch
                        determines whether the math processing in
                        the -%mathml.dtd; module or the
                        -%xmlspecchars.ent; module in this DTD Suite
                        will invoke the sets of special characters
                        that are defined AND INVOKED in the
                        -%xmlspecchars.ent; module.
                        A value of "IGNORE" turns off the second
                        invocation from the MathML DTD.            -->
<!ENTITY % mathml-charent.module
                        "IGNORE"                                     >


<!--                    MATHML-SPECIFIC CHARACTER ENTITIES         -->
<!--                    Because the MATHML invocation is canceled
                        using the parameter entity just defined,
                        the two external entities below must be
                        invoked from here, as neither XMLspecchars
                        nor the MathML DTD will invoke them.       -->

<!--                    New characters defined by MathML           -->
%ent-mmlextra;


<!--                    MathML aliases for characters defined above-->
%ent-mmlalias;

<!--                    NAMED CHARACTERS                           -->
%isobox;
%isocyr1;
%isocyr2;
%isodia;
%isolat1;
%isolat2;
%isonum;
%isopub;
%isoamsa;
%isoamsb;
%isoamsc;
%isoamsn;
%isoamso;
%isoamsr;
%isogrk3;
%isomfrk;
%isomopf;
%isomscr;
%isotech;

<!-- ============================================================= -->
<!--                    RESTRICT CONTENT OF ANNOTATION             -->
<!-- ============================================================= -->

<!--                    MATHML ANNOTATION MODEL                    -->
<!--                    The MathML 3.0 DTD establishes the content of 
                        the <mml:annotation-xml> element as any MathML
                        expression. This is unnecessarily broad, 
                        causing inconvenience during conversion. 
                        The model has been restricted to
                        one or more paragraphs.                    -->
<!ENTITY % annotation-xml.model
                        "#PCDATA"                                       >


<!-- ============================================================= -->
<!--                    MathML 3.0 INVOCATION                      -->
<!-- ============================================================= -->

%mathml.dtd;