# File lib/xsd/datatypes.rb, line 1187
1187: definitialize(value = nil)
1188: init(Type, value)
1189: end
Private Instance Methods
screen_data(value)click to toggle source
# File lib/xsd/datatypes.rb, line 1193
1193: defscreen_data(value)
1194: # derived by list
1195: # TODO: check lexical space and convert to a value
1196: value
1197: end