# ARCHETYPE\_TERM is not referenced in AOM (and XML schema)

**URL:** https://discourse.openehr.org/t/archetype-term-is-not-referenced-in-aom-and-xml-schema/13216
**Category:** Implementers (archive)
**Created:** [12 April 2007 07:39 UTC](https://discourse.openehr.org/t/archetype-term-is-not-referenced-in-aom-and-xml-schema/13216 "2007-04-12T07:39:55Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Andrew\_Patterson](https://discourse.openehr.org/letter_avatar_proxy/v4/letter/a/76d3ee/32.png) [@Andrew\_Patterson](https://discourse.openehr.org/u/Andrew_Patterson)
#### Post date: [12 April 2007 07:39 UTC](https://discourse.openehr.org/t/archetype-term-is-not-referenced-in-aom-and-xml-schema/13216/1 "2007-04-12T07:39:55Z")

</div>

term\_attribute\_names is listed in the AOM document  
(pg 51) as type List\<string\> but surely this should be  
of type List\<ARCHETYPE\_TERM\>?

The XML schema have used the same definition  
so they need to be fixed as well.

Andrew

---

<div class="post-metadata">

### Author: ![thomas.beale](https://discourse.openehr.org/user_avatar/discourse.openehr.org/thomas.beale/32/35_2.png) [@thomas.beale](https://discourse.openehr.org/u/thomas.beale)
#### Post date: [12 April 2007 14:24 UTC](https://discourse.openehr.org/t/archetype-term-is-not-referenced-in-aom-and-xml-schema/13216/2 "2007-04-12T14:24:16Z")

</div>

Andrew Patterson wrote:

> term\_attribute\_names is listed in the AOM document  
> (pg 51) as type List\<string\> but surely this should be  
> of type List\<ARCHETYPE\_TERM\>?
> 
> The XML schema have used the same definition  
> so they need to be fixed as well.  
> &nbsp;&nbsp;

no, it is correct as is - the attribute term\_attribute\_names is just  
that - a list of names (strings).

- thomas beale

---

<div class="post-metadata">

### Author: ![Andrew\_Patterson](https://discourse.openehr.org/letter_avatar_proxy/v4/letter/a/76d3ee/32.png) [@Andrew\_Patterson](https://discourse.openehr.org/u/Andrew_Patterson)
#### Post date: [12 April 2007 23:44 UTC](https://discourse.openehr.org/t/archetype-term-is-not-referenced-in-aom-and-xml-schema/13216/3 "2007-04-12T23:44:56Z")

</div>

> no, it is correct as is - the attribute term\_attribute\_names is just  
> that - a list of names (strings).

then it must be term\_codes and constraint\_codes that are  
a list of ARCHETYPE\_TERM (currently they are a list of  
string as well).  
Surely something in the AOM has to refer/store  
the ARCHETYPE\_TERM type?

Andrew

---

<div class="post-metadata">

### Author: ![thomas.beale](https://discourse.openehr.org/user_avatar/discourse.openehr.org/thomas.beale/32/35_2.png) [@thomas.beale](https://discourse.openehr.org/u/thomas.beale)
#### Post date: [13 April 2007 07:59 UTC](https://discourse.openehr.org/t/archetype-term-is-not-referenced-in-aom-and-xml-schema/13216/4 "2007-04-13T07:59:51Z")

</div>

Andrew Patterson wrote:

> > no, it is correct as is - the attribute term\_attribute\_names is just  
> > that - a list of names (strings).  
> > &nbsp;&nbsp;&nbsp;&nbsp;  
> > then it must be term\_codes and constraint\_codes that are  
> > a list of ARCHETYPE\_TERM (currently they are a list of  
> > string as well).  
> > Surely something in the AOM has to refer/store  
> > the ARCHETYPE\_TERM type?  
> > &nbsp;&nbsp;

yes, that is correct. Actually, the ARCHETYPE\_ONTOLOGY class should be  
more fully defined than it is now in the AOM document.

- thomas
