aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-09-25 23:23:03 +0100
committerRalph Amissah <ralph@amissah.com>2007-09-25 23:23:03 +0100
commita72e66db913de3a2e508080c8b1fc8d1342a899b (patch)
treef363583771edbb3646ef9360f87a26483575806e /data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd
parentmove generated output out of main package (diff)
remove generated output from main package
Diffstat (limited to 'data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd')
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_dom.xsd301
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_node.rng177
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_sax.xsd332
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_xhtml.xsd313
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/xlink.xsd13
5 files changed, 0 insertions, 1136 deletions
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_dom.xsd b/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_dom.xsd
deleted file mode 100644
index 36f8df83..00000000
--- a/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_dom.xsd
+++ /dev/null
@@ -1,301 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- % dom output model, part of SiSU and distributed under the same license -->
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:xlink="http://www.w3.org/1999/xlink">
- <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
- <xs:element name="document">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="head"/>
- <xs:element ref="body"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="head">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="header"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="header">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="meta"/>
- <xs:choice>
- <xs:element ref="creator"/>
- <xs:element ref="date"/>
- <xs:element ref="date_available"/>
- <xs:element ref="date_created"/>
- <xs:element ref="date_issued"/>
- <xs:element ref="date_modified"/>
- <xs:element ref="date_valid"/>
- <xs:element ref="keywords"/>
- <xs:element ref="language"/>
- <xs:element ref="rights"/>
- <xs:element ref="source"/>
- <xs:element ref="structure"/>
- <xs:element ref="subject"/>
- <xs:element ref="title"/>
- <xs:element ref="type"/>
- <xs:element ref="source_control"/>
- </xs:choice>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="creator" type="xs:string"/>
- <xs:element name="date" type="xs:NMTOKEN"/>
- <xs:element name="date_available" type="xs:NMTOKEN"/>
- <xs:element name="date_created" type="xs:NMTOKEN"/>
- <xs:element name="date_issued" type="xs:NMTOKEN"/>
- <xs:element name="date_modified" type="xs:NMTOKEN"/>
- <xs:element name="date_valid" type="xs:NMTOKEN"/>
- <xs:element name="keywords" type="xs:string"/>
- <xs:element name="language" type="xs:NCName"/>
- <xs:element name="rights">
- <xs:complexType mixed="true">
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="link"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="source" type="xs:string"/>
- <xs:element name="structure" type="xs:string"/>
- <xs:element name="subject" type="xs:string"/>
- <xs:element name="title" type="xs:string"/>
- <xs:element name="type" type="xs:string"/>
- <xs:element name="source_control">
- <xs:complexType>
- <xs:choice maxOccurs="unbounded">
- <xs:element ref="br"/>
- <xs:element ref="meta"/>
- <xs:element ref="sc"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- <xs:element name="sc">
- <xs:complexType mixed="true">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="body">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="heading1"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="heading1">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="heading"/>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="contents1"/>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="heading2"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="heading2">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="heading"/>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="contents1"/>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="heading3"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="heading3">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="heading"/>
- <xs:element maxOccurs="unbounded" ref="contents1"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="contents1">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="heading"/>
- <xs:element ref="content"/>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="contents2"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="contents2">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="heading"/>
- <xs:element ref="content"/>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="contents3"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="contents3">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="heading"/>
- <xs:element ref="content"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="meta" type="xs:string"/>
- <xs:element name="br">
- <xs:complexType/>
- </xs:element>
- <xs:element name="heading">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="object"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="content">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="object"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="object">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="ocn"/>
- <xs:element minOccurs="0" ref="nametag"/>
- <xs:choice>
- <xs:element ref="table"/>
- <xs:element ref="text"/>
- </xs:choice>
- </xs:sequence>
- <xs:attribute name="id" use="required" type="xs:integer"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="ocn" type="xs:string"/>
- <xs:element name="nametag" type="xs:string"/>
- <xs:element name="table">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="tr"/>
- </xs:sequence>
- <xs:attribute name="align" use="required" type="xs:NCName"/>
- <xs:attribute name="bgcolor" use="required" type="xs:NCName"/>
- <xs:attribute name="border" use="required" type="xs:integer"/>
- <xs:attribute name="cellpadding" use="required" type="xs:integer"/>
- <xs:attribute name="summary" use="required"/>
- <xs:attribute name="width" use="required"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="tr">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="td"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="td">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="i"/>
- <xs:element ref="i"/>
- </xs:choice>
- <xs:attribute name="valign" use="required" type="xs:NCName"/>
- <xs:attribute name="width" use="required"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="text">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="i"/>
- <xs:element ref="del"/>
- <xs:element ref="endnote"/>
- <xs:element ref="i"/>
- <xs:element ref="link"/>
- <xs:element ref="br"/>
- <xs:element name="endnote">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="number"/>
- <xs:element name="note">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="i"/>
- <xs:element ref="link"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element ref="image"/>
- <xs:element name="sub" type="xs:string"/>
- </xs:choice>
- <xs:attribute name="class" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="number" type="xs:integer"/>
- <xs:element name="image">
- <xs:complexType>
- <xs:attribute name="height" use="required" type="xs:integer"/>
- <xs:attribute name="width" use="required" type="xs:integer"/>
- <xs:attribute ref="xlink:actuate" use="required"/>
- <xs:attributeGroup ref="xlink:href"/>
- <xs:attribute ref="xlink:show" use="required"/>
- <xs:attribute ref="xlink:type" use="required"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="i" type="xs:string"/>
- <xs:element name="u">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="i"/>
- <xs:element ref="i"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- <xs:element name="sub" type="xs:NCName"/>
- <xs:element name="sup" type="xs:NCName"/>
- <xs:element name="del">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="i"/>
- <xs:element ref="i"/>
- <xs:element ref="link"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- <xs:element name="link">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:anyURI">
- <xs:attributeGroup ref="xlink:href1"/>
- <xs:attribute ref="xlink:type" use="required"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="endnote">
- <xs:complexType>
- <xs:sequence>
- <xs:choice>
- <xs:element ref="number"/>
- <xs:element ref="symbol"/>
- </xs:choice>
- <xs:element name="note">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="i"/>
- <xs:element ref="br"/>
- <xs:element ref="del"/>
- <xs:element ref="i"/>
- <xs:element ref="link"/>
- <xs:element ref="sub"/>
- <xs:element ref="sup"/>
- <xs:element ref="u"/>
- <xs:element ref="em"/>
- <xs:element ref="sub"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="symbol" type="xs:string"/>
- <xs:element name="em" type="xs:NCName"/>
-</xs:schema>
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_node.rng b/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_node.rng
deleted file mode 100644
index ae28e8be..00000000
--- a/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_node.rng
+++ /dev/null
@@ -1,177 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- % node input model, part of SiSU and distributed under the same license -->
-<grammar ns="" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
- <start>
- <element name="document">
- <element name="head">
- <oneOrMore>
- <element name="header">
- <attribute name="class">
- <data type="NCName"/>
- </attribute>
- <choice>
- <element name="creator">
- <text/>
- </element>
- <element name="date">
- <data type="NMTOKEN"/>
- </element>
- <element name="date.available">
- <data type="NMTOKEN"/>
- </element>
- <element name="date.created">
- <data type="NMTOKEN"/>
- </element>
- <element name="date.issued">
- <data type="NMTOKEN"/>
- </element>
- <element name="date.modified">
- <data type="NMTOKEN"/>
- </element>
- <element name="date.valid">
- <data type="NMTOKEN"/>
- </element>
- <element name="italicize">
- <oneOrMore>
- <choice>
- <text/>
- <ref name="i"/>
- </choice>
- </oneOrMore>
- </element>
- <element name="language">
- <data type="NCName"/>
- </element>
- <element name="links">
- <text/>
- </element>
- <element name="markup">
- <text/>
- </element>
- <element name="rights">
- <text/>
- </element>
- <element name="skin">
- <data type="NCName"/>
- </element>
- <element name="subject">
- <text/>
- </element>
- <element name="title">
- <text/>
- </element>
- <element name="type">
- <data type="NCName"/>
- </element>
- <element name="vocabulary">
- <data type="NCName"/>
- </element>
- </choice>
- </element>
- </oneOrMore>
- </element>
- <element name="body">
- <oneOrMore>
- <element name="object">
- <choice>
- <element name="text">
- <attribute name="class">
- <data type="NCName"/>
- </attribute>
- <oneOrMore>
- <choice>
- <text/>
- <ref name="b"/>
- <ref name="i"/>
- <element name="br">
- <empty/>
- </element>
- <element name="endnote">
- <attribute name="symbol">
- <data type="NCName"/>
- </attribute>
- <oneOrMore>
- <choice>
- <text/>
- <ref name="i"/>
- </choice>
- </oneOrMore>
- </element>
- <element name="image.path">
- <text/>
- </element>
- <element name="sub">
- <text/>
- </element>
- </choice>
- </oneOrMore>
- </element>
- <group>
- <element name="ocn">
- <empty/>
- </element>
- <element name="table">
- <attribute name="align">
- <data type="NCName"/>
- </attribute>
- <attribute name="bgcolor">
- <data type="NCName"/>
- </attribute>
- <attribute name="border">
- <data type="integer"/>
- </attribute>
- <attribute name="cellpadding">
- <data type="integer"/>
- </attribute>
- <attribute name="summary"/>
- <attribute name="width"/>
- <oneOrMore>
- <element name="tr">
- <oneOrMore>
- <element name="td">
- <attribute name="valign">
- <data type="NCName"/>
- </attribute>
- <attribute name="width"/>
- <oneOrMore>
- <choice>
- <text/>
- <ref name="b"/>
- </choice>
- </oneOrMore>
- </element>
- </oneOrMore>
- </element>
- </oneOrMore>
- </element>
- </group>
- </choice>
- <element name="node">
- <element name="id">
- <data type="integer"/>
- </element>
- <element name="parent">
- <data type="integer"/>
- </element>
- <optional>
- <element name="offspring">
- <text/>
- </element>
- </optional>
- </element>
- </element>
- </oneOrMore>
- </element>
- </element>
- </start>
- <define name="b">
- <element name="b">
- <text/>
- </element>
- </define>
- <define name="i">
- <element name="i">
- <text/>
- </element>
- </define>
-</grammar>
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_sax.xsd b/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_sax.xsd
deleted file mode 100644
index db6eb147..00000000
--- a/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_sax.xsd
+++ /dev/null
@@ -1,332 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- % sax output model, part of SiSU and distributed under the same license -->
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:xlink="http://www.w3.org/1999/xlink">
- <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
- <xs:element name="document">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="head"/>
- <xs:element ref="body"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="head">
- <xs:complexType>
- <xs:choice maxOccurs="unbounded">
- <xs:element ref="br"/>
- <xs:element ref="meta"/>
- <xs:element ref="creator"/>
- <xs:element ref="date"/>
- <xs:element ref="date_available"/>
- <xs:element ref="date_created"/>
- <xs:element ref="date_issued"/>
- <xs:element ref="date_modified"/>
- <xs:element ref="date_valid"/>
- <xs:element ref="keywords"/>
- <xs:element ref="language"/>
- <xs:element name="meta" type="xs:NMTOKEN"/>
- <xs:element ref="rights"/>
- <xs:element ref="source"/>
- <xs:element ref="structure"/>
- <xs:element ref="subject"/>
- <xs:element ref="title"/>
- <xs:element ref="type"/>
- <xs:element ref="source_control"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- <xs:element name="creator">
- <xs:complexType mixed="true">
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="unbounded" name="link">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:anyURI">
- <xs:attributeGroup ref="xlink:href"/>
- <xs:attribute ref="xlink:type" use="required"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="date">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NMTOKEN">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="date_available">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NMTOKEN">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="date_created">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NMTOKEN">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="date_issued">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NMTOKEN">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="date_modified">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NMTOKEN">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="date_valid">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NMTOKEN">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="keywords">
- <xs:complexType mixed="true">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="language">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NCName">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="rights">
- <xs:complexType mixed="true">
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="link"/>
- </xs:sequence>
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="source">
- <xs:complexType mixed="true">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="structure">
- <xs:complexType mixed="true">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="subject">
- <xs:complexType mixed="true">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="title">
- <xs:complexType mixed="true">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="type">
- <xs:complexType mixed="true">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="source_control">
- <xs:complexType>
- <xs:choice maxOccurs="unbounded">
- <xs:element ref="br"/>
- <xs:element ref="meta"/>
- <xs:element ref="sc"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- <xs:element name="sc">
- <xs:complexType mixed="true">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="body">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="object"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="object">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="ocn"/>
- <xs:element minOccurs="0" ref="text"/>
- <xs:element minOccurs="0" ref="table"/>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="endnote"/>
- </xs:sequence>
- <xs:attribute name="id" use="required"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="ocn" type="xs:string"/>
- <xs:element name="text">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="b"/>
- <xs:element ref="br"/>
- <xs:element ref="del"/>
- <xs:element ref="en"/>
- <xs:element ref="i"/>
- <xs:element ref="link"/>
- <xs:element ref="sub"/>
- <xs:element ref="sup"/>
- <xs:element ref="u"/>
- <xs:element ref="image"/>
- </xs:choice>
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="image">
- <xs:complexType>
- <xs:attribute name="alt"/>
- <xs:attribute name="height" type="xs:integer"/>
- <xs:attribute name="width" type="xs:integer"/>
- <xs:attribute ref="xlink:actuate" use="required"/>
- <xs:attributeGroup ref="xlink:href1"/>
- <xs:attribute ref="xlink:show" use="required"/>
- <xs:attribute ref="xlink:type" use="required"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="table">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="tr"/>
- </xs:sequence>
- <xs:attribute name="align" use="required" type="xs:NCName"/>
- <xs:attribute name="bgcolor" use="required" type="xs:NCName"/>
- <xs:attribute name="border" use="required" type="xs:integer"/>
- <xs:attribute name="cellpadding" use="required" type="xs:integer"/>
- <xs:attribute name="summary" use="required"/>
- <xs:attribute name="width" use="required"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="tr">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="td"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="td">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="b"/>
- <xs:element ref="i"/>
- </xs:choice>
- <xs:attribute name="valign" use="required" type="xs:NCName"/>
- <xs:attribute name="width" use="required"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="endnote">
- <xs:complexType>
- <xs:sequence>
- <xs:choice>
- <xs:element ref="number"/>
- <xs:element ref="symbol"/>
- </xs:choice>
- <xs:element ref="note"/>
- </xs:sequence>
- <xs:attribute name="notenumber" type="xs:integer"/>
- <xs:attribute name="symbol"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="number" type="xs:integer"/>
- <xs:element name="symbol" type="xs:string"/>
- <xs:element name="note">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="b"/>
- <xs:element ref="br"/>
- <xs:element ref="del"/>
- <xs:element ref="i"/>
- <xs:element ref="link"/>
- <xs:element ref="sup"/>
- <xs:element ref="u"/>
- <xs:element ref="em"/>
- <xs:element ref="sub"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- <xs:element name="em" type="xs:NCName"/>
- <xs:element name="sub" type="xs:NCName"/>
- <xs:element name="meta" type="xs:string"/>
- <xs:element name="br">
- <xs:complexType/>
- </xs:element>
- <xs:element name="b">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="en"/>
- <xs:element ref="i"/>
- <xs:element ref="link"/>
- <xs:element ref="sup"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- <xs:element name="i">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="b"/>
- <xs:element ref="br"/>
- <xs:element ref="sup"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- <xs:element name="en" type="xs:string"/>
- <xs:element name="sup" type="xs:NCName"/>
- <xs:element name="link">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="b"/>
- <xs:element ref="i"/>
- <xs:element ref="sup"/>
- </xs:choice>
- <xs:attributeGroup ref="xlink:href"/>
- <xs:attribute ref="xlink:type" use="required"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="u">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="b"/>
- <xs:element ref="i"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- <xs:element name="del">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="b"/>
- <xs:element ref="i"/>
- <xs:element ref="link"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
-</xs:schema>
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_xhtml.xsd b/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_xhtml.xsd
deleted file mode 100644
index 46bc706e..00000000
--- a/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_xhtml.xsd
+++ /dev/null
@@ -1,313 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- % xhtml output model, part of SiSU and distributed under the same license -->
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:xlink="http://www.w3.org/1999/xlink">
- <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
- <xs:element name="document">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="head"/>
- <xs:element ref="body"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="head">
- <xs:complexType>
- <xs:choice maxOccurs="unbounded">
- <xs:element ref="br"/>
- <xs:element ref="creator"/>
- <xs:element ref="date"/>
- <xs:element ref="date_available"/>
- <xs:element ref="date_created"/>
- <xs:element ref="date_issued"/>
- <xs:element ref="date_modified"/>
- <xs:element ref="date_valid"/>
- <xs:element ref="language"/>
- <xs:element ref="keywords"/>
- <xs:element ref="meta"/>
- <xs:element ref="rights"/>
- <xs:element ref="source"/>
- <xs:element ref="structure"/>
- <xs:element ref="subject"/>
- <xs:element ref="title"/>
- <xs:element ref="type"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- <xs:element name="creator">
- <xs:complexType mixed="true">
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="unbounded" name="link">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:anyURI">
- <xs:attributeGroup ref="xlink:href"/>
- <xs:attribute ref="xlink:type" use="required"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="date">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NMTOKEN">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="date_available">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NMTOKEN">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="date_created">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NMTOKEN">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="date_issued">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NMTOKEN">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="date_modified">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NMTOKEN">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="date_valid">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NMTOKEN">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="language">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NCName">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="keywords">
- <xs:complexType mixed="true">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="meta">
- <xs:complexType mixed="true">
- <xs:attribute name="content"/>
- <xs:attribute name="http-equiv" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="rights">
- <xs:complexType mixed="true">
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="link"/>
- </xs:sequence>
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="source">
- <xs:complexType mixed="true">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="structure">
- <xs:complexType mixed="true">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="subject">
- <xs:complexType mixed="true">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="title">
- <xs:complexType mixed="true">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="type">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NCName">
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="body">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="object"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="object">
- <xs:complexType>
- <xs:sequence>
- <xs:choice maxOccurs="unbounded">
- <xs:element ref="endnote"/>
- <xs:element ref="ocn"/>
- <xs:element ref="text"/>
- </xs:choice>
- <xs:element minOccurs="0" ref="table"/>
- </xs:sequence>
- <xs:attribute name="id" use="required" type="xs:integer"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="endnote">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="b"/>
- <xs:element ref="br"/>
- <xs:element ref="del"/>
- <xs:element ref="i"/>
- <xs:element ref="link"/>
- <xs:element ref="sup"/>
- <xs:element ref="u"/>
- <xs:element ref="em"/>
- <xs:element name="sub" type="xs:NCName"/>
- </xs:choice>
- <xs:attribute name="notenumber" type="xs:integer"/>
- <xs:attribute name="symbol"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="em" type="xs:NCName"/>
- <xs:element name="ocn" type="xs:string"/>
- <xs:element name="text">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="b"/>
- <xs:element ref="br"/>
- <xs:element ref="del"/>
- <xs:element ref="en"/>
- <xs:element ref="i"/>
- <xs:element ref="link"/>
- <xs:element ref="sup"/>
- <xs:element ref="u"/>
- <xs:element ref="image"/>
- <xs:element name="sub" type="xs:string"/>
- </xs:choice>
- <xs:attribute name="class" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="image">
- <xs:complexType>
- <xs:attribute name="alt"/>
- <xs:attribute name="height" type="xs:integer"/>
- <xs:attribute name="width" type="xs:integer"/>
- <xs:attribute ref="xlink:actuate" use="required"/>
- <xs:attributeGroup ref="xlink:href1"/>
- <xs:attribute ref="xlink:show" use="required"/>
- <xs:attribute ref="xlink:type" use="required"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="table">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="tr"/>
- </xs:sequence>
- <xs:attribute name="align" use="required" type="xs:NCName"/>
- <xs:attribute name="bgcolor" use="required" type="xs:NCName"/>
- <xs:attribute name="border" use="required" type="xs:integer"/>
- <xs:attribute name="cellpadding" use="required" type="xs:integer"/>
- <xs:attribute name="summary" use="required"/>
- <xs:attribute name="width" use="required"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="tr">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="td"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="td">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="b"/>
- <xs:element ref="i"/>
- </xs:choice>
- <xs:attribute name="valign" use="required" type="xs:NCName"/>
- <xs:attribute name="width" use="required"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="br">
- <xs:complexType/>
- </xs:element>
- <xs:element name="en" type="xs:string"/>
- <xs:element name="sup" type="xs:NCName"/>
- <xs:element name="i">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="b"/>
- <xs:element ref="br"/>
- <xs:element ref="sup"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- <xs:element name="link">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="b"/>
- <xs:element ref="i"/>
- <xs:element ref="sup"/>
- </xs:choice>
- <xs:attributeGroup ref="xlink:href"/>
- <xs:attribute ref="xlink:type" use="required"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="b">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="en"/>
- <xs:element ref="i"/>
- <xs:element ref="link"/>
- <xs:element ref="sup"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- <xs:element name="u">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="b"/>
- <xs:element ref="i"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- <xs:element name="del">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="b"/>
- <xs:element ref="i"/>
- <xs:element ref="link"/>
- </xs:choice>
- </xs:complexType>
- </xs:element>
-</xs:schema>
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/xlink.xsd b/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/xlink.xsd
deleted file mode 100644
index d1be61cc..00000000
--- a/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/xlink.xsd
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink">
- <xs:import schemaLocation="sisu_xhtml.xsd"/>
- <xs:attributeGroup name="href">
- <xs:attribute name="href" use="required" form="qualified" type="xs:anyURI"/>
- </xs:attributeGroup>
- <xs:attribute name="type" type="xs:NCName"/>
- <xs:attribute name="actuate" type="xs:NCName"/>
- <xs:attributeGroup name="href1">
- <xs:attribute name="href" use="required" form="qualified"/>
- </xs:attributeGroup>
- <xs:attribute name="show" type="xs:NCName"/>
-</xs:schema>