Hello, somebody knows which is the correct type of a constraint binding? In all the examples I have checked and in the ADL grammar (adl.jj), it is specified by using an URL.
for instance: [?ac0001?] = <http://terminology.org?query_id=12345> but I have seen in other archetypes something like this: ["ac0001"] = <[CONSULTA::1]> The ADL parser throws an error with this last one. is it right? Thanks!!

