module OpenEHR module AM module Archetype module Archetype_Description class Archetype_Description attr_accessor :archetype_package_uri, :lifecycle_state, :original_author, :other_contributors, :other_details end class Archetype_Description_Item attr_accessor :archetype_package_uri, :lifecycle_state, :original_author, :other_contributors, :other_details end end end end end