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