diff --git a/CHANGELOG.md b/CHANGELOG.md index f494c840..f8234cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ## Version 1.3.0 -This version replaces the old `selection-tool` names with `buildingsync-website`. +- Replaces the old `selection-tool` names with `buildingsync-website`. +- Release BuildingSync 2.6 +- Update documentation for BuildingSync 2.6 +- Prep for BEDES v2.6 mapping ## Version 1.2.0 diff --git a/README.md b/README.md index 0319fb5c..3dd81d87 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ To parse and map a new BEDES version: 1. Parse the BEDES XMLs into a JSON file and map the BEDES terms to the BuildingSync attributes: ```bash - docker exec -it buildingsyncwebsite_web_1 bash + docker exec -it buildingsync-website-web-1 bash python manage.py bedes --schema_version=X.X.X --bedes_version=X.X ``` @@ -263,7 +263,7 @@ To parse and map a new BEDES version: 1. Copy the generated bedes files to the git repo on the production server. The command will be something like: ``` - docker cp buildingsyncwebsite_web_1:/srv/selection-tool/bsyncviewer/lib/bedes/v2.5/schema2.5.0 . + docker cp buildingsync-website-web-1:/srv/buildingsync-website/bsyncviewer/lib/bedes/v2.5/schema2.5.0 . ``` 1. Review these mapping files and make changes as needed. Commit and push the files to the BuildingSync-website repository (ideally a branch). @@ -283,14 +283,15 @@ Admin interface is available at `/admin` Follow these steps to add a new schema version to the selection tool: -1. Add the schema file in the admin interface. Must have admin privileges. The schema will get automatically parsed. Manually add the enumeration.json file created from the release, hit the "Save" button once and wait patiently until it shows success. -2. Update the versions in the DEFAULT_SCHEMA_VERSION in the dev.py, gh_actions.py, and docker.py with the latest release. -3. Convert existing use cases schematron files to the new schema. Add the new use cases. -4. When the use cases have been reviewed, make them public in the admin interface. Add the schematron file and hit "Save" once and wait for each use case. +1. Add the schema file in the admin interface (may test it locally first). Must have admin privileges. The schema will get automatically parsed. Manually add the enumeration.json file created from the [release](https://github.com/BuildingSync/schema/releases), hit the "Save" button once and wait patiently until it shows success. +2. Convert existing use cases schematron files to the new schema. Add the new use cases. +3. When the use cases have been reviewed, make them public in the admin interface. Add the schematron file and hit "Save" once and wait for each use case. +4. Update the versions in the DEFAULT_SCHEMA_VERSION in the dev.py, gh_actions.py, and docker.py with the latest release. 5. Create XML example files and place them in the `bsyncviewer/lib/validator/examples/schema` directory. Make sure that the example_files.zip file is updated if any of the example files have changed (This is likely since the new example files will be pointing to the new schema). 6. Test the validator with a local new XML example file. -7. Reparse BEDES terms to map them to the new schema following the steps in the BEDES section above. -8. Deploy website on production +7. Create PR and merge with the changes. +8. Reparse BEDES terms to map them to the new schema following the steps in the BEDES section above. +9. Deploy website on production. ### Adding Examples from the TestSuite repo diff --git a/bsyncviewer/lib/buildingsync_schemas/BuildingSync_v2.6.0.xsd b/bsyncviewer/lib/buildingsync_schemas/BuildingSync_v2.6.0.xsd new file mode 100644 index 00000000..339d2f48 --- /dev/null +++ b/bsyncviewer/lib/buildingsync_schemas/BuildingSync_v2.6.0.xsd @@ -0,0 +1,17387 @@ + + + + + BuildingSync Schema - Version 2.6.0 + +

BuildingSync Schema Deprecation Policy

+

This document details the deprecation policy for the BuildingSync Schema.

+

Deprecating schema elements

+

Since the development of the BuildingSync Schema is application-driven, the schema document itself has evolved over time to reflect the evolving understanding of the problem space.

+

+ Rule #1: Schema elements may only be removed by incrementing the major version of the schema document. +

+

Once a schema element has been added to the schema document at a particular version, it cannot be removed from that version or have its behavior significantly changed, regardless of track.

+
+
+ + + + + + + + + Authorized or supported program such as rebate or audit. + + + + + + Date associated with the program. + + + + + The source of funding or sponsor of the program. + + + + + The classification or type of the program. + + + + + + + + + + + + + + + + + + + + + + + + + A group of sites which contain buildings. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone. + + + + + + Details about the the assessment. This might include methods used, criteria, evidence, or basis of evaluation. + + + + + Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone. + + + + + The measured value from the Air Infiltration test. + + + + + + + + + + + + Units associated with Air Infiltration Value. + + + + + + + + + + + + + + + + + Type of air infiltration test performed on the building. + + + + + + + + + + + + + + + + + + + + + + + + + Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone. + + + + + + Details about the the assessment. This might include methods used, criteria, evidence, or basis of evaluation. + + + + + + + + Location of observed moisture problems on the outside of the building. + + + + + + + + + + + + + + + + + + + + + + + Location of observed moisture problems on the inside of the building. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The versions are sorted by official release date (reverse order). Note that semantic versioning for BuildingSync was reset in 2016. v2.0.0-legacy is the last official release of the schema before the version reset and is available in the schema repository: https://github.com/BuildingSync/schema/releases/tag/v2.0.0-legacy. Since then, semantic versioning started at the v0.2.0 release and progresses as expected. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Classification of main utilization of the premises by building occupants. + + + + + Characterization of the address + + + + + + + + + + + + + + + + + + + + + + Ownership status of the premises or equipment with respect to the contact. + + + + + + + + + A building is a single structure wholly or partially enclosed within exterior walls, or within exterior and abutment walls (party walls), and a roof, affording shelter to persons, animals, or property. A building can be two or more units held in the condominium form of ownership that are governed by the same board of managers. + + + + + + + + + + + + + + Name identifying the premises. This could be the name of the complex, the building, section, or the space within a building, such as a classroom number. + + + + + + + Characterization of the address. + + + + + + + + + + + + + + + + + + + + Specify the type of building. + + + + + + + + + + + + + Classification main utilization of the premises by building occupants. + + + + + + + + + + + + True if the building is a multi-tenant building. + + + + + North American Industry Classification System (NAICS) code. + + + + + Does the building include multi-family housing that receives or received public funding for construction or operations (this does not include Housing Choice Voucher Program Section 8 or similar vouchers received by individual tenants)? + + + + + If exists then the building is owned by the federal government. + + + + + + Federal agency, required to designate a building as a federal property in ENERGY STAR Portfolio Manager. + + + + + Federal department/region, required to designate a building as a federal property in ENERGY STAR Portfolio Manager. + + + + + + + + + Number of separate business tenants within the premises. + + + + + + + + + + + + + + Nominal number of floors which are fully above ground and are conditioned. + + + + + + + + + + + + Nominal number of floors which are fully underground and are conditioned. + + + + + + + + + + + + Nominal number of floors which are fully above ground and are unconditioned. + + + + + + + + + + + + Nominal number of floors which are fully underground and are unconditioned. + + + + + + + + + + + + + + Does the facility have historical landmark status (e.g., is the facility listed in the National Register of Historic Places)? + + + + + List of various floor areas of the building. + + + + + The ratio of width to length, of a premises. + + + + + + + + + + + + Length of a line forming the boundary around the premises. (ft) + + + + + + + + + + + + Above grade wall area exposed to the elements. (ft2) + + + + + + + + + + + + Below grade wall area exposed to the ground. (ft2) + + + + + + + + + + + + Above grade demising wall area. (ft2) + + + + + + + + + + + + Overall window to wall ratio of the facility. (0-1) (fraction) + + + + + Overall door to wall ratio of the facility. (0-1) (fraction) + + + + + Uniformity of building height. + + + + + + + + + + + Attachments to the outermost horizontal surfaces of the premises. + + + + + + + + + + + + + + Attachments to the outermost vertical surfaces of the premises. This can be used if the more detailed input for Surface Exposure is not known. Illustrations for the constrained list choices will be provided when the web site is developed. + + + + + + + + + + + + + + + + + + + + + Program which issues energy labels, ratings, or sustainability certifications. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Value from assessment program, such as LEED "Platinum". + + + + + + + + + + + + + + + + + + + + Value from certifications that produce a numeric metric, such as ENERGY STAR Score, Home Energy Rating System (HERS) Index Score, Home Energy Score. + + + + + Year the assessment qualifications for recognition were documented. (CCYY) + + + + + Version of the assessment documentation, such as "2.0". + + + + + + + + + + + + + + Year in which the premises was first occupied. (CCYY) + + + + + Year of the most recent energy audit for this building. (CCYY) + + + + + Date retro-commissioning or recommissioning was last conducted. (CCYY-MM-DD) + + + + + Year an energy retrofit of the building was last completed. (CCYY) + + + + + Year of the most recent major remodel. For a remodel to be considered major, the work undertaken must have required a permit from the building department, or an inspection by a governing authority. (CCYY) + + + + + The percentage of gross floor area that is occupied by the owner of the premises and affiliates. (0-100) (%) + + + + + + + + + + + + The percentage of gross floor area that is leased by the owner of the premises and affiliates. (0-100) (%) + + + + + + + + + + + + Number of facilities on the site. + + + + + + + + + + + + Entity responsible for the operation of the facility. + + + + + + + + + + + + + + + + + + Physical section of building for which features are defined. May be one or many. + + + + + + + The type of section such as Whole building, Space function data, or other types. * Whole building - describes the whole building, Space function - describes a space function (refer to SPC 211 Standard for Commercial Building Energy Audits), Component - describes a subspace of a primary premises such as HVAC zone, retails shops in a mall, etc., Tenant - describes a section for a tenant, Virtual - describes a section loosely with potentially overlap with other sections and section types, Other - not well-described by other types. + + + + + + + + + + + + + + + + + + + + + + + + + + + General shape of the section of the building as a footprint defined in the BuildingSync Geometry Reference Sheet. + + + + + + + + + + + + + + + + + Number of sides of the section of the building. Inclusion of this element is recommended when auc:FootprintShape is Other. + + + + + + + + + + + + + List of various floor areas of the section. + + + + + Type of zoning used for space conditioning. + + + + + + + + + + + + + + Depth of perimeter zone relative to the outside walls. (ft) + + + + + + + + + + + + The orientation of the canonical A1 side of the shape, as defined in the BuildingSync Geometry Reference Sheet. (degrees clockwise from north) + + + + + + + + + + + + List of sides. + + + + + + + + + Alphanumeric designation of the side of the section as defined in the BuildingSync Geometry Reference Sheet. + + + + + + + + + + + + + + + + + + + + + + + Length of a particular side of the section as defined in the BuildingSync Geometry Reference Sheet. (ft) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + List of roofs. + + + + + + A roof structure that forms the exterior upper covering of a premises. + + + + + + ID number of the roof type associated with this section. + + + + + + Surface area of roof. (ft2) + + + + + + + + + + + + Insulated area of roof or ceiling. (ft2) + + + + + + + + + + + + Description of the roof's condition. + + + + + List of Skylight IDs. + + + + + + ID number of the skylight type associated with this side of the section. + + + + + + The percentage of the skylight area relative to the roof area. (0-100) (%) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + List of ceilings. + + + + + + A finished construction under the roof or adjacent floor. + + + + + + ID number of the roof/ceiling type associated with this section. + + + + + + Surface area of roof. (ft2) + + + + + + + + + + + + Insulated area of roof or ceiling. (ft2) + + + + + + + + + + + + + + + + + + + + + + + + List of exterior floors. + + + + + + A raised floor exposed to air. For example, the top floor of a multistory parking structure. + + + + + + ID number of the exterior floor type associated with this section. + + + + + + Area of slab-on-grade, basement slab, or other floor over unconditioned space. (ft2) + + + + + + + + + + + + + + + + + + + + + + + + List of foundations. + + + + + + A construction element that supports the structure of the premises. In general it is made of masonry or concrete. + + + + + + ID number of the foundation type associated with this section. + + + + + + Area of slab-on-grade, basement slab, or other floor over unconditioned space. (ft2) + + + + + + + + + + + + + + + + + + + + + + + + X offset of the origin of the section, defined as the counter-clockwise vertex of the A1 side on the bottom floor, relative to an arbitrary fixed origin established for the facility. (See BuildingSync Geometry Reference Sheet). (ft) + + + + + + + + + + + + Y offset of the origin of the section, defined as the counter-clockwise vertex of the A1 side on the bottom floor, relative to an arbitrary fixed origin established for the facility (see BuildingSync Geometry Reference Sheet). (ft) + + + + + + + + + + + + Z offset of the origin of the section, defined as the counter-clockwise vertex of the A1 side on the bottom floor, relative to an arbitrary fixed origin established for the facility (see BuildingSync Geometry Reference Sheet). (ft) + + + + + + + + + + + + + + Number of floors which are partially underground. + + + + + + + + + + + + Average height of the floors in a premises, measured from floor to floor. (ft) + + + + + + + + + + + + Floor to ceiling height for a premises. (ft) + + + + + + + + + + + + + Section of a building that share thermal control characteristics. May be one or many. + + + + + + + + + + + + + + + + + + + + + + + + + + + ID number of HVAC delivery systems supporting the zone. + + + + + + + + + + + + + + ID numbers of the heating, cooling, or other HVAC schedules associated with the zone. + + + + + + + + + + + The lowest allowed range in setpoint. If there is no range, then the low and high setpoints are the same. (°F) + + + + + + + + + + + + Room temperature setting during reset periods. (°F) + + + + + + + + + + + + Times when the HVAC equipment is setback. For example, when the heat is lowered during the heating season, or the cooling setpoint increased during the cooling season. + + + + + + + + + + + + + + + The lowest allowed range in setpoint. If there is no range, then the low and high setpoints are the same. (°F) + + + + + + + + + + + + Room temperature setting during reset periods. (°F) + + + + + + + + + + + + Times when the HVAC equipment is setback. For example, when the heat is lowered during the heating season, or the cooling setpoint increased during the cooling season. + + + + + + + + + + + + + + + + Areas of a building that share systems characteristics such as occupancy, plug loads, or lighting. + + + + + + + + + + + + + + + + + + + + + + + + + ID numbers of the occupancy schedules associated with the space. + + + + + + + + + + + The activity level that drives the amount of internal gains due to occupants. "Low" corresponds to typical office/retail work (Sensible load 250 Btu/hr, Latent load 200 Btu/hr), "High" corresponds to heavier factory work or gymnasiums (Sensible load 580 Btu/hr, Latent load 870 Btu/hr). + + + + + + + + + + + + Area of the space that is daylit. (ft2) + + + + + Lighting level used for controlling electric lights when daylighting is available. (foot-candles) + + + + + + + + + + + + + + + Percentage of gross floor area that is common space only. (0-100) (%) + + + + + + + + + + + + Heated or cooled air volume of a premises. (ft3) + + + + + + + + + + + + + + + Planar polygon that represents the perimeter of space and whose area is equal to the floor area of the space. + + + + + Planar polygons that represent the interior surfaces bounding the space and whose volume is equal to the volume of the space. + + + + + + + + + + + Date when the schedule begins. (CCYY-MM-DD) + + + + + Date when the schedule ends. (CCYY-MM-DD) + + + + + + + + Type of day for which the schedule will be specified. + + + + + + Type of day for which the schedule will be specified. + + + + + + + + + + + + + + + + + + + + Type of schedule (e.g., occupancy, lighting, heating, etc.) that will be specified. + + + + + + + + + + + + + + + + + + + + + + + + + + In military time (00 start of day). If the night before the schedule runs into this day, then start time is 00, while yesterday's end time is 24. For example, a night club may be open from 8PM Friday to 2AM Saturday, then on Friday: Start Hour is 20 and End Hour is 24, and on Saturday: Start hour is 00 and End Hour is 02. (hh:mm:ss.zzz) + + + + + In military time (00 start of day). If the end hour is the next day, then this day ends at 24 and the next starts at 00 and ends at closing time. For example, a night club may be open from 8PM Friday to 2AM Saturday, then on Friday: Start Hour is 20 and End Hour is 24, and on Saturday: Start hour is 00 and End Hour is 02. (hh:mm:ss.zzz) + + + + + Percent of category that is in operation. If Schedule Category is Occupancy, then the percent of occupants from typical max. If Schedule Category is equipment, then power as a percent of installed capacity. This field is not used for temperature or relative humidity settings. (0-100) (%) + + + + + + + + + + + + + + + + + + + + + + + + + + Container for the a list of roles that a contact can have. + + + + + + Characterization of the contact. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The name, first and last, associated with the contact. + + + + + Company name associated with the contact, if applicable. + + + + + The title or position of the contact within their organization. + + + + + + + + + + + + The type of telephone number, to distinguish between multiple instances of Telephone Number. + + + + + + + + + + + + + + + + + + + + + + + + + + The type of email address, to distinguish between multiple instances of Email Address. + + + + + + + + + + + + + + + + + + + + + + + + + The name of the tenant. + + + + + + + + + + + + The type of telephone number, to distinguish between multiple instances of Telephone Number. + + + + + + + + + + + + + + + + + + + + + + + + + + The type of email address, to distinguish between multiple instances of Email Address. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A period of time in which multiple audits may be conducted + + + + + Name identifying the audit cycle other than the ID + + + + + Details about the Audit Cycle + + + + + Year the Audit Cycle starts (inclusive, CCYY) + + + + + Year the Audit Cycle ends (inclusive, CCYY) + + + + + Date the Audit Cycle starts (CCYY-MM-DD) + + + + + Date the Audit Cycle ends (CCYY-MM-DD) + + + + + + + + + + + Name of the scenario for which energy use data is included. This may include benchmarks, baselines, and improved cases. For retrofits, each package represents a different scenario. + + + + + Details about the scenario. + + + + + + Normalization criteria to shift or scaled the measurement, where the intention is that these normalized values allow the comparison of corresponding normalized values for different datasets. + + + + + + + + + + + + + + Type of scenario for which energy use is presented. + + + + + + + + + + + + + + + + + + Source of energy data or building characteristics for benchmarking energy performance. + + + + + + + + + + + The name of an energy efficiency code or standard that is applied to building construction requirements. + + + + + + + + + + + + + + The version number, such as "90.1" for ASHRAE Standard. + + + + + Date for the Energy Code or Standard used with the Energy Code term. As the energy codes and standards are updated, dates are assigned for version control. There can be significant changes between different year versions, so it is important to capture the year of the standard as it applies to the building in question. (CCYY) + + + + + + + + + + + + General description of the standard practice represented by this scenario (e.g., builder standard practice, portfolio average, local practice). + + + + + + + + + + + + General description of the benchmark scenario (e.g., original design, building next door). + + + + + + + + + + + + Benchmarking tools provide a performance ranking based on a peer group of similar buildings. + + + + + + + + + + + + + + + + The calculated score or rating for the benchmark scenario. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ID numbers for measures included in the package. Multiple items may be selected. + + + + + + ID number of measure. + + + + + + + + + + + + + + Classification of the cost of the package (per SPC 211 Standard for Commercial Building Energy Audits sections 5.3.5 and 5.3.6) + + + + + + + + + + + + + + See SPC 211 Standard for Commercial Building Energy Audits section 6.1.5(c) + + + + + See SPC 211 Standard for Commercial Building Energy Audits section 6.1.5(d) + + + + + See SPC 211 Standard for Commercial Building Energy Audits section 6.1.5(e) + + + + + See SPC 211 Standard for Commercial Building Energy Audits section 6.1.5(f) + + + + + See SPC 211 Standard for Commercial Building Energy Audits section 6.1.5(g) + + + + + + + + + + + + + + + + + + + + + + + + + + + Total period of time necessary to implement all measures in the package. (months) + + + + + The sum of the initial expenditures to implement the package of measures; includes items such as equipment, transportation, installation, preparation for service, as well as other related costs for planning, designing, training, and managing the project during the first year. ($) + + + + + + + + + + + + + + + Total cost savings during the project implementation period. ($) + + + + + + + + + + + + Percentage of cost savings guaranteed by the contractor. (%) + + + + + + + + + + + + Percent markup applied to implementation costs, if any. (%) + + + + + + + + + + + + + + Present value of funding gained from other financial incentives over the life of the project. ($) + + + + + + + + + + + + Funding gained from recurring financial incentives. ($/year) + + + + + + + + + + + + + + + + + Description of the nonquantifiable factors. This might include improvements to indoor air quality, improvements to occupant comfort, improvements to occupant satisfaction, reducing glare, improvements to access to daylight, etc. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Weather conditions associated with the scenario. + + + + + + + + + Number of years included in normalized weather data. + + + + + + + + + + + + First year included in normalized weather data. + + + + + + + + + + + + Year to which the weather conditions are adjusted. (CCYY) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heating degree days are calculated as the sum of the differences between daily average temperatures and the base temperature, calculated at the ASHRAE base temperature of 50F, unless otherwise specified. Use the Interval Frequency term to characterize whether the HDD calculation is for annual or monthly intervals. (°F-days) + + + + + + + + + + + + Cooling degree days are calculated as the sum of the differences between daily average temperatures and the base temperature, calculated at the ASHRAE base temperature of 65F, unless otherwise specified. Use the Interval Frequency term to characterize whether the HDD calculation is for annual or monthly intervals. (°F-days) + + + + + + + + + + + + + + Establishes whether the system or scenario applies to one or more entire buildings, sections, spaces, or zones within buildings. Power consuming system loads should be distributed in proportion to the floor areas of linked premises. Envelope systems should be distributed in proportion to the exterior surface areas of linked premises. + + + + + + + + + + + + + + Rate structure characteristics. + + + + + + The name or title of the rate structure. + + + + + Basic type of rate structure used by the utility. + + + + + + A consumer will pay one flat rate no matter what the usage level is. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + TOU rates vary by time of day and time of year. + + + + + + + + + + + + + + + + + + + + + + + The number associated with the TOU period. + + + + + The time of day from which the rate is applicable. (hh:mm:ss) + + + + + The time of day after which the rate is not applicable. (hh:mm:ss) + + + + + The time of day from which the rate is applicable. (hh:mm:ss) + + + + + The time of day after which the rate is not applicable. (hh:mm:ss) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tiered rates increase the per-unit price of a utility as usage increases. + + + + + + + + + + + + + + + + + + + + + + + For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing. + + + + + + + + + + + + The maximum amount of kWh used at which a kWh rate is applied. (kWh) + + + + + + + + + + + + The maximum amount of kW used at which a kW rate is applied. (kW) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Whether the rates increase or decrease as energy use increases. + + + + + + + + + + + + + + + + + + (RTP) - pricing rates generally apply to usage on an hourly basis. + + + + + + (VPP) - a hybrid of time-of-use and real-time pricing where the different periods for pricing are defined in advance (e.g., on-peak=6 hours for summer weekday afternoon; off-peak = all other hours in the summer months), but the price established for the on-peak period varies by utility and market conditions. + + + + + + (CPP) - when utilities observe or anticipate high wholesale market prices or power system emergency conditions, they may call critical events during a specified time period (e.g., 3 p.m.—6 p.m. on a hot summer weekday), the price for electricity during these time periods is substantially raised. Two variants of this type of rate design exist: one where the time and duration of the price increase are predetermined when events are called and another where the time and duration of the price increase may vary based on the electric grid’s need to have loads reduced. + + + + + + (CPR) - when utilities observe or anticipate high wholesale market prices or power system emergency conditions, they may call critical events during pre-specified time periods (e.g., 3 p.m.—6 p.m. summer weekday afternoons), the price for electricity during these time periods remains the same but the customer is refunded at a single, predetermined value for any reduction in consumption relative to what the utility deemed the customer was expected to consume. + + + + + + Other type of rate structure, or combination of other types. + + + + + + + + + Sector to which the rate structure is applicable. + + + + + + + + + + + + + Reference or hyper link for the rate schedule, tariff book. + + + + + The first date the rate schedule becomes applicable. (CCYY-MM-DD) + + + + + The date at which the rate schedule is no longer applicable. (CCYY-MM-DD) + + + + + The additional charge for low power factor. ($/kVAR) + + + + + + + + + + + + Minimum power factor that needs to maintained without any penalties. (0-1) (fraction) + + + + + + + + + + + + The fixed charge or fee billed monthly regardless of consumption. ($/month) + + + + + + + + + + + + Present if a billing mechanism is employed by utilities to credit onsite energy generation for this rate structure. + + + + + + Annual average rate to sell a unit of electricity back to the utility from customer site electricity generation through PV, wind etc. ($/kWh) + + + + + + + + + + + + + + + The annual average cost of providing an additional unit of energy or water. Units should be consistent with Resource Units. ($/unit) + + + + + + + + + + + + + + + + + + + The structure of how the various meters are arranged. + + + + + + + + + + + + + + Meters can be divided into several categories based on their capabilities. + + + + + + + + + + + + + + + + + + + + + This refers to the practice of supplementing fuel (electricity, natural gas, fuel oil.) by other means when there are interruptions in supply from the utility. + + + + + + + + + + + + + EIA Utility ID as found in EIA-861 and as available in OpenEI. + + + + + Name of utility company billing a Resource. + + + + + Name of an individual power plant to which the property is directly connected. + + + + + + + + + + + + + + The company responsible for maintaining the utility lines and the electric distribution to the property. Note that the EDU is not the just "the utility company." In some states the energy markets are deregulated. This means that a property may contract with Company A to provide the power supply (energy from the power plant), while Company B will continue to provide the electric distribution (Company B is the EDU). + + + + + Ratio of energy consumed at a central power plant to that delivered to a customer. + + + + + + + + + + + + + + + + + + Details about the resource use. For Level 1 Audits, this should include notes on meter sampling methodology (if sampling was used) and identification of irregularities in monthly energy use (SPC 211 Standard for Commercial Building Energy Audits sections 6.1.2.1.d and 6.1.2.1.j). + + + + + The boundary that encompasses the measured resource. + + + + + Water type used as a resource on the premises. + + + + + + Percentage of total consumption of this fuel type represented by this Resource Use record. (%) + + + + + Situation that applies if a resource is shared with multiple premises, such as shared chilled water among buildings. + + + + + + + + + + + + + + + Percentage of total consumption of this fuel type for the specified end use represented by this Energy Use record. (%) + + + + + Sum of all time series values for the past year, in the original units. (units/yr) + + + + + + + + + + + + Sum of all time series values for a particular or typical year, converted into million Btu of site energy. (MMBtu/yr) + + + + + + + + + + + + Links to all time series data used to calculate the AnnualFuelUse values. + + + + + + + + + + + + + + Units for peak demand. + + + + + + + + + + + Largest 15-min peak. (units) + + + + + + + + + + + + Largest 15-min peak. (kW) + + + + + + + + + + + + Annual cost of the resource ($) + + + + + + + + + + + + Fuel use intensity is the energy associated with the selected fuel type divided by the gross floor area. (units/ft2/yr) + + + + + + + + + + + + + + + ID of utility associated with this resource use. + + + + + + + + + + + + + + + + + The boundary that encompasses the measured emissions. + + + + + + + + + + + + + Category of greenhouse gas or other emission. + + + + + + + + + + + + + + + + Emissions factor associated with a Resource. (kg/MMBtu) + + + + + + + + + + + + Data source for emissions factors. + + + + + + + + + + + + + Emissions that result in gases that trap heat in the atmosphere. (MtCO2e) + + + + + + + + + + + + GHG Emission Intensity (kg CO2e/ft2) + + + + + + + + + + + + The avoided Greenhouse gas (GHG) emissions resulting from a renewable energy source or a system. (kg CO2e) + + + + + + + + + + + + Links to all time series data used to calculate the total GHG Emissions + + + + + + + + + + + + + + + + + + + + ID of the associated meter as seen by the facility manager + + + + + If this ResourceUse is intended to represent a submetered end use ('Total Lighting', 'Heating', 'Plug load', etc.), this ResourceUse should link to a parent ResourceUse that this would 'roll up to'. + + + + + + + + + + + + + + + + + The annual amount of all the energy the premises consumes onsite, as reported on the utility bills. Calculated as imported energy (Eimp) - exported energy (Eexp) - net increase in stored imported energy (Es) (per ASHRAE 105-2014 Figure 5.6). (kBtu) + + + + + + + + + + + + The Site Energy Use divided by the premises gross floor area. (kBtu/ft2) + + + + + + + + + + + + The total annual amount of all the raw resource required to operate the premises, including losses that take place during generation, transmission, and distribution of the energy. (kBtu) + + + + + + + + + + + + + The annual amount of all the energy the building consumes onsite. Calculated as imported energy (Eimp) + onsite renewable energy (Eg) - exported energy (Eexp) - net increase in stored imported energy (Es) (per ASHRAE 105-2014 Figure 5.6). (kBtu) + + + + + + + + + + + + The Building Energy Use divided by the premises gross floor area. (kBtu/ft2) + + + + + + + + + + + + Energy imported annually (per ASHRAE 105-2014 Figure 5.6). (MMbtu/ft2) + + + + + + + + + + + + Energy produced onsite annually (per ASHRAE 105-2014 Figure 5.6). (MMbtu/ft2) + + + + + + + + + + + + Energy exported annually (per ASHRAE 105-2014 Figure 5.6). (MMbtu/ft2) + + + + + + + + + + + + Net increase in stored energy annually (per ASHRAE 105-2014 Figure 5.6). (MMbtu/ft2) + + + + + + + + + + + + The annual cost associated with a selected 12 month time period for a premises. It can be an individual value for different energy types, and can also be an aggregated value across all energy types. ($) + + + + + + + + + + + + The Energy Cost divided by the premises gross floor area. ($/ft2) + + + + + + + + + + + + The portion of energy produced from the onsite renewable energy system(s) that is exported (not used onsite). (kWh) + + + + + + + + + + + + Total electricity produced from resources that do not deplete when their energy is harnessed, such as sunlight, wind, waves, water flow, biological processes such as anaerobic digestion and geothermal energy. (kWh) + + + + + + + + + + + + Peak demand in the summer. (kW) + + + + + + + + + + + + Peak demand in the winter. (kW) + + + + + + + + + + + + + Annual water use from different sources. (kgal) + + + + + + + + + + + + Water use from different sources divided by the premises gross floor area. (kgal/ft2) + + + + + + + + + + + + Annual cost of water. ($) + + + + + + + + + + + + Annual volume of water that is returned to a wastewater treatment facility. (kgal) + + + + + + + + + + + + Annual Average GHG Emissions. (MtCO2e) + + + + + + + + + + + + Annual Marginal GHG Emissions. (MtCO2e) + + + + + + + + + + + + Annual GHG Emission Intensity. (kg CO2e/ft2/year) + + + + + + + + + + + + + + + + + + Type of data recorded by the meter or other source. + + + + + + + + + + + + + WARNING: This enumeration is being deprecated, use auc:TimeSeriesReadingQuantity/Cost instead + + + + + + + + + When ReadingType is "Peak", this element specifies when the peak occurred. + + + + + + + + + + + + + Type of energy, water, power, weather metric included in the time series. + + + + + + WARNING: This enumeration is being deprecated, use Cost instead + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The duration of the time series in the units provided by IntervalDurationUnits + + + + + The units of the time series IntervalDuration + + + + + + The numerical value of the reading. This has to be paired with Reading Type to specify whether this reading is mean, point, median, peak or minimum. + + + + + + + + + + + + Phase information associated with electricity readings. + + + + + + + + + + + + + + + + + + + + + + + + + + + Direction associated with current related time series data. + + + + + + + + + + + + Heating degree days are calculated as the sum of the differences between daily average temperatures and the base temperature, calculated at the ASHRAE base temperature of 50F, unless otherwise specified. Use the Interval Frequency term to characterize whether the HDD calculation is for annual or monthly intervals. (°F-days) + + + + + + + + + + + + Cooling degree days are calculated as the sum of the differences between daily average temperatures and the base temperature, calculated at the ASHRAE base temperature of 65F, unless otherwise specified. Use the Interval Frequency term to characterize whether the HDD calculation is for annual or monthly intervals. (°F-days) + + + + + + + + + + + + + + ID number of resource use that this time series contributes to. This field is not used for non-energy data such as weather. + + + + + + + + ID number of weather station this time series contributes to. + + + + + + + + + + + + + + Type of action associated with the measure. + + + + + + + + + + + + ID numbers of any existing systems replaced by the measure. + + + + + + + + ID numbers of alternative systems that would replace the existing systems. + + + + + + + + + + + + + + + + + + + + + + ID numbers of any existing systems affected by the measure. + + + + + + + + ID numbers of alternative systems that represent "improvements" to existing systems. + + + + + + + + + + + + + + + + + + + + + + ID numbers of alternative systems that would be added as part of the measure. + + + + + + + + + + + + + + + + + + + + + + ID numbers of any existing systems removed as part of the measure. + + + + + + + + + + + + + + + + + + + Category of building system(s) affected by the measure. In some cases a single measure may include multiple components affecting multiple systems. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Authorized technology category as defined by the Federal Energy Management Program (FEMP). In some cases a single measure may include multiple components affecting multiple categories. + + + + + + Boiler plant improvements. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chiller plant improvements. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Building Automation Systems (BAS) or Energy Management Control Systems (EMCS). + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + Other measure related to heating, ventilating, and air conditioning (HVAC). + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lighting improvements. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Building envelope modifications. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chilled water, hot water, and steam distribution systems. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Conveyance systems such as elevators and escalators. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + Electric motors and drives other than those for conveyance systems. + + + + + + Short description of measure + + + + + + + + + + + + + + + + + + + Refrigeration. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + Distributed generation. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + Renewable energy systems. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + Energy and utility distribution systems. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + Service hot water (SHW) and domestic hot water (DHW) systems. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Water and sewer conservation systems. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Electrical peak shaving and load shifting. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + Energy cost reduction through rate adjustments. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + Energy related process improvements. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + Advanced metering systems. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + Appliance and plug-load reductions. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + + Data center energy conservation improvements. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + + + + Alternative water sources options for water saving. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + + + + + Kitchen improvements. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + + + + + Improvements for laboratory and medical equipments. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Improvements for irrigation systems and landscaping. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + + + + + + Improvements for washing equipments and techiques. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + + + + + + + + Measures reserved for future and other ECMs. + + + + + + Short description of measure. + + + + + + + + + + + + + Category heading for measures that are necessary for health, comfort, or safety reasons, not for energy efficiency reasons. + + + + + + Short description of measure. + + + + + + + + Category heading for measures that don't fit into another category. + + + + + + Short description of measure. + + + + + + + + + + + + + + + + + + + Scale at which the measure is applied, such as an individual system, multiple systems, or entire facility. + + + + + + + + + + + + + + + + + + Custom name of the measure, i.e. the name of the simulated measure. + + + + + Long description of measure. + + + + + + + Recommended approach for verification of energy savings for this measure, based on the International Performance Measurement and Verification Protocol (IPMVP). + + + + + + + + + + + + + + + Productive life that can be expected of measure or a project. (yrs) + + + + + + + + + + + + The sum of the initial expenditures to implement each occurrence of the measure; includes items such as equipment, transportation, installation, preparation for service, as well as other costs directly related to the measure. Soft costs related to project planning and management should not be included for individual measures. ($) + + + + + + + + + + + + Cost of measure installation activity. ($) + + + + + + + + + + + + Costs of material needed to implement the measure. ($) + + + + + + + + + + + + Estimated cost of replacing the measure at the end of its useful life, in current year dollars. ($) + + + + + + + + + + + + The remaining value of the equipment associated with a measure or package at the end of the analysis period. ($) + + + + + + + + + + + + True if measure is recommended. + + + + + Start date for implementation of a project or a measure. (CCYY-MM-DD) + + + + + Date when majority of the project or measure was completed and implemented (substantial completion). (CCYY-MM-DD) + + + + + Implementation status of measure. + + + + + + + + + + + + + + + + + + + + + Reason why the proposed measure was discarded, if appropriate. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Date of DateType enumeration. (CCYY-MM-DD) + + + + + Type of AuditDate. + + + + + + + + + + + + + + Custom name if DateType is Custom. + + + + + + + + + + + The status of an audit filing, used to clarify whether or not this audit report is an initial submission (Initial filing) or an amendment to a previously submitted report (Amended filing). + + + + + + + + + + + True if the audit report was submitted before the compliance deadline. + + + + + Energy audit level as defined in SPC 211 Standard for Commercial Building Energy Audits. + + + + + + + + + + + + + The facility audit terms used in the FEMP Facility Evaluation (Audit) resources that satisfy EISA 432 requirements + + + + + + A basic onsite audit meets the minimum requirements for onsite facility evaluations + + + + + + + + + + + + A more in-depth facility evaluation that is performed when project development is the focus and a more precise LCCA is required + + + + + + + + + + + + + + + A facility evaluation performed without a site visit and analysis of datasets from specific building systems or operations to derive opportunities for energy efficiency, water efficiency, and renewable energy generation + + + + + + + + + + + + A facility evaluation performed without a site visit and rigorous analysis of building systems and operations to identify opportunities for energy efficiency, water efficiency, and renewable energy generation + + + + + + + + + + + + + + True if an assessment of retro- or re-commissioning measures was completed as part of the audit. + + + + + Total cost associated with the audit. ($) + + + + + + + + + + + + Discount factor applied to calculate present values of future cash flows. (0-100) (%) + Discount factors $v$ are related to discount rates $i$ by the following equation: $v=\frac{1}{1+i}$. + + + + + + + + + + + + Discount rate applied to calculate present values of future cash flows. (0-100) (%) + Discount rates $i$ are related to discount factors $v$ by the following equation: $i=\frac{1-v}{v}$ where $v \neq 0$. + + + + + + + + + + + + Period used for financial analysis. Can be combined with IntervalFrequency to specify the units. (yrs) + + + + + + + + + + + + Assumed annual increase in natural gas price. (%) + + + + + + + + + + + + Assumed annual increase in electricity price. (%) + + + + + + + + + + + + Assumed annual increase in water price. (%) + + + + + + + + + + + + + + + + + + + Assumed annual increase in price for the specified resource. (0-100) (%) + + + + + + + + + + + + Assumed annual inflation rate for non-energy costs. (%) + + + + + + + + + + + + + + + Qualifications of audit team. + + + + + + Qualification of auditor responsible for the audit report. + + + + + Certificate number, license number, etc., of AuditorQualification. + + + + + If AuditorQualification is state-issued, the state the qualification is from. + + + + + Date that the AuditorQualification expires. (CCYY-MM-DD) + + + + + Contact ID of auditor team member with certification. + + + + + + + + Type of certification held by an auditor team member. + + + + + The number of years the energy auditor has been conducting audits professionally. + + + + + + + + + + + + + + + + + + + Conditions under which the building is exempt from a mandated audit. + + + + + + + + + + + + + + + + + + Utility associated with a scenario or scenarios. + + + + + + + + Contact ID of auditor responsible for the audit report. + + + + + + + + + + + + + + + + + + + + + + Type of central heating system, defined as any source of heating energy separate from the zone being heated. Local heating systems (such as packaged systems and fan-coils) are recorded in a separate data field. + + + + + + + + + + + Type of cooling plant. Zonal cooling is recorded in a separate data field. Use of fans or blowers by themselves without chilled air or water is not included in this definition of cooling. Stand-alone dehumidifiers are also not included. + + + + + + + + + + + Type of condenser used for refrigerant-based systems. + + + + + + + + + + + + + + Identifies whether a system is single or multi-zone. + + + + + + + + + + + + + + + + + + Source of energy used for heating the zone. + + + + + + ID number of HeatingPlant serving as the source for this zonal system. + + + + + + + + + + + + General type of furnace used for space heating. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + General type of heat pump used for space heating. + + + + + + + + + + + + + + Minimum outside temperature at which the heat pump can operate. (°F) + + + + + + + + + + + + Backup fuel used by the heat pump. + + + + + Annual Fuel Utilization Efficiency (AFUE) of backup system for heat pump. + + + + + + + + + + + + + + ID number of HeatingPlant serving as the source for this heat pump. + + + + + + + + + + + + + + + + + Medium used to transport heat from a central heating system to individual zones. + + + + + + + + + + + + + + + + + + + + + Output capacity of equipment. + + + + + + + + + + + + + + + + + Main fuel used by the system. + + + + + + List of controls for HeatingSource. + + + + + + Control for HeatingSource. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Source of energy used for cooling the zone. + + + + + + ID number of CoolingPlant serving as the source for this zonal system. + + + + + + + + + + + General type of heat pump used for space heating. + + + + + + + + + + + + + + + + + + + + Type of compressor in the chiller. + + + + + + + + + + + + + + + + + + + + + + + + + + Defines the type of evaporative cooler operation. + + + + + + + + + + + + + + + + + + + + + + Medium used to transport cooling energy from a central cooling system to individual zones. + + + + + + + + + + + + + + + + + + + + + + + + Main fuel used by the system. + + + + + + List of controls for CoolingSource. + + + + + + CoolingSource control. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A type of HVAC equipment serving a single thermal zone, such as a hotel room PTHP/PTAC. + + + + + + + + + + Type of convection equipment used for heating and cooling at the zone. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Method for delivering air for heating and cooling to the zone. + + + + + + + + + + + + + + + Type of terminal unit serving each zone of a central air distribution system. + + + + + + + + + + + + + + + + + + + + + Energy source used to provide reheat energy at a terminal unit. + + + + + + + + + + + + + + + The air/temperature control strategy for VAV systems with reheat boxes. + + + + + + + + + + + + + + + + + + + + + + + + + + ID number of the HeatingSource associated with this delivery mechanism. + + + + + + + + + WARNING: This element is being deprecated, use auc:Capacity of linked systems instead. + + + + + WARNING: This element is being deprecated, use auc:CapacityUnits of linked systems instead. + + + + + Main fuel used by the system. + + + + + List of controls for DeliverySystem. + + + + + + DeliverySystem control. + + + + + + + + + + + + + + + + + + Defines whether a system is currently present in the building, or if it is a proposed alternative or past system. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Frequency of maintenance on the premises or equipment. + + + + + + + + + + + + + + + + + + + + Primary HVAC type. WARNING: This element is being deprecated, use PrincipalHVACSystemType instead. + + + + + + + + + + + + + + + + + + + + + + + + + + + + HVAC equipment control strategies. + + + + + + HVAC equipment control strategy. + + + + + + + + + + + + + + + + + + + + + + + + + + Configuration of ducts. + + + + + + + + + + + + + + + Minimum outside air percentage allowed. + + + + + + + + + + + + + WARNING:This element is being deprecated in version 3.0, use MaximumOutsideAirFlowRate. The maximum flow rate of outside air that the system is able to deliver. For systems with economizing or demand controlled ventilation capability, this is the outdoor air flow rate when the outdoor air (OA) damper is fully open and the fan speed is at maximum. (cfm) + + + + + + + + + + + + The maximum flow rate of outside air that the system is able to deliver. For systems with economizing or demand controlled ventilation capability, this is the outdoor air flow rate when the outdoor air (OA) damper is fully open and the fan speed is at maximum. (cfm) + + + + + + + + + + + + + + Condition of duct sealing. + + + + + + + + + + + + + + + R-value of duct insulation. (ft2-F-hr/Btu) + + + + + + + + + + + + Total surface area of ducts associated with this air distribution system. (ft2) + + + + + + + + + + + + Percentage of supply duct surface area that is located within conditioned space. (0-100) (%) + + + + + + + + + + + + Percentage of return duct surface area, including the air handler, that is located within conditioned space. (0-100) (%) + + + + + + + + + + + + The expected or installed internal static pressure of the system at full supply fan speed including all filters, coils, and accessories. (Pa) + + + + + + + + + + + + Type of duct material. + + + + + + + + + + + + + + + + + + + + Method used to estimate duct leakage. + + + + + + + + + + + + + + Duct leakage found from pressure test. (cfm) + + + + + + + + + + + + Fraction of total duct leakage that is on the supply side. Remainder is assumed to be on the return side. (0-1) (fraction) + + + + + Duct leakage found from pressure test. Reported as a percentage. (0-100) (%) + + + + + + + + + + + + The number of systems meeting these specifications on the premises. A system can be a single unit, or the whole collection of units. The boundary of system is defined by the reported characteristics. For example, you can report the capacity per unit for 4 units, in which case the capacity is 1/4 of the total installed capacity and the quantity is 4; or you can report the total installed capacity of the combined 4 units, in which case, the capacity is the total installed capacity and the quantity is 1. + + + + + Physical location of system. + + + + + Year the system was originally installed in the building. (CCYY) + + + + + Year the product was produced and labeled by the manufacturer. (CCYY) + + + + + Manufacturer of the product. + + + + + Model or catalog number that can be used to identify more detailed component or asset characteristics. + + + + + Heating delivery system supported by the air-distribution system. + + + + + + + + Cooling delivery system supported by the air-distribution system. + + + + + + + + + + + + + + + + + + + + General type of boiler used for space or water heating. + + + + + + + + + + + + + + + + Year that the burner was installed. + + + + + + + + + + + + + + Output capacity of equipment. + + + + + + + + + + + + + + + + + + + + + Independent organization has verified that product or appliance meets or exceeds the standard in question (ENERGY STAR, CEE, or other). + + + + + Insulation R-Value of hot water storage tank. (hr-ft2-F/Btu) + + + + + + + + + + + + Insulation thickness of hot water storage tank. (in.) + + + + + + + + + + + + The minimum flow rate of water required while the boiler is firing. (gpm) + + + + + + + + + + + + + Temperature of water returning to the equipment. (°F) + + + + + + + + + + + + + Times when the HVAC equipment is setback. For example, when the heat is lowered during the heating season, or the cooling setpoint increased during the cooling season. + + + + + + + + + + + + + + + + + + The percentage of condensed steam that is returned to the boiler. (0-100) (%) + + + + + + + + + + + + + + + + + + + + General type of district heating used for space or water heating. + + + + + + + + + + + + + + + + Output capacity of equipment. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Output capacity of equipment. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Does the building/system include or connect to a building automation or management system? + + + + + HeatingPlant equipment control strategies. + + + + + + + + + + + + + + + + + + + + + Type of chiller. + + + + + + + + + + + + + Vehicle for driving the compressor used in a chiller. + + + + + + + + + + + + + + + Type of compressor in the chiller. + + + + + + + + + + + + + + + + + + + + + Source of heating energy for regeneration. + + + + + + + + + + + + + + + Number of stages in regeneration process. + + + + + + + + + + + + + + + Capacity of the system. + + + + + + + + The part load ratio of the chiller below which hot gas bypass (HGBP) operates. (0-1) (fraction) + + + + + + Times when the HVAC equipment is setback. For example, when the heat is lowered during the heating season, or the cooling setpoint increased during the cooling season. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type of condenser associated with the cooling plant. The usage of this element is not recommended except for Audit Template use cases. User is recommended to use CondenserPlant instead. + + + + + + + + + + + + + + + + + Does the building/system include a building automation or management system? + + + + + CoolingPlant equipment control strategies. + + + + + + + + + + + + + + + + + + + + + If exists then the unit uses evaporative cooling to enhance heat rejection from the condenser coils. + + + + + + The threshold outside air dry-bulb temperature above which evaporative condenser operates. (°F) + + + + + + + + + + + + The threshold outside air dry-bulb temperature below which evaporative condenser operates. (°F) + + + + + + + + + + + + + + + + The condenser fan control option used by the unit. If the unit has several constant-speed condenser fans that stage on in conjunction with multiple compressors, this should be set to "Stepped Speed." + + + + + + + + + + + + + + + True if a valve is used to split the condenser loop to better control head pressure. + + + + + The ambient air temperature under design conditions. (°F) + + + + + + + + + + + + The difference between the condensing temperature of the refrigerant in the condenser and the design ambient temperature. (°F) + + + + + + + + + + + + Capacity of the system. + + + + + + + + + + + + Type of water-cooled condenser. + + + + + + + + + + + + + + + If exists then the cooling system has a water-side economizer to provide free cooling. + + + + + + + + + + + + + Cooling tower fan control type. + + + + + + + + + + + + + + Cooling tower temperature control type. + + + + + + + + + + + + Cooling tower cell control type. + + + + + + + + + + + + + The number of cells in the cooling tower. Each cell has its own fan, water flow allowing for responding to lower load conditions. + + + + + + + + + + + + Capacity of the system. + + + + + + + + + + + + + + + + + + + + + + + + + If exists then the cooling system has a water-side economizer to provide free cooling. + + + + + + + The water temperature that the equipment supplies, such as the chilled water temperature setpoint for a chiller, or hot water temperature setpoint for water leaving a boiler. (°F) + + + + + + + + + + + + + + + + + + + + + + + + + + + Capacity of the system. + + + + + + + + + + + + + Capacity of the system. + + + + + + + + + + + + + + + + Does the building/system include a building automation or management system? + + + + + CondenserPlant equipment control strategies. + + + + + + + + + + + + + + + + Type of space conditioning equipment that is not classified as heating, cooling, or air-distribution. This category includes ventilation, dehumidification, humidification, and air cleaning systems. + + + + + + + + + Humidification type in air-distribution system. + + + + + + + + + + + + + Relative humidity below which moisture is added to the space. (0-100) (%) + + + + + + + + + + + + + + + Ratio of annual system load to the annual system energy consumption (similar to a whole system COP). A higher value indicates less heating and/or cooling energy use to meet the loads, and therefore represents a more efficient HVAC system. SPR can be used to describe the heating, cooling, and overall HVAC systems. + + + + + + + + + + + Dehumidification type in air-distribution system. + + + + + + + + + + + + + Relative humidity above which moisture is removed from the space. (0-100) (%) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type of ventilation, and use of heat recovery. + + + + + + + + + + + + + + + + + True if ventilation system is controlled based on level of occupancy or pollutants, false otherwise. + + + + + + Method used to determine overall ventilation rate for multiple zones. + + + + + + + + + + + + + + + + + + + + + + + + + Location of spot exhaust ventilation system. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Average rate of natural ventilation when used. Units depend on ventilation method. (cfm) + + + + + + + + + + + + Strategy for introducing natural ventilation. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + List of controls for other HVAC systems. + + + + + + Other HVAC system control. + + + + + + + + + + + + + Level of integration with primary heating and cooling sources and delivery systems. + + + + + + + + + + + + + + List of connections to air distribution systems. + + + + + + Connect to an air distribution system + + + + + + + + + + + + + + + + + + Principal HVAC type. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A lamp is a replaceable component, or bulb, which is designed to produce light from electricity, though, non-electric lamps also exist. + + + + + + + + + Specific lamp subtype used in the luminaire. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific lamp subtype used in the luminaire. + + + + + + + + + + + + + + + + + + + Length of fluorescent lamps. + + + + + + + + + + + + + + + + + + + Specific lamp subtype used in the luminaire. + + + + + + + + + + + + + + + + + + + + + + Specific lamp subtype used in the luminaire. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific lamp subtype used in the luminaire. + + + + + + + + + + + + + + + Start technology used with metal halide ballasts. + + + + + + + + + + + + + + + + + + + Specific lamp subtype used in the luminaire. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A ballast is a piece of equipment required to control the starting and operating voltages of electrical gas discharge lights. + + + + + + + + + + + + + + + + + Voltage rating for this LightingSystem. + + + + + + + + + + + + + + + + + + + + Installation of lamp relative to mounting surface. + + + + + + + + + + + + + + + Directional characteristics of lighting fixtures. + + + + + + + + + + + + + + + + + If exists then the lighting system can be dimmed across a range of outputs. + + + + + + Minimum light output of controlled lighting when fully dimmed. Minimum light fraction = (Minimum light output) / (Rated light output). (0-1) (fraction) + + + + + The minimum power fraction when controlled lighting is fully dimmed. Minimum power fraction = (Minimum power) / (Full rated power). (0-1) (fraction) + + + + + + + + The percentage of the premises that the LightingSystem applies to. This may be for the whole building or an individual space, depending on the LinkedPremises field. + + + + + + + + + + + + Installed power for this system. (kW) + + + + + + + + + + + + The number of watts per lamp. (W) + + + + + The number of lamps in the luminaire. + + + + + + + + + + + + The number of lamps driven by the ballast. + + + + + + + + + + + + The number of ballasts installed in each luminaire or fixture. + + + + + + + + + + + + Total number of luminaires/fixtures in this system. + + + + + + + + + + + + True if lighting system is primarily for outside lighting, false otherwise. + + + + + Type of reflector used to distribute light to the space. + + + + + + + + + + + + + + The amount of light (luminous flux) produced by a light source, usually measured in lumens, as a ratio of the amount of power consumed to produce it, usually measured in watts. (lm/W) + + + + + + + + + + + + Distance from the finished floor to the work plane. Used to calculate vertical distance from the work plane to the centerline of the lighting fixture. (ft) + + + + + + + + + + + + Vertical height of luminaire above the finished floor/ground. (ft) + + + + + + + + + + + + Average horizontal spacing of fixtures. (ft) + + + + + + + + + + + + The expected remaining service life of a component. (hrs) + + + + + + + + + + + + List of system operation controls. + + + + + + Type of system operation control. + + + + + + + + + + + + + + + + Establishes whether the system applies to one or more entire buildings, section, spaces, or zones within buildings. Power consuming system loads should be distributed in proportion to the floor areas of LinkedPremises. Envelope systems should be distributed in proportion to the exterior surface areas of linked premises. + + + + + + + + + + + + Principal Lighting type for a building or a section. The usage of this element is not recommended except for Audit Template use cases. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type of water heating equipment for hot running water. + + + + + + + + + Direct or indirect heating of hot water tank. + + + + + + + + + Direct source of heat for hot water tank. + + + + + + + + + + + + + + + + + + + Source of heat for indirect-fired hot water tank. + + + + + + + + + The fraction of total energy transfer between the evaporator coil and air that is associated with sensible capacity (change in air temperature) expressed as a dimensionless value, and at the rated conditions prescribed for this system. (0-1) (fraction) + + + + + The minimum ambient operating temperature for the compressor. This can be inferred from the operating range of the heat pump. Below this value, the heat pump will not operate and the supplemental heating system is required to produce hot water, thus reducing the efficiency of the heat pump water heater. (°F) + + + + + + + + + + + + + + + + + + + Basic function of solar thermal system. + + + + + + + + + + + + + + + Area of solar collector exposed to solar radiation. (ft2) + + + + + + + + + + + + Heat transfer medium and controls used for the solar collector loop. + + + + + + + + + + + + + + + + Type of solar energy collector used in a solar hot water or space heating system. + + + + + + + + + + + + + + + + + Degrees clockwise from North. For a premises, it is the azimuth of the front facing element. It can also be applied to envelope components, such as walls, windows (fenestration), as well as onsite generation technologies, such as photovoltaic panels. (0 - 360) (degrees) + + + + + + + + + + + + The angle from a horizontal surface; can be applied to an opaque surface, a fenestration unit, a solar panel, etc. (degrees) + + + + + + + + + + + + Volume of any separate solar energy storage tank, not the primary service hot water tank. (gal) + + + + + + + + + + + + List of controls for solar hot water. + + + + + + Solar hot water control. + + + + + + + + + + + + + + + + + + + + + ID number of HeatingPlant serving as the source for this hot water system. + + + + + + + + + + + + + + + + + + + + + + + + Hot water tank volume. (gal) + + + + + + + + + + + + Vertical height of hot water tank. (in.) + + + + + + + + + + + + Perimeter of hot water tank. (in.) + + + + + + + + + + + + The ratio of energy delivered to heat cold water compared to the energy consumed by the water heater, as determined following standardized DOE testing procedure. (0-1) (fraction) + + + + + + + + + + + + (Also known as thermal resistance), quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. (hr-ft2-F/Btu) + + + + + + + + + + + + Insulation thickness of hot water storage tank. (in.) + + + + + + + + + + + + The heat loss coefficient to ambient conditions. (UA) (Btu/hr/ft2/°F) + + + + + + + + + + + + + + + + + + Source of heat for instantaneous water heater. + + + + + + + + + + + + + + + + + + + + + + + + Details about the DHW system. For example, methods of evaluation used to determine condition or efficiency. + + + + + If exists then recirculation loops are used to minimize wait times for hot water. + + + + + + The total number of hot water recirculation loops coming from and returning to a specific water heater. + + + + + + + + + + + + Flow rate in primary hot water recirculation loop. Zero or blank if there is no recirculation loop. (gal/hr) + + + + + + + + + + + + Type of control for recirculation loop. + + + + + + + + + + + + + + + + + Rate of heat loss from the recirculation loop when operating. (MMBtu/hr) + + + + + + + + + + + + + + + Manner in which hot water is distributed. + + + + + + + + + + + + + + + + + + + + + + + + A factor is used to compare the relative efficiency of water heaters, dishwashers, clothes washers, and clothes dryers. + + + + + + + + + + + + Average daily volume of hot water provided by this system. (gal) + + + + + + + + + + + + The water temperature that the equipment supplies, such as the chilled water temperature setpoint for a chiller, or hot water temperature setpoint for water leaving a boiler. (°F) + + + + + + + + + + + + A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. (Btu/hr) + + + + + + + + + + + + + + + List of controls for domestic hot water. + + + + + + Domestic hot water control. + + + + + + + + + + + + + + + Establishes whether the system applies to one or more entire buildings, sections, spaces, or zones within buildings. Power consuming system loads should be distributed in proportion to the floor areas of linked premises. Envelope systems should be distributed in proportion to the exterior surface areas of linked premises. + + + + + + + + + + + + + + Short description of the type and purpose of cooking equipment. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Number of meals cooked per year using this equipment. + + + + + + + + + + + + Energy use per meal for this equipment. (Btu) + + + + + + + + + + + + Total volume of water (hot and cold) used per day for this equipment. (gal/day) + + + + + + + + + + + + + + + + + + + + + Establishes whether the system applies to one or more entire buildings, sections, spaces, or zones within buildings. Power consuming system loads should be distributed in proportion to the floor areas of linked premises. Envelope systems should be distributed in proportion to the exterior surface areas of linked premises. + + + + + + + + + + + + + + Basic type of refrigeration equipment. + + + + + + + + + That portion of the total refrigeration capacity of a liquid cooler that produces useful cooling. This is the product of the mass flow rate of liquid, specific heat of the liquid, and the difference between entering and leaving liquid temperatures, expressed in energy units per unit of time. It is represented also by the total refrigeration capacity less the heat leakage rate. (MMBtu/hr) + + + + + + + + + + + + Amount of heat energy rejected to its surroundings by a condenser. (MMBtu/hr) + + + + + + + + + + + + + The temperature of the refrigerant vapor returning to the compressor or condensing unit. (°F) + + + + + + + + + + + + Number of return lines from refrigerated cases to the compressor. + + + + + + + + + + + + True if mechanical or electronic regulators are used to maintain the suction temperature in the individual cases. + + + + + True if there is a heat exchanger, after the condenser, for subcooling the condensed refrigerant. + + + + + Diameter of the refrigerant return line exiting refrigerated cases. (in.) + + + + + + + + + + + + + + + Type of compressor in the refrigeration system. + + + + + + + + + + + + + + + If exists then a device is used for controlling compressor capacity by rendering one or more cylinders ineffective. + + + + + + Number of stages available for unloading the compressor. + + + + + + + + + + + + + + + True if the level of refrigerant superheat is controlled using a desuperheat valve. + + + + + True if a crankcase heater is used to prevent condensation when the unit is off. + + + + + + + + + + + + + + + + Refrigeration equipment includes a refrigerator or freezer used for storing food products at specified temperatures, with the condensing unit and compressor built into the cabinet, and designed for use by commercial or institutional premises, other than laboratory settings. These units may be vertical or chest configurations and may contain a worktop surface. + + + + + + + + + + + + + + Door configuration of the refrigerator/freezer unit. + + + + + + + + + + + + + + True if refrigerated equipment has doors, false if not. + + + + + Orientation of refrigerated case doors used for display cases at stores, food-service establishments. + + + + + + + + + + + + + Type of defrost strategy used for refrigerated cases. + + + + + + + + + + + + + + + + + + Average power used by lamps in refrigerated cases. (W) + + + + + Size of refrigeration equipment. (ft3) + + + + + + + + + + + + If exists then refrigerated cases include anti-sweat heaters. + + + + + + The total power associated with anti-sweat heaters for glass display doors for a refrigerated cases of this type. (W) + + + + + + + + + + + + True if anti-sweat heaters are controlled to minimize energy use. + + + + + + + + + + + Power for refrigeration equipment. (W) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + They type of dishwasher machine such as being either stationary rack or conveyor. + + + + + + + + + + + + + A machine designed to clean and sanitize plates, pots, pans, glasses, cups, bowls, utensils, and trays by applying sprays of detergent solution (with or without blasting media granules) and a sanitizing rinse. + + + + + + + + + + + + + + + + + + + + The sector where dishwasher equipment is commonly used. + + + + + + + + + + + + + + Average number of loads of dishes washed per week. + + + + + + + + + + + + Energy Factor (EF) was the ENERGY STAR dishwasher energy performance metric prior to 2009. EF is expressed in cycles per kWh. A higher EF value means a dishwasher is more efficient. EF is the reciprocal of the sum of the machine electrical energy per cycle, M, plus the water heating energy consumption per cycle, W: EF = 1/(M + W). This equation may vary based on dishwasher features such as water heating boosters or truncated cycles. The federal EnergyGuide label on dishwashers shows the annual energy consumption and cost, which use the energy factor, average cycles per year, and the average cost of energy. The EF does not appear on the EnergyGuide label. Unlike annual energy use, the EF does not take into account the estimated annual energy use in standby mode. (cycles/kWh) + + + + + + + + + + + + The estimated per cycle water of a dishwasher under typical conditions, expressed as the number of gallons of water delivered to the machine during one cycle. Measured by DOE test procedure. Water use depends on settings chosen. (gal/cycle) + + + + + + + + + + + + List of controls for dishwasher. + + + + + + Dishwasher control. + + + + + + + + + + + + + + + + + + + + + + + + + Type of laundry system. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type of washer/dryer combination unit. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Quantity of laundry processed onsite annually. (lb/yr) + + + + + + + + + + + + Number of loads of laundry per week. (loads/wk) + + + + + + + + + + + + List of controls for laundry system. + + + + + + LaundrySystem control. + + + + + + + + + + + + + + + + + + + + + + + + + Efficiency of the pump under rated conditions. (0-1) (fraction) + + + + + + + + + + + + The maximum flow rate of fluid through the pump in gallons per minute. (gal/min) + + + + + + + + + + + + The minimum flow rate of fluid through the pump in gallons per minute. (gal/min) + + + + + + + + + + + + Actual flow rate of pump under normal operating conditions. (gal/min) + + + + + + + + + + + + Pump power at maximum flow rate. (kW) + + + + + + + + + + + + Type of pump speed control. + + + + + + + + + + + + + + + Defines how pump operation is controlled. + + + + + + + + + + + + + + Primary, secondary, or tertiary pump. + + + + + + + + + + + + + + + Type of system served by the pump. + + + + + + + + + + + + + + + + + + + + + + + + + List of controls for pump system. + + + + + + Pump system control. + + + + + + + + + + + + + + + + + + + + + + + + + Efficiency of the fan, excluding motor and drive. (0-1) (fraction) + + + + + + + + + + + + Maximum air flow produced by the fan. (cfm) + + + + + + + + + + + + + Actual flow rate of fan under normal operating conditions. WARNING: this element is being deprecated, use FanInstalledFlowRate instead. (cfm) + + + + + + + + + + + + Actual flow rate of fan under normal operating conditions. (cfm) + + + + + + + + + + + + + The lowest rated flow rate for a fan. (cfm) + + + + + + + + + + + + Fan power at maximum flow rate (full load). (W) + + + + + + + + + + + + The minimum power draw of the fan, expressed as a ratio of the full load fan power. (0-1) (fraction) + + + + + Method of generating air flow. + + + + + + + + + + + + + Type of belt drive in fan unit. + + + + + + + + + + + + + + + Application of fan (supply, return, or exhaust). + + + + + + + + + + + + + + Type of air flow control. + + + + + + + + + + + + + + Placement of fan relative to the air stream. + + + + + + + + + + + + + + + True if the fan motor is located within the air stream. + + + + + The design static pressure for the fan. (Pa) + + + + + + + + + + + + The number of discrete operating speeds for the supply-fan motor when the unit is in cooling mode, excluding "off." Only used if flow control is "stepped." + + + + + + + + + + + + The number of discrete operating speeds for the supply-fan motor when the unit is in heating mode, excluding "off." Only used if flow control is "stepped." + + + + + + + + + + + + List of controls for FanSystem. + + + + + + FanSystem control. + + + + + + + + + + + + + + + + + + + + + + + + + + The number of full revolutions in a unit of time and is used to assign MotorEfficiency. 2008 NR ACM table N2-20 has four speeds: 3600 rpm, 1800 rpm, 1200 rpm, 900 rpm. + + + + + + + + + + + + The brake horsepower of the motor before the loss in power caused by the gearbox, alternator, differential, water pump, and other auxiliary components. (hp) + + + + + + + + + + + + The nameplate (rated) horsepower of the motor. (hp) + + + + + + + + + + + + Indicates how well the motor converts electrical power into mechanical power and is defined as output power divided by input power expressed as a percentage. (0-100) (%) + + + + + + + + + + + + A measure of how much power transferred through the drive is lost as heat, expressed as a percentage. (0-100) (%) + + + + + + + + + + + + Current draw of motor at full capacity. (amps) + + + + + + + + + + + + The number of pole electromagnetic windings in the motor's stator and used to assign MotorEfficiency. Pole count is always a multiple of 2. + + + + + + + + + + + + Defines if the motor is open or enclosed. + + + + + + + + + + + + + Type of system served by the motor. + + + + + + + + + + + + + + + + + List of controls for MotorSystem. + + + + + + MotorSystem control. + + + + + + + + + + + + + + + + + + + + + + + + + + Efficiency of sensible heat recovery as a percentage. (0-100) (%) + + + + + + + + + + + + The net total energy (sensible plus latent, also called enthalpy) recovered by the supply airstream adjusted by electric consumption, case heat loss or heat gain, air leakage and airflow mass imbalance between the two airstreams, as a percent of the potential total energy that could be recovered plus associated fan energy. (0-100) (%) + + + + + + + + + + + + Type of heat recovery between two systems. + + + + + + + + + + + + + + + + + + + ID number of the system that usually receives heat from another system. + + + + + + + + ID number of the system that usually provides heat to another system. + + + + + + + + List of controls for heat recovery system. + + + + + + Heat recovery system control. + + + + + + + + + + + + + + + + + + + + + + + The general description of the main structural construction method used for an opaque surface. + + + + + The final material applied to a surface, either interior or exterior. Some structural components don't have an exterior finish, such as unfinished poured concrete. + + + + + Color of a material or component. Can be applied to opaque surfaces, materials, and so forth. + + + + + A description of the type of insulation and how it is applied. + + + + + + + + + A description of the type of insulation and how it is applied. + + + + + + + + + + + + + + + + Material used for the structural component of the surface. + + + + + Thickness of wall insulation. (in.) + + + + + + + + + + + + Insulation installation type. + + + + + + + + + + + + + + + Whether wall insulation is on the inside or outside of the wall. + + + + + + + + + + + + + Insulation R Value of the layer. (hr-ft2-F/Btu) + + + + + + + + + + + + + + + + + + (Also known as thermal resistance), quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu) + + + + + + + + + + + + The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F) + + + + + + + + + + + + The material used to create the structural integrity in an opaque surface. In many cases the framing material is not continuous across the construction. + + + + + Dimension of the distance between two components. Framing spacing: the dimension from centerline to centerline of a surface framing material. (in.) + + + + + + + + + + + + Dimension of the distance from the front to the back, such as the depth of structural framing in a wall or floor. It can also be the distance from the top to the bottom, such as the depth of a tank or pool of a component or material, such as the depth of the structural framing. (in.) + + + + + + + + + + + + Fraction of the surface that is composed of structural framing material. (0-1) (fraction) + + + + + + + + + + + + + The fill condition of hollow unit masonry walls. The definitions correspond to the following conditions -- Solid: Where every cell is grouted, Empty: Where the cells are partially grouted and the remaining cells are left empty, Insulated: Where the cells are partially grouted and the remaining cells are filled with insulating material. + + + + + + + + + + + + + + + The fraction of incident radiation in the solar spectrum that is absorbed by the material or surface. (0-1) (fraction) + + + + + + + + + + + + The fraction of incident long wavelength infrared radiation that is absorbed by the material or surface. (0-1) (fraction) + + + + + + + + + + + + + + + + + + + + + + + The general description of the main structural construction method used for an opaque surface. + + + + + The final material applied to a surface, either interior or exterior. Some structural components don't have an exterior finish, such as unfinished poured concrete. + + + + + Color of a material or component. Can be applied to opaque surfaces, materials, and so forth. + + + + + + + + + + + A description of the type of insulation and how it is applied. + + + + + + + + + + + + + + + + Material used for the structural component of the surface. + + + + + Thickness of roof insulation. (in.) + + + + + + + + + + + + Insulation installation type. + + + + + + + + + + + + + + + + + + + + + (Also known as thermal resistance), quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu) + + + + + + + + + + + + The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F) + + + + + + + + + + + + The material used to create the structural integrity in an opaque surface. In many cases the framing material is not continuous across the construction. + + + + + + Dimension of the distance between two components. Examples include: Framing spacing: the dimension from centerline to centerline of a surface framing material. Window spacing: the dimension between windows in a discrete window layout. (in.) + + + + + + + + + + + + + Dimension of the distance from the front to the back, such as the depth of structural framing in a wall or floor. It can also be the distance from the top to the bottom, such as the depth of a tank or pool of a component or material, such as the depth of the structural framing. (in.) + + + + + + + + + + + + Fraction of the surface that is composed of structural framing material. (0-1) (fraction) + + + + + + + + + + + + The fraction of incident visible wavelength radiation that is absorbed by the material or surface. (0-1) (fraction) + + + + + + + + + + + + + + + + + + + + + The general description of the main structural construction method used for an opaque surface. + + + + + A blue roof is a roof design that is explicitly intended to store water, typically rainfall. + + + + + A cool roof reduces roof temperature with a high solar reflectance (or albedo) material that helps to reflect sunlight and heat away from a building. + + + + + A green roof or living roof is a roof of a building that is partially or completely covered with vegetation and a growing medium, planted over a waterproofing membrane. + + + + + The final material applied to a surface, either interior or exterior. Some structural components don't have an exterior finish, such as unfinished poured concrete. + + + + + Color of a material or component. Can be applied to opaque surfaces, materials, and so forth. + + + + + + + + + + + A description of the type of insulation and how it is applied. + + + + + + + + + + + + + + + + Material used for the structural component of the surface. + + + + + Thickness of roof insulation. (in.) + + + + + + + + + + + + Insulation installation type. + + + + + + + + + + + + + + + Insulation R Value of the layer. (hr-ft2-F/Btu) + + + + + + + + + + + + + + + + + + The material used to create the structural integrity in an opaque surface. In many cases the framing material is not continuous across the construction. + + + + + + + + + + + + + + + + + (Also known as thermal resistance), quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu) + + + + + + + + + + + + The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F) + + + + + + + + + + + + The material used to create the structural integrity in an opaque surface. In many cases the framing material is not continuous across the construction. + + + + + Dimension of the distance between two components. Examples include: Framing spacing: the dimension from centerline to centerline of a surface framing material. (in.) + + + + + + + + + + + + Dimension of the distance from the front to the back, such as the depth of structural framing in a wall or floor. It can also be the distance from the top to the bottom, such as the depth of a tank or pool of a component or material, such as the depth of the structural framing. (in.) + + + + + + + + + + + + Fraction of the surface that is composed of structural framing material. (0-1) (fraction) + + + + + + + + + + + + A descriptive value for tilt, when an exact numeric angle is not known. + + + + + + + + + + + + + + + True if a radiant barrier is installed, false otherwise. + + + + + The fraction of incident radiation in the solar spectrum that is absorbed by the material or surface. (0-1) (fraction) + + + + + + + + + + + + A measure of a roof's ability to reject solar heat, as shown by a small temperature rise. It is defined so that a standard black (reflectance 0.05, emittance 0.90) is 0 and a standard white (reflectance 0.80, emittance 0.90) is 100. + + + + + + + + + + + + The fraction of incident long wavelength infrared radiation that is absorbed by the material or surface. (0-1) (fraction) + + + + + + + + + + + + + + + + + + + + + Type of fenestration in this group (windows, skylights, doors). + + + + + + + + + The pattern of distribution of the fenestration system on the wall. + + + + + + + + + + + + Orientation of a surface or premises in terms of the attributes of North, South, East and West. Can be applied to the orientation of the front of the building, of a specific surface (wall, roof), window or skylight, or onsite generation technology, such as photovoltaic panels. + + + + + + + + + + + + + + + + + + Vertical distance from the floor to the window sill. (ft) + + + + + + + + + + + + Window assembly type. + + + + + + + + + + Vertical height of each window. (ft) + + + + + + + + + + + + Horizontal width of each window. (ft) + + + + + + + + + + + + Horizontal distance between the centers of adjacent windows. (ft) + + + + + + + + + + + + Any type of overhang or awning on the outside of the building designed to limit solar penetration. + + + + + + + + + + + + + + + + + + + + + + Vertical distance from top of window to base of overhang. (ft) + + + + + + + + + + + + Horizontal distance that the overhang extends beyond the wall. (ft) + + + + + + + + + + + + Horizontal distance that the fins extend beyond the wall. (ft) + + + + + + + + + + + + Horizontal spacing between individual fins. (ft) + + + + + + + + + + + + True if edge fins, otherwise false. + + + + + If exists then light shelves are used with this window group, otherwise false. + + + + + + Vertical distance from top of window to the light shelf. (ft) + + + + + + + + + + + + Horizontal distance that the light shelf extends exterior to the window. (ft) + + + + + + + + + + + + Horizontal distance that the light shelf extends interior to the window. (ft) + + + + + + + + + + + + + + + Type of interior shading. + + + + + + + + + + + + + + + + + + + + + Zones daylit by skylights. + + + + + + + + + + + + + Skylight assembly type. + + + + + + + + + + Skylight angle from horizontal expressed as height over horizontal distance. (degrees) + + + + + + + + + + + + Type of film or shading applied to skylight. + + + + + + + + + + + + + + True if skylights are solar tubes or tubular daylighting devices, false otherwise. + + + + + + + + + + + Type of door construction. + + + + + + + + + + + + + + + + True if door is connected to a vestibule. + + + + + Non-swinging includes sliding doors and roll-up doors. + + + + + + + + + + + + Fraction of door area that is glazed. (0-1) (fraction) + + + + + + + + + + + + The construction and material used in the frame of the fenestration product. Some frames are made of combinations of materials. This characterization also include whether an aluminum frame has a thermal break as part of the construction. + + + + + + + + + + + + + + + + + + + + True if the fenestration product can be opened and closed as desired by the occupant to provide better control of office space conditions. + + + + + True if fenestration is weatherstripped, false otherwise. + + + + + Indicator of expected air leakage through fenestration. + + + + + Type of glass used in this fenestration group. + + + + + + + + + + + + + + + + + + + + + For a sealed glazing system (commonly called an Insulated Glass Unit (IGU)), the gas that is found between the panes of glass. + + + + + + + + + + + + + + + A description of the number of layers of glass in a fenestration glazing system. + + + + + + + + + + + + + + (Also known as thermal resistance), quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu) + + + + + + + + + + + + The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F) + + + + + + + + + + + + The ratio of the solar heat gain entering the space through the fenestration product to the incident solar radiation. Solar heat gain includes directly transmitted solar heat and that portion of the absorbed solar radiation which is then reradiated, conducted, or convected into the space. (0-1) (fraction) + + + + + + + + + + + + The fraction of radiation in the visible solar spectrum (0.4 to 0.7 micrometers) that passes through a the glazed portion of fenestration. (0-1) (fraction) + + + + + + + + + + + + + + + + + + + + + + + + + The general description of the main structural construction method used for an opaque surface. + + + + + The final material applied to a surface, either interior or exterior. Some structural components don't have an exterior finish, such as unfinished poured concrete. + + + + + Color of a material or component. Can be applied to opaque surfaces, materials, and so forth. + + + + + R-value of exterior floor. (ft2-F-hr/Btu) + + + + + + + + + + + + The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F) + + + + + + + + + + + + The material used to create the structural integrity in an opaque surface. In many cases the framing material is not continuous across the construction. + + + + + Dimension of the distance between two components. Framing spacing: the dimension from centerline to centerline of a surface framing material. (in.) + + + + + + + + + + + + Dimension of the distance from the front to the back, such as the depth of structural framing in a wall or floor. It can also be the distance from the top to the bottom, such as the depth of a tank or pool of a component or material, such as the depth of the structural framing. (in.) + + + + + + + + + + + + Fraction of the surface that is composed of structural framing material. (0-1) (fraction) + + + + + + + + + + + + The fraction of incident radiation in the solar spectrum that is absorbed by the material or surface. (0-1) (fraction) + + + + + + + + + + + + The fraction of incident long wavelength infrared radiation that is absorbed by the material or surface. (0-1) (fraction) + + + + + + + + + + + + + + + + + + + + + + + + + + The manner in which the building is connected to the ground. + + + + + + + + + + + + + + Also known as thermal resistance, quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include air film coefficients. (hr-ft2-F/Btu) + + + + + + + + + + + + The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F) + + + + + + + + + + + + + + + + + + + + + + + + + + Thickness of insulation under floor over unconditioned space. (in.) + + + + + + + + + + + + + (Also known as thermal resistance), quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu) + + + + + + + + + + + + The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F) + + + + + + + + + + + + Dimension of the distance between two components. Examples include--Framing spacing: the dimension from centerline to centerline of a surface framing material. Window spacing: the dimension between windows in a discrete window layout. (in.) + + + + + + + + + + + + Dimension of the distance from the front to the back, such as the depth of structural framing in a wall or floor. It can also be the distance from the top to the bottom, such as the depth of a tank or pool of a component or material, such as the depth of the structural framing. (in.) + + + + + + + + + + + + Fraction of the surface that is composed of structural framing material. (0-1) (fraction) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Extent of space conditioning in basement. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Material covering the slab or floor over unconditioned space. + + + + + + + + + + + + + + + + Construction type for floors over unconditioned space. + + + + + Type of plumbing penetration sealing. + + + + + + + + + + + + + + + + + + + + + + Type of critical information technology (IT) system, including data centers, network, and security systems. + + + + + + + + + + + + + + + + + The maximum instantaneous power use (ASHRAE Guideline 14-2014 section E1.2.2). + + + + + + + + + + + + Electric power consumed by while the equipment is switched off or in a standby mode. (W) + + + + + + + + + + + + Average electrical load for critical IT system category. (W) + + + + + + + + + + + + List of controls for critical IT system. + + + + + + Critical IT system control. + + + + + + + + + + + + + + + + + + + + + + + + + General category of plug load, including non-critical IT systems, task lighting, and other small electronic loads. + + + + + + + + + + + + + + + + + + + + + + + The maximum instantaneous power use (ASHRAE Guideline 14-2014 section E1.2.2). + + + + + + + + + + + + Electric power consumed by while the equipment is switched off or in a standby mode. (W) + + + + + + + + + + + + Nominal electrical load for plug load category. (W) + + + + + + + + + + + + + List of plug load controls. + + + + + + Plug load control. + + + + + + + + + + + + + + + + + + + + + + + + + + Type of gas or electric equipment not categorized elsewhere. + + + + + + + + + + + + + + + + + + + + + The maximum instantaneous power use (ASHRAE Guideline 14-2014 section E1.2.2). + + + + + + + + + + + + Electric power consumed by while the equipment is switched off or in a standby mode. (W) + + + + + + + + + + + + + Fraction of installed power that results in heat gain to the space. (0-1) (fraction) + + + + + + List of process load controls. + + + + + + Process load control. + + + + + + + + + + + + + + + + + + + + + + + + + + Type of vertical or horizontal transportation equipment that moves people or goods between levels, floors, or sections. + + + + + + + + + + + + + + + Type of load that the conveyance system usually transports. + + + + + + + + + + + + + + The maximum instantaneous power use (ASHRAE Guideline 14-2014 section E1.2.2). + + + + + + + + + + + + Electric power consumed by while the equipment is switched off or in a standby mode. (W) + + + + + + + + + + + + List of conveyance system controls. + + + + + + Conveyance system control. + + + + + + + + Description of the conveyance system's condition. + + + + + + + + + + + + + + + + + + + + + + The average operating hours per year of the onsite generation system. + + + + + + + + + + + Type of energy conversion provided by the system. + + + + + + + + + A few different forms of energy storage systems exist including: potential, kinetic, chemical and thermal. The critical factors of any storage device are application (type and size), costs, cycle efficiency and longevity. + + + + + + + + + + + + + + + Type of material used in thermal energy storage technology. + + + + + + + + + + + + + + + + + + + + + + + + + Identifies whether the onsite generation is provided by a photovoltaic system or by another technology. + + + + + + + + + Number of modules in each array of a photovoltaic system. + + + + + + + + + + + + Number of arrays in a photovoltaic system. + + + + + + + + + + + + Peak power as supplied by the manufacturer. (Wdc) + + + + + + + + + + + + Fraction of power that is converted to usable AC efficiency. (0-1) (fraction) + + + + + + + + + + + + Degrees clockwise from North. For a premises, it is the azimuth of the front facing element. It can also be applied to envelope components, such as walls, windows (fenestration), as well as onsite generation technologies, such as photovoltaic panels. Legal Values: 0 - 360. (degrees) + + + + + + + + + + + + Minimum PV mounting angle relative to horizontal. Minimum and maximum tilt angles are the same for fixed systems. (degrees) + + + + + + + + + + + + Maximum PV mounting angle relative to horizontal. Minimum and maximum tilt angles are the same for fixed systems. (degrees) + + + + + + + + + + + + Location where PV system is mounted. + + + + + + + + + + + + + + The module's rated, maximum-power-point power at standard testing conditions (STC) (SAM Help, 2013). Where STC is defined as light spectrum AM 1.5, cell temperature of 25 degrees Celsius, and irradiance of 1000 W/m2 (IEC 61853-1 Standard 7.2-2010). (W) + + + + + + + + + + + + The total length of the module including the frame. Length here is defined as the longest side of the module. (in.) + + + + + + + + + + + + The total width of the module including the frame. Width is here defined as the distance between the two longest module sides. (in.) + + + + + + + + + + + + + + + + + + Technology utilized on the premises to generate non-purchased energy, including renewable energy that is passively collected. This includes energy collected from the environment such as air, water, or ground-source heat pump systems. Technology equipment may exist as facade systems and roofing systems. Technology equipment may also exist on a premises off of a building envelope including on the ground, awnings, or carports as well as underground. + + + + + + + + + + + + + + + + + + + + + + + Resource or fuel produced by the generation system and used as energy on the premises. + + + + + + + + + + + Designed to convert line voltage ac input into lower voltage ac or dc output, convert to only one output voltage at a time, contained in a separate physical enclosure from the end-use product, and does not have batteries or battery packs that physically attach directly (including those that are removable) to the power supply unit. + + + + + + + + + + + + + + + + + + + + + True if system is only used for backup purposes. + + + + + True if system is used for demand reduction purposes. + + + + + + + List of onsite storage transmission controls. + + + + + + Onsite storage transmission control. + + + + + + + + + + + + + + + + + + + + + + + + General category of the pool. + + + + + + + + + + + + + Classification of the pool size. + + + + + + + + + + + + + + Surface area of pool. (ft2) + + + + + + + + + + + + Volume of the pool. (gal) + + + + + + + + + + + + Average duty cycle of pool pump, represented as percentage. (0-100) (%) + + + + + + + + + + + + If exists then the pool is heated. + + + + + + + Set point for pool heating. (°F) + + + + + + + + + + + + Average hours per day the pool is uncovered. (hrs/day) + + + + + + + + + + + + List of controls for heated pool. + + + + + + Heated pool control. + + + + + + + + + + + + + + + + + + + + + + + + + + Short description of the water fixture or application. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True if the fixtures used for this application include aerators, low flow toilets, or showerheads with flow restrictors. + + + + + Rated volumetric flow rate of the water fixture. (gpm) + + + + + + + + + + + + Average amount of water used per cycle of the fixture. (gal/cycle) + + + + + + + + + + + + Average number of draws per day for this fixture. (cycles/day) + + + + + + + + + + + + Average fraction of water use for this application that is drawn from the hot water system. (0-1) (fraction) + + + + + + List of controls for water use system. + + + + + + Control for water use. + + + + + + + + + + + + + + + + + + + + + + + The 'Modeled' calculation method is used to represent a scenario in which a building energy modeling software was used to derive data represented by this scenario type. + + + + + + Building energy modeling software used to estimate energy savings. + + + + + Version number of building energy modeling software. + + + + + Type of weather data used for the simulation. + + + + + + + + + + + + + + + + + + + Status of the simulation. + + + + + + + + + + + + + + + + + The 'Measured' calculation method is used to represent a scenario in which actual measurements were used to derive data represented by this scenario type. + + + + + + + + + + + + + + + + + + + + + + + + + + + + The 'Estimated' calculation method is used to represent a scenario in which a guess or judgement call was used to derive data represented by this scenario type. + + + + + The 'EngineeringCalculation' calculation method is used to represent a scenario in which a spreadsheet style calculation, or some other modeling approach that is not full building energy modeling, was used to derive data represented by this scenario type. + + + + + + + + + + Unit type within the premises. + + + + + + + + + + + + + + + + + + + + + + + Number of individual units within the premises. + + + + + + + + + + + + Number of units per 1,000 square feet. + + + + + + + + + + + + Percentage of the spatial units that are occupied. (0-100) (%) + + + + + + + + + + + + Number of systems of this type. + + + + + + + + + + + + Location of system. + + + + + + + + + + + + + + + + + + + + Assessed condition of equipment or system. + + + + + + + + + + + + + Assessed condition of installed insulation. + + + + + + + + + + + + + + + Main fuel used by the system. + + + + + Year the system was originally installed in the building. Equipment age may be used as a proxy. + + + + + Year system was manufactured. + + + + + Company that manufactured the equipment. + + + + + Model or catalog number that can be used to identify more detailed system characteristics. + + + + + Capacity of the system at rated conditions. + + + + + + + + + + + + Units used to measure capacity. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type of system operation control. + + + + + + + + + + + + + + + + + + + The type of refrigerant used in the system. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Name identifying the premises. This could be the name of the complex, the building, or the space within a building, such as a classroom number. + + + + + Method used to determine energy use. + + + + + Establishes whether the system applies to one or more entire buildings, sections, spaces, or zones within buildings. Power consuming system loads should be distributed in proportion to the floor areas of linked premises. Envelope systems should be distributed in proportion to the exterior surface areas of linked premises. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Establishes whether an item applies to one or more systems, entire buildings, sections, spaces, or zones within buildings. Developer note: the XSD should be done as a union, but cannot due to limitations of automatic processors. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Details about the premises. + + + + + + + + Choice of simplified or more complex address format. + + + + + + + + + Street Address. This address can be defined multiple times for situations where that is needed for one premises, such as a complex of buildings. This address represents a complete street address, including street number, street name, prefixes, suffixes, modifiers, and unit number. It is assumed that a street address is either represented in this way, as a complete address, or is broken up into it's various components, using the terms"Street Number", "Street Number Numeric", "Street Dir Prefix", "Street Name", "Street Additional Info", "Street Suffix", "Street Suffix Modifier", "Street Dir Suffix", and "Unit Number". + + + + + + + + + + + + The portion of the complete address number which precedes the Address Number itself. + + + + + The numeric identifier for a land parcel, house, building, or other location along a thoroughfare or within a community. + + + + + + + + + + + + The portion of the complete address number which follows the Address Number itself. In some areas the street number may contain non-numeric characters. This field can also contain extensions and modifiers to the street number, such as "1/2" or "-B". This street number field should not include Prefixes, Direction or Suffixes. + + + + + The direction indicator that precedes the street name. + + + + + + + + + + + + + + + + + The street name portion of a street address. + + + + + + The suffix portion of a street address. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An extension or prefix for the street suffix. + + + + + The direction indicator that follows a street address. + + + + + + + + + + + + + + + + + The type of subaddress to which the associated Subaddress Identifier applies. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The letters, numbers, words, or combination thereof used to distinguish different subaddresses of the same type when several occur within the same feature. For example, in subaddress "Building 4", the Subaddress Identifier = "4". Subaddress Identifier can also be parts of a building, for example "Penthouse" or "Mezzanine". + + + + + + + + + + + The city for the Address Type. + + + + + The state for the address type, following the ISO 3166-2 Region code for US states. + + + + + The 5 digit postal code for the Address Type. Format: NNNNN + + + + + + + + + + The 4 digit add-on to the postal code in which the state is located. Format: NNNN + + + + + + + + + + The county for the Address Type. + + + + + Country of the Address. + + + + + + + + Telephone number may be specified for customer, contractors, and other contacts or businesses. Format: NNN-NNN-NNNN + + + + + + + + + + Email address may be specified for customer, contractors, and other contacts or businesses. + + + + + Independent organization has verified that product or appliance meets or exceeds the standard in question (ENERGY STAR, CEE, or other). + + + + + + + + + + + + + + + + + + The type of organization, association, business, etc. that owns the premises. + + + + + + + + + + + + + + + + + + + + + + + Ownership status of the premises with respect to the occupant. + + + + + + + + + + + + + + + + + + + Telephone Number. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Identifier used in a specific program or dataset. There can be multiple instances of Identifier Types within a dataset, such as a Listing ID, a Tax Map Number ID, and a Custom ID. + + + + + + + + + + + + + + + + + + + + + + If "Custom" is used as an Identifier Type, this term can be used to specify the name of the Custom ID. This would be used to specify the name of the specific program that this identifier applies to, for example "Wisconsin Weatherization Program". It can also be used for the Portfolio Manager Standard IDs that are assigned to different Portfolio Manager programs, such as "NYC Building Identification Number (BIN)". + + + + + The identifying value associated with the Identifier Type. There can be many Identifier Types and Values associated with an individual premises. + + + + + Identifier used in a specific program or dataset. There can be multiple instances of Identifier Types within a dataset. + + + + + + + + + Identifier used in a specific program or dataset. There can be multiple instances of Identifier Types within a dataset, such as a Listing ID, a Tax Map Number ID, and a Custom ID. + + + + + + The identifying value associated with the Identifier Label. There can be many Identifier Labels and Values associated with an individual premises. + + + + + + + + + + + Classification of the space (complex, whole building, or section) tasks by building occupants. + + + + + Original classification of the space (complex, whole building, or section) tasks by building occupants. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Characterization of the usage of the space (complex, whole building, or section) by building occupants. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines whether a system is currently present in the building, or if it is a proposed alternative or past system. + + + + + + + + + + + + + + Primary contact ID number for the premises. + + + + + + + + + + + Tenant ID number for the premises. + + + + + + + + + + + + + + + + + Floor area can be defined and described in many different ways for different purposes. This type field allows multiple types of floor area definitions to exist in the same dataset. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + If "Custom" is used as the Floor Area Type, this term can be used to name and identify the custom floor area. + + + + + The floor area numeric value. (ft2) + + + + + + + + + + + + The percentage of floor area that belongs to a FloorAreaType. (0-100) (%) + + + + + + + + + + + + Links to Sections not included in the floor area calculation. + + + + + + + + + + + + + + + + + + + + + + + + + + Type of occupants who are permanently resident in a premises. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type of quantitative measure for capturing occupant information about the premises. The value is captured by the Occupant Quantity term. + + + + + + This is the design occupancy of the premise (per SPC 211 Standard for Commercial Building Energy Audits section 5.3.4.d). + + + + + + + + + + + + + + + + This is the normal occupancy of the premise (per SPC 211 Standard for Commercial Building Energy Audits section 5.3.4.d). It can also be thought of as the average occupancy, i.e. the average number of people in the premise at any singular point in time. + + + + + + + + The value associated with the Occupant Quantity Type term. + + + + + + + + + + + + + + + + + + Type of energy resource fuel. This can be applied at the premises or individual system or equipment level. + + + + + Units for resource consumption or generation. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Percent of time the system operates. (0-100) (%) + + + + + + + + + + + + Ratio of annual system load to the annual system energy consumption (similar to a whole system COP). A higher value indicates less heating and/or cooling energy use to meet the loads, and therefore represents a more efficient HVAC system. SPR can be used to describe the heating, cooling, and overall HVAC systems. + + + + + + + + + + + + + + + + + + Specific fuel type. + + + + + + + + + + + + A facility's Commercial Building Energy Asset Score, and optional Site/Source energy use by fuel type. + + + + + + An individual use type's Asset Score within a commercial building. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A facility's Commercial Building Energy Asset Score Data. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + If "Custom" is used as an Identifier Type, this term can be used to specify the name of the Custom ID. This would be used to specify the name of the specific program that this identifier applies to, for example "Wisconsin Weatherization Program". It can also be used for the ENERGY STAR Portfolio Manager Standard IDs that are assigned to different Portfolio Manager programs, such as "NYC Building Identification Number (BIN)". + + + + + + + + + + + + ID number for scenario that serves as the reference case for calculating energy savings, simple payback, etc. + + + + + + + + + + Less efficient than ASHRAE 90.1-2004 + + + + + At least as efficient as ASHRAE 90.1-2004, but not more efficient than ASHRAE 90.1-2004 (Systems) or ASHRAE 90.1-2013 (Envelope). + + + + + More efficient than ASHRAE 90.1-2010 (Systems) or ASHRAE 90.1-2013 (Envelope). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Method for determining weather data associated with the time series. + + + + + + + + + + + + + + + + + + Method for calculating cost-effectiveness for measures or project. + + + + + + + + + + + + + + + + + + The measure used to quantify efficiency. + + + + + + + + + + + + + + + The date after which the rate is not applicable. (MM-DD) + + + + + The date after which the rate is not applicable. (MM-DD) + + + + + The date from which the rate is applicable. (MM-DD) + + + + + The date from which the rate is applicable. (MM-DD) + + + + + Type of burner on boiler or furnace, if applicable. + + + + + + + + + + + + + + + Control type of burner, if applicable. + + + + + + + + + + + + + + + Ignition mechanism in gas heating equipment. Either pilot light or an intermittent ignition device (IID). + + + + + + + + + + + + + Draft mechanism used for drawing air through the boiler or furnace. + + + + + + + + + + + + + + The capability of the boiler or furnace to condense water vapor in the exhaust flue gas to obtain a higher efficiency. + + + + + + + + + + + + + + The method of heating staging used by the unit. Select "Single Stage" for units with single stage (on/off) control. Select "Multiple, Discrete Stages" for units with multiple discrete stages (low-fire / high-fire). Select "Modulating" for units which contain modulating burners. + + + + + + + + + + + + + + + Order of precedence relative to other applicable systems. Enter Primary if this is the only system. + + + + + + + + + + + + + + The compressor staging for the unit. Select "Single Stage" for units with single stage (on/off) control. Select "Multiple, Discrete Stages" for units with multiple compressors, discrete unloading stages, or compressors with stepped speed motors that are controlled to operate at discrete stages. Select "Variable" for compressors that operate at variable speeds or with modulating unloading. + + + + + + + + + + + + + + + The measure used to quantify efficiency. + + + + + + + + + + + + + + Describes water flow control for a water-cooled condenser. + + + + + + + + + + + + + + Describes water flow control for a water-cooled condenser. + + + + + + + + + + + + + + + + The method used to control the rate of outside air ventilation. + + + + + + + + + + + + + + + Start technology used with fluorescent ballasts. + + + + + + + + + + + + + + The sector where clothes washer is commonly used. + + + + + + + + + + + + + + The type of configuration of a laundry appliance. Such as front and top loading clothes washers. + + + + + + + + + + + + + + + + + + + + + + + + Insulation installation type. + + + + + + + + + + + + + + The location and extent of slab-on-grade floor insulation. + + + + + + + + + + + + + + + + + + + + The classifications for floors in contact with the ground. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The boundary that encompasses the measured resource. + + + + + + + + + + + + + + + + Water type used as a resource on the premises. + + + + + + + + + + + + + + + + Temporal characteristic of this measurement. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Based on the Climate Zone Type term, this is the climate zone designation. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Date that the building was benchmarked in ENERGY STAR Portfolio Manager. (CCYY-MM-DD) + + + + + The status of the building profile submission process for ENERGY STAR Portfolio Manager. + + + + + + + + + + + + + + + Percentage of the Federal High Performance Sustainability Checklist that has been completed for federal building in ENERGY STAR Portfolio Manager. (0-100) (%) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Number of pipes for distributing steam, refrigerant, or water to individual zones. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type of air economizer system associated with a cooling system. + + + + + + + + + + + + + + + + Logic used for economizer control. + + + + + + + + + + + + + Dry bulb temperature setting for use of economizer for cooling (fixed or differential). (°F) + + + + + + + + + + + + Maximum enthalpy setting for use of economizer for cooling (fixed or differential). (Btu/lb) + + + + + + + + + + + + The outside air temperature below which the economizer will return to the minimum position. (°F) + + + + + + + + + + + + + + + + + Defines the control method for heating supply air temperature. + + + + + + + + + + + + + + + + Temperature setting of supply air for cooling under normal conditions. (°F) + + + + + + + + + + + + Defines the control method for controlling cooling supply air temperature. + + + + + + + + + + + + + + + Maximum temperature setting of supply air for heating during outside air reset. (°F) + + + + + + + + + + + + Minimum temperature setting of supply air for heating during outside air reset. (°F) + + + + + + + + + + + + Maximum outside air temperature where supply air temperature is reset for heating. (°F) + + + + + + + + + + + + Minimum outside air temperature where supply air temperature is reset for heating. (°F) + + + + + + + + + + + + Maximum temperature setting of supply air for cooling during outside air reset. (°F) + + + + + + + + + + + + Minimum temperature setting of supply air for cooling during outside air reset. (°F) + + + + + + + + + + + + Maximum outside air temperature where supply air temperature is reset for cooling. (°F) + + + + + + + + + + + + Minimum outside air temperature where supply air temperature is reset for cooling. (°F) + + + + + + + + + + + + Temperature setting of supply air for heating or cooling. (°F) + + + + + + + + + + + + True if the supply-air-temperature set point can be reset based on the outside air temperature, false otherwise. + + + + + True if duct static pressure can be reset to keep it only as high as is needed to satisfy the neediest zone, false otherwise. + + + + + + + Year that the burner was installed + + + + + An instance of a general control technology. + + + + + Control by means of advanced power strip. + + + + + + + Control strategy for advanced power strip. + + + + + + + + + Manual operation of system. + + + + + + + Control strategy for manual control. + + + + + + + + + + Timer-based controls for specified timed intervals. + + + + + + + Timer-based control strategy for lighting. + + + + + + + + + Thermostat-based control technology. + + + + + + + Thermostat controller strategy. + + + + + + + + + Other control technology. + + + + + + + + HVAC control strategy for other control technology. + + + + + + + + + + + Enumerations for general control strategies. + + + + + + + + + + + + + + + + + + + An instance of a lighting control technology. + + + + + + + + + Controller strategy. + + + + + + + + + Type of daylighting controls used to manage lighting. + + + + + + + Type of sensor for daylighting. + + + + + For stepped dimming, the number of equally spaced control steps. + + + + + + + + + + + + Daylighting control strategy. + + + + + + + + + Type of manual controls used to manage lighting. + + + + + + + Manual lighting control strategy. + + + + + + + + + + + + + + + + + + + + + + + Type of timer-based controls for managing lighting on specified timed intervals. + + + + + + + Timer-based control strategy for lighting. + + + + + + + + + + + + + + Control strategy used for other control technology. + + + + + + + + + + + Identifier for the type of control (e.g., Pneumatic, Analog, Digital). + + + + + + Analog control system. + + + + + + Method of communicating data over an analog network. + + + + + + + + Digital (or Direct Digital Control [DDC]) system. + + + + + + Method of communicating data over a digital computer network. + + + + + + + + Pneumatic-based controls. + + + + + + Other type of control system. + + + + + + Name of the other communication protocal that is being used to communicate data over a computer network. + + + + + + + + + + + Does the building include a building automation or management system? + + + + + Does the building include a lighting automation or management system? + + + + + Enumerations for lighting control strategies. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The boundary that encompasses the draft mechanism used for drawing air through the boiler or furnace. + + + + + + + + + + + + + The climate zone type, based on the organization defining it. Many different organizations have implemented different climate zone definitions based on their needs. The list below represents the current list. This list can be added to over time based on the collaborative BEDES development process. + + + + + + + + + Based on the ClimateZoneType term, this is the climate zone designation. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Based on the ClimateZoneType term, this is the climate zone designation. + + + + + + + + + + + + + + + + + + + Based on the ClimateZoneType term, this is the climate zone designation. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Based on the ClimateZoneType term, this is the climate zone designation. + + + + + + + + + + + + + + + + + + + + + + + + Based on the ClimateZoneType term, this is the climate zone designation. + + + + + + + + + + + + + + + + + + + + + + + + Based on the ClimateZoneType term, this is the climate zone designation. + + + + + + + + + + + + + + + + + + + + + + + Based on the ClimateZoneType term, this is the climate zone designation. + + + + + + + + + + + WARNING: eGRIDRegionCode will be deprecated in BuildingSync 3.0 - use eGRIDSubregionCodes. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The eGRID (Emissions and Generation Resource Database) subregion codes associated with the data being described. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + For an actual weather station, this is the ID assigned by National Oceanic and Atmospheric Administration (NOAA). For hourly energy simulations, this is the six digit code associated with the hourly weather data, generally found in the name of the weather data file, as well as in the header of the data file. (NNNNNN) WARNING: This element is being deprecated, use WeatherStations/WeatherStation/WeatherDataStationID instead + + + + + + + + + + The name of the weather station associated with this premises, which could be used for simulations, weather normalization, anomaly resolution, etc. For simulations, this is usually the name of the weather file, but the name is also in the header of the data file (TMY, IWEC), such as USA_CO_Denver.Intl.AP. WARNING: This element is being deprecated, use WeatherStations/WeatherStation/WeatherStationName instead + + + + + + + + + + Describes the type of weather station used to specify the site's weather. WARNING: This element is being deprecated, use WeatherStations/WeatherStation/WeatherStationCategory instead + + + + + + + + + + + + + + + Distance measured in degrees east or west from an imaginary line (called the prime meridian) that goes from the North Pole to the South Pole and that passes through Greenwich, England. (degrees) + + + + + + + + + + + + Distance north or south of the equator measured in degrees up to 90 degrees. (degrees) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ID number of the wall type associated with this side of the section. + + + + + + Exposed, above-grade, opaque wall area of this type. (ft2) + + + + + + + + + + + + + + + + ID number of the door type associated with this side of the section. + + + + + + + + + + + ID number of the window type associated with this side of the section. + + + + + + + Ratio of total window area to total wall area. (0-1) (fraction) + + + + + The percentage of the fenestration area that is shaded by exterior objects such as trees or other buildings. (0-100) (%) + + + + + + + + + + + + + + + + A derived model represents a supervised or unsupervised learning model derived from data presented in a scenario. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hour of the week used as an indicator variable. A total of 168 indicator variables should exist. + + + + + Hour of the day used as an indicator variable. A total of 24 indicator variables should exist. + + + + + Day of the week used as an indicator variable. A total of 7 indicator variables should exist. + + + + + Day of the month used as an indicator variable. Between 28 - 31 indicator variables should exist. + + + + + Day of the year used as an indicator variable. Either 365 or 366 indicator variables should exist. + + + + + Week of the year used as an indicator variable. A total of 52 indicator variables should exist. + + + + + Month of the year used as an indicator variable. A total of 12 indicator variables should exist. + + + + + A fifteen minute interval during the week used as an indicator variable. A total of 7 days/wk * 24hrs/day * 4 15min/1hr = 672 indicator variables should exist. + + + + + A fifteen minute interval during the day used as an indicator variable. A total of 24hrs/day * 4 15min/1hr = 96 indicator variables should exist. + + + + + A season during the year. Typically this would be 4 indicator variables. + + + + + Two indicator variables are used to represent the weekends vs. weekdays. + + + + + Two indicator variables are used to represent holidays vs. non-holidays. + + + + + + + + + + + + + + + + + + + + + + Defined parameters are based on those available in ASHRAE Guideline 14-2014 Table D-1 and Figure D-1. Concepts and nomenclature is also adopted from the CalTRACK methodology. Attempts to generalize these parameters are made. + + + + + + + + + + + + + + + + + The 'y-intercept' value. In Figure D-1 (a), this is Eb. In Figure D-1 (a)-(g), this is C. + + + + + In a two and three parameter model, this is the slope of the line (Figure D-1 (a)-(d)). If the model type is a 3p heating model, this is referred to as beta_hdd, whereas for a 3p cooling model, this is referred to as beta_cdd (per CalTRACK terminology). In the 4p and 5p models, this is beta_hdd. + + + + + In both three parameter models, this is the change point. In the 4p and 5p models, this is beta_cdd. + + + + + In the 4p models, this is the change point (as there is only one change point). In the 5p models, this is the lower value change point, which in CalTRACK terms is referred to as the heating change point. + + + + + In the 5p model, this is the upper value change point, which in CalTRACK terms is referred to as the cooling change point. + + + + + + + + + + + + + + Characterization of the performance of the model. + + + + + + Also referred to as the coefficient of determination, R-Squared is a measure of the extent to which variations in the dependent variable from its mean value are explained by the regression model (ASHRAE Guideline 14-2014). Specifics for the calculation can be found in Guideline 14, or calculated as: R-Squared = 1 - (SS_resid / SS_total). Here, SS_resid is the sum of the squared residuals from the regression, and SS_total is the sum of the squared differences from the mean of the dependent variable (total sum of squares). See: https://www.mathworks.com/help/matlab/data_analysis/linear-regression.html#f1-15010. + + + + + + + + + + + Adjusted R-Squared is typically used to compare model fits across models generated with different numbers of parameters, since R-Squared is unable to account for model complexity (i.e. quadratic, cubic, etc.). It uses a penalty for the number of terms in a model, and can be calculated as: Adj-R-Squared = 1 - (SS_resid / SS_total) * ((n - 1) / (n - d - 1)). Here, SS_resid is the sum of the squared residuals from the regression, and SS_total is the sum of the squared differences from the mean of the dependent variable (total sum of squares). n is the number of observations in the data, and d is the degree of the polynomial. See: https://www.mathworks.com/help/matlab/data_analysis/linear-regression.html#f1-15010. + + + + + + + + + + + The Root Mean Square Error (RMSE) is the standard deviation of the residuals. It is calculated as follows: RMSE = sqrt( sum((y_i - yhat_i)^2) / (n - p) ). Here, y_i is the ith observation of the dependent variable, yhat_i is the regression models predicted value of y_i, n is the number of data points or periods in the baseline period, and p is the number of parameters or terms in the baseline model (ASHRAE Guideline 14-2014). + + + + + + + + + + The Coefficient of Variation of the Root Mean Square Error expressed as a percentage. + + + + + + + + + + + The Net Determination Bias Error expressed as a percentage. + + + + + + + + + + + The Mean Bias Error. + + + + + The Normalized Mean Bias Error expressed as a percentage. + + + + + + + + + + + + + + + + + As documented in Annex B4 of ASRHAE Guideline 14-2018, this refers to the total number of periods in the Baseline period data. It is denoted as "n" throughout B4. A "period" refers to a measurement of the ResponseVariable. For example, 24 hours worth of data collected at hourly intervals would have 24 "periods". + + + + + As documented in Annex B4 of ASRHAE Guideline 14-2018, this refers to the total number of parameters in the model. It is denoted as "p" throughout B4. The number of parameters is not necessarily equal to the number of auc:ExplanatoryVariable elements. For example, a 5 parameter change point model has 5 parameters, even though there is only a single ExplanatoryVariable (likely Drybulb Temperature). In certain cases, this is used in the calculation of the degrees of freedom for the t-statistic. + + + + + Degrees of Freedom as used in the context of a t-distribution. + + + + + This value represents the actual energy use for the building / premise over the defined period. It is an aggregate number and should be of the same units defined by the ResponseVariable/ResponseVariableUnits. See: the Retrofit Isolation Approach (G-14 4.1.1) and Whole Facility Approach (G-14 4.1.2) of ASHRAE Guideline 14-2018. + + + + + This value represents the model estimated energy use for the building / premise over the defined period. It is an aggregate number and should be of the same units defined by the ResponseVariable/ResponseVariableUnits. + + + + + + + + This element stores the timeseries data generated when the model is applied to the training data, oftentimes referred to as yhat. The difference between each pairwise element in this series with its corresponding data from the Current Building Modeled Scenario would generate the residuals. + + + + + + + + + + + + + + + + + + + + + + + Applicable when the NormalizationMethod is Forecast or Standard Conditions. Define a link to the ID of the Model considered as the baseline period Model. In the event it is Forecast, the reporting period and comparison period are considered synonymous. + + + + + + + + Applicable when the NormalizationMethod is Backcast or Standard Conditions. Define a link to the ID of the Model considered as the reporting period Model. In the event it is Backcast, the baseline period and comparison period are considered synonymous. + + + + + + + + 'Forecast' is the most common normalization method. It implies creation of a single Model using data from a baseline period (i.e. preconditions). 'Standard Conditions' is used to compare building performance of, say, two particular years to a 'typical' year. In this event, two models are created, one for the baseline and one for the reporting period, and input data is fed into each for a 'typical year' (TMY3, etc.) and performance compared. 'Backcast' is not used often, but makes sense in the event that finer temporal data is available in the reporting period to train the Model. A single Model is also created in this case. + + + + + + + + + + + + Applicable regardless of the NormalizationMethod. The beginning of the time period used for comparison. + + + + + Applicable regardless of the NormalizationMethod. The end of the time period used for comparison. + + + + + Applicable when the NormalizationMethod is Forecast or Backcast. This value represents the actual energy use for the building / premise during the period of comparison. It is an aggregate number and should be of the same units defined by the ResponseVariable/ResponseVariableUnits. + + + + + Applicable when the NormalizationMethod is Forecast or Backcast. This value represents the model estimated energy use for the building / premise during the period of comparison. It is an aggregate number and should be of the same units defined by the ResponseVariable/ResponseVariableUnits. + + + + + Applicable when the NormalizationMethod is Forecast or Backcast. As documented in Annex B4.1g and the result of Equation B-14 of ASHRAE Guideline 14-2018 (E_save,m), this value represents the 'actual savings'. It is calculated via the following: E_save,m = Ehat_base,m - E_meas,m. In BuildingSync terms, the AvoidedEnergyUse = ComparisonPeriodAggregateModeledEnergyUse - ComparisonPeriodAggregateActualEnergyUse. + + + + + The savings uncertainty represented as a decimal. + + + + + The confidence level represented as a decimal between zero and one. + + + + + Applicable when the NormalizationMethod is Standard Conditions. As documented in Annex B4.5 of ASRHAE Guideline 14-2018: "In many cases, it is necessary to normalize the savings to a typical or average period (usually a year) at the site. It was shown in Section B4.3 that when measurement errors are negligible, the uncertainty in calculating actual savings using a weather-based regression is due to the error in normalizing the baseline energy use to the postretrofit period. Normalized savings requires two regression equations: one that correlates baseline energy use with baseline weather conditions and one that correlates postretrofit energy use with postretrofit weather conditions. This value represents the "normalized baseline energy use", or the predicted energy consumption using the Baseline model when data from a standard year (or typical year) is supplied to it. + + + + + Applicable when the NormalizationMethod is Standard Conditions. As documented in Annex B4.5 of ASRHAE Guideline 14-2018: "In many cases, it is necessary to normalize the savings to a typical or average period (usually a year) at the site. It was shown in Section B4.3 that when measurement errors are negligible, the uncertainty in calculating actual savings using a weather-based regression is due to the error in normalizing the baseline energy use to the postretrofit period. Normalized savings requires two regression equations: one that correlates baseline energy use with baseline weather conditions and one that correlates postretrofit energy use with postretrofit weather conditions. This value represents the "normalized postretrofit energy use", or the predicted energy consumption using the Reporting (or postretrofit) model when data from a standard year (or typical year) is supplied to it. + + + + + Applicable when the NormalizationMethod is Standard Conditions. As documented in Annex B4.5 of ASRHAE Guideline 14-2018: "normalized savings is then defined as the normalized baseline energy use minus the normalized postretrofit energy use". The "normalized baseline energy use" referred to in G-14 is captured by the auc:BaselinePeriodCalculatedEnergyUseStandardConditions element, while the "normalized postretrofit energy use" is captured by the auc:ReportingPeriodCalculatedEnergyUseStandardConditions element. + + + + + Applicable when the NormalizationMethod is Forecast or Backcast. Used to capture the modeled timeseries data associated with the comparison period. + + + + + + + + + + Applicable when the NormalizationMethod is Standard Conditions. Used to capture the modeled timeseries data associated with the baseline period at standard conditions. + + + + + + + + + + Applicable when the NormalizationMethod is Standard Conditions. Used to capture the modeled timeseries data associated with the reporting period at standard conditions. + + + + + + + + + + Applicable when the NormalizationMethod is Standard Conditions. Used to capture timeseries data inputs (i.e. temperature or weather data from a TMY3 file, etc.). + + + + + + + + + + + + + + + + + + + + + Indicates frequency of data that's available for a given variable. Data that's available can range from 1 minute interval to annual. This interval frequency can be applied to resource or other time series data like weather. + + + + + + + + + + + + + + + + + + + Enumeration for different potential units. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True if an active dehumidification system is available (in addition to the dehumidification that takes place during normal direct expansion (DX) cooling operation). + + + + + Overall annual efficiency of a cooling system. + + + + + + + + + + + + Cost savings per year due to reduction in peak electricity demand. ($/year) + + + + + + + + + + + + Overall annual efficiency of a heating system. + + + + + + + + + + + + Reduction in largest 15 minute peak demand for the year as defined in the utility rate schedule (for electrical energy use only). (kW) + + + + + + + + + + + + + + + + + + + + Site energy savings per year for this resource type, in the original units. (units/yr) + + + + + + + + + + + + + + + + + + + + + Cost savings per year, including energy, demand, change in rate schedule, and other cost impacts on utility bills. ($/year) + + + + + + + + + + + + Site energy savings per year. (MMBtu/year) + + + + + + + + + + + + Source energy savings per year. (MMBtu/year) + + + + + + + + + + + + Total annual reduction in water costs, not including water heating costs (hot and cold). ($/year) + + + + + + + + + + + + Total annual water savings (hot and cold). (gal/year) + + + + + + + + + + + + Average GHG emissions savings per year. (MtCO2e/year) + + + + + + + + + + + + Marginal GHG emissions savings per year. (MtCO2e/year) + + + + + + + + + + + + Annual GHG emissions intensity savings per year. (kg CO2e/ft2/year) + + + + + + + + + + + + Estimated total energy savings in the whole life cycle (MMBtu) + + + + + + + + + + + + Estimated present value of total savings in energy costs in the whole life cycle ($) + + + + + + + + + + + + Estimated total water savings in the whole life cycle (gal) + + + + + + + + + + + + Estimated present value of total savings in water costs in the whole life cycle ($) + + + + + + + + + + + + Estimated present value of total savings in ancillary/other costs in the whole life cycle ($) + + + + + + + + + + + + The water temperature that the equipment supplies, such as the chilled water temperature setpoint for a chiller, or hot water temperature setpoint for water leaving a boiler. (°F) + + + + + + + + + + + + The number of burners. + + + + + + + + + + + + If applicable, the turndown ratio for the burner (full input/minimum input). + + + + + + + + + + + + Reference temperature for calculating Cooling Degree Days (CDD). (°F) + + + + + + + + + + + + The water temperature that the equipment supplies, such as the chilled water temperature setpoint for a chiller, or hot water temperature setpoint for water leaving a boiler. (°F) + + + + + + + + + + + + Volume of clothes washer tub. (ft3) + + + + + + + + + + + + Modified Energy Factor (MEF) is the energy performance metric for ENERGY STAR qualified clothes washers and all clothes washers as of February 1, 2013. MEF is the quotient of the capacity of the clothes container, C, divided by the total clothes washer energy consumption per cycle, with such energy consumption expressed as the sum of the machine electrical energy consumption, M, the hot water energy consumption, E, and the energy required for removal of the remaining moisture in the wash load, D. The higher MEF, the more efficient the clothes washer. The equation is: MEF = C/(M + E + D). + + + + + + + + + + + + Water Factor (WF) is the quotient of the total weighted per-cycle water consumption, Q, divided by the capacity of the clothes washer, C. The lower the value, the more water efficient the clothes washer is. The equation is: WF = Q/C. WF is the ENERGY STAR water performance metric that allows the comparison of clothes washer water consumption independent of clothes washer capacity. (gal/cycle/ft3) + + + + + + + + + + + + + + + + + + + + + The measure of how much energy is extracted from the fuel and is the ratio of heat transferred to the combustion air divided by the heat input of the fuel. (0-1) (fraction) + + + + + + + + + + + + + + + ID number of the CondenserPlant serving as the source for this cooling system. + + + + + + + + + + + The temperature of water supplied to a water-cooled condenser under normal operating conditions. (°F) + + + + + + + + + + + + The saturation temperature, in degrees, corresponding to the measured refrigerant pressure at the condenser inlet. (°F) + + + + + + + + + + + + ID number of the associated CoolingSource. + + + + + + + + Average capacity of each cooling stage, at Air-Conditioning, Heating, and Refrigeration Institute (AHRI) rated conditions, expressed as a fraction of total capacity. (0-1) (fraction) + + + + + + + + + + + + Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%) + + + + + + + + + + + + The rate for any fees, riders, fuel adjustments. ($/kW) + + + + + + + + + + + + The time period of measurement through which the demand is established. (min) + + + + + + + + + + + + Measure of dryer efficiency based on electricity. (kWh/load) + + + + + + + + + + + + Measure of dryer efficiency based on natural gas. (Btu/load) + + + + + + + + + + + + The rate to buy electric demand from the utility. ($/kW) + + + + + + + + + + + + + The timestamp that marks the end of the time series. (CCYY-MM-DDThh:mm:ss.zzz) + + + + + End use for related resource or data. + + + + + Energy rate to buy a unit of energy consumption. ($/unit) + + + + + + + + + + + + Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit) + + + + + + + + + + + + Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh) + + + + + + + + + + + + + + + + + + + + + The net cost of disposing of equipment being replaced or removed. In some cases the salvage value may exceed disposal costs, resulting in a negative value. ($) + + + + + + + + + + + + ID numbers of schedules replaced by the measure. + + + + + + + + A description of the roughness of the exposed surface of a material. This property is used to approximate the effect of the surface condition on the convection of air across the surface. In energy simulation models, it is used to help determine the convection coefficients for a surface. + + + + + + Total area of this fenestration type. (ft2) + + + + + + + + + + + + Number of floors which are fully above ground. + + + + + + + + + + + + Number of floors which are fully underground. + + + + + + + + + + + + Height of the building foundation that is above the ground. (ft) + + + + + + + + + + + + Basement or crawlspace wall construction. + + + + + + Thickness of insulation at basement or crawlspace wall. (in.) + + + + + + + + + + + + Also known as thermal resistance, quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu) + + + + + + + + + + + + The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F) + + + + + + + + + + + + Funding obtained through incentives to implement the measure or project. ($) + + + + + + + + + + + + Funding obtained through utility or state tax credits to implement the measure or project. ($) + + + + + + + + + + + + Reference temperature for calculating Heating Degree Days (HDD). (°F) + + + + + + + + + + + + Average capacity of each heating stage, at Air-Conditioning, Heating, and Refrigeration Institute (AHRI) rated conditions, expressed as a fraction of total capacity. (0-1) (fraction) + + + + + The maximum flow rate of water that the boiler is designed to accept. (gpm) + + + + + + + + + + + + The rate of energy consumption of the heating equipment at full load. + + + + + + + + + + + + The fraction of incident visible wavelength radiation that is absorbed by the material or surface. (0-1) (fraction) + + + + + + + + + + + + Internal rate of return (IRR) of measure or package. (0-100) (%). + + + + + + + + + + + + + (W) + + + + + + + + + + + + ID numbers of the associated buildings. + + + + + + + + + + + + ID numbers of the facilities associated with the system. + + + + + + + + + + + + + + + ID numbers of one or more schedules that apply in the context of the linked premise. + + + + + + + + + + + ID numbers of the associated sections. + + + + + + + + + + + + ID numbers of the sites associated with the system. + + + + + + + + + + + + ID numbers of the associated spaces. + + + + + + + + + + + + ID number of associated system(s). + + + + + + + + + + + + + + + ID numbers of the associated zones. + + + + + + + + + + + + ID number of the associated Audit Cycle for the report + + + + + + Index number of the year when the audit is conducted from the start of the audit cycle. 1 corresponds to auc:AuditCycleStartYear. + + + + + + + + + + + + + + + + Annual cost to verify energy savings. ($/year) + + + + + + + + + + + + ID number of the Space that provides makeup air for exhaust ventilation. + + + + + + + + + + + + The minimum part load ratio at which the system is able to operate. (0-1) (fraction) + + + + + ID numbers of schedules associated with the improved systems. + + + + + + + + Net present value of impacts on depreciation and other tax deductions. ($) + + + + + + + + + + + + Net Present Value (NPV) of measure or package ($). + + + + + + + + + + + + + + The number of discrete operating stages, excluding "off." + + + + + + + + + + + + The number of heating stages, excluding "off." + + + + + + + + + + + + Annual cost savings for operation, maintenance, and repair. ($) + + + + + + + + + + + + Occupancy-based controls. + + + + + + + Type of sensor for detecting occupancy. + + + + + Occupancy-based control strategy. + + + + + + + + + + If ControlStrategy is other, then the name of the strategy used. + + + + + Name of the other control technology used. + + + + + Output capacity of equipment. WARNING: This element is being deprecated, use Capacity instead + + + + + + + + + + + + Defines how thick insulation on pipes in a heating, cooling, water heating system is. (in.) + + + + + + + + + + + + Percent of pipe length in conditioned space. (0-100) (%) + + + + + + + + + + + + If exists then the data for this building is included in ENERGY STAR Portfolio Manager. + + + + + The name or title of rate period. This is intended to capture the seasonal changes in rates. + + + + + The fraction of total energy transfer between the evaporator coil and air that is associated with sensible capacity (change in air temperature) expressed as a dimensionless value, and at the rated conditions prescribed for this system. (0-1) (fraction) + + + + + Used to adjust cooling efficiency for assumed slightly degraded performance if refrigerant charge is not verified through acceptance test procedures. (0-1) (fraction) + + + + + + + + + + + + Minimum ventilation rate required by local code. (cfm) + + + + + + + + + + + + The length of time required for the investment to pay for itself. (yrs) + + + + + + + + + + + + Area of slab-on-grade, basement slab, or other floor over unconditioned space. (ft2) + + + + + + + + + + + + Perimeter of slab-on-grade or basement slab exposed to outside air conditions. (ft) + + + + + + + + + + + + + Thickness of insulation around perimeter or under slab. (in.) + + + + + + + + + + + + Total perimeter of slab-on-grade or basement slab. (ft) + + + + + + + + + + + + The Source Energy Use divided by the premises gross floor area. (kBtu/ft2) + + + + + + + + + + + + + + + ID number of the space type associated with this side of the section. + + + + + + + + + + + The timestamp that marks the beginning of the time series. (CCYY-MM-DDThh:mm:ss.zzz) + + + + + The maximum amount of steam pressure allowed during boiler operation. This should be input as gauge pressure. (psi) + + + + + + + + + + + + The minimum amount of steam pressure required during boiler operation. This should be input as gauge pressure. (psi) + + + + + + + + + + + + The story of the given floor area type. + + + + + Information other than a prefix or suffix for the street portion of a postal address. + + + + + Reduction in largest 15 minute peak demand for the summer months as defined in the utility rate schedule (for electrical energy use only). (kW) + + + + + + + + + + + + The efficiency of heat transfer between the combustion process and the heated steam, water, or air. (0-1) (fraction) + + + + + + + + + + + + + + + ID number of the zone type associated with this space or side of the section. + + + + + + + + + + + + True if the lamps require a transformer to lower the voltage (such as halogen or LEDs). + + + + + + Unique account number designated by the utility. + + + + + Organization that is responsible for paying the bills associated with this meter. + + + + + Unique identification number for the meter. + + + + + List of ventilation control methods. + + + + + + + + + + Installed flow rate for mechanical ventilation system. (cfm) + + + + + + + + + + + + The control temperature of the outside air dry-bulb temperature above which the water-side economizer is disabled. (°F) + + + + + + + + + + + + The control temperature of the condenser water supply temperature above which the water-side economizer is disabled. (°F) + + + + + + + + + + + + Weighted average process load. (W/ft2) + + + + + + + + + + + + Reduction in largest 15 minute peak demand for the winter months as defined in the utility rate schedule (for electrical energy use only). (kW) + + + + + + + + + + + + Year in which construction was completed on the premise. (CCYY) + + + + + + + + + + + + Identifier for the equipment. + + + + + Energy and cost effectiveness data for an individual measure. In most cases, this data depends on the other measures included in the package, and should be entered at the package level under Scenarios. + + + + + + Sequence in which the measure was analyzed relative to other measures. Ranking should be 1 if it is analyzed first, 2 if analyzed after Measure 1 is applied, etc. This accounts for interactive effects between measures. Ranking may be 1 for all measures if they are not analyzed as a package. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Annual savings for other non-energy costs, or increased revenue caused by measure implementation. ($) + + + + + + + + + + + + + + + + + + + + +
diff --git a/bsyncviewer/lib/validator/examples/schema2.6.0/BETTER_SampleCourthouse.xml b/bsyncviewer/lib/validator/examples/schema2.6.0/BETTER_SampleCourthouse.xml new file mode 100644 index 00000000..35761b88 --- /dev/null +++ b/bsyncviewer/lib/validator/examples/schema2.6.0/BETTER_SampleCourthouse.xml @@ -0,0 +1,642 @@ + + + + + + + + + BETTER Example - Courthouse + + + Custom + seed_analysis_property_view_id + 531 + + + + Banning + CA + 92220 + + + CAMX + + -116.8899 + 33.9282 + Courthouse + + + Gross + 65204.0 + + + + + + + + + + + + + + + + + + + + Natural gas + kBtu + All end uses + + + Electricity + kBtu + All end uses + + + + + Total + 2018-01-01T08:00:00+00:00 + 2018-01-31T08:00:00+00:00 + Month + 287700.0 + + + + Total + 2018-02-01T08:00:00+00:00 + 2018-02-28T08:00:00+00:00 + Month + 324100.0 + + + + Total + 2018-03-01T08:00:00+00:00 + 2018-03-31T07:00:00+00:00 + Month + 181700.0 + + + + Total + 2018-04-01T07:00:00+00:00 + 2018-04-30T07:00:00+00:00 + Month + 128600.0 + + + + Total + 2018-05-01T07:00:00+00:00 + 2018-05-31T07:00:00+00:00 + Month + 125200.0 + + + + Total + 2018-06-01T07:00:00+00:00 + 2018-06-30T07:00:00+00:00 + Month + 216000.0 + + + + Total + 2018-07-01T07:00:00+00:00 + 2018-07-31T07:00:00+00:00 + Month + 177300.0 + + + + Total + 2018-08-01T07:00:00+00:00 + 2018-08-31T07:00:00+00:00 + Month + 89700.0 + + + + Total + 2018-09-01T07:00:00+00:00 + 2018-09-30T07:00:00+00:00 + Month + 132100.0 + + + + Total + 2018-10-01T07:00:00+00:00 + 2018-10-31T07:00:00+00:00 + Month + 161100.0 + + + + Total + 2018-11-01T07:00:00+00:00 + 2018-11-30T08:00:00+00:00 + Month + 221800.0 + + + + Total + 2018-12-01T08:00:00+00:00 + 2018-12-31T08:00:00+00:00 + Month + 295900.0 + + + + Total + 2019-01-01T08:00:00+00:00 + 2019-01-31T08:00:00+00:00 + Month + 305000.0 + + + + Total + 2019-02-01T08:00:00+00:00 + 2019-02-28T08:00:00+00:00 + Month + 281500.0 + + + + Total + 2019-03-01T08:00:00+00:00 + 2019-03-31T07:00:00+00:00 + Month + 330800.0 + + + + Total + 2019-04-01T07:00:00+00:00 + 2019-04-30T07:00:00+00:00 + Month + 178400.0 + + + + Total + 2019-05-01T07:00:00+00:00 + 2019-05-31T07:00:00+00:00 + Month + 177300.0 + + + + Total + 2019-06-01T07:00:00+00:00 + 2019-06-30T07:00:00+00:00 + Month + 237800.0 + + + + Total + 2019-07-01T07:00:00+00:00 + 2019-07-31T07:00:00+00:00 + Month + 208000.0 + + + + Total + 2019-08-01T07:00:00+00:00 + 2019-08-31T07:00:00+00:00 + Month + 172800.0 + + + + Total + 2019-09-01T07:00:00+00:00 + 2019-09-30T07:00:00+00:00 + Month + 86700.0 + + + + Total + 2019-10-01T07:00:00+00:00 + 2019-10-31T07:00:00+00:00 + Month + 208400.0 + + + + Total + 2019-11-01T07:00:00+00:00 + 2019-11-30T08:00:00+00:00 + Month + 234100.0 + + + + Total + 2019-12-01T08:00:00+00:00 + 2019-12-31T08:00:00+00:00 + Month + 256900.0 + + + + Total + 2020-01-01T08:00:00+00:00 + 2020-01-31T08:00:00+00:00 + Month + 238500.0 + + + + Total + 2020-02-01T08:00:00+00:00 + 2020-02-29T08:00:00+00:00 + Month + 208900.0 + + + + Total + 2020-03-01T08:00:00+00:00 + 2020-03-31T07:00:00+00:00 + Month + 170400.0 + + + + Total + 2020-04-01T07:00:00+00:00 + 2020-04-30T07:00:00+00:00 + Month + 136800.0 + + + + Total + 2020-05-01T07:00:00+00:00 + 2020-05-31T07:00:00+00:00 + Month + 60100.0 + + + + Total + 2020-06-01T07:00:00+00:00 + 2020-06-30T07:00:00+00:00 + Month + 1300.0 + + + + Total + 2020-07-01T07:00:00+00:00 + 2020-07-31T07:00:00+00:00 + Month + 5900.0 + + + + Total + 2020-08-01T07:00:00+00:00 + 2020-08-31T07:00:00+00:00 + Month + 5600.0 + + + + Total + 2020-09-01T07:00:00+00:00 + 2020-09-30T07:00:00+00:00 + Month + 5900.0 + + + + Total + 2020-10-01T07:00:00+00:00 + 2020-10-31T07:00:00+00:00 + Month + 5900.0 + + + + Total + 2020-11-01T07:00:00+00:00 + 2020-11-30T08:00:00+00:00 + Month + 80000.0 + + + + Total + 2020-12-01T08:00:00+00:00 + 2020-12-31T08:00:00+00:00 + Month + 169600.0 + + + + Total + 2018-01-01T08:00:00+00:00 + 2018-02-01T08:00:00+00:00 + Month + 281325.0 + + + + Total + 2018-02-01T08:00:00+00:00 + 2018-03-01T08:00:00+00:00 + Month + 284394.0 + + + + Total + 2018-03-01T08:00:00+00:00 + 2018-04-01T07:00:00+00:00 + Month + 264957.0 + + + + Total + 2018-04-01T07:00:00+00:00 + 2018-05-01T07:00:00+00:00 + Month + 290532.0 + + + + Total + 2018-05-01T07:00:00+00:00 + 2018-06-01T07:00:00+00:00 + Month + 279279.0 + + + + Total + 2018-06-01T07:00:00+00:00 + 2018-07-01T07:00:00+00:00 + Month + 313038.0 + + + + Total + 2018-07-01T07:00:00+00:00 + 2018-08-01T07:00:00+00:00 + Month + 330429.0 + + + + Total + 2018-08-01T07:00:00+00:00 + 2018-09-01T07:00:00+00:00 + Month + 368280.0 + + + + Total + 2018-09-01T07:00:00+00:00 + 2018-10-01T07:00:00+00:00 + Month + 332475.0 + + + + Total + 2018-10-01T07:00:00+00:00 + 2018-11-01T07:00:00+00:00 + Month + 338613.0 + + + + Total + 2018-11-01T07:00:00+00:00 + 2018-12-01T08:00:00+00:00 + Month + 310992.0 + + + + Total + 2018-12-01T08:00:00+00:00 + 2019-01-01T08:00:00+00:00 + Month + 314061.0 + + + + Total + 2019-01-01T08:00:00+00:00 + 2019-02-01T08:00:00+00:00 + Month + 306900.0 + + + + Total + 2019-02-01T08:00:00+00:00 + 2019-03-01T08:00:00+00:00 + Month + 319176.0 + + + + Total + 2019-03-01T08:00:00+00:00 + 2019-04-01T07:00:00+00:00 + Month + 293601.0 + + + + Total + 2019-04-01T07:00:00+00:00 + 2019-05-01T07:00:00+00:00 + Month + 278256.0 + + + + Total + 2019-05-01T07:00:00+00:00 + 2019-06-01T07:00:00+00:00 + Month + 358050.0 + + + + Total + 2019-06-01T07:00:00+00:00 + 2019-07-01T07:00:00+00:00 + Month + 282348.0 + + + + Total + 2019-07-01T07:00:00+00:00 + 2019-08-01T07:00:00+00:00 + Month + 322245.0 + + + + Total + 2019-08-01T07:00:00+00:00 + 2019-09-01T07:00:00+00:00 + Month + 346797.0 + + + + Total + 2019-09-01T07:00:00+00:00 + 2019-10-01T07:00:00+00:00 + Month + 331452.0 + + + + Total + 2019-10-01T07:00:00+00:00 + 2019-11-01T07:00:00+00:00 + Month + 378510.0 + + + + Total + 2019-11-01T07:00:00+00:00 + 2019-12-01T08:00:00+00:00 + Month + 314061.0 + + + + Total + 2019-12-01T08:00:00+00:00 + 2020-01-01T08:00:00+00:00 + Month + 345774.0 + + + + Total + 2020-01-01T08:00:00+00:00 + 2020-02-01T08:00:00+00:00 + Month + 292578.0 + + + + Total + 2020-02-01T08:00:00+00:00 + 2020-03-01T08:00:00+00:00 + Month + 258819.0 + + + + Total + 2020-03-01T08:00:00+00:00 + 2020-04-01T07:00:00+00:00 + Month + 290532.0 + + + + Total + 2020-04-01T07:00:00+00:00 + 2020-05-01T07:00:00+00:00 + Month + 283371.0 + + + + Total + 2020-05-01T07:00:00+00:00 + 2020-06-01T07:00:00+00:00 + Month + 280302.0 + + + + Total + 2020-06-01T07:00:00+00:00 + 2020-07-01T07:00:00+00:00 + Month + 242451.0 + + + + Total + 2020-07-01T07:00:00+00:00 + 2020-08-01T07:00:00+00:00 + Month + 255750.0 + + + + Total + 2020-08-01T07:00:00+00:00 + 2020-09-01T07:00:00+00:00 + Month + 313038.0 + + + + Total + 2020-09-01T07:00:00+00:00 + 2020-10-01T07:00:00+00:00 + Month + 257796.0 + + + + Total + 2020-10-01T07:00:00+00:00 + 2020-11-01T07:00:00+00:00 + Month + 301785.0 + + + + Total + 2020-11-01T07:00:00+00:00 + 2020-12-01T08:00:00+00:00 + Month + 261888.0 + + + + + + + + + + + + + + + diff --git a/bsyncviewer/lib/validator/examples/schema2.6.0/BETTER_SampleOffice.xml b/bsyncviewer/lib/validator/examples/schema2.6.0/BETTER_SampleOffice.xml new file mode 100644 index 00000000..45f4a31c --- /dev/null +++ b/bsyncviewer/lib/validator/examples/schema2.6.0/BETTER_SampleOffice.xml @@ -0,0 +1,514 @@ + + + + + + + + + BETTER Example - Office + + + Custom + seed_analysis_property_view_id + 533 + + + + San Bernardino + CA + 92415 + + + CAMX + + -117.2898 + 34.1083 + Office + + + Gross + 3916.0 + + + + + + + + + + + + + + + + + + + + Electricity + kBtu + All end uses + + + Natural gas + kBtu + All end uses + + + + + Total + 2018-01-01T08:00:00+00:00 + 2018-01-31T08:00:00+00:00 + Month + 11151.9617 + + + + Total + 2018-02-01T08:00:00+00:00 + 2018-02-28T08:00:00+00:00 + Month + 9621.690100000002 + + + + Total + 2018-03-01T08:00:00+00:00 + 2018-03-31T07:00:00+00:00 + Month + 10154.1957 + + + + Total + 2018-04-01T07:00:00+00:00 + 2018-04-30T07:00:00+00:00 + Month + 9991.0954 + + + + Total + 2018-05-01T07:00:00+00:00 + 2018-05-31T07:00:00+00:00 + Month + 10158.049 + + + + Total + 2018-06-01T07:00:00+00:00 + 2018-06-30T07:00:00+00:00 + Month + 10498.0942 + + + + Total + 2018-07-01T07:00:00+00:00 + 2018-07-31T07:00:00+00:00 + Month + 13474.0694 + + + + Total + 2018-08-01T07:00:00+00:00 + 2018-08-31T07:00:00+00:00 + Month + 16491.5102 + + + + Total + 2018-09-01T07:00:00+00:00 + 2018-09-30T07:00:00+00:00 + Month + 11740.0503 + + + + Total + 2018-10-01T07:00:00+00:00 + 2018-10-31T07:00:00+00:00 + Month + 10071.7078 + + + + Total + 2018-11-01T07:00:00+00:00 + 2018-11-30T08:00:00+00:00 + Month + 11046.4222 + + + + Total + 2018-12-01T08:00:00+00:00 + 2018-12-31T08:00:00+00:00 + Month + 11137.3669 + + + + Total + 2019-01-01T08:00:00+00:00 + 2019-01-31T08:00:00+00:00 + Month + 11733.5713 + + + + Total + 2019-02-01T08:00:00+00:00 + 2019-02-28T08:00:00+00:00 + Month + 11527.539100000002 + + + + Total + 2019-03-01T08:00:00+00:00 + 2019-03-31T07:00:00+00:00 + Month + 10809.9728 + + + + Total + 2019-04-01T07:00:00+00:00 + 2019-04-30T07:00:00+00:00 + Month + 10294.449 + + + + Total + 2019-05-01T07:00:00+00:00 + 2019-05-31T07:00:00+00:00 + Month + 10370.3556 + + + + Total + 2019-06-01T07:00:00+00:00 + 2019-06-30T07:00:00+00:00 + Month + 11316.2896 + + + + Total + 2019-07-01T07:00:00+00:00 + 2019-07-31T07:00:00+00:00 + Month + 14055.9859 + + + + Total + 2019-08-01T07:00:00+00:00 + 2019-08-31T07:00:00+00:00 + Month + 16188.0202 + + + + Total + 2019-09-01T07:00:00+00:00 + 2019-09-30T07:00:00+00:00 + Month + 12343.074700000001 + + + + Total + 2019-10-01T07:00:00+00:00 + 2019-10-31T07:00:00+00:00 + Month + 10169.2679 + + + + Total + 2019-11-01T07:00:00+00:00 + 2019-11-30T08:00:00+00:00 + Month + 9153.599400000001 + + + + Total + 2019-12-01T08:00:00+00:00 + 2019-12-31T08:00:00+00:00 + Month + 11609.447300000002 + + + + Total + 2020-01-01T08:00:00+00:00 + 2020-01-31T08:00:00+00:00 + Month + 11304.797900000001 + + + + Total + 2020-02-01T08:00:00+00:00 + 2020-02-29T08:00:00+00:00 + Month + 9662.4737 + + + + Total + 2020-03-01T08:00:00+00:00 + 2020-03-31T07:00:00+00:00 + Month + 9739.3351 + + + + Total + 2020-04-01T07:00:00+00:00 + 2020-04-30T07:00:00+00:00 + Month + 8734.1694 + + + + Total + 2020-05-01T07:00:00+00:00 + 2020-05-31T07:00:00+00:00 + Month + 11347.013700000001 + + + + Total + 2020-06-01T07:00:00+00:00 + 2020-06-30T07:00:00+00:00 + Month + 11897.080800000002 + + + + Total + 2020-07-01T07:00:00+00:00 + 2020-07-31T07:00:00+00:00 + Month + 14653.4861 + + + + Total + 2020-08-01T07:00:00+00:00 + 2020-08-31T07:00:00+00:00 + Month + 13311.7193 + + + + Total + 2020-09-01T07:00:00+00:00 + 2020-09-30T07:00:00+00:00 + Month + 10972.2206 + + + + Total + 2020-10-01T07:00:00+00:00 + 2020-10-31T07:00:00+00:00 + Month + 10252.506 + + + + Total + 2020-11-01T07:00:00+00:00 + 2020-11-30T08:00:00+00:00 + Month + 8507.6772 + + + + Total + 2020-12-01T08:00:00+00:00 + 2020-12-31T08:00:00+00:00 + Month + 10942.2808 + + + + Total + 2018-01-01T08:00:00+00:00 + 2018-01-31T08:00:00+00:00 + Month + 53900.0 + + + + Total + 2018-02-01T08:00:00+00:00 + 2018-02-28T08:00:00+00:00 + Month + 28900.0 + + + + Total + 2018-03-01T08:00:00+00:00 + 2018-03-31T07:00:00+00:00 + Month + 46000.0 + + + + Total + 2018-04-01T07:00:00+00:00 + 2018-04-30T07:00:00+00:00 + Month + 19400.0 + + + + Total + 2018-05-01T07:00:00+00:00 + 2018-05-31T07:00:00+00:00 + Month + 4200.0 + + + + Total + 2018-12-01T08:00:00+00:00 + 2018-12-31T08:00:00+00:00 + Month + 39800.0 + + + + Total + 2019-01-01T08:00:00+00:00 + 2019-01-31T08:00:00+00:00 + Month + 60300.0 + + + + Total + 2019-02-01T08:00:00+00:00 + 2019-02-28T08:00:00+00:00 + Month + 49800.0 + + + + Total + 2019-03-01T08:00:00+00:00 + 2019-03-31T07:00:00+00:00 + Month + 51500.0 + + + + Total + 2019-04-01T07:00:00+00:00 + 2019-04-30T07:00:00+00:00 + Month + 13800.0 + + + + Total + 2019-11-01T07:00:00+00:00 + 2019-11-30T08:00:00+00:00 + Month + 200.0 + + + + Total + 2019-12-01T08:00:00+00:00 + 2019-12-31T08:00:00+00:00 + Month + 25900.0 + + + + Total + 2020-01-01T08:00:00+00:00 + 2020-01-31T08:00:00+00:00 + Month + 59300.0 + + + + Total + 2020-02-01T08:00:00+00:00 + 2020-02-29T08:00:00+00:00 + Month + 58600.0 + + + + Total + 2020-03-01T08:00:00+00:00 + 2020-03-31T07:00:00+00:00 + Month + 15300.0 + + + + Total + 2020-04-01T07:00:00+00:00 + 2020-04-30T07:00:00+00:00 + Month + 9700.0 + + + + Total + 2020-10-01T07:00:00+00:00 + 2020-10-31T07:00:00+00:00 + Month + 100.0 + + + + Total + 2020-11-01T07:00:00+00:00 + 2020-11-30T08:00:00+00:00 + Month + 10100.0 + + + + Total + 2020-12-01T08:00:00+00:00 + 2020-12-31T08:00:00+00:00 + Month + 20000.0 + + + + + + + + + + + + + + + diff --git "a/bsyncviewer/lib/validator/examples/schema2.6.0/Example \342\200\223 A Valid Schema.xml" "b/bsyncviewer/lib/validator/examples/schema2.6.0/Example \342\200\223 A Valid Schema.xml" new file mode 100644 index 00000000..79225966 --- /dev/null +++ "b/bsyncviewer/lib/validator/examples/schema2.6.0/Example \342\200\223 A Valid Schema.xml" @@ -0,0 +1,168 @@ + + + + + + + + Custom + Tax Lot + 001 + + + Custom + Borough + Brooklyn + + + Custom + Tax Block + 001 + + + + New York + NY + + + + Building 001 + + + + Custom + Custom ID 1 + 001 + + + + + + 123 Main St + + + New York + NY + 11520 + + + + Gross + 75000 + + + Heated and Cooled + 75000 + + + Footprint + 80000 + + + 3.6732677131179763 + 1350 + 1960 + 2008 + + + Whole building + Retail + + + 40.0 + Hours per week + + + 50.0 + Weeks per year + + + + + Gross + 69452 + + + Tenant + 69452 + + + Common + 0.0 + + + + + + + + + + + Lighting + + + + + + + + + Retrofit with light emitting diode technologies + + + + Entire building + Retrofit with light emitting diode technologies + 0 + 12 + 267390.2 + 0 + 0 + true + Proposed + + + Rebate Available + true + + + + + + + + + Baseline + + + + + + + LED Only + + + + + + + + + + + + + + + Recommended Resource Savings Category + Potential Capital Recommendations + + + + + + + + + diff --git "a/bsyncviewer/lib/validator/examples/schema2.6.0/Example \342\200\223 Invalid Schema.xml" "b/bsyncviewer/lib/validator/examples/schema2.6.0/Example \342\200\223 Invalid Schema.xml" new file mode 100644 index 00000000..ea0bf321 --- /dev/null +++ "b/bsyncviewer/lib/validator/examples/schema2.6.0/Example \342\200\223 Invalid Schema.xml" @@ -0,0 +1,805 @@ + + + + Example Building + + + + Custom + BIN + 111 + + + Custom + EER + A + + + 32 + 2 + true + false + + + Conditioned + 275345.0 + + + Cooled only + 0.0 + + + Gross + 275345.0 + + + Heated and Cooled + 275345.0 + + + Heated only + 0.0 + + + 50000.0 + 5000.0 + 1999 + 2015 + 2012-01-01 + 2011 + 100.0 + 2 + + + Office + + + 60.0 + Hours per week + + + 50.0 + Weeks per year + + + + + Gross + 275345.0 + + + Common + 27534.5 + + + Tenant + 247810.5 + + + + + Parking + + + Gross + 20000.0 + + + Common + 20000.0 + + + Tenant + 0.0 + + + + + + + Above Grade Demising Wall Area + 0.0 + + + Spaces Excluded from GFA + + + + + + + + + + + + Direct steam + Full Modulation Manual + Unknown + 120.0 + kBtu/hr + 82.0 + AFUE + 2 + + + + + Absorption + Other + + Single effect + 0.7200000286102295 + kW/ton + 12.0 + kBtu/hr + 2 + + Average + + + + Cooling tower + Fixed Flow + Single Speed + + + + + Multi zone + + + + + kBtu/hr + + + + + + kBtu/hr + + + + + + + Local fan + + + + + + + + + + + + + true + + + Delivery-70234392832520 + + + Type + none + + + + + + + + + + + + PercentPremisesServedCommon-Subsection-1 + 100 + + + PercentPremisesServedTenant-Subsection-1 + 100 + + + DistributionEquipmentType + Forced Air + + + OtherCentralDistributionType + + + + OtherDistributionEquipmentType + + + + + + + Single zone + + + + + kBtu/hr + + + + + + kBtu/hr + + + + + + + Central fan + + + + + + + + + + + + + false + + + Delivery-70234392685980 + + + Type + none + + + + + + + + + + + + PercentPremisesServedCommon-Subsection-70234398249320 + 100 + + + PercentPremisesServedTenant-Subsection-70234398249320 + 0 + + + DistributionEquipmentType + Forced Air + + + OtherCentralDistributionType + + + + OtherDistributionEquipmentType + + + + + + + + + + LED + + + Electronic + Plug-in + 15 + 1 + + + + + + + + PercentPremisesServedCommon-Subsection-70234398269980 + 0.0 + + + PercentPremisesServedTenant-Subsection-70234398269980 + 50.0 + + + + + + + T8 + Unknown + + + Electronic + Recessed + 32 + 4 + + + + + + + + + PercentPremisesServed-Subsection-70234398269980 + 0.0 + + + PercentPremisesServedCommon-Subsection-70234398269980 + 0.0 + + + PercentPremisesServedTenant-Subsection-70234398269980 + 0.0 + + + PercentPremisesServedCommon-Subsection-70234398249320 + 100.0 + + + PercentPremisesServedTenant-Subsection-70234398249320 + 0.0 + + + + + + + + + + + + + Unknown + + + + + 90.0 + 20.0 + 2.0 + + + Distributed + Thermal Efficiency + 80.0 + 1999 + Natural gas + Mechanical Room + + + + + + + + PercentPremisesServedCommon-Subsection-2 + 100 + + + PercentPremisesServedTenant-Subsection-2 + 100 + + + DomesticHotWaterType + Direct Fired- Storage + + + + + + + + + + + + + + + + + + + PercentPremisesServedCommon-Subsection-2 + 100 + + + PercentPremisesServedTenant-Subsection-2 + 0 + + + DomesticHotWaterType + No SHW System + + + + + + + Constant Volume + + + + + + Steel frame + Metal panel + + + 20.0 + + + + + + + Built up + + 20.0 + + Concrete + Sloped + + + Built up + + 3.0 + + Steel + Flat + + + + + + + + Aluminum no thermal break + false + Clear uncoated + yes + Double pane + 0.9 + 0.7 + 0.6 + + + + + + + + + + + + + + + Critical IT System + + + + Upgrade servers + + + + new servers + + + + + 1000.0 + + 8.0 + 30000.0 + true + + + Change in O&M Cost Annually + 800.0 + + + + + Domestic Hot Water + + + + Insulate DHW tank + + + + add insulation + + + + + 100.0 + + 2.0 + 500.0 + true + + + Change in O&M Cost Annually + 500.0 + + + + + Domestic Hot Water + + + + Install heat pump DHW system + + + + Hilton bldg only + + + + + 50.0 + + 2.0 + 100.0 + true + + + Change in O&M Cost Annually + 100.0 + + + + + + + + Computer pack + + + + + + 1500 + + Electricity + kWh + 1000.0 + + + Natural gas + therms + 300.0 + + + Fuel oil no 1 + Gallons + 10.0 + + + Fuel oil no 2 + Gallons + 20.0 + + 500.0 + + + + + + + + + + Recommendation Category + Low Cost and No Cost Recommendations + + + + + SHW package + + + + + + + 1000 + + Electricity + kWh + 50.0 + + + Natural gas + therms + 100.0 + + + District steam + Mlbs + 0.0 + + + Fuel oil no 1 + Gallons + 20.0 + + + Fuel oil no 2 + Gallons + 0.0 + + 150.0 + + + + + + + + + + Recommendation Category + Low Cost and No Cost Recommendations + + + + + + + 56.0 + + + + + + + + + + + + Natural gas + Site + therms + Domestic hot water + 800.0 + + + Electricity + Site + kWh + Cooling + 333.0 + + + Natural gas + Site + therms + All end uses + 800.0 + + + Electricity + Site + kWh + All end uses + 333.0 + + + + + + + + + + + Certified Energy Auditor (CEA) + 1234 + 2018-08-01 + + + + 1234 + 2018-08-01 + + Building Performance Institute (BPI) Certification + + + 1234 + 2018-08-01 + + Department of Buildings (DOB) Approved Agent + + + + ASHRAEAuditLevel1Date + 2017-01-31 + + + ASHRAEAuditLevel2Date + 2017-08-01 + + + Auditor's Years of Experience + 5 + + + + + + Energy Auditor + Bob Auditor - Aud + Auditor Company + + + + 123 Street + + + Chicago + IL + 60601 + + + (222) 222-2222 + + + bob.auditor@test.com + + + + + + BIN + 1234 + + + Borough + Manhattan + + + BuildingsOnLot + 2 + + + EER + A + + + PropertyName + Test Property + + + TaxBlock + 1234 + + + TaxLot + 1234 + + + diff --git "a/bsyncviewer/lib/validator/examples/schema2.6.0/Example \342\200\223 Valid Schema Invalid UseCase.xml" "b/bsyncviewer/lib/validator/examples/schema2.6.0/Example \342\200\223 Valid Schema Invalid UseCase.xml" new file mode 100644 index 00000000..8541e4a8 --- /dev/null +++ "b/bsyncviewer/lib/validator/examples/schema2.6.0/Example \342\200\223 Valid Schema Invalid UseCase.xml" @@ -0,0 +1,1626 @@ + + + + + + + + + 123 Main St + + + 94114 + + + + 3C + + + Climate Zone 3 + + + 724940 + USA_CA_San.Francisco.Intl.AP + -122.42768558472727 + 37.76937674999205 + Unknown + + + Building 001 + + + + Assessor parcel number + PN 001 + + + Custom + Custom ID 1 + 001 + + + Custom + City Custom Building ID + 001 + + + 1 + 0 + + + Gross + 75000 + + + Heated and Cooled + 75000 + + + Footprint + 80000 + + + 3.6732677131179763 + 1350 + 1960 + 2008 + + + Retail + + + 40.0 + Hours per week + + + 50.0 + Weeks per year + + + + + Gross + 69452 + + + Tenant + 69452 + + + Common + 0.0 + + + + + + + + + + + Lighting + + + + + + + + + Retrofit with light emitting diode technologies + + + + Entire building + Retrofit with light emitting diode technologies + 0 + 12 + 267390.2 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Plug Load + + + + + + + + + Replace with ENERGY STAR rated + + + + Entire building + Replace with ENERGY STAR rated + 0 + 9 + 35420.520000000004 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Wall + + + + + + + + + Air seal envelope + + + + Entire building + Air seal envelope + 0 + 11 + 162517.68 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Cooling System + + + + + + + + + Replace package units + + + + Entire building + Replace package units + 0 + 15 + 290309.36 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Heating System + + + + + + + + + Replace burner + + + + Entire building + Replace burner + 0 + 20 + 61812.28 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Lighting + + + + + + + + + Add daylight controls + + + + Entire building + Add daylight controls + 0 + 8 + 36809.560000000005 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Lighting + + + + + + + + + Add occupancy sensors + + + + Entire building + Add occupancy sensors + 0 + 8 + 107650.6 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Plug Load + + + + + + + + + Install plug load controls + + + + Entire building + Install plug load controls + 0 + 5.6 + 56950.64 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Wall + + + + + + + + + Increase wall insulation + + + + Entire building + Increase wall insulation + 0 + 20 + 113206.76 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Wall + + + + + + + + + Insulate thermal bypasses + + + + Entire building + Insulate thermal bypasses + 0 + 20 + 69452.0 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Roof + + + + + + + + + Increase roof insulation + + + + Entire building + Increase roof insulation + 0 + 20 + 1004275.92 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Ceiling + + + + + + + + + Increase ceiling insulation + + + + Entire building + Increase ceiling insulation + 0 + 20 + 185436.84 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Fenestration + + + + + + + + + Add window films + + + + Entire building + Add window films + 0 + 10 + 69452.0 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + General Controls and Operations + + + + + + + + + Upgrade operating protocols, calibration, and/or sequencing + + + + Entire building + Upgrade operating protocols, calibration, and/or sequencing + 0 + 11 + 347.26 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Domestic Hot Water + + + + + + + + + Replace or upgrade water heater + + + + Entire building + Replace or upgrade water heater + 0 + 10 + 11806.84 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Refrigeration + + + + + + + + + Replace ice/refrigeration equipment with high efficiency units + + + + Entire building + Replace ice/refrigeration equipment with high efficiency units + 0 + 12.5 + 135431.4 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Fenestration + + + + + + + + + Replace windows + + + + Entire building + Replace windows + 0 + 20 + 154877.96 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Heating System + + + + + + + + + Replace boiler + + + + Entire building + Replace boiler + 0 + 20 + 65979.4 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Other HVAC + + + + + + + + + Replace AC and heating units with ground coupled heat pump systems + + + + Entire building + Replace AC and heating units with ground coupled heat pump systems + 0 + 15 + 972328.0 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Other HVAC + + + + + + + + + Other + + + + Entire building + VRF with DOAS + 0 + 10 + 1157070.32 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + Replace HVAC system type to VRF + + + + + Other HVAC + + + + + + + + + Other + + + + Entire building + Replace HVAC system type to PZHP + 0 + 15 + 295865.51999999996 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + Replace HVAC system type to PZHP + + + + + Fan + + + + + + + + + Replace with higher efficiency + + + + Entire building + Replace with higher efficiency + 0 + 15 + 746609.0 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Air Distribution + + + + + + + + + Improve ventilation fans + + + + Entire building + Improve ventilation fans + 0 + 4.4 + 69452.0 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Air Distribution + + + + + + + + + Install demand control ventilation + + + + Entire building + Install demand control ventilation + 0 + 10 + 22919.16 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Air Distribution + + + + + + + + + Add or repair economizer + + + + Entire building + Add or repair economizer + 0 + 12.5 + 55561.600000000006 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Heat Recovery + + + + + + + + + Add energy recovery + + + + Entire building + Add energy recovery + 0 + 14 + 314617.56 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Domestic Hot Water + + + + + + + + + Add pipe insulation + + + + Entire building + Add pipe insulation + 0 + 12 + 9723.28 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Domestic Hot Water + + + + + + + + + Add recirculating pumps + + + + Entire building + Add recirculating pumps + 0 + 15 + 12501.359999999999 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + Water Use + + + + + + + + + Install low-flow faucets and showerheads + + + + Entire building + Install low-flow faucets and showerheads + 0 + 10 + 69452.0 + 0 + 0 + true + Proposed + + + OpenStudioMeasureName + TBD + + + + + + + + + Baseline + + + + + + + + LED Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Electric_Appliance_30%_Reduction Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Air_Seal_Infiltration_30%_More_Airtight Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Cooling_System_SEER 14 Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Heating_System_Efficiency_0.93 Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Add daylight controls Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Add occupancy sensors Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Install plug load controls Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Increase wall insulation Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Insulate thermal bypasses Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Increase roof insulation Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Increase ceiling insulation Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Add window films Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Upgrade operating protocols calibration and-or sequencing Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Replace or upgrade water heater Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Replace ice-refrigeration equipment with high efficiency units Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Replace windows Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Replace boiler Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Replace HVAC with GSHP and DOAS Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + VRF with DOAS Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Replace HVAC system type to PZHP Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Replace with higher efficiency Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Improve ventilation fans Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Install demand control ventilation Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Add or repair economizer Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Add energy recovery Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Add pipe insulation Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Add recirculating pumps Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + Install low-flow faucets and showerheads Only + + + + + + + + + + + + + + + + Recommendation Category + Potential Capital Recommendations + + + + + + + + + diff --git a/bsyncviewer/lib/validator/examples/schema2.6.0/L000_Audit_L100_Simulation.xml b/bsyncviewer/lib/validator/examples/schema2.6.0/L000_Audit_L100_Simulation.xml new file mode 100644 index 00000000..3a4ee8a2 --- /dev/null +++ b/bsyncviewer/lib/validator/examples/schema2.6.0/L000_Audit_L100_Simulation.xml @@ -0,0 +1,325 @@ + + + + + + + + + + Building Name + + + Rome + GA + + + + 1A + + + Commercial + Office + 2 + 0 + 2 + 0 + + + Gross + 44778.0 + + + 2020 + + + + Space function + Retail + + + + Peak total occupants + 371 + + + + + + 91.0 + Hours per week + + + 52.0 + Weeks per year + + + + + Gross + 20000.0 + + + Conditioned + 20000.0 + + + + + Space function + Office + + + Peak total occupants + 123 + + + + + 86 + Hours per week + + + 52 + Weeks per year + + + + + Gross + 24695 + + + Conditioned + 24695 + + + + + + + + + + + + + Packaged Rooftop Air Conditioner + + + + + + + + Packaged Rooftop VAV with Electric Reheat + + + + + + + + + + + + + 2D + + + + + + + + + + + + LED + + + + + + + + + + + + + Miscellaneous Electric Load + 0.5 + + + + + + + + Miscellaneous Electric Load + 0.75 + + + + + + + + + + + + Lighting + + + + + Retrofit with light emitting diode technologies + + + + + + + + + + + + + + + + + + + + Electricity + + + + + + 123 + + 123 + + + + + + + + + + + + + + + 2020-01-01 + + + Portfolio Manager + 2020 + 75 + + + + + + + + + + Baseline + + + + + + Not Started + + + + + + + + + + + + + + + + + + + + + + Not Started + + + + + + + + + + + + + Preliminary Energy-Use Analysis + + + + + diff --git a/bsyncviewer/lib/validator/examples/schema2.6.0/L000_OpenStudio_Pre-Simulation_01.xml b/bsyncviewer/lib/validator/examples/schema2.6.0/L000_OpenStudio_Pre-Simulation_01.xml new file mode 100644 index 00000000..bdcdb63c --- /dev/null +++ b/bsyncviewer/lib/validator/examples/schema2.6.0/L000_OpenStudio_Pre-Simulation_01.xml @@ -0,0 +1,62 @@ + + + + + + + + + Willis Tower + + + Chicago + IL + + Commercial + Office + + + Gross + 4477800.0 + + + 1973 + + + + + + + + + Baseline + + + + + + Not Started + + + + + + + + + + + + + + + + + diff --git a/bsyncviewer/lib/validator/examples/schema2.6.0/L000_OpenStudio_Pre-Simulation_02.xml b/bsyncviewer/lib/validator/examples/schema2.6.0/L000_OpenStudio_Pre-Simulation_02.xml new file mode 100644 index 00000000..b0f6254a --- /dev/null +++ b/bsyncviewer/lib/validator/examples/schema2.6.0/L000_OpenStudio_Pre-Simulation_02.xml @@ -0,0 +1,63 @@ + + + + + + + + + Office Carolina + + + + 6A + + + Commercial + Office + + + Gross + 31053 + + + 1915 + + + + + + + + + Baseline + + + + + + Not Started + + + + + + + + + + + + + + + + + diff --git a/bsyncviewer/lib/validator/examples/schema2.6.0/L000_Prelim_Analysis.xml b/bsyncviewer/lib/validator/examples/schema2.6.0/L000_Prelim_Analysis.xml new file mode 100644 index 00000000..44f195ce --- /dev/null +++ b/bsyncviewer/lib/validator/examples/schema2.6.0/L000_Prelim_Analysis.xml @@ -0,0 +1,90 @@ + + + + + + + + + + Building Name + + + Rome + GA + + + + 1A + + + Commercial + Office + 2020 + + + + + + + + + + + + + + + + + + + Electricity + + + + + + 123 + + 123 + + + + + + + + + + + + + + + 2020-01-01 + + + Portfolio Manager + 2020 + 75 + + + + + + + + + + Preliminary Energy-Use Analysis + + + + + diff --git a/bsyncviewer/lib/validator/examples/schema2.6.0/L100_Audit.xml b/bsyncviewer/lib/validator/examples/schema2.6.0/L100_Audit.xml new file mode 100644 index 00000000..2e103b36 --- /dev/null +++ b/bsyncviewer/lib/validator/examples/schema2.6.0/L100_Audit.xml @@ -0,0 +1,1228 @@ + + + + + + + + + + + Building Name + + + Problems or Needs + ----------------- + Problems or needs identified in walkthrough survey, + including revisions to operations and maintenance procedures + + Comfort or Health Concerns + ----------------- + Comfort or health concerns, including indoor environmental quality (IEQ) deficiencies + + Need for Repairs + ----------------- + Need for repairs + + Opportunities to Improve Maintenance Practices + ----------------- + Opportunities to improve maintenance practices + + Other Conditions Causing Unusual Operating Costs + ----------------- + Other conditions causing unusual operating costs + + + + + + + 123 Main Street + + + + Rome + GA + 30161 + + + Mixed use commercial + Office + + + + + Apartment units + 1 + 100 + + + + + 2 + 2 + 1 + 1 + + true + + + + Gross + 5502 + + + Conditioned + 5502 + + + + 1993 + + 2018 + + 2016 + + + + Space function + Office + Office + + + + + Peak total occupants + 123 + + + + + + 40 + Hours per week + + + + 30 + Weeks per year + + + + + + Gross + 123 + + + Conditioned + 23 + + + + + + + + + + + + + Packaged Terminal Air Conditioner + + + + + + + + + + + + + + + 2D + + + + + + + + + + + + + 123 + + + + + + + + + + + + + Air Distribution + + + + Other + + + + + Low Cost Measure Name + + This measure does something cheap + + + + + Air Distribution + + + + Install advanced metering systems + + + + + Capital Measure + + This measure does something expensive + + + + + + + + + + + + + + + + + + Electricity + + Sampling Methodology + ------------------- + Notes on meter sampling methods (if sampling was used) + + Irregularities + -------------- + Notes on any irregularities in meter readings + + kWh + All end uses + 52943.01 + 180.65 + + + + + + + + + + + + + + + kW + 19.07 + 5029.59 + + + + + + Natural gas + + Sampling Methodology + ------------------- + Notes on meter sampling methods (if sampling was used) + + Irregularities + -------------- + Notes on any irregularities in meter readings + + MMBtu + All end uses + 0.22 + 0.22 + + + + + + + + + + + + + + + 324 + + + + + + Electricity-Onsite generated + + Sampling Methodology + ------------------- + Notes on meter sampling methods (if sampling was used) + + Irregularities + -------------- + Notes on any irregularities in meter readings + + kWh + All end uses + 5929 + 20.21 + + + + + + + + + + + + + + + 543 + + + + + + + + + + + Total + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + Month + 4102.51 + + + + Total + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + Month + 3737.04 + + + + Total + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + Month + 4167.07 + + + + Total + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + Month + 3897.44 + + + + Total + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + Month + 4565.50 + + + + Total + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + Month + 4870.87 + + + + Total + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + Month + 4977.64 + + + + Total + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + Month + 5275.05 + + + + Total + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + Month + 4788.79 + + + + Total + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + Month + 4353.99 + + + + Total + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + Month + 4154.67 + + + + Total + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + Month + 4052.43 + + + + + Peak + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + Month + 14.78 + + + + Peak + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + Month + 14.12 + + + + Peak + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + Month + 14.36 + + + + Peak + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + Month + 15.14 + + + + Peak + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + Month + 16.41 + + + + Peak + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + Month + 17.51 + + + + Peak + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + Month + 18.14 + + + + Peak + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + Month + 19.07 + + + + Peak + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + Month + 17.85 + + + + Peak + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + Month + 16.54 + + + + Peak + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + Month + 15.19 + + + + Peak + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + Month + 15.05 + + + + + Cost + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + Month + 389.74 + + + + Cost + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + Month + 355.02 + + + + Cost + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + Month + 395.87 + + + + Cost + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + Month + 370.26 + + + + Cost + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + Month + 433.72 + + + + Cost + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + Month + 462.73 + + + + Cost + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + Month + 472.88 + + + + Cost + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + Month + 501.13 + + + + Cost + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + Month + 454.94 + + + + Cost + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + Month + 413.63 + + + + Cost + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + Month + 394.69 + + + + Cost + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + Month + 384.98 + + + + + Total + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + Month + 0.1 + + + + Total + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + Month + 0.05 + + + + Total + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + Month + 0.01 + + + + Total + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + Month + 0 + + + + Total + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + Month + 0 + + + + Total + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + Month + 0 + + + + Total + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + Month + 0 + + + + Total + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + Month + 0 + + + + Total + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + Month + 0 + + + + Total + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + Month + 0 + + + + Total + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + Month + 0 + + + + Total + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + Month + 0.06 + + + + + Cost + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + Month + 27 + + + + Cost + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + Month + 27 + + + + Cost + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + Month + 27 + + + + Cost + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + Month + 27 + + + + Cost + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + Month + 27 + + + + Cost + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + Month + 27 + + + + Cost + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + Month + 27 + + + + Cost + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + Month + 27 + + + + Cost + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + Month + 27 + + + + Cost + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + Month + 27 + + + + Cost + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + Month + 27 + + + + Cost + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + Month + 27 + + + + + + Total + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + Month + 385 + + + + Total + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + Month + 436 + + + + Total + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + Month + 560 + + + + Total + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + Month + 532 + + + + Total + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + Month + 568 + + + + Total + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + Month + 590 + + + + Total + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + Month + 573 + + + + Total + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + Month + 543 + + + + Total + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + Month + 514 + + + + Total + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + Month + 461 + + + + Total + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + Month + 408 + + + + Total + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + Month + 359 + + + + + + Cost + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + Month + 35 + + + + Cost + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + Month + 40 + + + + Cost + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + Month + 51 + + + + Cost + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + Month + 49 + + + + Cost + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + Month + 52 + + + + Cost + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + Month + 54 + + + + Cost + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + Month + 53 + + + + Cost + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + Month + 50 + + + + Cost + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + Month + 47 + + + + Cost + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + Month + 42 + + + + Cost + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + Month + 37 + + + + Cost + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + Month + 33 + + + + + + + 170870 + 31.06 + 191080 + 34.73 + 180.87 + 20.21 + 0 + 10 + 5896.59 + 1.07 + + + + + + + + + 123 + 123 + + + + + 123 + 123 + 123 + 123 + + + + + + + + + + + + Portfolio Manager + 2020 + 75 + + + + + 123 + 123 + + + + + + + + + + + + + Low-Cost or No-Cost + + Notes on impact on occupant comfort go here + Low + Medium + High + Low + + + + + + + + + + + + + + + + --01-01 + --12-01 + --01-01 + --12-01 + 123 + 123 + + + + + + + + 12345 + + + + + + + + + + --01-01 + --12-01 + + + 00:00:00 + 12:00:00 + 123 + + + 12:00:00 + 24:00:00 + 123 + + + + + + + + + + 12345 + + + + + + + + + + + --01-01 + --12-01 + --01-01 + --12-01 + + + 123 + 123 + + + 123 + 123 + + + + + + + + + + + 12345 + + + + + + + + + + Owner + + Building Owner + Owner Company + + + + + 123-456-7890 + + + + + + owner@example.com + + + + + + + Energy Auditor + + Building Auditor + Auditor Company + + + + + 123-456-7890 + + + + + + auditor@example.com + + + + + + + diff --git a/bsyncviewer/lib/validator/examples/schema2.6.0/L100_Audit_bsyncr.xml b/bsyncviewer/lib/validator/examples/schema2.6.0/L100_Audit_bsyncr.xml new file mode 100644 index 00000000..c17f90d4 --- /dev/null +++ b/bsyncviewer/lib/validator/examples/schema2.6.0/L100_Audit_bsyncr.xml @@ -0,0 +1,1230 @@ + + + + + + + + + + + Building Name + + + Problems or Needs + ----------------- + Problems or needs identified in walkthrough survey, + including revisions to operations and maintenance procedures + + Comfort or Health Concerns + ----------------- + Comfort or health concerns, including indoor environmental quality (IEQ) deficiencies + + Need for Repairs + ----------------- + Need for repairs + + Opportunities to Improve Maintenance Practices + ----------------- + Opportunities to improve maintenance practices + + Other Conditions Causing Unusual Operating Costs + ----------------- + Other conditions causing unusual operating costs + + + + + + + 123 Main Street + + + + Rome + GA + 30161 + + 12.4964 + 41.9028 + + Mixed use commercial + Office + + + + + Apartment units + 1 + 100 + + + + + 2 + 2 + 1 + 1 + + true + + + + Gross + 5502 + + + Conditioned + 5502 + + + + 1993 + + 2018 + + 2016 + + + + Space function + Office + Office + + + + + Peak total occupants + 123 + + + + + + 40 + Hours per week + + + + 30 + Weeks per year + + + + + + Gross + 123 + + + Conditioned + 23 + + + + + + + + + + + + + Packaged Terminal Air Conditioner + + + + + + + + + + + + + + + 2D + + + + + + + + + + + + + 123 + + + + + + + + + + + + + Air Distribution + + + + Other + + + + + Low Cost Measure Name + + This measure does something cheap + + + + + Air Distribution + + + + Install advanced metering systems + + + + + Capital Measure + + This measure does something expensive + + + + + + + + + + + + + + + + + + Electricity + + Sampling Methodology + ------------------- + Notes on meter sampling methods (if sampling was used) + + Irregularities + -------------- + Notes on any irregularities in meter readings + + kWh + All end uses + 52943.01 + 180.65 + + + + + + + + + + + + + + + kW + 19.07 + 5029.59 + + + + + + Natural gas + + Sampling Methodology + ------------------- + Notes on meter sampling methods (if sampling was used) + + Irregularities + -------------- + Notes on any irregularities in meter readings + + MMBtu + All end uses + 0.22 + 0.22 + + + + + + + + + + + + + + + 324 + + + + + + Electricity-Onsite generated + + Sampling Methodology + ------------------- + Notes on meter sampling methods (if sampling was used) + + Irregularities + -------------- + Notes on any irregularities in meter readings + + kWh + All end uses + 5929 + 20.21 + + + + + + + + + + + + + + + 543 + + + + + + + + + + + Total + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + Month + 4102.51 + + + + Total + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + Month + 3737.04 + + + + Total + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + Month + 4167.07 + + + + Total + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + Month + 3897.44 + + + + Total + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + Month + 4565.50 + + + + Total + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + Month + 4870.87 + + + + Total + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + Month + 4977.64 + + + + Total + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + Month + 5275.05 + + + + Total + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + Month + 4788.79 + + + + Total + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + Month + 4353.99 + + + + Total + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + Month + 4154.67 + + + + Total + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + Month + 4052.43 + + + + + Peak + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + Month + 14.78 + + + + Peak + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + Month + 14.12 + + + + Peak + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + Month + 14.36 + + + + Peak + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + Month + 15.14 + + + + Peak + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + Month + 16.41 + + + + Peak + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + Month + 17.51 + + + + Peak + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + Month + 18.14 + + + + Peak + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + Month + 19.07 + + + + Peak + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + Month + 17.85 + + + + Peak + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + Month + 16.54 + + + + Peak + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + Month + 15.19 + + + + Peak + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + Month + 15.05 + + + + + Cost + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + Month + 389.74 + + + + Cost + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + Month + 355.02 + + + + Cost + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + Month + 395.87 + + + + Cost + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + Month + 370.26 + + + + Cost + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + Month + 433.72 + + + + Cost + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + Month + 462.73 + + + + Cost + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + Month + 472.88 + + + + Cost + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + Month + 501.13 + + + + Cost + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + Month + 454.94 + + + + Cost + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + Month + 413.63 + + + + Cost + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + Month + 394.69 + + + + Cost + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + Month + 384.98 + + + + + Total + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + Month + 0.1 + + + + Total + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + Month + 0.05 + + + + Total + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + Month + 0.01 + + + + Total + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + Month + 0 + + + + Total + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + Month + 0 + + + + Total + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + Month + 0 + + + + Total + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + Month + 0 + + + + Total + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + Month + 0 + + + + Total + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + Month + 0 + + + + Total + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + Month + 0 + + + + Total + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + Month + 0 + + + + Total + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + Month + 0.06 + + + + + Cost + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + Month + 27 + + + + Cost + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + Month + 27 + + + + Cost + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + Month + 27 + + + + Cost + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + Month + 27 + + + + Cost + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + Month + 27 + + + + Cost + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + Month + 27 + + + + Cost + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + Month + 27 + + + + Cost + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + Month + 27 + + + + Cost + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + Month + 27 + + + + Cost + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + Month + 27 + + + + Cost + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + Month + 27 + + + + Cost + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + Month + 27 + + + + + + Total + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + Month + 385 + + + + Total + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + Month + 436 + + + + Total + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + Month + 560 + + + + Total + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + Month + 532 + + + + Total + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + Month + 568 + + + + Total + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + Month + 590 + + + + Total + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + Month + 573 + + + + Total + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + Month + 543 + + + + Total + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + Month + 514 + + + + Total + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + Month + 461 + + + + Total + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + Month + 408 + + + + Total + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + Month + 359 + + + + + + Cost + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + Month + 35 + + + + Cost + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + Month + 40 + + + + Cost + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + Month + 51 + + + + Cost + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + Month + 49 + + + + Cost + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + Month + 52 + + + + Cost + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + Month + 54 + + + + Cost + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + Month + 53 + + + + Cost + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + Month + 50 + + + + Cost + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + Month + 47 + + + + Cost + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + Month + 42 + + + + Cost + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + Month + 37 + + + + Cost + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + Month + 33 + + + + + + + 170870 + 31.06 + 191080 + 34.73 + 180.87 + 20.21 + 0 + 10 + 5896.59 + 1.07 + + + + + + + + + 123 + 123 + + + + + 123 + 123 + 123 + 123 + + + + + + + + + + + + Portfolio Manager + 2020 + 75 + + + + + 123 + 123 + + + + + + + + + + + + + Low-Cost or No-Cost + + Notes on impact on occupant comfort go here + Low + Medium + High + Low + + + + + + + + + + + + + + + + --01-01 + --12-01 + --01-01 + --12-01 + 123 + 123 + + + + + + + + 12345 + + + + + + + + + + --01-01 + --12-01 + + + 00:00:00 + 12:00:00 + 123 + + + 12:00:00 + 24:00:00 + 123 + + + + + + + + + + 12345 + + + + + + + + + + + --01-01 + --12-01 + --01-01 + --12-01 + + + 123 + 123 + + + 123 + 123 + + + + + + + + + + + 12345 + + + + + + + + + + Owner + + Building Owner + Owner Company + + + + + 123-456-7890 + + + + + + owner@example.com + + + + + + + Energy Auditor + + Building Auditor + Auditor Company + + + + + 123-456-7890 + + + + + + auditor@example.com + + + + + + + diff --git a/bsyncviewer/lib/validator/examples/schema2.6.0/L100_OpenStudio_Pre-Simulation_01.xml b/bsyncviewer/lib/validator/examples/schema2.6.0/L100_OpenStudio_Pre-Simulation_01.xml new file mode 100644 index 00000000..b302a6bc --- /dev/null +++ b/bsyncviewer/lib/validator/examples/schema2.6.0/L100_OpenStudio_Pre-Simulation_01.xml @@ -0,0 +1,291 @@ + + + + + + + + + L100_Instance1 + + + + + 233 S Wacker Dr + + + Chicago + IL + 60606 + + Mixed use commercial + Retail + 2 + 0 + 2 + 0 + + + + Cooled only + 0.0 + + + Gross + 49390 + + + Heated and Cooled + 49261 + + + Heated only + 129 + + + 2016 + + + + Space function + Retail + + + + Peak total occupants + 371 + + + + + + 91.0 + Hours per week + + + 52.0 + Weeks per year + + + + + Gross + 24695.0 + + + Conditioned + 24695.0 + + + + + Space function + Office + + + Peak total occupants + 123 + + + + + 86 + Hours per week + + + 52 + Weeks per year + + + + + Gross + 24695 + + + Conditioned + 24695 + + + + + + + + + + + + + Packaged Rooftop Air Conditioner + + + + + + + + Packaged Rooftop VAV with Electric Reheat + + + + + + + + + + + + + 2D + + + + + + + + + + + + LED + + + + + + + + + + + + + Miscellaneous Electric Load + 0.5 + + + + + + + + Miscellaneous Electric Load + 0.75 + + + + + + + + + + + + Lighting + + + + + Retrofit with light emitting diode technologies + + + + + + + + + + Baseline + + + + + + Not Started + + + + + + + + + + + + + + + + + + + + + + Not Started + + + + + + + + + + + + + + + + + diff --git a/bsyncviewer/lib/validator/examples/schema2.6.0/L200_Audit.xml b/bsyncviewer/lib/validator/examples/schema2.6.0/L200_Audit.xml new file mode 100644 index 00000000..9bae1eba --- /dev/null +++ b/bsyncviewer/lib/validator/examples/schema2.6.0/L200_Audit.xml @@ -0,0 +1,2258 @@ + + + + + + + + + + + Building Name + + + Problems or Needs + ----------------- + Problems or needs identified in walkthrough survey, + including revisions to operations and maintenance procedures + + Comfort or Health Concerns + ----------------- + Comfort or health concerns, including indoor environmental quality (IEQ) deficiencies + + Need for Repairs + ----------------- + Need for repairs + + Opportunities to Improve Maintenance Practices + ----------------- + Opportunities to improve maintenance practices + + Other Conditions Causing Unusual Operating Costs + ----------------- + Other conditions causing unusual operating costs + + + + + + + 123 Main Street + + + + Rome + GA + 30161 + + + Mixed use commercial + Office + + + + + Apartment units + 1 + 100 + + + + + 2 + 2 + 1 + 1 + true + + true + + + + Gross + 5502 + + + + + + Conditioned + 5502 + + + + + + 123 + 123 + 0.2 + 0.1 + + 1993 + + 2018 + + 2020-03-01 + + 2016 + + + + Space function + Office + Office + + + + + Peak total occupants + 123 + + + + + + 40 + Hours per week + + + + 30 + Weeks per year + + + + + + Gross + 123 + + + Conditioned + 23 + + + Single zone + + + Space function + Multifamily with commercial + Other + + + + + Peak total occupants + 123 + + + + + + 40 + Hours per week + + + + 30 + Weeks per year + + + + + + Gross + 10 + + + Conditioned + 10 + + + Single zone + + + Whole building + Rectangular + + + A1 + + + 123 + + + + + 123 + + + + + 123 + + + + + B1 + + + 123 + + + + + 123 + + + + + 123 + + + + + C1 + + + 123 + + + + + 123 + + + + + 123 + + + + + D1 + + + 123 + + + + + 123 + + + + + 123 + + + + + + + + 123 + Excellent + + + + + + + 123 + + + + + + + + + + + + + + + + + + 123 + COP + 123 + gpm + + Good + 2020 + Other + true + + + + + + + + + + Single zone + + + + + Warm air + + + 123 + COP + 123 + 123 + gpm + Good + + + + + + + + + + 2020 + + + + + + + + + + + + + + Central fan + CAV terminal box no reheat + None + + + None + Fixed + + + + + + + + + + + + + + + + 2020 + 1 + Good + + + + + + Single + Excellent + + + + + + Digital + + + + + + + + + + + + + + + + + + + + + + Spiral + + + Standard Electronic + + .2 + + 100 + 123 + 123 + 1 + 1 + 1 + false + + + + + + + Photocell + Continuous + + + + false + + + + + + + + + + + + + + + + + + + + + + Notes + + 1 + 123 + Continuous + 123 + 123 + + Looped + COP + 123 + 123 + 123 + 123 + 123 + gpm + + + + + + + + + + Electricity + Excellent + + + + + + + + + + 123 + + + + + 123 + 123 + 123 + Constant Volume + + + + + + + + 123 + 123 + 123 + Stepped + + + + + + + + Concrete poured + 1 + + + + + Wood frame + 1 + + + + + + + + Steel + Clear uncoated + Single pane + 1.25 + 0.5 + 0.5 + + + + + + Steel + Low e + Triple pane + 0.25 + 0.5 + 0.5 + + + + + Insulated metal + 0.5 + + + Steel + 0.5 + + + + + + + + 0.5 + + + + Concrete poured + + + + + + 123 + + + + + + + + + + + + + + + + + + + + + + + + 123 + 123 + + + + + + + + + + + Microturbine + Electricity + + + + + + + + + Battery + + + 123 + kW + + + + + Notes on the test conducted + Very Tight + 123 + CFM25 + Blower door + + + + + + + + + + Notes on the test conducted + + + + + + + + + + + + + Weekday + Occupied + 09:00:00 + 17:00:00 + 80 + + + Weekend + Occupied + 09:00:00 + 17:00:00 + 80 + + + Holiday + Occupied + 09:00:00 + 17:00:00 + 80 + + + + + + + + + + + + + Weekday + Lighting + 09:00:00 + 17:00:00 + 80 + + + Weekend + Lighting + 09:00:00 + 17:00:00 + 80 + + + Holiday + Lighting + 09:00:00 + 17:00:00 + 80 + + + + + + + + + + + + Weekday + Lighting + 09:00:00 + 17:00:00 + 40 + + + Weekend + Lighting + 09:00:00 + 12:00:00 + 40 + + + Holiday + Lighting + 09:00:00 + 17:00:00 + 0 + + + + + + + + + + + + Weekday + HVAC equipment + 09:00:00 + 17:00:00 + 80 + + + Weekend + HVAC equipment + 09:00:00 + 17:00:00 + 80 + + + Holiday + HVAC equipment + 09:00:00 + 17:00:00 + 80 + + + + + + + + + + + + Weekday + Miscellaneous equipment + 09:00:00 + 17:00:00 + 80 + + + Weekend + Miscellaneous equipment + 09:00:00 + 17:00:00 + 80 + + + Holiday + Miscellaneous equipment + 09:00:00 + 17:00:00 + 80 + + + + + + + + + + + + + + + + + + + + + + Lighting + + + + Other + + + + Individual system + + Update lighting schedules + + The current lighting schedule is set to be at 80% output during weekdays, weekends, and holidays from 9am - 5pm. This measure would implement a modified schedule to reduce default output to 40%, reducing scheduled on-period on weekends to 9am - 12pm, and having no required schedule on holidays. + 1 + 123 + 123 + true + 2020-01-01 + 2020-12-01 + + + + + + + + + + + + + Fenestration + + + + Replace windows + + + + Entire building + 20 + 123 + 123 + true + 2020-01-01 + 2020-12-01 + + + + + + + + + + + + + + + + + + Electricity + + Sampling Methodology + ------------------- + Notes on meter sampling methods (if sampling was used) + + Irregularities + -------------- + Notes on any irregularities in meter readings + + kWh + All end uses + 52943.01 + 180.65 + + + + + + + + + + + + + + + kW + 19.07 + 5029.59 + + + + + + Natural gas + + Sampling Methodology + ------------------- + Notes on meter sampling methods (if sampling was used) + + Irregularities + -------------- + Notes on any irregularities in meter readings + + MMBtu + All end uses + 0.22 + 0.22 + + + + + + + + + + + + + + + 324 + + + + + + Electricity-Onsite generated + + Sampling Methodology + ------------------- + Notes on meter sampling methods (if sampling was used) + + Irregularities + -------------- + Notes on any irregularities in meter readings + + kWh + All end uses + 5929 + 20.21 + + + + + + + + + + + + + + + 543 + + + + + + + Electricity + Total lighting + 123 + 123 + + + + Electricity + Heating + 123 + 123 + + + + Electricity + Cooling + 123 + 123 + + + + + + + + + Total + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + 31 + Day + Month + 4102.51 + + + + Total + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + 30 + Day + Month + 3737.04 + + + + Total + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + 31 + Day + Month + 4167.07 + + + + Total + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + 30 + Day + Month + 3897.44 + + + + Total + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + 31 + Day + Month + 4565.50 + + + + Total + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + 30 + Day + Month + 4870.87 + + + + Total + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + 31 + Day + Month + 4977.64 + + + + Total + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + 31 + Day + Month + 5275.05 + + + + Total + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + 30 + Day + Month + 4788.79 + + + + Total + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + 31 + Day + Month + 4353.99 + + + + Total + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + 30 + Day + Month + 4154.67 + + + + Total + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + 31 + Day + Month + 4052.43 + + + + + Peak + On-peak + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + 31 + Day + Month + 14.78 + + + + Peak + On-peak + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + 28 + Day + Month + 14.12 + + + + Peak + On-peak + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + 31 + Day + Month + 14.36 + + + + Peak + On-peak + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + 30 + Day + Month + 15.14 + + + + Peak + On-peak + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + 31 + Day + Month + 16.41 + + + + Peak + On-peak + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + 30 + Day + Month + 17.51 + + + + Peak + On-peak + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + 31 + Day + Month + 18.14 + + + + Peak + On-peak + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + 31 + Day + Month + 19.07 + + + + Peak + On-peak + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + 30 + Day + Month + 17.85 + + + + Peak + On-peak + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + 31 + Day + Month + 16.54 + + + + Peak + On-peak + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + 30 + Day + Month + 15.19 + + + + Peak + On-peak + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + 31 + Day + Month + 15.05 + + + + + Cost + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + 31 + Day + Month + 389.74 + + + + Cost + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + 28 + Day + Month + 355.02 + + + + Cost + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + 31 + Day + Month + 395.87 + + + + Cost + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + 30 + Day + Month + 370.26 + + + + Cost + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + 31 + Day + Month + 433.72 + + + + Cost + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + 30 + Day + Month + 462.73 + + + + Cost + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + 31 + Day + Month + 472.88 + + + + Cost + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + 31 + Day + Month + 501.13 + + + + Cost + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + 30 + Day + Month + 454.94 + + + + Cost + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + 31 + Day + Month + 413.63 + + + + Cost + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + 30 + Day + Month + 394.69 + + + + Cost + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + 31 + Day + Month + 384.98 + + + + + Load factor + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + 31 + Day + Month + 0.373 + + + + Load factor + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + 28 + Day + Month + 0.394 + + + + Load factor + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + 31 + Day + Month + 0.390 + + + + Load factor + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + 30 + Day + Month + 0.358 + + + + Load factor + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + 31 + Day + Month + 0.374 + + + + Load factor + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + 30 + Day + Month + 0.386 + + + + Load factor + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + 31 + Day + Month + 0.369 + + + + Load factor + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + 31 + Day + Month + 0.372 + + + + Load factor + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + 30 + Day + Month + 0.373 + + + + Load factor + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + 31 + Day + Month + 0.354 + + + + Load factor + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + 30 + Day + Month + 0.380 + + + + Load factor + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + 31 + Day + Month + 0.362 + + + + + Total + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + 31 + Day + Month + 0.1 + + + + Total + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + 28 + Day + Month + 0.05 + + + + Total + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + 31 + Day + Month + 0.01 + + + + Total + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + 30 + Day + Month + 0 + + + + Total + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + 31 + Day + Month + 0 + + + + Total + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + 30 + Day + Month + 0 + + + + Total + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + 31 + Day + Month + 0 + + + + Total + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + 31 + Day + Month + 0 + + + + Total + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + 30 + Day + Month + 0 + + + + Total + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + 31 + Day + Month + 0 + + + + Total + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + 30 + Day + Month + 0 + + + + Total + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + 31 + Day + Month + 0.06 + + + + + Cost + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + 31 + Day + Month + 27 + + + + Cost + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + 28 + Day + Month + 27 + + + + Cost + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + 31 + Day + Month + 27 + + + + Cost + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + 30 + Day + Month + 27 + + + + Cost + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + 31 + Day + Month + 27 + + + + Cost + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + 30 + Day + Month + 27 + + + + Cost + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + 31 + Day + Month + 27 + + + + Cost + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + 31 + Day + Month + 27 + + + + Cost + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + 30 + Day + Month + 27 + + + + Cost + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + 31 + Day + Month + 27 + + + + Cost + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + 30 + Day + Month + 27 + + + + Cost + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + 31 + Day + Month + 27 + + + + + + Total + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + 31 + Day + Month + 385 + + + + Total + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + 28 + Day + Month + 436 + + + + Total + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + 31 + Day + Month + 560 + + + + Total + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + 30 + Day + Month + 532 + + + + Total + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + 31 + Day + Month + 568 + + + + Total + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + 30 + Day + Month + 590 + + + + Total + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + 31 + Day + Month + 573 + + + + Total + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + 31 + Day + Month + 543 + + + + Total + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + 30 + Day + Month + 514 + + + + Total + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + 31 + Day + Month + 461 + + + + Total + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + 30 + Day + Month + 408 + + + + Total + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + 31 + Day + Month + 359 + + + + + + Cost + 2019-01-01T00:00:00 + 2019-02-01T00:00:00 + 31 + Day + Month + 35 + + + + Cost + 2019-02-01T00:00:00 + 2019-03-01T00:00:00 + 28 + Day + Month + 40 + + + + Cost + 2019-03-01T00:00:00 + 2019-04-01T00:00:00 + 31 + Day + Month + 51 + + + + Cost + 2019-04-01T00:00:00 + 2019-05-01T00:00:00 + 30 + Day + Month + 49 + + + + Cost + 2019-05-01T00:00:00 + 2019-06-01T00:00:00 + 31 + Day + Month + 52 + + + + Cost + 2019-06-01T00:00:00 + 2019-07-01T00:00:00 + 30 + Day + Month + 54 + + + + Cost + 2019-07-01T00:00:00 + 2019-08-01T00:00:00 + 31 + Day + Month + 53 + + + + Cost + 2019-08-01T00:00:00 + 2019-09-01T00:00:00 + 31 + Day + Month + 50 + + + + Cost + 2019-09-01T00:00:00 + 2019-10-01T00:00:00 + 30 + Day + Month + 47 + + + + Cost + 2019-10-01T00:00:00 + 2019-11-01T00:00:00 + 31 + Day + Month + 42 + + + + Cost + 2019-11-01T00:00:00 + 2019-12-01T00:00:00 + 30 + Day + Month + 37 + + + + Cost + 2019-12-01T00:00:00 + 2020-01-01T00:00:00 + 31 + Day + Month + 33 + + + + + + + 170870 + 31.06 + 191080 + 34.73 + 180.87 + 20.21 + 0 + 10 + 5896.59 + 1.07 + + + + + + + + + + + + + + 123 + 123 + + + + + 123 + 123 + 123 + 123 + + + + + + + + + + + + + + + + + Portfolio Manager + 2020 + 75 + + + + + 123 + 123 + + + + + + + + + + + + + + + + + + Low-Cost or No-Cost + 123 + 123 + + + Electricity + kWh + 123 + + + Natural gas + MMBtu + 0 + + + 123 + 123 + 123 + 123 + 1 + 123 + 123 + 123 + 123 + 123 + 123 + 123 + 123 + 123 + 123 + 123 + 123 + + + + + + + + + + + + + + + + + + + + --01-01 + --12-01 + --01-01 + --12-01 + 123 + 123 + + + + + + + + 12345 + + + 12345 + Building Owner + + + + + + + + + + --01-01 + --12-01 + + + 00:00:00 + 12:00:00 + 123 + + + 12:00:00 + 24:00:00 + 123 + + + + + + + + + + 12345 + + + 12345 + Building Owner + + + + + + + + + + + --01-01 + --12-01 + --01-01 + --12-01 + + + 123 + 123 + + + 123 + 123 + + + + + + + + + + + 12345 + + + 12345 + Building Owner + + + + + + + + + + Owner + + Building Owner + Owner Company + + + + + 123-456-7890 + + + + + + owner@example.com + + + + + + + Energy Auditor + + Building Auditor + Auditor Company + + + + + 123-456-7890 + + + + + + auditor@example.com + + + + + + + diff --git a/bsyncviewer/lib/validator/examples/schema2.6.0/bsyncr.xml b/bsyncviewer/lib/validator/examples/schema2.6.0/bsyncr.xml new file mode 100644 index 00000000..41bafe31 --- /dev/null +++ b/bsyncviewer/lib/validator/examples/schema2.6.0/bsyncr.xml @@ -0,0 +1,124 @@ + + + + + + + + + My-Fav-Building + + Denver + CO + 80205 + + -104.97855661401148 + 39.76550841416409 + + + + + + + + + + + + + + + + + + Electricity + kWh + All end uses + + + + + 2012-03-13T00:00:00 + Month + 0.43952 + + + + 2012-04-13T01:00:00 + Month + 0.95964 + + + + 2012-05-13T01:00:00 + Month + 0.6796 + + + + 2012-06-13T01:00:00 + Month + 0.83965 + + + + 2012-07-13T01:00:00 + Month + 0.91976 + + + + 2012-08-13T01:00:00 + Month + 0.35968 + + + + 2012-09-13T01:00:00 + Month + 0.23969 + + + + 2012-10-13T01:00:00 + Month + 0.31974 + + + + 2012-11-13T01:00:00 + Month + 0.35965 + + + + 2012-12-13T00:00:00 + Month + 0.51961 + + + + 2013-01-13T00:00:00 + Month + 0.15953 + + + + 2013-02-13T00:00:00 + Month + 0.43956 + + + + + + + + + + + + + + + diff --git a/bsyncviewer/lib/validator/examples/schema2.6.0/example_files.zip b/bsyncviewer/lib/validator/examples/schema2.6.0/example_files.zip new file mode 100644 index 00000000..9595ee17 Binary files /dev/null and b/bsyncviewer/lib/validator/examples/schema2.6.0/example_files.zip differ diff --git a/bsyncviewer/settings/dev.py b/bsyncviewer/settings/dev.py index 7446cfec..a1ab9303 100644 --- a/bsyncviewer/settings/dev.py +++ b/bsyncviewer/settings/dev.py @@ -134,7 +134,7 @@ MEDIA_URL = "/media/" MEDIA_ROOT = os.path.join(SETTINGS_PATH, 'media') -DEFAULT_SCHEMA_VERSION = '2.5.0' +DEFAULT_SCHEMA_VERSION = '2.6.0' with open(os.path.join(os.path.dirname(os.path.dirname(__file__)), '../app_version.txt')) as v_file: APP_VERSION = v_file.read() diff --git a/bsyncviewer/settings/docker.py b/bsyncviewer/settings/docker.py index 1dcdf04a..a986d8f7 100644 --- a/bsyncviewer/settings/docker.py +++ b/bsyncviewer/settings/docker.py @@ -140,7 +140,7 @@ MEDIA_URL = '/media/' MEDIA_ROOT = os.path.join(SETTINGS_PATH, 'media') -DEFAULT_SCHEMA_VERSION = '2.5.0' +DEFAULT_SCHEMA_VERSION = '2.6.0' with open(os.path.join(os.path.dirname(os.path.dirname(__file__)), '../app_version.txt')) as v_file: APP_VERSION = v_file.read() diff --git a/bsyncviewer/settings/gh_actions.py b/bsyncviewer/settings/gh_actions.py index 67f777e9..51d110c3 100644 --- a/bsyncviewer/settings/gh_actions.py +++ b/bsyncviewer/settings/gh_actions.py @@ -48,7 +48,7 @@ }, } -DEFAULT_SCHEMA_VERSION = '2.5.0' +DEFAULT_SCHEMA_VERSION = '2.6.0' with open(os.path.join(os.path.dirname(os.path.dirname(__file__)), '../app_version.txt')) as v_file: APP_VERSION = v_file.read() diff --git a/bsyncviewer/templates/index.html b/bsyncviewer/templates/index.html index b0a2f939..18aa304f 100644 --- a/bsyncviewer/templates/index.html +++ b/bsyncviewer/templates/index.html @@ -261,9 +261,9 @@
BuildingSync Website
-
Schema Release 2.5.0
- September 20, 2023 -

BuildingSync releases the 2.5.0 version of the schema which includes several enhancements. There is one breaking change associated with this release.

+
Schema Release 2.6.0
+ September 27, 2024 +

BuildingSync releases the 2.6.0 version of the schema which includes several enhancements. There is no breaking change associated with this release.

diff --git a/docs/scripts/change_log.py b/docs/scripts/change_log.py index e8e25041..bb58240b 100755 --- a/docs/scripts/change_log.py +++ b/docs/scripts/change_log.py @@ -34,7 +34,7 @@ repo = gh.repository('BuildingSync', 'BuildingSync-website') internal_users = ['nllong', 'kflemin'] -print(github3.octocat()) +# print(github3.octocat()) print("Connecting to GitHub repository: %s" % repo)