On 28.03.2012 14:47, Athanasios Anastasiou wrote: > Hello everyone > > I keep getting an error when parsing this ecg archetype (expressed as > XML) and i was wondering if this could be because the archetype was > uploaded to the CKM when the CKM used a different version of the > published openEHR XSDs, if this used to be a bug of the archetype > editor or if it could be something that i am doing wrong. No - the xml in CKM is produced on the fly from the adl, so it is always up to date... But of course not necessarily always correct: There may well a bug in the generation process of the Java XML generator, but can someone say definitely if the any_allowed tag should be in the xml or not, first? (any_allowed is an operation, not an attribute in the constraint model)
Many archetypes have this in CKM, e.g. when a DV_TEXT is not further constrained, this would be expressed in XML using the any_allowed tag. I assume you refer to this archetype? http://openehr.org/knowledge/OKM.html#showarchetype_1013.1.276 Sebastian > > The error i keep getting is "unrecognised element" for <any_allowed>. > > In fact, in my small local collection of archetypes*, this archetype > is the only one that has an <any_allowed> element as part of its > C_COMPLEX_OBJECT definitions. > > If i remove <any_allowed>, the archetype is parsed without any > problems, but that's usually a way to create problems, not solve them :-) > > I would really like to use this ECG archetype as a test case because > it contains a large number of definitions. > > According to the specs C_COMPLEX_OBJECT is supposed to inherit > "any_allowed" by C_DEFINED_OBJECT but the "Archetype.xsd" does not > contain an element / attribute definition for <any_allowed> in any of > the relevant class definitions. > > This is why i suspect come kind of a (possibly older) mismatch between > the CKM / Archetype editor code and the XSDs. > > What do you think? > > Could this be related to this item as well? > http://www.openehr.org/mailarchives/openehr-technical/msg05970.html > > I suppose i can safely remove <any_allowed> (?) > > Looking forward to hearing from you > Athanasios Anastasiou > > P.S. (*) The 7 Archetypes i am interested in: (encounter, > menstrual_cycle_day, blood_pressure, body_temperature, > body_weight_adjusted, ecg, height) > > _______________________________________________ > openEHR-technical mailing list > openEHR-technical at lists.openehr.org > http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org > > -- *Dr. Sebastian Garde* /Dr. sc. hum., Dipl.-Inform. Med, FACHI/ Senior Developer Ocean Informatics Skype: gardeseb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openehr.org/pipermail/openehr-technical_lists.openehr.org/attachments/20120328/47879209/attachment.html>

