# CHART PUS SRDB version info file

namespace xsi = "http://www.w3.org/2001/XMLSchema-instance"

element srdb-version {
    attribute xsi:noNamespaceSchemaLocation { "http://chart/schemas/srdb_version" }? &
	## Version identifier for the SRDB
    element version { text } &
	## Date the SRDB was implemented in the project
    element import-date { xsd:dateTime }?
}

Download as raw Relax-NG Compact here or as raw XSD here