Method: Stupidedi::Schema::SimpleElementDef#code_lists
- Defined in:
- lib/stupidedi/schema/simple_element_def.rb
#code_lists(subset = Sets.universal) ⇒ AbstractSet<CodeList>
This is overridden (if needed) by the concrete subclasses. Specifically the “ID” element types have an extra attribute to link the CodeList.
46 47 48 |
# File 'lib/stupidedi/schema/simple_element_def.rb', line 46 def code_lists(subset = Sets.universal) Sets.empty end |