Method: XSD::Based#base_simple_type
- Defined in:
- lib/xsd/shared/based.rb
#base_simple_type ⇒ Object
Base simpleType
17 18 19 20 21 |
# File 'lib/xsd/shared/based.rb', line 17 def self.included(obj) obj.property :base, :string, required: true obj.link :base_complex_type, :complexType, property: :base obj.link :base_simple_type, :simpleType, property: :base end |