class Sekken::XS::SimpleType

Public Instance Methods

base() click to toggle source
# File lib/sekken/xs/types.rb, line 93
def base
  child = @node.element_children.first
  local = child.name.split(':').last

  child['base'] if local == 'restriction'
end