Primitive datatypes.
# File lib/xsd/datatypes.rb, line 191 191: def initialize(value = nil) 192: init(Type, value) 193: end
# File lib/xsd/datatypes.rb, line 207 207: def screen_data(value) 208: if ::XSD::XSDString.strict_ces_validation 209: externalces = XSD::Charset.encoding 210: unless XSD::Charset.is_ces(value, externalces) 211: raise ValueSpaceError.new("#{ type }: cannot accept '#{ value }'.") 212: end 213: end 214: value 215: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.