# File lib/xsd/datatypes.rb, line 1075
1075: definitialize(value = nil)
1076: init(Type, value)
1077: end
Private Instance Methods
screen_data(value)click to toggle source
# File lib/xsd/datatypes.rb, line 1081
1081: defscreen_data(value)
1082: # derived by list
1083: # TODO: check lexical space and convert to a value
1084: value
1085: end