Class | XSD::XSDAnySimpleType |
In: |
xsd/datatypes.rb
|
Parent: | NSDBase |
The base class of XSD datatypes.
Type | = | QName.new(Namespace, AnySimpleTypeLiteral) |
data | [R] | @data represents canonical space (ex. Integer: 123). |
is_nil | [RW] | @is_nil represents this data is nil or not. |
true or raise
# File xsd/datatypes.rb, line 126 def check_lexical_format(value) screen_data(value) true end