XSD::XSDNormalizedString (Class)

In: xsd/datatypes.rb
Parent: XSDString

Derived types

Methods

new  

Constants

Type = QName.new(Namespace, NormalizedStringLiteral)

Public Class methods

[Source]

# File xsd/datatypes.rb, line 1000
  def initialize(value = nil)
    super()
    @type = Type
    set(value) if value
  end

[Validate]