> 2) > > The ADL-Parser is not capable of parsing EN13606 archetypes because of > the keyword "units" which belongs to the EN13606 datatype PQ.
I solved this problem by commenting out all occurrences of SYM_UNITS This is in line 2958, becomes: (<SYM_C_QUANTITY_UNITS>/*|<SYM_UNITS>*/) <SYM_EQ> "<" and line 341 becomes: /*| < SYM_UNITS: "units"> :DOMAIN_TYPE_C_QUANTITY*/ When done these changes, it parses the EN13606 PQ datatype, and I don't see another error-situation coming up. What do you think? Bert

