Sha256: 5ac2c1573314a81b46aa99c535cb068606cac53464dc43cf1fc1c6a2440f03f0
Contents?: true
Size: 494 Bytes
Versions: 6
Compression:
Stored size: 494 Bytes
Contents
module Eeml module Constants LOCAL_EEML_SCHEMA_LOCATION = "schemas/eeml/005.xsd" # :nodoc: EEML_HREF = "http://www.eeml.org/xsd/005" EEML_VERSION = "5" EEML_SCHEMA_LOCATION = "http://www.eeml.org/xsd/005 http://www.eeml.org/xsd/005/005.xsd" EEML_NAMESPACE = ":#{EEML_HREF}" XSI_NAMESPACE = "http://www.w3.org/2001/XMLSchema-instance" #-- # TODO: better encapsulated as a set of methods. #++ XML_TIME_FORMAT_STRING = "%Y-%m-%dT%H:%M:%SZ" end end
Version data entries
6 entries across 6 versions & 1 rubygems