class XSD::XSDENTITIES
Constants
- Type
Public Class Methods
new(value = nil)
click to toggle source
# File lib/xsd/datatypes.rb, line 1187 def initialize(value = nil) init(Type, value) end
Private Instance Methods
screen_data(value)
click to toggle source
# File lib/xsd/datatypes.rb, line 1193 def screen_data(value) # derived by list # TODO: check lexical space and convert to a value value end