Hi, More basic questions...
The Archetype-Editor is great for defining archetypes for technical users. I am looking to leverage templates and archetype content but provide a simple to use front end. The user would go through iterations of searching and selecting content, adding it to what would be their own template - or at least something I can persist without losing the archetype hierarchy. Looking at the oet template files e.g. http://my.openehr.org/wsvn/knowledge/templates/dev-uk-nhs/xml/openehr/ehr/composition/Emergency-Headache-v2draft.oet?op=file&sc=1 The xsd is a general one, not related to templates. The archetypes do not have an xsd either - so I cannot use JAXB to generate java classes from the definition. Does this mean that technically only the ADL is the true specification, the XML is just for viewing purposes? Would I have to dig into the Java implementation to figure out how to parse the ADL into a set of objects that I can then display on screen or print? Is there a simple Java API I can use to get at the OET templates? thanks! Greg

