Sha256: a8a824c272cc7bd59f10a80e1c152737105124f7c14ec80958eae59ed960b278

Contents?: true

Size: 412 Bytes

Versions: 3

Compression:

Stored size: 412 Bytes

Contents

module Eeml
  module Constants
    LOCAL_EEML5_SCHEMA_LOCATION = "schemas/eeml/005.xsd" # :nodoc:
    EEML5_HREF = "http://www.eeml.org/xsd/005"
    EEML5_VERSION = "5"
    EEML5_SCHEMA_LOCATION = "http://www.eeml.org/xsd/005 http://www.eeml.org/xsd/005/005.xsd"

    EEML5_NAMESPACE = ":#{EEML5_HREF}"
    XSI_NAMESPACE = "http://www.w3.org/2001/XMLSchema-instance"

    EEML6_VERSION = "0.6-alpha1"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
eeml-0.0.14 lib/eeml/constants.rb
eeml-0.0.13 lib/eeml/constants.rb
eeml-0.0.12 lib/eeml/constants.rb