From 6b3ad173b9faef5fc68e9c918189f836e0b3b97f Mon Sep 17 00:00:00 2001 From: rbt Date: Thu, 5 Jan 2012 15:22:28 +0000 Subject: [PATCH] Update schema for Docbook 4.5. Use where possible. --- xml.tmpl | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/xml.tmpl b/xml.tmpl index d589930..1895761 100644 --- a/xml.tmpl +++ b/xml.tmpl @@ -1,6 +1,10 @@ - - + + +%myent; +]> " xreflabel=" database schema"><!-- TMPL_VAR name="database_dbk" --> Model @@ -18,9 +22,10 @@ xreflabel="."> -title"> <!-- TMPL_IF name="view_definition" -->View: + <database class="table"><!-- TMPL_VAR name="table_dbk" --></database> <!-- TMPL_ELSE -->Table: + <database class="view"><!-- TMPL_VAR name="table_dbk" --></database> <!-- /TMPL_IF name="view_definition" --> - <structname><!-- TMPL_VAR name="table_dbk" --></structname> @@ -32,27 +37,26 @@ - Structure of <structname><!-- TMPL_VAR name="table_dbk" --></structname> + Structure of <database class="table"><!-- TMPL_VAR name="table_dbk" --></database> - + - + - PRIMARY KEY - + PRIMARY KEY - UNIQUE# + UNIQUE# - NOT NULL + NOT NULL @@ -61,14 +65,12 @@ - REFERENCES "/> + REFERENCES "/> - - - + @@ -173,7 +175,7 @@ -->
" - xreflabel=""> + xreflabel="()"> -title"> <!-- TMPL_VAR name="function_dbk" --> -- 2.50.0