YADL » 履歴 » バージョン 1
  KOBAYASHI Shinji, 2011/04/11 13:07 
  
| 1 | 1 | KOBAYASHI Shinji | h1. YADL  | 
|---|---|---|---|
| 2 | |||
| 3 | h2. Background  | 
||
| 4 | |||
| 5 | ADL is one of the openEHR official formalism to express archetype, defined as "ADL 1.4"http://www.openehr.org/svn/specification/TRUNK/publishing/architecture/am/adl1.4.pdf  | 
||
| 6 | Sample archetype is shown in ADL document.  | 
||
| 7 | <pre>  | 
||
| 8 | archetype  | 
||
| 9 | adl-test-instrument.guitar.draft  | 
||
| 10 | concept  | 
||
| 11 | [at0000] -- guitar  | 
||
| 12 | language  | 
||
| 13 | original_language = <[iso_639-1::EN]>  | 
||
| 14 | definition  | 
||
| 15 |     INSTRUMENT[at0000] matches { | 
||
| 16 |         size matches {|60..120|} | 
||
| 17 | date_of_manufacture  | 
||
| 18 | |||
| 19 | </pre>  | 
||
| 20 | |||
| 21 | Otherwise, ADL is not so common formalism such as XML or OWL.  | 
||
| 22 | XML serialisation is considered more popular alternative to express archetype.  | 
||
| 23 | XML form of archetype is shown bellow  | 
||
| 24 | <pre>  | 
||
| 25 | <archetype>  | 
||
| 26 | |||
| 27 | </archetype>  | 
||
| 28 | </pre>  |