Ruby XSD::XSDAnySimpleType Functions

EditRocket provides the following information on XSD::XSDAnySimpleType functions in the Ruby source code builder.

check_lexical_format(value) - true or raise

new(value = nil) -

set(value) - "set accepts a string which follows lexical space (ex. String: "+123"), or an object which follows canonical space (ex. Integer: 123)."

to_s() - "to_s creates a string which follows lexical space (ex. String: "123")."