1# CHART PUS SRDB version info file
2
3namespace xsi = "http://www.w3.org/2001/XMLSchema-instance"
4
5element srdb-version {
6 attribute xsi:noNamespaceSchemaLocation { "http://chart/schemas/srdb_version" }? &
7 ## Version identifier for the SRDB
8 element version { text } &
9 ## Date the SRDB was implemented in the project
10 element import-date { xsd:dateTime }?
11}