| Class | XSD::XSDAnyURI |
| In: |
lib/xsd/datatypes.rb
|
| Parent: | XSDAnySimpleType |
| Type | = | QName.new(Namespace, AnyURILiteral) |
# File lib/xsd/datatypes.rb, line 929
929: def initialize(value = nil)
930: init(Type, value)
931: end