Merge from emacs-24; up to 2014-04-04T23:31:02Z!joaotavora@gmail.com
[bpt/emacs.git] / etc / schema / xhtml-datatypes.rnc
CommitLineData
8cd39fb3
MH
1# Datatypes Module
2
3# Length defined for cellpadding/cellspacing
4
5# nn for pixels or nn% for percentage length
6Length.datatype = text
7# space-separated list of link types
8LinkTypes.datatype = NMTOKENS.datatype
9# single or comma-separated list of media descriptors
10MediaDesc.datatype = text
11# pixel, percentage, or relative
12MultiLength.datatype = text
13# one or more digits (NUMBER)
14Number.datatype = text
15# integer representing length in pixels
16Pixels.datatype = text
17# script expression
18Script.datatype = text
19# textual content
20Text.datatype = text
21# Imported Datatypes ................................
22
23# a single character from [ISO10646]
24Character.datatype = text
25# a character encoding, as per [RFC2045]
26Charset.datatype = text
27# a space separated list of character encodings, as per [RFC2045]
28Charsets.datatype = text
29# media type, as per [RFC2045]
30ContentType.datatype = text
31# comma-separated list of media types, as per [RFC2045]
32ContentTypes.datatype = text
33# date and time information. ISO date format
34Datetime.datatype = text
35# formal public identifier, as per [ISO8879]
36FPI.datatype = text
37# a language code, as per [RFC1766]
38LanguageCode.datatype = xsd:language
39# a Uniform Resource Identifier, see [URI]
40URI.datatype = xsd:anyURI
41# a space-separated list of Uniform Resource Identifiers, see [URI]
42URIs.datatype = text
43NMTOKEN.datatype = xsd:NMTOKEN
44NMTOKENS.datatype = xsd:NMTOKENS
45ID.datatype = xsd:ID
46IDREF.datatype = xsd:IDREF
47IDREFS.datatype = xsd:IDREFS