BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
695 stars 264 forks source link

Add support for item type declarations #2322

Closed GuntherRademacher closed 3 months ago

GuntherRademacher commented 3 months ago

This change adds support for Item Type Declarations, implementing them as aliases for the defined item type, and substituting each type reference with the definition during parser execution.

This does not yet take care of the spec changes in qt4cg/qtspecs#1355, nor does it include support yet for recursive record types.