# File lib/xsd/datatypes.rb, line 1155
1155: definitialize(value = nil)
1156: init(Type, value)
1157: end
Private Instance Methods
screen_data(value)click to toggle source
# File lib/xsd/datatypes.rb, line 1161
1161: defscreen_data(value)
1162: # derived by list
1163: # TODO: check lexical space and convert to a value
1164: value
1165: end