.. _common: Common XML Structures ===================== METdbload and the 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. | **:** One or more existing database names that start with \'\mv_\'\ separated by commas. Only one name for loading. | **:** Database user. | **:** Database user's password. | **:** Database type. Can be mysql, mariadb, or aurora. | | **** | | **:** A structure that specifies a list of date strings in a certain format. Has a name attribute. | | **:** 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, example yyyyMMddHH. | | ****