summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rnc/metadata.rnc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-30 23:23:02 +0000
committerKarl Berry <karl@freefriends.org>2012-03-30 23:23:02 +0000
commit849996eca72af498b48b10fbea7f14c4b9d21b8f (patch)
tree2d40d42dfc9fc0b0622212cc220868f98345305f /Master/texmf-dist/source/latex/stex/schema/rnc/metadata.rnc
parentd82e1c23973fd0271f93686f487bd1cee8dcd947 (diff)
restore stex (ca. 28jan12)
git-svn-id: svn://tug.org/texlive/trunk@25792 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/schema/rnc/metadata.rnc')
-rw-r--r--Master/texmf-dist/source/latex/stex/schema/rnc/metadata.rnc41
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/stex/schema/rnc/metadata.rnc b/Master/texmf-dist/source/latex/stex/schema/rnc/metadata.rnc
new file mode 100644
index 00000000000..18f2461ec6c
--- /dev/null
+++ b/Master/texmf-dist/source/latex/stex/schema/rnc/metadata.rnc
@@ -0,0 +1,41 @@
+# /=====================================================================\
+# | Metadata for LaTeXML |
+# |=====================================================================|
+# | Not Part of LaTeXML: |
+# | Copyright (c) 2005 Michael Kohlhase |
+# | Released under the Gnu Public License (GPL) |
+# |=====================================================================|
+# | Michael Kohlhase <m.kohlhase@iu-bremen.de> #_# |
+# | http://dlmf.nist.gov/LaTeXML/ (o o) |
+# \=========================================================ooo==U==ooo=/
+
+default namespace = "http://dlmf.nist.gov/LaTeXML"
+
+dc.class = Creator | Contributor | Title | Subject |
+ Description | Publisher | Date | Type |
+ Identifier | Source | Language | Relation |
+ Rights | license
+
+metadata = element metadata {Common.attribs,(dc.class)*}
+
+
+Creator = element Creator {Common.attribs,(text|Inline.class)*}
+Contributor = element Contributor {Common.attribs,(text|Inline.class)*}
+Title = element Title {Common.attribs,(text|Inline.class)*}
+Subject = element Subject {Common.attribs,(text|Inline.class)*}
+Description = element Description {Common.attribs,(text|Inline.class)*}
+Publisher = element Publisher {Common.attribs,(text|Inline.class)*}
+Date = element Date {Common.attribs,(text|Inline.class)*}
+Type = element Type {Common.attribs,(text|Inline.class)*}
+Identifier = element Identifier {Common.attribs,(text|Inline.class)*}
+Source = element Source {Common.attribs,(text|Inline.class)*}
+Language = element Language {Common.attribs,(text|Inline.class)*}
+Relation = element Relation {Common.attribs,(text|Inline.class)*}
+Rights = element Rights {Common.attribs,(text | Inline.class)*}
+
+license = element license {Common.attribs,(attribution|noncommercial|sharealike|noderivativeworks)*}
+attribution = element attribution {Common.attribs}
+noncommercial = element noncommercial {Common.attribs}
+sharealike = element sharealike {Common.attribs}
+noderivativeworks = element noderivativeworks {Common.attribs}
+