Data ==== .. index:: Data Model The 'standardized' data represents meter readings in an XML format that is derived from the Energy Star Portfolio Manager (ESPM) XML exchange formats. This is the format used by external connectors to feed data. Hourly 'standardized' data is stored per data point, with each data point stored in a separate XML file together with a reference to description of the corresponding meter configuration, time period, and meta-information, similar to the following example: .. code-block:: xml participant_1/config/meter_occupancy.xml 2021-12-22T12:00:00 2021-12-22T13:00:00 7 Occupancy Connector 2022-03-18T09:33:24 All times are in UTC, starting and including the `bm:startTime` up to but excluding the `bm:endTime`. The above snippet represents an occupancy meter reading of 7 for the period of one hour starting at noon on December 22, 2021. The meter was read much later, on March 18, 2022 as recorded in the `bm:audit` section. That means, to feed 24 hourly readings of 3 meters one needs to create 24 * 3 = 72 XML files and upload them to the platform using the HTTP `API `_. Meter URI's are defined in the corresponding participant configuration XML file. By convention, they correspond to the GCP Cloud Storage names of these XML files.