aboutsummaryrefslogtreecommitdiff
path: root/spss.slinterface/res/resources/schemas/slxhtml-1.0/xhtml-notations-1.xsd
diff options
context:
space:
mode:
authorgregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2003-12-03 10:03:03 +0000
committergregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2003-12-03 10:03:03 +0000
commit907948870ba41526b076e4bb2e9861b805c0f052 (patch)
tree4c3830987b8ff3bad8cda549b87c12239136397a /spss.slinterface/res/resources/schemas/slxhtml-1.0/xhtml-notations-1.xsd
parent1d39a4fa10f410c5d4fdcc64413b9e0f0372f9e1 (diff)
downloadmoa-id-spss-907948870ba41526b076e4bb2e9861b805c0f052.tar.gz
moa-id-spss-907948870ba41526b076e4bb2e9861b805c0f052.tar.bz2
moa-id-spss-907948870ba41526b076e4bb2e9861b805c0f052.zip
Zwischenstand
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@70 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.slinterface/res/resources/schemas/slxhtml-1.0/xhtml-notations-1.xsd')
-rw-r--r--spss.slinterface/res/resources/schemas/slxhtml-1.0/xhtml-notations-1.xsd99
1 files changed, 99 insertions, 0 deletions
diff --git a/spss.slinterface/res/resources/schemas/slxhtml-1.0/xhtml-notations-1.xsd b/spss.slinterface/res/resources/schemas/slxhtml-1.0/xhtml-notations-1.xsd
new file mode 100644
index 000000000..246be792b
--- /dev/null
+++ b/spss.slinterface/res/resources/schemas/slxhtml-1.0/xhtml-notations-1.xsd
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://www.w3.org/1999/xhtml"
+ xmlns="http://www.w3.org/1999/xhtml">
+
+ <xs:annotation>
+ <xs:documentation>
+ Notations module
+ This is the XML Schema module for data type notations for XHTML
+
+ Defines the following notations, many of these imported from
+ other specifications and standards. When an existing FPI is
+ known, it is incorporated here.
+
+ $Id: xhtml-notations-1.xsd,v 1.1 2003/10/17 14:11:19 karlinger Exp $
+ </xs:documentation>
+ <xs:documentation source="xhtml-copyright-1.xsd"/>
+ </xs:annotation>
+
+ <!-- W3C XML 1.0 Recommendation -->
+ <xs:notation name="w3c-xml"
+ public="ISO 8879//NOTATION Extensible Markup Language (XML) 1.0//EN"/>
+
+ <!-- XML 1.0 CDATA -->
+ <xs:notation name="cdata" public="-//W3C//NOTATION XML 1.0: CDATA//EN"/>
+
+ <!-- SGML Formal Public Identifiers -->
+ <xs:notation name="fpi"
+ public="ISO 8879:1986//NOTATION Formal Public Identifier//EN"/>
+
+ <!-- XHTML Notations ... -->
+ <!-- Length defined for cellpadding/cellspacing -->
+ <!-- nn for pixels or nn% for percentage length -->
+ <!-- a single character, as per section 2.2 of [XML] -->
+ <xs:notation name="character"
+ public="-//W3C//NOTATION XHTML Datatype: Character//EN"/>
+
+ <!-- a character encoding, as per [RFC2045] -->
+ <xs:notation name="charset"
+ public="-//W3C//NOTATION XHTML Datatype: Charset//EN"/>
+
+ <!-- a space separated list of character encodings, as per [RFC2045] -->
+ <xs:notation name="charsets"
+ public="-//W3C//NOTATION XHTML Datatype: Charsets//EN"/>
+
+ <!-- media type, as per [RFC2045] -->
+ <xs:notation name="contentType"
+ public="-//W3C//NOTATION XHTML Datatype: ContentType//EN"/>
+
+ <!-- comma-separated list of media types, as per [RFC2045] -->
+ <xs:notation name="contentTypes"
+ public="-//W3C//NOTATION XHTML Datatype: ContentTypes//EN"/>
+
+ <!-- date and time information. ISO date format -->
+ <xs:notation name="datetime"
+ public="-//W3C//NOTATION XHTML Datatype: Datetime//EN"/>
+
+ <!-- a language code, as per [RFC3066] -->
+ <xs:notation name="languageCode"
+ public="-//W3C//NOTATION XHTML Datatype: LanguageCode//EN"/>
+
+ <!-- nn for pixels or nn% for percentage length -->
+ <xs:notation name="length"
+ public="-//W3C//NOTATION XHTML Datatype: Length//EN"/>
+
+ <!-- space-separated list of link types -->
+ <xs:notation name="linkTypes"
+ public="-//W3C//NOTATION XHTML Datatype: LinkTypes//EN"/>
+
+ <!-- single or comma-separated list of media descriptors -->
+ <xs:notation name="mediaDesc"
+ public="-//W3C//NOTATION XHTML Datatype: MediaDesc//EN"/>
+
+ <!-- pixel, percentage, or relative -->
+ <xs:notation name="multiLength"
+ public="-//W3C//NOTATION XHTML Datatype: MultiLength//EN"/>
+
+ <!-- one or more digits (NUMBER) -->
+ <xs:notation name="number"
+ public="-//W3C//NOTATION XHTML Datatype: Number//EN"/>
+
+ <!-- one or more digits (NUMBER) -->
+ <xs:notation name="pixels"
+ public="-//W3C//NOTATION XHTML Datatype: Pixels//EN"/>
+
+ <!-- script expression -->
+ <xs:notation name="script"
+ public="-//W3C//NOTATION XHTML Datatype: Script//EN"/>
+
+ <!-- textual content -->
+ <xs:notation name="text" public="-//W3C//NOTATION XHTML Datatype: Text//EN"/>
+
+ <!-- a Uniform Resource Identifier, see [URI] -->
+ <xs:notation name="uri" public="-//W3C//NOTATION XHTML Datatype: URI//EN"/>
+
+ <!-- a space-separated list of Uniform Resource Identifiers, see [URI] -->
+ <xs:notation name="uris" public="-//W3C//NOTATION XHTML Datatype: URIs//EN"/>
+
+</xs:schema> \ No newline at end of file