rdf 3.1.15 → 3.2.4

Sign up to get free protection for your applications and to get access to all the features.
data/lib/rdf/vocab/xsd.rb CHANGED
@@ -7,203 +7,203 @@ module RDF
7
7
  # # Vocabulary for <http://www.w3.org/2001/XMLSchema#>
8
8
  # #
9
9
  # class XSD < RDF::Vocabulary
10
- # # ENTITIES represents the ENTITIES attribute type from [XML]. The ·value space· of ENTITIES is the set of finite, non-zero-length sequences of ·ENTITY· values that have been declared as unparsed entities in a document type definition. The ·lexical space· of ENTITIES is the set of space-separated lists of tokens, of which each token is in the ·lexical space· of ENTITY. The ·item type· of ENTITIES is ENTITY. ENTITIES is derived from ·anySimpleType· in two steps: an anonymous list type is defined, whose ·item type· is ENTITY; this is the ·base type· of ENTITIES, which restricts its value space to lists with at least one item.
10
+ # # ENTITIES represents the ENTITIES attribute type from [XML]. The ·value space· of ENTITIES is the set of finite, non-zero-length sequences of ·ENTITY· values that have been declared as unparsed entities in a document type definition. The ·lexical space· of ENTITIES is the set of space-separated lists of tokens, of which each token is in the ·lexical space· of ENTITY. The ·item type· of ENTITIES is ENTITY. ENTITIES is derived from ·anySimpleType· in two steps: an anonymous list type is defined, whose ·item type· is ENTITY; this is the ·base type· of ENTITIES, which restricts its value space to lists with at least one item.
11
11
  # # @return [RDF::Vocabulary::Term]
12
12
  # attr_reader :ENTITIES
13
13
  #
14
- # # ENTITY represents the ENTITY attribute type from [XML]. The ·value space· of ENTITY is the set of all strings that ·match· the NCName production in [Namespaces in XML] and have been declared as an unparsed entity in a document type definition. The ·lexical space· of ENTITY is the set of all strings that ·match· the NCName production in [Namespaces in XML]. The ·base type· of ENTITY is NCName.
14
+ # # ENTITY represents the ENTITY attribute type from [XML]. The ·value space· of ENTITY is the set of all strings that ·match· the NCName production in [Namespaces in XML] and have been declared as an unparsed entity in a document type definition. The ·lexical space· of ENTITY is the set of all strings that ·match· the NCName production in [Namespaces in XML]. The ·base type· of ENTITY is NCName.
15
15
  # # @return [RDF::Vocabulary::Term]
16
16
  # attr_reader :ENTITY
17
17
  #
18
- # # ID represents the ID attribute type from [XML]. The ·value space· of ID is the set of all strings that ·match· the NCName production in [Namespaces in XML]. The ·lexical space· of ID is the set of all strings that ·match· the NCName production in [Namespaces in XML]. The ·base type· of ID is NCName.
18
+ # # ID represents the ID attribute type from [XML]. The ·value space· of ID is the set of all strings that ·match· the NCName production in [Namespaces in XML]. The ·lexical space· of ID is the set of all strings that ·match· the NCName production in [Namespaces in XML]. The ·base type· of ID is NCName.
19
19
  # # @return [RDF::Vocabulary::Term]
20
20
  # attr_reader :ID
21
21
  #
22
- # # IDREF represents the IDREF attribute type from [XML]. The ·value space· of IDREF is the set of all strings that ·match· the NCName production in [Namespaces in XML]. The ·lexical space· of IDREF is the set of strings that ·match· the NCName production in [Namespaces in XML]. The ·base type· of IDREF is NCName.
22
+ # # IDREF represents the IDREF attribute type from [XML]. The ·value space· of IDREF is the set of all strings that ·match· the NCName production in [Namespaces in XML]. The ·lexical space· of IDREF is the set of strings that ·match· the NCName production in [Namespaces in XML]. The ·base type· of IDREF is NCName.
23
23
  # # @return [RDF::Vocabulary::Term]
24
24
  # attr_reader :IDREF
25
25
  #
26
- # # IDREFS represents the IDREFS attribute type from [XML]. The ·value space· of IDREFS is the set of finite, non-zero-length sequences of IDREFs. The ·lexical space· of IDREFS is the set of space-separated lists of tokens, of which each token is in the ·lexical space· of IDREF. The ·item type· of IDREFS is IDREF. IDREFS is derived from ·anySimpleType· in two steps: an anonymous list type is defined, whose ·item type· is IDREF; this is the ·base type· of IDREFS, which restricts its value space to lists with at least one item.
26
+ # # IDREFS represents the IDREFS attribute type from [XML]. The ·value space· of IDREFS is the set of finite, non-zero-length sequences of IDREFs. The ·lexical space· of IDREFS is the set of space-separated lists of tokens, of which each token is in the ·lexical space· of IDREF. The ·item type· of IDREFS is IDREF. IDREFS is derived from ·anySimpleType· in two steps: an anonymous list type is defined, whose ·item type· is IDREF; this is the ·base type· of IDREFS, which restricts its value space to lists with at least one item.
27
27
  # # @return [RDF::Vocabulary::Term]
28
28
  # attr_reader :IDREFS
29
29
  #
30
- # # NCName represents XML "non-colonized" Names. The ·value space· of NCName is the set of all strings which ·match· the NCName production of [Namespaces in XML]. The ·lexical space· of NCName is the set of all strings which ·match· the NCName production of [Namespaces in XML]. The ·base type· of NCName is Name.
30
+ # # NCName represents XML "non-colonized" Names. The ·value space· of NCName is the set of all strings which ·match· the NCName production of [Namespaces in XML]. The ·lexical space· of NCName is the set of all strings which ·match· the NCName production of [Namespaces in XML]. The ·base type· of NCName is Name.
31
31
  # # @return [RDF::Vocabulary::Term]
32
32
  # attr_reader :NCName
33
33
  #
34
- # # NMTOKEN represents the NMTOKEN attribute type from [XML]. The ·value space· of NMTOKEN is the set of tokens that ·match· the Nmtoken production in [XML]. The ·lexical space· of NMTOKEN is the set of strings that ·match· the Nmtoken production in [XML]. The ·base type· of NMTOKEN is token.
34
+ # # NMTOKEN represents the NMTOKEN attribute type from [XML]. The ·value space· of NMTOKEN is the set of tokens that ·match· the Nmtoken production in [XML]. The ·lexical space· of NMTOKEN is the set of strings that ·match· the Nmtoken production in [XML]. The ·base type· of NMTOKEN is token.
35
35
  # # @return [RDF::Vocabulary::Term]
36
36
  # attr_reader :NMTOKEN
37
37
  #
38
- # # NMTOKENS represents the NMTOKENS attribute type from [XML]. The ·value space· of NMTOKENS is the set of finite, non-zero-length sequences of ·NMTOKEN·s. The ·lexical space· of NMTOKENS is the set of space-separated lists of tokens, of which each token is in the ·lexical space· of NMTOKEN. The ·item type· of NMTOKENS is NMTOKEN. NMTOKENS is derived from ·anySimpleType· in two steps: an anonymous list type is defined, whose ·item type· is NMTOKEN; this is the ·base type· of NMTOKENS, which restricts its value space to lists with at least one item.
38
+ # # NMTOKENS represents the NMTOKENS attribute type from [XML]. The ·value space· of NMTOKENS is the set of finite, non-zero-length sequences of ·NMTOKEN·s. The ·lexical space· of NMTOKENS is the set of space-separated lists of tokens, of which each token is in the ·lexical space· of NMTOKEN. The ·item type· of NMTOKENS is NMTOKEN. NMTOKENS is derived from ·anySimpleType· in two steps: an anonymous list type is defined, whose ·item type· is NMTOKEN; this is the ·base type· of NMTOKENS, which restricts its value space to lists with at least one item.
39
39
  # # @return [RDF::Vocabulary::Term]
40
40
  # attr_reader :NMTOKENS
41
41
  #
42
- # # NOTATION represents the NOTATION attribute type from [XML]. The ·value space· of NOTATION is the set of QNames of notations declared in the current schema. The ·lexical space· of NOTATION is the set of all names of notations declared in the current schema (in the form of QNames).
42
+ # # NOTATION represents the NOTATION attribute type from [XML]. The ·value space· of NOTATION is the set of QNames of notations declared in the current schema. The ·lexical space· of NOTATION is the set of all names of notations declared in the current schema (in the form of QNames).
43
43
  # # @return [RDF::Vocabulary::Term]
44
44
  # attr_reader :NOTATION
45
45
  #
46
- # # Name represents XML Names. The ·value space· of Name is the set of all strings which ·match· the Name production of [XML]. The ·lexical space· of Name is the set of all strings which ·match· the Name production of [XML]. The ·base type· of Name is token.
46
+ # # Name represents XML Names. The ·value space· of Name is the set of all strings which ·match· the Name production of [XML]. The ·lexical space· of Name is the set of all strings which ·match· the Name production of [XML]. The ·base type· of Name is token.
47
47
  # # @return [RDF::Vocabulary::Term]
48
48
  # attr_reader :Name
49
49
  #
50
- # # QName represents XML qualified names. The ·value space· of QName is the set of tuples `{namespace name, local part}`, where namespace name is an anyURI and local part is an NCName. The ·lexical space· of QName is the set of strings that ·match· the QName production of [Namespaces in XML].
50
+ # # QName represents XML qualified names. The ·value space· of QName is the set of tuples {namespace name, local part}, where namespace name is an anyURI and local part is an NCName. The ·lexical space· of QName is the set of strings that ·match· the QName production of [Namespaces in XML].
51
51
  # # @return [RDF::Vocabulary::Term]
52
52
  # attr_reader :QName
53
53
  #
54
- # # anyAtomicType is a special ·restriction· of anySimpleType. The ·value· and ·lexical spaces· of anyAtomicType are the unions of the ·value· and ·lexical spaces· of all the ·primitive· datatypes, and anyAtomicType is their ·base type·.
54
+ # # anyAtomicType is a special ·restriction· of anySimpleType. The ·value· and ·lexical spaces· of anyAtomicType are the unions of the ·value· and ·lexical spaces· of all the ·primitive· datatypes, and anyAtomicType is their ·base type·.
55
55
  # # @return [RDF::Vocabulary::Term]
56
56
  # attr_reader :anyAtomicType
57
57
  #
58
- # # The definition of anySimpleType is a special ·restriction· of anyType. The ·lexical space· of anySimpleType is the set of all sequences of Unicode characters, and its ·value space· includes all ·atomic values· and all finite-length lists of zero or more ·atomic values·.
58
+ # # The definition of anySimpleType is a special ·restriction· of anyType. The ·lexical space· of anySimpleType is the set of all sequences of Unicode characters, and its ·value space· includes all ·atomic values· and all finite-length lists of zero or more ·atomic values·.
59
59
  # # @return [RDF::Vocabulary::Term]
60
60
  # attr_reader :anySimpleType
61
61
  #
62
- # # The root of the [XML Schema 1.1] datatype heirarchy.
62
+ # # The root of the [XML Schema 1.1] datatype heirarchy.
63
63
  # # @return [RDF::Vocabulary::Term]
64
64
  # attr_reader :anyType
65
65
  #
66
- # # anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track.
66
+ # # anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track.
67
67
  # # @return [RDF::Vocabulary::Term]
68
68
  # attr_reader :anyURI
69
69
  #
70
- # # base64Binary represents arbitrary Base64-encoded binary data. For base64Binary data the entire binary stream is encoded using the Base64 Encoding defined in [RFC 3548], which is derived from the encoding described in [RFC 2045].
70
+ # # base64Binary represents arbitrary Base64-encoded binary data. For base64Binary data the entire binary stream is encoded using the Base64 Encoding defined in [RFC 3548], which is derived from the encoding described in [RFC 2045].
71
71
  # # @return [RDF::Vocabulary::Term]
72
72
  # attr_reader :base64Binary
73
73
  #
74
- # # boolean represents the values of two-valued logic.
74
+ # # boolean represents the values of two-valued logic.
75
75
  # # @return [RDF::Vocabulary::Term]
76
76
  # attr_reader :boolean
77
77
  #
78
- # # byte is ·derived· from short by setting the value of ·maxInclusive· to be 127 and ·minInclusive· to be -128. The ·base type· of byte is short.
78
+ # # byte is ·derived· from short by setting the value of ·maxInclusive· to be 127 and ·minInclusive· to be -128. The ·base type· of byte is short.
79
79
  # # @return [RDF::Vocabulary::Term]
80
80
  # attr_reader :byte
81
81
  #
82
- # # date represents top-open intervals of exactly one day in length on the timelines of dateTime, beginning on the beginning moment of each day, up to but not including the beginning moment of the next day). For non-timezoned values, the top-open intervals disjointly cover the non-timezoned timeline, one per day. For timezoned values, the intervals begin at every minute and therefore overlap.
82
+ # # date represents top-open intervals of exactly one day in length on the timelines of dateTime, beginning on the beginning moment of each day, up to but not including the beginning moment of the next day). For non-timezoned values, the top-open intervals disjointly cover the non-timezoned timeline, one per day. For timezoned values, the intervals begin at every minute and therefore overlap.
83
83
  # # @return [RDF::Vocabulary::Term]
84
84
  # attr_reader :date
85
85
  #
86
- # # dateTime represents instants of time, optionally marked with a particular time zone offset. Values representing the same instant but having different time zone offsets are equal but not identical.
86
+ # # dateTime represents instants of time, optionally marked with a particular time zone offset. Values representing the same instant but having different time zone offsets are equal but not identical.
87
87
  # # @return [RDF::Vocabulary::Term]
88
88
  # attr_reader :dateTime
89
89
  #
90
- # # The dateTimeStamp datatype is ·derived· from dateTime by giving the value required to its explicitTimezone facet. The result is that all values of dateTimeStamp are required to have explicit time zone offsets and the datatype is totally ordered.
90
+ # # The dateTimeStamp datatype is ·derived· from dateTime by giving the value required to its explicitTimezone facet. The result is that all values of dateTimeStamp are required to have explicit time zone offsets and the datatype is totally ordered.
91
91
  # # @return [RDF::Vocabulary::Term]
92
92
  # attr_reader :dateTimeStamp
93
93
  #
94
- # # dayTimeDuration is a datatype ·derived· from duration by restricting its ·lexical representations· to instances of dayTimeDurationLexicalRep. The ·value space· of dayTimeDuration is therefore that of duration restricted to those whose ·months· property is 0. This results in a duration datatype which is totally ordered.
94
+ # # dayTimeDuration is a datatype ·derived· from duration by restricting its ·lexical representations· to instances of dayTimeDurationLexicalRep. The ·value space· of dayTimeDuration is therefore that of duration restricted to those whose ·months· property is 0. This results in a duration datatype which is totally ordered.
95
95
  # # @return [RDF::Vocabulary::Term]
96
96
  # attr_reader :dayTimeDuration
97
97
  #
98
- # # decimal represents a subset of the real numbers, which can be represented by decimal numerals. The ·value space· of decimal is the set of numbers that can be obtained by dividing an integer by a non-negative power of ten, i.e., expressible as i / 10n where i and n are integers and n ≥ 0. Precision is not reflected in this value space; the number 2.0 is not distinct from the number 2.00. The order relation on decimal is the order relation on real numbers, restricted to this subset.
98
+ # # decimal represents a subset of the real numbers, which can be represented by decimal numerals. The ·value space· of decimal is the set of numbers that can be obtained by dividing an integer by a non-negative power of ten, i.e., expressible as i / 10n where i and n are integers and n ≥ 0. Precision is not reflected in this value space; the number 2.0 is not distinct from the number 2.00. The order relation on decimal is the order relation on real numbers, restricted to this subset.
99
99
  # # @return [RDF::Vocabulary::Term]
100
100
  # attr_reader :decimal
101
101
  #
102
- # # The double datatype is patterned after the IEEE double-precision 64-bit floating point datatype [IEEE 754-2008]. Each floating point datatype has a value space that is a subset of the rational numbers. Floating point numbers are often used to approximate arbitrary real numbers.
102
+ # # The double datatype is patterned after the IEEE double-precision 64-bit floating point datatype [IEEE 754-2008]. Each floating point datatype has a value space that is a subset of the rational numbers. Floating point numbers are often used to approximate arbitrary real numbers.
103
103
  # # @return [RDF::Vocabulary::Term]
104
104
  # attr_reader :double
105
105
  #
106
- # # duration is a datatype that represents durations of time. The concept of duration being captured is drawn from those of [ISO 8601], specifically durations without fixed endpoints. For example, "15 days" (whose most common lexical representation in duration is "'P15D'") is a duration value; "15 days beginning 12 July 1995" and "15 days ending 12 July 1995" are not duration values. duration can provide addition and subtraction operations between duration values and between duration/dateTime value pairs, and can be the result of subtracting dateTime values. However, only addition to dateTime is required for XML Schema processing and is defined in the function ·dateTimePlusDuration·.
106
+ # # duration is a datatype that represents durations of time. The concept of duration being captured is drawn from those of [ISO 8601], specifically durations without fixed endpoints. For example, "15 days" (whose most common lexical representation in duration is "'P15D'") is a duration value; "15 days beginning 12 July 1995" and "15 days ending 12 July 1995" are not duration values. duration can provide addition and subtraction operations between duration values and between duration/dateTime value pairs, and can be the result of subtracting dateTime values. However, only addition to dateTime is required for XML Schema processing and is defined in the function ·dateTimePlusDuration·.
107
107
  # # @return [RDF::Vocabulary::Term]
108
108
  # attr_reader :duration
109
109
  #
110
- # # The float datatype is patterned after the IEEE single-precision 32-bit floating point datatype [IEEE 754-2008]. Its value space is a subset of the rational numbers. Floating point numbers are often used to approximate arbitrary real numbers.
110
+ # # The float datatype is patterned after the IEEE single-precision 32-bit floating point datatype [IEEE 754-2008]. Its value space is a subset of the rational numbers. Floating point numbers are often used to approximate arbitrary real numbers.
111
111
  # # @return [RDF::Vocabulary::Term]
112
112
  # attr_reader :float
113
113
  #
114
- # # gDay represents whole days within an arbitrary month—days that recur at the same point in each (Gregorian) month. This datatype is used to represent a specific day of the month. To indicate, for example, that an employee gets a paycheck on the 15th of each month. (Obviously, days beyond 28 cannot occur in all months; they are nonetheless permitted, up to 31.)
114
+ # # gDay represents whole days within an arbitrary month—days that recur at the same point in each (Gregorian) month. This datatype is used to represent a specific day of the month. To indicate, for example, that an employee gets a paycheck on the 15th of each month. (Obviously, days beyond 28 cannot occur in all months; they are nonetheless permitted, up to 31.)
115
115
  # # @return [RDF::Vocabulary::Term]
116
116
  # attr_reader :gDay
117
117
  #
118
- # # gMonth represents whole (Gregorian) months within an arbitrary year—months that recur at the same point in each year. It might be used, for example, to say what month annual Thanksgiving celebrations fall in different countries (--11 in the United States, --10 in Canada, and possibly other months in other countries).
118
+ # # gMonth represents whole (Gregorian) months within an arbitrary year—months that recur at the same point in each year. It might be used, for example, to say what month annual Thanksgiving celebrations fall in different countries (--11 in the United States, --10 in Canada, and possibly other months in other countries).
119
119
  # # @return [RDF::Vocabulary::Term]
120
120
  # attr_reader :gMonth
121
121
  #
122
- # # gMonthDay represents whole calendar days that recur at the same point in each calendar year, or that occur in some arbitrary calendar year. (Obviously, days beyond 28 cannot occur in all Februaries; 29 is nonetheless permitted.)
122
+ # # gMonthDay represents whole calendar days that recur at the same point in each calendar year, or that occur in some arbitrary calendar year. (Obviously, days beyond 28 cannot occur in all Februaries; 29 is nonetheless permitted.)
123
123
  # # @return [RDF::Vocabulary::Term]
124
124
  # attr_reader :gMonthDay
125
125
  #
126
- # # gYear represents Gregorian calendar years.
126
+ # # gYear represents Gregorian calendar years.
127
127
  # # @return [RDF::Vocabulary::Term]
128
128
  # attr_reader :gYear
129
129
  #
130
- # # gYearMonth represents specific whole Gregorian months in specific Gregorian years.
130
+ # # gYearMonth represents specific whole Gregorian months in specific Gregorian years.
131
131
  # # @return [RDF::Vocabulary::Term]
132
132
  # attr_reader :gYearMonth
133
133
  #
134
- # # hexBinary represents arbitrary hex-encoded binary data.
134
+ # # hexBinary represents arbitrary hex-encoded binary data.
135
135
  # # @return [RDF::Vocabulary::Term]
136
136
  # attr_reader :hexBinary
137
137
  #
138
- # # int is ·derived· from long by setting the value of ·maxInclusive· to be 2147483647 and ·minInclusive· to be -2147483648. The ·base type· of int is long.
138
+ # # int is ·derived· from long by setting the value of ·maxInclusive· to be 2147483647 and ·minInclusive· to be -2147483648. The ·base type· of int is long.
139
139
  # # @return [RDF::Vocabulary::Term]
140
140
  # attr_reader :int
141
141
  #
142
- # # integer is ·derived· from decimal by fixing the value of ·fractionDigits· to be 0 and disallowing the trailing decimal point. This results in the standard mathematical concept of the integer numbers. The ·value space· of integer is the infinite set `{...,-2,-1,0,1,2,...}`. The ·base type· of integer is decimal.
142
+ # # integer is ·derived· from decimal by fixing the value of ·fractionDigits· to be 0 and disallowing the trailing decimal point. This results in the standard mathematical concept of the integer numbers. The ·value space· of integer is the infinite set {...,-2,-1,0,1,2,...}. The ·base type· of integer is decimal.
143
143
  # # @return [RDF::Vocabulary::Term]
144
144
  # attr_reader :integer
145
145
  #
146
- # # language represents formal natural language identifiers, as defined by [BCP 47] (currently represented by [RFC 4646] and [RFC 4647]) or its successor(s). The ·value space· and ·lexical space· of language are the set of all strings that conform to the pattern `[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*`
146
+ # # language represents formal natural language identifiers, as defined by [BCP 47] (currently represented by [RFC 4646] and [RFC 4647]) or its successor(s). The ·value space· and ·lexical space· of language are the set of all strings that conform to the pattern [a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*
147
147
  # # @return [RDF::Vocabulary::Term]
148
148
  # attr_reader :language
149
149
  #
150
- # # long is ·derived· from integer by setting the value of ·maxInclusive· to be 9223372036854775807 and ·minInclusive· to be -9223372036854775808. The ·base type· of long is integer.
150
+ # # long is ·derived· from integer by setting the value of ·maxInclusive· to be 9223372036854775807 and ·minInclusive· to be -9223372036854775808. The ·base type· of long is integer.
151
151
  # # @return [RDF::Vocabulary::Term]
152
152
  # attr_reader :long
153
153
  #
154
- # # negativeInteger is ·derived· from nonPositiveInteger by setting the value of ·maxInclusive· to be -1. This results in the standard mathematical concept of the negative integers. The ·value space· of negativeInteger is the infinite set `{...,-2,-1}`. The ·base type· of negativeInteger is nonPositiveInteger.
154
+ # # negativeInteger is ·derived· from nonPositiveInteger by setting the value of ·maxInclusive· to be -1. This results in the standard mathematical concept of the negative integers. The ·value space· of negativeInteger is the infinite set {...,-2,-1}. The ·base type· of negativeInteger is nonPositiveInteger.
155
155
  # # @return [RDF::Vocabulary::Term]
156
156
  # attr_reader :negativeInteger
157
157
  #
158
- # # nonNegativeInteger is ·derived· from integer by setting the value of ·minInclusive· to be 0. This results in the standard mathematical concept of the non-negative integers. The ·value space· of nonNegativeInteger is the infinite set `{0,1,2,...}`. The ·base type· of nonNegativeInteger is integer.
158
+ # # nonNegativeInteger is ·derived· from integer by setting the value of ·minInclusive· to be 0. This results in the standard mathematical concept of the non-negative integers. The ·value space· of nonNegativeInteger is the infinite set {0,1,2,...}. The ·base type· of nonNegativeInteger is integer.
159
159
  # # @return [RDF::Vocabulary::Term]
160
160
  # attr_reader :nonNegativeInteger
161
161
  #
162
- # # nonPositiveInteger is ·derived· from integer by setting the value of ·maxInclusive· to be 0. This results in the standard mathematical concept of the non-positive integers. The ·value space· of nonPositiveInteger is the infinite set `{...,-2,-1,0}`. The ·base type· of nonPositiveInteger is integer.
162
+ # # nonPositiveInteger is ·derived· from integer by setting the value of ·maxInclusive· to be 0. This results in the standard mathematical concept of the non-positive integers. The ·value space· of nonPositiveInteger is the infinite set {...,-2,-1,0}. The ·base type· of nonPositiveInteger is integer.
163
163
  # # @return [RDF::Vocabulary::Term]
164
164
  # attr_reader :nonPositiveInteger
165
165
  #
166
- # # normalizedString represents white space normalized strings. The ·value space· of normalizedString is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters. The ·lexical space· of normalizedString is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters. The ·base type· of normalizedString is string.
166
+ # # normalizedString represents white space normalized strings. The ·value space· of normalizedString is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters. The ·lexical space· of normalizedString is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters. The ·base type· of normalizedString is string.
167
167
  # # @return [RDF::Vocabulary::Term]
168
168
  # attr_reader :normalizedString
169
169
  #
170
- # # positiveInteger is ·derived· from nonNegativeInteger by setting the value of ·minInclusive· to be 1. This results in the standard mathematical concept of the positive integer numbers. The ·value space· of positiveInteger is the infinite set `{1,2,...}`. The ·base type· of positiveInteger is nonNegativeInteger.
170
+ # # positiveInteger is ·derived· from nonNegativeInteger by setting the value of ·minInclusive· to be 1. This results in the standard mathematical concept of the positive integer numbers. The ·value space· of positiveInteger is the infinite set {1,2,...}. The ·base type· of positiveInteger is nonNegativeInteger.
171
171
  # # @return [RDF::Vocabulary::Term]
172
172
  # attr_reader :positiveInteger
173
173
  #
174
- # # short is ·derived· from int by setting the value of ·maxInclusive· to be 32767 and ·minInclusive· to be -32768. The ·base type· of short is int.
174
+ # # short is ·derived· from int by setting the value of ·maxInclusive· to be 32767 and ·minInclusive· to be -32768. The ·base type· of short is int.
175
175
  # # @return [RDF::Vocabulary::Term]
176
176
  # attr_reader :short
177
177
  #
178
- # # The string datatype represents character strings in XML.
178
+ # # The string datatype represents character strings in XML.
179
179
  # # @return [RDF::Vocabulary::Term]
180
180
  # attr_reader :string
181
181
  #
182
- # # time represents instants of time that recur at the same point in each calendar day, or that occur in some arbitrary calendar day.
182
+ # # time represents instants of time that recur at the same point in each calendar day, or that occur in some arbitrary calendar day.
183
183
  # # @return [RDF::Vocabulary::Term]
184
184
  # attr_reader :time
185
185
  #
186
- # # token represents tokenized strings. The ·value space· of token is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters, that have no leading or trailing spaces (#x20) and that have no internal sequences of two or more spaces. The ·lexical space· of token is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters, that have no leading or trailing spaces (#x20) and that have no internal sequences of two or more spaces. The ·base type· of token is normalizedString.
186
+ # # token represents tokenized strings. The ·value space· of token is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters, that have no leading or trailing spaces (#x20) and that have no internal sequences of two or more spaces. The ·lexical space· of token is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters, that have no leading or trailing spaces (#x20) and that have no internal sequences of two or more spaces. The ·base type· of token is normalizedString.
187
187
  # # @return [RDF::Vocabulary::Term]
188
188
  # attr_reader :token
189
189
  #
190
- # # nsignedByte is ·derived· from unsignedShort by setting the value of ·maxInclusive· to be 255. The ·base type· of unsignedByte is unsignedShort.
190
+ # # nsignedByte is ·derived· from unsignedShort by setting the value of ·maxInclusive· to be 255. The ·base type· of unsignedByte is unsignedShort.
191
191
  # # @return [RDF::Vocabulary::Term]
192
192
  # attr_reader :unsignedByte
193
193
  #
194
- # # unsignedInt is ·derived· from unsignedLong by setting the value of ·maxInclusive· to be 4294967295. The ·base type· of unsignedInt is unsignedLong.
194
+ # # unsignedInt is ·derived· from unsignedLong by setting the value of ·maxInclusive· to be 4294967295. The ·base type· of unsignedInt is unsignedLong.
195
195
  # # @return [RDF::Vocabulary::Term]
196
196
  # attr_reader :unsignedInt
197
197
  #
198
- # # unsignedLong is ·derived· from nonNegativeInteger by setting the value of ·maxInclusive· to be 18446744073709551615. The ·base type· of unsignedLong is nonNegativeInteger.
198
+ # # unsignedLong is ·derived· from nonNegativeInteger by setting the value of ·maxInclusive· to be 18446744073709551615. The ·base type· of unsignedLong is nonNegativeInteger.
199
199
  # # @return [RDF::Vocabulary::Term]
200
200
  # attr_reader :unsignedLong
201
201
  #
202
- # # unsignedShort is ·derived· from unsignedInt by setting the value of ·maxInclusive· to be 65535. The ·base type· of unsignedShort is unsignedInt.
202
+ # # unsignedShort is ·derived· from unsignedInt by setting the value of ·maxInclusive· to be 65535. The ·base type· of unsignedShort is unsignedInt.
203
203
  # # @return [RDF::Vocabulary::Term]
204
204
  # attr_reader :unsignedShort
205
205
  #
206
- # # yearMonthDuration is a datatype ·derived· from duration by restricting its ·lexical representations· to instances of yearMonthDurationLexicalRep. The ·value space· of yearMonthDuration is therefore that of duration restricted to those whose ·seconds· property is 0. This results in a duration datatype which is totally ordered.
206
+ # # yearMonthDuration is a datatype ·derived· from duration by restricting its ·lexical representations· to instances of yearMonthDurationLexicalRep. The ·value space· of yearMonthDuration is therefore that of duration restricted to those whose ·seconds· property is 0. This results in a duration datatype which is totally ordered.
207
207
  # # @return [RDF::Vocabulary::Term]
208
208
  # attr_reader :yearMonthDuration
209
209
  #
@@ -212,253 +212,253 @@ module RDF
212
212
 
213
213
  # Datatype definitions
214
214
  term :ENTITIES,
215
- comment: "\n ENTITIES represents the ENTITIES attribute type from [XML]. The ·value\n space· of ENTITIES is the set of finite, non-zero-length sequences of\n ·ENTITY· values that have been declared as unparsed entities in a document\n type definition. The ·lexical space· of ENTITIES is the set of\n space-separated lists of tokens, of which each token is in the ·lexical\n space· of ENTITY. The ·item type· of ENTITIES is ENTITY. ENTITIES is\n derived from ·anySimpleType· in two steps: an anonymous list type is\n defined, whose ·item type· is ENTITY; this is the ·base type· of ENTITIES,\n which restricts its value space to lists with at least one item.\n ".freeze,
216
- label: "ENTITIES".freeze,
217
- subClassOf: "http://www.w3.org/2001/XMLSchema#anySimpleType".freeze,
218
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
215
+ comment: "\n ENTITIES represents the ENTITIES attribute type from [XML]. The ·value\n space· of ENTITIES is the set of finite, non-zero-length sequences of\n ·ENTITY· values that have been declared as unparsed entities in a document\n type definition. The ·lexical space· of ENTITIES is the set of\n space-separated lists of tokens, of which each token is in the ·lexical\n space· of ENTITY. The ·item type· of ENTITIES is ENTITY. ENTITIES is\n derived from ·anySimpleType· in two steps: an anonymous list type is\n defined, whose ·item type· is ENTITY; this is the ·base type· of ENTITIES,\n which restricts its value space to lists with at least one item.\n ",
216
+ label: "ENTITIES",
217
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anySimpleType",
218
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
219
219
  term :ENTITY,
220
- comment: "\n ENTITY represents the ENTITY attribute type from [XML]. The ·value space·\n of ENTITY is the set of all strings that ·match· the NCName production in\n [Namespaces in XML] and have been declared as an unparsed entity in a\n document type definition. The ·lexical space· of ENTITY is the set of all\n strings that ·match· the NCName production in [Namespaces in XML]. The\n ·base type· of ENTITY is NCName.\n ".freeze,
221
- label: "ENTITY".freeze,
222
- subClassOf: "http://www.w3.org/2001/XMLSchema#NCName".freeze,
223
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
220
+ comment: "\n ENTITY represents the ENTITY attribute type from [XML]. The ·value space·\n of ENTITY is the set of all strings that ·match· the NCName production in\n [Namespaces in XML] and have been declared as an unparsed entity in a\n document type definition. The ·lexical space· of ENTITY is the set of all\n strings that ·match· the NCName production in [Namespaces in XML]. The\n ·base type· of ENTITY is NCName.\n ",
221
+ label: "ENTITY",
222
+ subClassOf: "http://www.w3.org/2001/XMLSchema#NCName",
223
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
224
224
  term :ID,
225
- comment: "\n ID represents the ID attribute type from [XML]. The ·value space· of ID is\n the set of all strings that ·match· the NCName production in [Namespaces\n in XML]. The ·lexical space· of ID is the set of all strings that ·match·\n the NCName production in [Namespaces in XML]. The ·base type· of ID is\n NCName.\n ".freeze,
226
- label: "ID".freeze,
227
- subClassOf: "http://www.w3.org/2001/XMLSchema#NCName".freeze,
228
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
225
+ comment: "\n ID represents the ID attribute type from [XML]. The ·value space· of ID is\n the set of all strings that ·match· the NCName production in [Namespaces\n in XML]. The ·lexical space· of ID is the set of all strings that ·match·\n the NCName production in [Namespaces in XML]. The ·base type· of ID is\n NCName.\n ",
226
+ label: "ID",
227
+ subClassOf: "http://www.w3.org/2001/XMLSchema#NCName",
228
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
229
229
  term :IDREF,
230
- comment: "\n IDREF represents the IDREF attribute type from [XML]. The ·value space· of\n IDREF is the set of all strings that ·match· the NCName production in\n [Namespaces in XML]. The ·lexical space· of IDREF is the set of strings\n that ·match· the NCName production in [Namespaces in XML]. The ·base type·\n of IDREF is NCName.\n ".freeze,
231
- label: "IDREF".freeze,
232
- subClassOf: "http://www.w3.org/2001/XMLSchema#NCName".freeze,
233
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
230
+ comment: "\n IDREF represents the IDREF attribute type from [XML]. The ·value space· of\n IDREF is the set of all strings that ·match· the NCName production in\n [Namespaces in XML]. The ·lexical space· of IDREF is the set of strings\n that ·match· the NCName production in [Namespaces in XML]. The ·base type·\n of IDREF is NCName.\n ",
231
+ label: "IDREF",
232
+ subClassOf: "http://www.w3.org/2001/XMLSchema#NCName",
233
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
234
234
  term :IDREFS,
235
- comment: "\n IDREFS represents the IDREFS attribute type from [XML]. The ·value space·\n of IDREFS is the set of finite, non-zero-length sequences of IDREFs. The\n ·lexical space· of IDREFS is the set of space-separated lists of tokens, of\n which each token is in the ·lexical space· of IDREF. The ·item type· of\n IDREFS is IDREF. IDREFS is derived from ·anySimpleType· in two steps: an\n anonymous list type is defined, whose ·item type· is IDREF; this is the\n ·base type· of IDREFS, which restricts its value space to lists with at\n least one item.\n ".freeze,
236
- label: "IDREFS".freeze,
237
- subClassOf: "http://www.w3.org/2001/XMLSchema#anySimpleType".freeze,
238
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
235
+ comment: "\n IDREFS represents the IDREFS attribute type from [XML]. The ·value space·\n of IDREFS is the set of finite, non-zero-length sequences of IDREFs. The\n ·lexical space· of IDREFS is the set of space-separated lists of tokens, of\n which each token is in the ·lexical space· of IDREF. The ·item type· of\n IDREFS is IDREF. IDREFS is derived from ·anySimpleType· in two steps: an\n anonymous list type is defined, whose ·item type· is IDREF; this is the\n ·base type· of IDREFS, which restricts its value space to lists with at\n least one item.\n ",
236
+ label: "IDREFS",
237
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anySimpleType",
238
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
239
239
  term :NCName,
240
- comment: "\n NCName represents XML \"non-colonized\" Names. The ·value space· of NCName\n is the set of all strings which ·match· the NCName production of\n [Namespaces in XML]. The ·lexical space· of NCName is the set of all\n strings which ·match· the NCName production of [Namespaces in XML]. The\n ·base type· of NCName is Name.\n ".freeze,
241
- label: "NCName".freeze,
242
- subClassOf: "http://www.w3.org/2001/XMLSchema#Name".freeze,
243
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
240
+ comment: "\n NCName represents XML \"non-colonized\" Names. The ·value space· of NCName\n is the set of all strings which ·match· the NCName production of\n [Namespaces in XML]. The ·lexical space· of NCName is the set of all\n strings which ·match· the NCName production of [Namespaces in XML]. The\n ·base type· of NCName is Name.\n ",
241
+ label: "NCName",
242
+ subClassOf: "http://www.w3.org/2001/XMLSchema#Name",
243
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
244
244
  term :NMTOKEN,
245
- comment: "\n NMTOKEN represents the NMTOKEN attribute type from [XML]. The ·value\n space· of NMTOKEN is the set of tokens that ·match· the Nmtoken production\n in [XML]. The ·lexical space· of NMTOKEN is the set of strings that\n ·match· the Nmtoken production in [XML]. The ·base type· of NMTOKEN is\n token.\n ".freeze,
246
- label: "NMTOKEN".freeze,
247
- subClassOf: "http://www.w3.org/2001/XMLSchema#token".freeze,
248
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
245
+ comment: "\n NMTOKEN represents the NMTOKEN attribute type from [XML]. The ·value\n space· of NMTOKEN is the set of tokens that ·match· the Nmtoken production\n in [XML]. The ·lexical space· of NMTOKEN is the set of strings that\n ·match· the Nmtoken production in [XML]. The ·base type· of NMTOKEN is\n token.\n ",
246
+ label: "NMTOKEN",
247
+ subClassOf: "http://www.w3.org/2001/XMLSchema#token",
248
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
249
249
  term :NMTOKENS,
250
- comment: "\n NMTOKENS represents the NMTOKENS attribute type from [XML]. The ·value\n space· of NMTOKENS is the set of finite, non-zero-length sequences of\n ·NMTOKEN·s. The ·lexical space· of NMTOKENS is the set of space-separated\n lists of tokens, of which each token is in the ·lexical space· of NMTOKEN.\n The ·item type· of NMTOKENS is NMTOKEN. NMTOKENS is derived from\n ·anySimpleType· in two steps: an anonymous list type is defined, whose\n ·item type· is NMTOKEN; this is the ·base type· of NMTOKENS, which\n restricts its value space to lists with at least one item.\n ".freeze,
251
- label: "NMTOKENS".freeze,
252
- subClassOf: "http://www.w3.org/2001/XMLSchema#anySimpleType".freeze,
253
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
250
+ comment: "\n NMTOKENS represents the NMTOKENS attribute type from [XML]. The ·value\n space· of NMTOKENS is the set of finite, non-zero-length sequences of\n ·NMTOKEN·s. The ·lexical space· of NMTOKENS is the set of space-separated\n lists of tokens, of which each token is in the ·lexical space· of NMTOKEN.\n The ·item type· of NMTOKENS is NMTOKEN. NMTOKENS is derived from\n ·anySimpleType· in two steps: an anonymous list type is defined, whose\n ·item type· is NMTOKEN; this is the ·base type· of NMTOKENS, which\n restricts its value space to lists with at least one item.\n ",
251
+ label: "NMTOKENS",
252
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anySimpleType",
253
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
254
254
  term :NOTATION,
255
- comment: "\n NOTATION represents the NOTATION attribute type from [XML]. The ·value\n space· of NOTATION is the set of QNames of notations declared in the\n current schema. The ·lexical space· of NOTATION is the set of all names of\n notations declared in the current schema (in the form of QNames).\n ".freeze,
256
- label: "NOTATION".freeze,
257
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
258
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
255
+ comment: "\n NOTATION represents the NOTATION attribute type from [XML]. The ·value\n space· of NOTATION is the set of QNames of notations declared in the\n current schema. The ·lexical space· of NOTATION is the set of all names of\n notations declared in the current schema (in the form of QNames).\n ",
256
+ label: "NOTATION",
257
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
258
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
259
259
  term :Name,
260
- comment: "\n Name represents XML Names. The ·value space· of Name is the set of all\n strings which ·match· the Name production of [XML]. The ·lexical space· of\n Name is the set of all strings which ·match· the Name production of [XML].\n The ·base type· of Name is token.\n ".freeze,
261
- label: "Name".freeze,
262
- subClassOf: "http://www.w3.org/2001/XMLSchema#token".freeze,
263
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
260
+ comment: "\n Name represents XML Names. The ·value space· of Name is the set of all\n strings which ·match· the Name production of [XML]. The ·lexical space· of\n Name is the set of all strings which ·match· the Name production of [XML].\n The ·base type· of Name is token.\n ",
261
+ label: "Name",
262
+ subClassOf: "http://www.w3.org/2001/XMLSchema#token",
263
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
264
264
  term :QName,
265
- comment: "\n QName represents XML qualified names. The ·value space· of QName is the set\n of tuples {namespace name, local part}, where namespace name is an anyURI\n and local part is an NCName. The ·lexical space· of QName is the set of\n strings that ·match· the QName production of [Namespaces in XML].\n ".freeze,
266
- label: "QName".freeze,
267
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
268
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
265
+ comment: "\n QName represents XML qualified names. The ·value space· of QName is the set\n of tuples {namespace name, local part}, where namespace name is an anyURI\n and local part is an NCName. The ·lexical space· of QName is the set of\n strings that ·match· the QName production of [Namespaces in XML].\n ",
266
+ label: "QName",
267
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
268
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
269
269
  term :anyAtomicType,
270
- comment: "\n anyAtomicType is a special ·restriction· of anySimpleType. The ·value· and\n ·lexical spaces· of anyAtomicType are the unions of the ·value· and\n ·lexical spaces· of all the ·primitive· datatypes, and anyAtomicType is\n their ·base type·.\n ".freeze,
271
- label: "anySimpleType".freeze,
272
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyType".freeze,
273
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
270
+ comment: "\n anyAtomicType is a special ·restriction· of anySimpleType. The ·value· and\n ·lexical spaces· of anyAtomicType are the unions of the ·value· and\n ·lexical spaces· of all the ·primitive· datatypes, and anyAtomicType is\n their ·base type·.\n ",
271
+ label: "anySimpleType",
272
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyType",
273
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
274
274
  term :anySimpleType,
275
- comment: "\n The definition of anySimpleType is a special ·restriction· of anyType. The\n ·lexical space· of anySimpleType is the set of all sequences of Unicode\n characters, and its ·value space· includes all ·atomic values· and all\n finite-length lists of zero or more ·atomic values·.\n ".freeze,
276
- label: "anySimpleType".freeze,
277
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyType".freeze,
278
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
275
+ comment: "\n The definition of anySimpleType is a special ·restriction· of anyType. The\n ·lexical space· of anySimpleType is the set of all sequences of Unicode\n characters, and its ·value space· includes all ·atomic values· and all\n finite-length lists of zero or more ·atomic values·.\n ",
276
+ label: "anySimpleType",
277
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyType",
278
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
279
279
  term :anyType,
280
- comment: "\n The root of the [XML Schema 1.1] datatype heirarchy.\n ".freeze,
281
- label: "anyType".freeze,
282
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
280
+ comment: "\n The root of the [XML Schema 1.1] datatype heirarchy.\n ",
281
+ label: "anyType",
282
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
283
283
  term :anyURI,
284
- comment: "\n anyURI represents an Internationalized Resource Identifier Reference\n (IRI). An anyURI value can be absolute or relative, and may have an\n optional fragment identifier (i.e., it may be an IRI Reference). This\n type should be used when the value fulfills the role of an IRI, as\n defined in [RFC 3987] or its successor(s) in the IETF Standards Track.\n ".freeze,
285
- label: "anyURI".freeze,
286
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
287
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
284
+ comment: "\n anyURI represents an Internationalized Resource Identifier Reference\n (IRI). An anyURI value can be absolute or relative, and may have an\n optional fragment identifier (i.e., it may be an IRI Reference). This\n type should be used when the value fulfills the role of an IRI, as\n defined in [RFC 3987] or its successor(s) in the IETF Standards Track.\n ",
285
+ label: "anyURI",
286
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
287
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
288
288
  term :base64Binary,
289
- comment: "\n base64Binary represents arbitrary Base64-encoded binary data. For\n base64Binary data the entire binary stream is encoded using the Base64\n Encoding defined in [RFC 3548], which is derived from the encoding\n described in [RFC 2045].\n ".freeze,
290
- label: "base64Binary".freeze,
291
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
292
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
289
+ comment: "\n base64Binary represents arbitrary Base64-encoded binary data. For\n base64Binary data the entire binary stream is encoded using the Base64\n Encoding defined in [RFC 3548], which is derived from the encoding\n described in [RFC 2045].\n ",
290
+ label: "base64Binary",
291
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
292
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
293
293
  term :boolean,
294
- comment: "\n boolean represents the values of two-valued logic.\n ".freeze,
295
- label: "boolean".freeze,
296
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
297
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
294
+ comment: "\n boolean represents the values of two-valued logic.\n ",
295
+ label: "boolean",
296
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
297
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
298
298
  term :byte,
299
- comment: "\n byte is ·derived· from short by setting the value of ·maxInclusive· to be\n 127 and ·minInclusive· to be -128. The ·base type· of byte is short.\n ".freeze,
300
- label: "byte".freeze,
301
- subClassOf: "http://www.w3.org/2001/XMLSchema#short".freeze,
302
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
299
+ comment: "\n byte is ·derived· from short by setting the value of ·maxInclusive· to be\n 127 and ·minInclusive· to be -128. The ·base type· of byte is short.\n ",
300
+ label: "byte",
301
+ subClassOf: "http://www.w3.org/2001/XMLSchema#short",
302
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
303
303
  term :date,
304
- comment: "\n date represents top-open intervals of exactly one day in length on the\n timelines of dateTime, beginning on the beginning moment of each day, up to\n but not including the beginning moment of the next day). For non-timezoned\n values, the top-open intervals disjointly cover the non-timezoned timeline,\n one per day. For timezoned values, the intervals begin at every minute and\n therefore overlap.\n ".freeze,
305
- label: "date".freeze,
306
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
307
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
304
+ comment: "\n date represents top-open intervals of exactly one day in length on the\n timelines of dateTime, beginning on the beginning moment of each day, up to\n but not including the beginning moment of the next day). For non-timezoned\n values, the top-open intervals disjointly cover the non-timezoned timeline,\n one per day. For timezoned values, the intervals begin at every minute and\n therefore overlap.\n ",
305
+ label: "date",
306
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
307
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
308
308
  term :dateTime,
309
- comment: "\n dateTime represents instants of time, optionally marked with a particular\n time zone offset. Values representing the same instant but having different\n time zone offsets are equal but not identical.\n ".freeze,
310
- label: "dateTime".freeze,
311
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
312
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
309
+ comment: "\n dateTime represents instants of time, optionally marked with a particular\n time zone offset. Values representing the same instant but having different\n time zone offsets are equal but not identical.\n ",
310
+ label: "dateTime",
311
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
312
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
313
313
  term :dateTimeStamp,
314
- comment: "\n The dateTimeStamp datatype is ·derived· from dateTime by giving the value\n required to its explicitTimezone facet. The result is that all values of\n dateTimeStamp are required to have explicit time zone offsets and the\n datatype is totally ordered.\n ".freeze,
315
- label: "dateTimeStamp".freeze,
316
- subClassOf: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
317
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
314
+ comment: "\n The dateTimeStamp datatype is ·derived· from dateTime by giving the value\n required to its explicitTimezone facet. The result is that all values of\n dateTimeStamp are required to have explicit time zone offsets and the\n datatype is totally ordered.\n ",
315
+ label: "dateTimeStamp",
316
+ subClassOf: "http://www.w3.org/2001/XMLSchema#dateTime",
317
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
318
318
  term :dayTimeDuration,
319
- comment: "\n dayTimeDuration is a datatype ·derived· from duration by restricting its\n ·lexical representations· to instances of dayTimeDurationLexicalRep. The\n ·value space· of dayTimeDuration is therefore that of duration restricted\n to those whose ·months· property is 0. This results in a duration datatype\n which is totally ordered.\n ".freeze,
320
- label: "dayTimeDuration".freeze,
321
- subClassOf: "http://www.w3.org/2001/XMLSchema#duration".freeze,
322
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
319
+ comment: "\n dayTimeDuration is a datatype ·derived· from duration by restricting its\n ·lexical representations· to instances of dayTimeDurationLexicalRep. The\n ·value space· of dayTimeDuration is therefore that of duration restricted\n to those whose ·months· property is 0. This results in a duration datatype\n which is totally ordered.\n ",
320
+ label: "dayTimeDuration",
321
+ subClassOf: "http://www.w3.org/2001/XMLSchema#duration",
322
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
323
323
  term :decimal,
324
- comment: "\n decimal represents a subset of the real numbers, which can be represented\n by decimal numerals. The ·value space· of decimal is the set of numbers\n that can be obtained by dividing an integer by a non-negative power of ten,\n i.e., expressible as i / 10n where i and n are integers and n ≥ 0.\n Precision is not reflected in this value space; the number 2.0 is not\n distinct from the number 2.00. The order relation on decimal is the order\n relation on real numbers, restricted to this subset.\n ".freeze,
325
- label: "decimal".freeze,
326
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
327
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
324
+ comment: "\n decimal represents a subset of the real numbers, which can be represented\n by decimal numerals. The ·value space· of decimal is the set of numbers\n that can be obtained by dividing an integer by a non-negative power of ten,\n i.e., expressible as i / 10n where i and n are integers and n ≥ 0.\n Precision is not reflected in this value space; the number 2.0 is not\n distinct from the number 2.00. The order relation on decimal is the order\n relation on real numbers, restricted to this subset.\n ",
325
+ label: "decimal",
326
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
327
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
328
328
  term :double,
329
- comment: "\n The double datatype is patterned after the IEEE double-precision 64-bit\n floating point datatype [IEEE 754-2008]. Each floating point datatype has a\n value space that is a subset of the rational numbers. Floating point\n numbers are often used to approximate arbitrary real numbers.\n ".freeze,
330
- label: "double".freeze,
331
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
332
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
329
+ comment: "\n The double datatype is patterned after the IEEE double-precision 64-bit\n floating point datatype [IEEE 754-2008]. Each floating point datatype has a\n value space that is a subset of the rational numbers. Floating point\n numbers are often used to approximate arbitrary real numbers.\n ",
330
+ label: "double",
331
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
332
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
333
333
  term :duration,
334
- comment: "\n duration is a datatype that represents durations of time. The concept of\n duration being captured is drawn from those of [ISO 8601], specifically\n durations without fixed endpoints. For example, \"15 days\" (whose most\n common lexical representation in duration is \"'P15D'\") is a duration value;\n \"15 days beginning 12 July 1995\" and \"15 days ending 12 July 1995\" are not\n duration values. duration can provide addition and subtraction operations\n between duration values and between duration/dateTime value pairs, and can\n be the result of subtracting dateTime values. However, only addition to\n dateTime is required for XML Schema processing and is defined in the\n function ·dateTimePlusDuration·.\n ".freeze,
335
- label: "duration".freeze,
336
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
337
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
334
+ comment: "\n duration is a datatype that represents durations of time. The concept of\n duration being captured is drawn from those of [ISO 8601], specifically\n durations without fixed endpoints. For example, \"15 days\" (whose most\n common lexical representation in duration is \"'P15D'\") is a duration value;\n \"15 days beginning 12 July 1995\" and \"15 days ending 12 July 1995\" are not\n duration values. duration can provide addition and subtraction operations\n between duration values and between duration/dateTime value pairs, and can\n be the result of subtracting dateTime values. However, only addition to\n dateTime is required for XML Schema processing and is defined in the\n function ·dateTimePlusDuration·.\n ",
335
+ label: "duration",
336
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
337
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
338
338
  term :float,
339
- comment: "\n The float datatype is patterned after the IEEE single-precision 32-bit\n floating point datatype [IEEE 754-2008]. Its value space is a subset of the\n rational numbers. Floating point numbers are often used to approximate\n arbitrary real numbers.\n ".freeze,
340
- label: "float".freeze,
341
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
342
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
339
+ comment: "\n The float datatype is patterned after the IEEE single-precision 32-bit\n floating point datatype [IEEE 754-2008]. Its value space is a subset of the\n rational numbers. Floating point numbers are often used to approximate\n arbitrary real numbers.\n ",
340
+ label: "float",
341
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
342
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
343
343
  term :gDay,
344
- comment: "\n gDay represents whole days within an arbitrary month—days that recur at the\n same point in each (Gregorian) month. This datatype is used to represent a\n specific day of the month. To indicate, for example, that an employee gets\n a paycheck on the 15th of each month. (Obviously, days beyond 28 cannot\n occur in all months; they are nonetheless permitted, up to 31.)\n ".freeze,
345
- label: "gDay".freeze,
346
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
347
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
344
+ comment: "\n gDay represents whole days within an arbitrary month—days that recur at the\n same point in each (Gregorian) month. This datatype is used to represent a\n specific day of the month. To indicate, for example, that an employee gets\n a paycheck on the 15th of each month. (Obviously, days beyond 28 cannot\n occur in all months; they are nonetheless permitted, up to 31.)\n ",
345
+ label: "gDay",
346
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
347
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
348
348
  term :gMonth,
349
- comment: "\n gMonth represents whole (Gregorian) months within an arbitrary year—months\n that recur at the same point in each year. It might be used, for example,\n to say what month annual Thanksgiving celebrations fall in different\n countries (--11 in the United States, --10 in Canada, and possibly other\n months in other countries).\n ".freeze,
350
- label: "gMonth".freeze,
351
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
352
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
349
+ comment: "\n gMonth represents whole (Gregorian) months within an arbitrary year—months\n that recur at the same point in each year. It might be used, for example,\n to say what month annual Thanksgiving celebrations fall in different\n countries (--11 in the United States, --10 in Canada, and possibly other\n months in other countries).\n ",
350
+ label: "gMonth",
351
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
352
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
353
353
  term :gMonthDay,
354
- comment: "\n gMonthDay represents whole calendar days that recur at the same point in\n each calendar year, or that occur in some arbitrary calendar year.\n (Obviously, days beyond 28 cannot occur in all Februaries; 29 is\n nonetheless permitted.)\n ".freeze,
355
- label: "gMonthDay".freeze,
356
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
357
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
354
+ comment: "\n gMonthDay represents whole calendar days that recur at the same point in\n each calendar year, or that occur in some arbitrary calendar year.\n (Obviously, days beyond 28 cannot occur in all Februaries; 29 is\n nonetheless permitted.)\n ",
355
+ label: "gMonthDay",
356
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
357
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
358
358
  term :gYear,
359
- comment: "\n gYear represents Gregorian calendar years.\n ".freeze,
360
- label: "gYear".freeze,
361
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
362
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
359
+ comment: "\n gYear represents Gregorian calendar years.\n ",
360
+ label: "gYear",
361
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
362
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
363
363
  term :gYearMonth,
364
- comment: "\n gYearMonth represents specific whole Gregorian months in specific Gregorian years.\n ".freeze,
365
- label: "gYearMonth".freeze,
366
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
367
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
364
+ comment: "\n gYearMonth represents specific whole Gregorian months in specific Gregorian years.\n ",
365
+ label: "gYearMonth",
366
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
367
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
368
368
  term :hexBinary,
369
- comment: "\n hexBinary represents arbitrary hex-encoded binary data. \n ".freeze,
370
- label: "hexBinary".freeze,
371
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
372
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
369
+ comment: "\n hexBinary represents arbitrary hex-encoded binary data. \n ",
370
+ label: "hexBinary",
371
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
372
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
373
373
  term :int,
374
- comment: "\n int is ·derived· from long by setting the value of ·maxInclusive· to be\n 2147483647 and ·minInclusive· to be -2147483648. The ·base type· of int\n is long.\n ".freeze,
375
- label: "int".freeze,
376
- subClassOf: "http://www.w3.org/2001/XMLSchema#long".freeze,
377
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
374
+ comment: "\n int is ·derived· from long by setting the value of ·maxInclusive· to be\n 2147483647 and ·minInclusive· to be -2147483648. The ·base type· of int\n is long.\n ",
375
+ label: "int",
376
+ subClassOf: "http://www.w3.org/2001/XMLSchema#long",
377
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
378
378
  term :integer,
379
- comment: "\n integer is ·derived· from decimal by fixing the value of ·fractionDigits·\n to be 0 and disallowing the trailing decimal point. This results in the\n standard mathematical concept of the integer numbers. The ·value space· of\n integer is the infinite set {...,-2,-1,0,1,2,...}. The ·base type· of\n integer is decimal.\n ".freeze,
380
- label: "integer".freeze,
381
- subClassOf: "http://www.w3.org/2001/XMLSchema#decimal".freeze,
382
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
379
+ comment: "\n integer is ·derived· from decimal by fixing the value of ·fractionDigits·\n to be 0 and disallowing the trailing decimal point. This results in the\n standard mathematical concept of the integer numbers. The ·value space· of\n integer is the infinite set {...,-2,-1,0,1,2,...}. The ·base type· of\n integer is decimal.\n ",
380
+ label: "integer",
381
+ subClassOf: "http://www.w3.org/2001/XMLSchema#decimal",
382
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
383
383
  term :language,
384
- comment: "\n language represents formal natural language identifiers, as defined by [BCP\n 47] (currently represented by [RFC 4646] and [RFC 4647]) or its\n successor(s). The ·value space· and ·lexical space· of language are the set\n of all strings that conform to the pattern [a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*\n ".freeze,
385
- label: "language".freeze,
386
- subClassOf: "http://www.w3.org/2001/XMLSchema#token".freeze,
387
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
384
+ comment: "\n language represents formal natural language identifiers, as defined by [BCP\n 47] (currently represented by [RFC 4646] and [RFC 4647]) or its\n successor(s). The ·value space· and ·lexical space· of language are the set\n of all strings that conform to the pattern [a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*\n ",
385
+ label: "language",
386
+ subClassOf: "http://www.w3.org/2001/XMLSchema#token",
387
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
388
388
  term :long,
389
- comment: "\n long is ·derived· from integer by setting the value of ·maxInclusive· to\n be 9223372036854775807 and ·minInclusive· to be -9223372036854775808. The\n ·base type· of long is integer.\n ".freeze,
390
- label: "long".freeze,
391
- subClassOf: "http://www.w3.org/2001/XMLSchema#integer".freeze,
392
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
389
+ comment: "\n long is ·derived· from integer by setting the value of ·maxInclusive· to\n be 9223372036854775807 and ·minInclusive· to be -9223372036854775808. The\n ·base type· of long is integer.\n ",
390
+ label: "long",
391
+ subClassOf: "http://www.w3.org/2001/XMLSchema#integer",
392
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
393
393
  term :negativeInteger,
394
- comment: "\n negativeInteger is ·derived· from nonPositiveInteger by setting the value\n of ·maxInclusive· to be -1. This results in the standard mathematical\n concept of the negative integers. The ·value space· of negativeInteger is\n the infinite set {...,-2,-1}. The ·base type· of negativeInteger is\n nonPositiveInteger.\n ".freeze,
395
- label: "negativeInteger".freeze,
396
- subClassOf: "http://www.w3.org/2001/XMLSchema#nonPositiveInteger".freeze,
397
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
394
+ comment: "\n negativeInteger is ·derived· from nonPositiveInteger by setting the value\n of ·maxInclusive· to be -1. This results in the standard mathematical\n concept of the negative integers. The ·value space· of negativeInteger is\n the infinite set {...,-2,-1}. The ·base type· of negativeInteger is\n nonPositiveInteger.\n ",
395
+ label: "negativeInteger",
396
+ subClassOf: "http://www.w3.org/2001/XMLSchema#nonPositiveInteger",
397
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
398
398
  term :nonNegativeInteger,
399
- comment: "\n nonNegativeInteger is ·derived· from integer by setting the value of\n ·minInclusive· to be 0. This results in the standard mathematical concept\n of the non-negative integers. The ·value space· of nonNegativeInteger is\n the infinite set {0,1,2,...}. The ·base type· of nonNegativeInteger is\n integer.\n ".freeze,
400
- label: "nonNegativeInteger".freeze,
401
- subClassOf: "http://www.w3.org/2001/XMLSchema#integer".freeze,
402
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
399
+ comment: "\n nonNegativeInteger is ·derived· from integer by setting the value of\n ·minInclusive· to be 0. This results in the standard mathematical concept\n of the non-negative integers. The ·value space· of nonNegativeInteger is\n the infinite set {0,1,2,...}. The ·base type· of nonNegativeInteger is\n integer.\n ",
400
+ label: "nonNegativeInteger",
401
+ subClassOf: "http://www.w3.org/2001/XMLSchema#integer",
402
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
403
403
  term :nonPositiveInteger,
404
- comment: "\n nonPositiveInteger is ·derived· from integer by setting the value of\n ·maxInclusive· to be 0. This results in the standard mathematical concept\n of the non-positive integers. The ·value space· of nonPositiveInteger is\n the infinite set {...,-2,-1,0}. The ·base type· of nonPositiveInteger is\n integer.\n ".freeze,
405
- label: "nonPositiveInteger".freeze,
406
- subClassOf: "http://www.w3.org/2001/XMLSchema#integer".freeze,
407
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
404
+ comment: "\n nonPositiveInteger is ·derived· from integer by setting the value of\n ·maxInclusive· to be 0. This results in the standard mathematical concept\n of the non-positive integers. The ·value space· of nonPositiveInteger is\n the infinite set {...,-2,-1,0}. The ·base type· of nonPositiveInteger is\n integer.\n ",
405
+ label: "nonPositiveInteger",
406
+ subClassOf: "http://www.w3.org/2001/XMLSchema#integer",
407
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
408
408
  term :normalizedString,
409
- comment: "\n normalizedString represents white space normalized strings. The ·value\n space· of normalizedString is the set of strings that do not contain the\n carriage return (#xD), line feed (#xA) nor tab (#x9) characters. The\n ·lexical space· of normalizedString is the set of strings that do not\n contain the carriage return (#xD), line feed (#xA) nor tab (#x9)\n characters. The ·base type· of normalizedString is string.\n ".freeze,
410
- label: "normalizedString".freeze,
411
- subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
412
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
409
+ comment: "\n normalizedString represents white space normalized strings. The ·value\n space· of normalizedString is the set of strings that do not contain the\n carriage return (#xD), line feed (#xA) nor tab (#x9) characters. The\n ·lexical space· of normalizedString is the set of strings that do not\n contain the carriage return (#xD), line feed (#xA) nor tab (#x9)\n characters. The ·base type· of normalizedString is string.\n ",
410
+ label: "normalizedString",
411
+ subClassOf: "http://www.w3.org/2001/XMLSchema#string",
412
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
413
413
  term :positiveInteger,
414
- comment: "\n positiveInteger is ·derived· from nonNegativeInteger by setting the value\n of ·minInclusive· to be 1. This results in the standard mathematical\n concept of the positive integer numbers. The ·value space· of\n positiveInteger is the infinite set {1,2,...}. The ·base type· of\n positiveInteger is nonNegativeInteger.\n ".freeze,
415
- label: "positiveInteger".freeze,
416
- subClassOf: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
417
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
414
+ comment: "\n positiveInteger is ·derived· from nonNegativeInteger by setting the value\n of ·minInclusive· to be 1. This results in the standard mathematical\n concept of the positive integer numbers. The ·value space· of\n positiveInteger is the infinite set {1,2,...}. The ·base type· of\n positiveInteger is nonNegativeInteger.\n ",
415
+ label: "positiveInteger",
416
+ subClassOf: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
417
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
418
418
  term :short,
419
- comment: "\n short is ·derived· from int by setting the value of ·maxInclusive· to be\n 32767 and ·minInclusive· to be -32768. The ·base type· of short is int.\n ".freeze,
420
- label: "short".freeze,
421
- subClassOf: "http://www.w3.org/2001/XMLSchema#int".freeze,
422
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
419
+ comment: "\n short is ·derived· from int by setting the value of ·maxInclusive· to be\n 32767 and ·minInclusive· to be -32768. The ·base type· of short is int.\n ",
420
+ label: "short",
421
+ subClassOf: "http://www.w3.org/2001/XMLSchema#int",
422
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
423
423
  term :string,
424
- comment: "\n The string datatype represents character strings in XML.\n ".freeze,
425
- label: "string".freeze,
426
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
427
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
424
+ comment: "\n The string datatype represents character strings in XML.\n ",
425
+ label: "string",
426
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
427
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
428
428
  term :time,
429
- comment: "\n time represents instants of time that recur at the same point in each\n calendar day, or that occur in some arbitrary calendar day.\n ".freeze,
430
- label: "time".freeze,
431
- subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType".freeze,
432
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
429
+ comment: "\n time represents instants of time that recur at the same point in each\n calendar day, or that occur in some arbitrary calendar day.\n ",
430
+ label: "time",
431
+ subClassOf: "http://www.w3.org/2001/XMLSchema#anyAtomicType",
432
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
433
433
  term :token,
434
- comment: "\n token represents tokenized strings. The ·value space· of token is the set\n of strings that do not contain the carriage return (#xD), line feed (#xA)\n nor tab (#x9) characters, that have no leading or trailing spaces (#x20)\n and that have no internal sequences of two or more spaces. The ·lexical\n space· of token is the set of strings that do not contain the carriage\n return (#xD), line feed (#xA) nor tab (#x9) characters, that have no\n leading or trailing spaces (#x20) and that have no internal sequences of\n two or more spaces. The ·base type· of token is normalizedString.\n ".freeze,
435
- label: "token".freeze,
436
- subClassOf: "http://www.w3.org/2001/XMLSchema#normalizedString".freeze,
437
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
434
+ comment: "\n token represents tokenized strings. The ·value space· of token is the set\n of strings that do not contain the carriage return (#xD), line feed (#xA)\n nor tab (#x9) characters, that have no leading or trailing spaces (#x20)\n and that have no internal sequences of two or more spaces. The ·lexical\n space· of token is the set of strings that do not contain the carriage\n return (#xD), line feed (#xA) nor tab (#x9) characters, that have no\n leading or trailing spaces (#x20) and that have no internal sequences of\n two or more spaces. The ·base type· of token is normalizedString.\n ",
435
+ label: "token",
436
+ subClassOf: "http://www.w3.org/2001/XMLSchema#normalizedString",
437
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
438
438
  term :unsignedByte,
439
- comment: "\n nsignedByte is ·derived· from unsignedShort by setting the value of\n ·maxInclusive· to be 255. The ·base type· of unsignedByte is\n unsignedShort.\n ".freeze,
440
- label: "unsignedByte".freeze,
441
- subClassOf: "http://www.w3.org/2001/XMLSchema#unsignedShort".freeze,
442
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
439
+ comment: "\n nsignedByte is ·derived· from unsignedShort by setting the value of\n ·maxInclusive· to be 255. The ·base type· of unsignedByte is\n unsignedShort.\n ",
440
+ label: "unsignedByte",
441
+ subClassOf: "http://www.w3.org/2001/XMLSchema#unsignedShort",
442
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
443
443
  term :unsignedInt,
444
- comment: "\n unsignedInt is ·derived· from unsignedLong by setting the value of\n ·maxInclusive· to be 4294967295. The ·base type· of unsignedInt is\n unsignedLong.\n ".freeze,
445
- label: "unsignedInt".freeze,
446
- subClassOf: "http://www.w3.org/2001/XMLSchema#unsignedLong".freeze,
447
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
444
+ comment: "\n unsignedInt is ·derived· from unsignedLong by setting the value of\n ·maxInclusive· to be 4294967295. The ·base type· of unsignedInt is\n unsignedLong.\n ",
445
+ label: "unsignedInt",
446
+ subClassOf: "http://www.w3.org/2001/XMLSchema#unsignedLong",
447
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
448
448
  term :unsignedLong,
449
- comment: "\n unsignedLong is ·derived· from nonNegativeInteger by setting the value of\n ·maxInclusive· to be 18446744073709551615. The ·base type· of unsignedLong\n is nonNegativeInteger.\n ".freeze,
450
- label: "unsignedLong".freeze,
451
- subClassOf: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
452
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
449
+ comment: "\n unsignedLong is ·derived· from nonNegativeInteger by setting the value of\n ·maxInclusive· to be 18446744073709551615. The ·base type· of unsignedLong\n is nonNegativeInteger.\n ",
450
+ label: "unsignedLong",
451
+ subClassOf: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
452
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
453
453
  term :unsignedShort,
454
- comment: "\n unsignedShort is ·derived· from unsignedInt by setting the value of\n ·maxInclusive· to be 65535. The ·base type· of unsignedShort is\n unsignedInt.\n ".freeze,
455
- label: "unsignedShort".freeze,
456
- subClassOf: "http://www.w3.org/2001/XMLSchema#unsignedInt".freeze,
457
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
454
+ comment: "\n unsignedShort is ·derived· from unsignedInt by setting the value of\n ·maxInclusive· to be 65535. The ·base type· of unsignedShort is\n unsignedInt.\n ",
455
+ label: "unsignedShort",
456
+ subClassOf: "http://www.w3.org/2001/XMLSchema#unsignedInt",
457
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
458
458
  term :yearMonthDuration,
459
- comment: "\n yearMonthDuration is a datatype ·derived· from duration by restricting its\n ·lexical representations· to instances of yearMonthDurationLexicalRep. The\n ·value space· of yearMonthDuration is therefore that of duration\n restricted to those whose ·seconds· property is 0. This results in a\n duration datatype which is totally ordered.\n ".freeze,
460
- label: "yearMonthDuration".freeze,
461
- subClassOf: "http://www.w3.org/2001/XMLSchema#duration".freeze,
462
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
459
+ comment: "\n yearMonthDuration is a datatype ·derived· from duration by restricting its\n ·lexical representations· to instances of yearMonthDurationLexicalRep. The\n ·value space· of yearMonthDuration is therefore that of duration\n restricted to those whose ·seconds· property is 0. This results in a\n duration datatype which is totally ordered.\n ",
460
+ label: "yearMonthDuration",
461
+ subClassOf: "http://www.w3.org/2001/XMLSchema#duration",
462
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
463
463
  end
464
464
  end