Module: Ezid::MetadataElements

Extended by:
ActiveSupport::Concern
Included in:
Metadata
Defined in:
lib/ezid/metadata_elements.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

DC_ELEMENTS =
%w( creator title publisher date type )
DATACITE_ELEMENTS =
%w( creator title publisher publicationyear resourcetype )
ERC_ELEMENTS =
%w( who what when )
RESERVED_TIME_ELEMENTS =
%w( _created _updated )
RESERVED_READONLY_ELEMENTS =
%w( _owner _ownergroup _shadows _shadowedby _datacenter _created _updated )
RESERVED_READWRITE_ELEMENTS =
%w( _coowners _target _profile _status _export _crossref )
RESERVED_ELEMENTS =
RESERVED_READONLY_ELEMENTS + RESERVED_READWRITE_ELEMENTS + RESERVED_TIME_ELEMENTS