Date of loaded schema

Hello!

I need to know when schema (TSD4) was loaded (modified) into my database. What should I do?

In advance, thanks a lot for support!

best regards,
Dariusz Baumann

In Tamino Manager:
Tamino → Databases → <database_name> → Data_Map → Collections →

Hi Dariusz,
you may use the following query in collection ino:collection:

_XQL=xs:schema/xs:annotation/xs:appinfo/tsd:schemaInfo[tsd:collection/@name=“coll” and @name=“schema”]/tsd:adminInfo

The child element tsd:created and tsd:modified contain the desired timestamp(s) in xs:dateTime format.

Best regards
Uli