summaryrefslogtreecommitdiff
path: root/base/xsd-datatypes.rdf
blob: 7f1b8386112e6254ad559a89f0b1fcf0919b7454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<rdf:RDF
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema#">

<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#string" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#boolean" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#decimal" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#float" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#double" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#duration" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#dateTime" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#time" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#date" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#gYearMonth" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#gYear" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#gMonthDay" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#gDay" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#gMonth" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#hexBinary" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#base64Binary" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#anyURI" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#QName" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#NOTATION" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#normalizedString" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#token" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#language" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#NMTOKEN" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#NMTOKENS" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#Name" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#NCName" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#ID" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#IDREF" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#IDREFS" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#ENTITY" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#ENTITIES" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#integer" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#nonPositiveInteger" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#negativeInteger" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#long" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#int" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#short" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#byte" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#nonNegativeInteger" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#unsignedLong" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#unsignedInt" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#unsignedShort" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#unsignedByte" />
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#positiveInteger" />
</rdf:RDF>