Method: XSD::Element#default
- Defined in:
- lib/xsd/objects/element.rb
#default ⇒ Object
Optional. Specifies a default value for the element (can only be used if the element’s content is a simple type or text only)
36 |
# File 'lib/xsd/objects/element.rb', line 36 property :default, :string |