********************* Common XML Structures ********************* The database loading module and batch plotting module both use XML input files. Some XML structures can be used in either input file. These common structures are documented below. | **:** Information about the database connection. | | **:** Database hostname and port number in [host]:[port] format. | **:** Database name(s) as CSV. | **:** Database user. | **:** Database user's password. | **:** Database type. Can be mysql or mariadb. | | **:** A structure that specifies a list of date strings in a certain format. | | **:** The start date and time of the date list, specified in the format given by the tag **** | **:** The end date and time, specified in the format given by the tag **** | **:** The increment, in seconds, between successive members of the date list. | **:** The date format, specified by the java class SimpleDateFormat. | | **:** A structure that specifies a date using an offset from another date. | | **:** The number of days to offset (negative means back in time). | **:** The hour of day in UTC. |