aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/v1/model
diff options
context:
space:
mode:
Diffstat (limited to 'data/doc/sisu/v1/model')
-rw-r--r--data/doc/sisu/v1/model/README2
-rw-r--r--data/doc/sisu/v1/model/relaxng/sisu_object_model_dom.rnc8
-rw-r--r--data/doc/sisu/v1/model/relaxng/sisu_object_model_input.rnc6
-rw-r--r--data/doc/sisu/v1/model/relaxng/sisu_object_model_metaverse.rnc6
-rw-r--r--data/doc/sisu/v1/model/relaxng/sisu_object_model_sax.rnc6
-rw-r--r--data/doc/sisu/v1/model/relaxng/sisu_object_model_xhtml.rnc4
6 files changed, 16 insertions, 16 deletions
diff --git a/data/doc/sisu/v1/model/README b/data/doc/sisu/v1/model/README
index 0b03e45e..65cb04ee 100644
--- a/data/doc/sisu/v1/model/README
+++ b/data/doc/sisu/v1/model/README
@@ -1,4 +1,4 @@
-Models of SiSU xml
+Models of SiSU xml
[early attempt at modelling, not definitive]
* xsd - xml schema
* rnc - relax ng compact format
diff --git a/data/doc/sisu/v1/model/relaxng/sisu_object_model_dom.rnc b/data/doc/sisu/v1/model/relaxng/sisu_object_model_dom.rnc
index fddacbb8..327adf29 100644
--- a/data/doc/sisu/v1/model/relaxng/sisu_object_model_dom.rnc
+++ b/data/doc/sisu/v1/model/relaxng/sisu_object_model_dom.rnc
@@ -36,11 +36,11 @@
# SiSU was first released to the public on January 4th 2005
# SiSU uses:
-#
+#
# Standard SiSU markup syntax,
# Standard SiSU meta-markup syntax, and the
# Standard SiSU object citation numbering and system
-#
+#
# © Ralph Amissah 1997, current 2006.
# All Rights Reserved.
@@ -68,7 +68,7 @@ element-dc =
& attribute coverage { text }?
& attribute rights { text }?
& attribute keywords { text }? )
-#element-paragraph =
+#element-paragraph =
# text
# element b
# element i
@@ -121,7 +121,7 @@ element document {
#}
},
#document body:
- element body {
+ element body {
element heading1 {
element-heading,
element heading2 {
diff --git a/data/doc/sisu/v1/model/relaxng/sisu_object_model_input.rnc b/data/doc/sisu/v1/model/relaxng/sisu_object_model_input.rnc
index ad221da7..69a68e17 100644
--- a/data/doc/sisu/v1/model/relaxng/sisu_object_model_input.rnc
+++ b/data/doc/sisu/v1/model/relaxng/sisu_object_model_input.rnc
@@ -36,11 +36,11 @@
# SiSU was first released to the public on January 4th 2005
# SiSU uses:
-#
+#
# Standard SiSU markup syntax,
# Standard SiSU meta-markup syntax, and the
# Standard SiSU object citation numbering and system
-#
+#
# © Ralph Amissah 1997, current 2006.
# All Rights Reserved.
@@ -118,7 +118,7 @@ element-head =
}
# body text/contents
# includes <b> <i> <u> <del> <ins> <indent1> <bullet> etc.
-element-txt =
+element-txt =
element txt {
text*
& element b { text }*
diff --git a/data/doc/sisu/v1/model/relaxng/sisu_object_model_metaverse.rnc b/data/doc/sisu/v1/model/relaxng/sisu_object_model_metaverse.rnc
index b00ca480..23d7f098 100644
--- a/data/doc/sisu/v1/model/relaxng/sisu_object_model_metaverse.rnc
+++ b/data/doc/sisu/v1/model/relaxng/sisu_object_model_metaverse.rnc
@@ -36,11 +36,11 @@
# SiSU was first released to the public on January 4th 2005
# SiSU uses:
-#
+#
# Standard SiSU markup syntax,
# Standard SiSU meta-markup syntax, and the
# Standard SiSU object citation numbering and system
-#
+#
# © Ralph Amissah 1997, current 2006.
# All Rights Reserved.
@@ -118,7 +118,7 @@ element-head =
}
# body text/contents
# includes <b> <i> <u> <del> <ins> <indent1> <bullet> etc.
-element-txt =
+element-txt =
element txt {
text*
& element b { text }*
diff --git a/data/doc/sisu/v1/model/relaxng/sisu_object_model_sax.rnc b/data/doc/sisu/v1/model/relaxng/sisu_object_model_sax.rnc
index 02507881..4d670974 100644
--- a/data/doc/sisu/v1/model/relaxng/sisu_object_model_sax.rnc
+++ b/data/doc/sisu/v1/model/relaxng/sisu_object_model_sax.rnc
@@ -36,11 +36,11 @@
# SiSU was first released to the public on January 4th 2005
# SiSU uses:
-#
+#
# Standard SiSU markup syntax,
# Standard SiSU meta-markup syntax, and the
# Standard SiSU object citation numbering and system
-#
+#
# © Ralph Amissah 1997, current 2006.
# All Rights Reserved.
@@ -67,7 +67,7 @@ element document {
attribute number { text },
element ocn { text },
#body content/text, whether ordinary paragraph or heading:
- element text {
+ element text {
#attributes indicates whether ordinary text (norm) or heading, (levels h[1-6]):
attribute class { text },
text
diff --git a/data/doc/sisu/v1/model/relaxng/sisu_object_model_xhtml.rnc b/data/doc/sisu/v1/model/relaxng/sisu_object_model_xhtml.rnc
index 740642fa..fe0cd6c5 100644
--- a/data/doc/sisu/v1/model/relaxng/sisu_object_model_xhtml.rnc
+++ b/data/doc/sisu/v1/model/relaxng/sisu_object_model_xhtml.rnc
@@ -36,11 +36,11 @@
# SiSU was first released to the public on January 4th 2005
# SiSU uses:
-#
+#
# Standard SiSU markup syntax,
# Standard SiSU meta-markup syntax, and the
# Standard SiSU object citation numbering and system
-#
+#
# © Ralph Amissah 1997, current 2006.
# All Rights Reserved.