symbols-worldwide/symgate-gem

View on GitHub
lib/symgate/namespaces.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Symgate
  NAMESPACES = {
    'xmlns:auth' => 'http://ws.widgit.com/schema/auth/1.2',
    'xmlns:wl' => 'http://ws.widgit.com/schema/wordlist/1.2',
    'xmlns:cml' => 'http://ws.widgit.com/schema/cml/2.0',
    'xmlns:gt' => 'http://ws.widgit.com/schema/globaltypes/1.2',
    'xmlns:symboliser' => 'http://ws.widgit.com/schema/symboliser/1.2'
  }.freeze
end