Sha256: 59af38f35f94fae46ae21cd76d0a6b2847a0f8a3e7d0b8b204a1cf3fcd554aa9

Contents?: true

Size: 1.56 KB

Versions: 23

Compression:

Stored size: 1.56 KB

Contents

archetype
	adl-test-ENTRY.testtranslations.draft
concept
	[at0000]	--  empty definition test

language
	original_language = <[ISO_639-1::en]> 
	translations = <
		["de"] = <
			language = <[ISO_639-1::de]>
			author = <
				["organisation"] = <"test organisation">
				["name"] = <"test author">
			>
			accreditation = <"test Accreditation!">
		>
		["es"] = <
			language = <[ISO_639-1::es]>
			author = <
				["name"] = <"Another test author">
			> -- no organisation or accreditation here to test that the parser won't take the old accreditation/organisation!
		>
	>
definition
	ENTRY[at0000] matches {*}

ontology
	primary_language = <"en">
	languages_available = <"en", "de", "es">

	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"most minimal">; 
					description = <"most minimal">
				>
			>
		>
		["de"] = <
			items = <
				["at0000"] = <
					text = <"sehr minimal">; 
					description = <"sehr minimal">
				>
			>
		>
		["es"] = <
			items = <
				["at0000"] = <
					text = <"mesta minimal">; 
					description = <"mesta minimal">
				>
			>
		>
	>
	
	constraint_definitions = <
		["en"] = <
			items = <
				["ac0001"] = <
					text = <"most minimal">; 
					description = <"most minimal">
				>
			>
		>
		["de"] = <
			items = <
				["ac0001"] = <
					text = <"sehr minimal">; 
					description = <"sehr minimal">
				>
			>
		>
		["es"] = <
			items = <
				["ac0001"] = <
					text = <"mesta minimal">; 
					description = <"mesta minimal">
				>
			>
		>
	>

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
openehr-1.2.8 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
openehr-1.2.7 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
openehr-1.2.6 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
openehr-1.2.5 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
openehr-1.2.4 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
openehr-1.2.3 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
openehr-1.2.2 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
openehr-1.2.1 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
openehr-1.2.0 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
openehr-1.1.6 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
openehr-1.1.5 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
openehr-1.1.4 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
openehr-1.1.3 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
openehr-1.1.2 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
openehr-1.1.1 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
openehr-1.1.0 spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl
open_ehr-1.0.2 spec/lib/open_ehr/parser/adl14/adl-test-entry.testtranslations.test.adl
open_ehr-1.0.1 spec/lib/open_ehr/parser/adl14/adl-test-entry.testtranslations.test.adl
open_ehr-1.0.0 spec/lib/open_ehr/parser/adl14/adl-test-entry.testtranslations.test.adl
open_ehr-0.9.5 spec/lib/open_ehr/parser/adl14/adl-test-entry.testtranslations.test.adl