EPA-PM-API-Wrapper 0.3.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- epa_pm_api_wrapper/__init__.py +30 -0
- epa_pm_api_wrapper/__main__.py +4 -0
- epa_pm_api_wrapper/cli.py +413 -0
- epa_pm_api_wrapper/client.py +507 -0
- epa_pm_api_wrapper/exceptions.py +67 -0
- epa_pm_api_wrapper/models/__init__.py +1451 -0
- epa_pm_api_wrapper/models/accept_reject_type.py +12 -0
- epa_pm_api_wrapper/models/account.py +15 -0
- epa_pm_api_wrapper/models/account_info.py +58 -0
- epa_pm_api_wrapper/models/account_type.py +122 -0
- epa_pm_api_wrapper/models/account_type_language_preference.py +9 -0
- epa_pm_api_wrapper/models/additional_identifier.py +58 -0
- epa_pm_api_wrapper/models/additional_identifier_type.py +60 -0
- epa_pm_api_wrapper/models/additional_identifier_type_group.py +10 -0
- epa_pm_api_wrapper/models/additional_identifier_types.py +19 -0
- epa_pm_api_wrapper/models/additional_identifiers.py +19 -0
- epa_pm_api_wrapper/models/address_type.py +84 -0
- epa_pm_api_wrapper/models/address_type_state.py +159 -0
- epa_pm_api_wrapper/models/adult_education.py +17 -0
- epa_pm_api_wrapper/models/agency_type.py +41 -0
- epa_pm_api_wrapper/models/agency_type_country.py +242 -0
- epa_pm_api_wrapper/models/alerts.py +16 -0
- epa_pm_api_wrapper/models/alerts_type.py +47 -0
- epa_pm_api_wrapper/models/alerts_type_alert.py +29 -0
- epa_pm_api_wrapper/models/all_energy_meters_type.py +32 -0
- epa_pm_api_wrapper/models/all_meter_types.py +130 -0
- epa_pm_api_wrapper/models/ambulatory_surgical_center.py +16 -0
- epa_pm_api_wrapper/models/amount_of_laundry_processed_annually.py +17 -0
- epa_pm_api_wrapper/models/amount_of_laundry_processed_annually_type.py +28 -0
- epa_pm_api_wrapper/models/amount_of_laundry_processed_annually_units_type.py +9 -0
- epa_pm_api_wrapper/models/annual_research_expenditure.py +16 -0
- epa_pm_api_wrapper/models/annual_research_expenditure_type.py +22 -0
- epa_pm_api_wrapper/models/annual_research_expenditure_type_value.py +10 -0
- epa_pm_api_wrapper/models/aquarium.py +17 -0
- epa_pm_api_wrapper/models/area_of_all_walk_in_refrigeration_units.py +19 -0
- epa_pm_api_wrapper/models/average_effluent_biological_oxygen_demand.py +16 -0
- epa_pm_api_wrapper/models/average_influent_biological_oxygen_demand.py +16 -0
- epa_pm_api_wrapper/models/average_number_of_residents.py +15 -0
- epa_pm_api_wrapper/models/average_number_of_vehicles_in_inventory.py +16 -0
- epa_pm_api_wrapper/models/bank_branch.py +16 -0
- epa_pm_api_wrapper/models/bank_branch_type.py +35 -0
- epa_pm_api_wrapper/models/bank_branch_type_use_details.py +58 -0
- epa_pm_api_wrapper/models/bar_nightclub.py +17 -0
- epa_pm_api_wrapper/models/barracks.py +17 -0
- epa_pm_api_wrapper/models/barracks_type.py +35 -0
- epa_pm_api_wrapper/models/barracks_type_use_details.py +58 -0
- epa_pm_api_wrapper/models/baseline_and_target.py +16 -0
- epa_pm_api_wrapper/models/baseline_and_target_type.py +27 -0
- epa_pm_api_wrapper/models/baseline_type.py +41 -0
- epa_pm_api_wrapper/models/billboard_metric_setting.py +21 -0
- epa_pm_api_wrapper/models/billboard_metric_type.py +33 -0
- epa_pm_api_wrapper/models/billboard_metrics.py +11 -0
- epa_pm_api_wrapper/models/billboard_metrics_type.py +26 -0
- epa_pm_api_wrapper/models/bowling_alley.py +40 -0
- epa_pm_api_wrapper/models/bowling_alley_use_details.py +58 -0
- epa_pm_api_wrapper/models/building.py +11 -0
- epa_pm_api_wrapper/models/casino.py +16 -0
- epa_pm_api_wrapper/models/category_type.py +17 -0
- epa_pm_api_wrapper/models/cegep.py +15 -0
- epa_pm_api_wrapper/models/cegep_type.py +35 -0
- epa_pm_api_wrapper/models/cegep_type_use_details.py +131 -0
- epa_pm_api_wrapper/models/ceiling_height.py +15 -0
- epa_pm_api_wrapper/models/ceiling_height_units_type.py +27 -0
- epa_pm_api_wrapper/models/clear_height.py +16 -0
- epa_pm_api_wrapper/models/clear_height_units_type.py +26 -0
- epa_pm_api_wrapper/models/college_university.py +15 -0
- epa_pm_api_wrapper/models/college_university_type.py +37 -0
- epa_pm_api_wrapper/models/college_university_type_use_details.py +131 -0
- epa_pm_api_wrapper/models/common_entrance.py +16 -0
- epa_pm_api_wrapper/models/community_center_and_social_meeting_hall.py +46 -0
- epa_pm_api_wrapper/models/community_center_and_social_meeting_hall_use_details.py +58 -0
- epa_pm_api_wrapper/models/completely_enclosed_footage.py +15 -0
- epa_pm_api_wrapper/models/construction_status_type.py +9 -0
- epa_pm_api_wrapper/models/contact_type.py +70 -0
- epa_pm_api_wrapper/models/convenience_store_with_gas_station.py +19 -0
- epa_pm_api_wrapper/models/convenience_store_with_gas_station_type.py +37 -0
- epa_pm_api_wrapper/models/convenience_store_with_gas_station_type_use_details.py +140 -0
- epa_pm_api_wrapper/models/convenience_store_without_gas_station.py +19 -0
- epa_pm_api_wrapper/models/convenience_store_without_gas_station_type.py +37 -0
- epa_pm_api_wrapper/models/convenience_store_without_gas_station_type_use_details.py +140 -0
- epa_pm_api_wrapper/models/convention_center.py +16 -0
- epa_pm_api_wrapper/models/cooking_facilities.py +15 -0
- epa_pm_api_wrapper/models/cooking_located_onsite.py +16 -0
- epa_pm_api_wrapper/models/cooling_equipment_redundancy.py +15 -0
- epa_pm_api_wrapper/models/cooling_equipment_redundancy_type.py +22 -0
- epa_pm_api_wrapper/models/cooling_equipment_redundancy_type_value.py +12 -0
- epa_pm_api_wrapper/models/country_code.py +16 -0
- epa_pm_api_wrapper/models/country_list.py +493 -0
- epa_pm_api_wrapper/models/courthouse.py +16 -0
- epa_pm_api_wrapper/models/courthouse_type.py +35 -0
- epa_pm_api_wrapper/models/courthouse_type_use_details.py +58 -0
- epa_pm_api_wrapper/models/custom_field.py +109 -0
- epa_pm_api_wrapper/models/custom_field_list.py +20 -0
- epa_pm_api_wrapper/models/custom_field_list_custom_field.py +17 -0
- epa_pm_api_wrapper/models/custom_field_valid_characters.py +15 -0
- epa_pm_api_wrapper/models/custom_field_when_to_prompt.py +15 -0
- epa_pm_api_wrapper/models/custom_metric.py +49 -0
- epa_pm_api_wrapper/models/custom_units_type.py +19 -0
- epa_pm_api_wrapper/models/custom_use.py +15 -0
- epa_pm_api_wrapper/models/custom_use_detail1.py +15 -0
- epa_pm_api_wrapper/models/custom_use_detail2.py +15 -0
- epa_pm_api_wrapper/models/custom_use_details_type.py +50 -0
- epa_pm_api_wrapper/models/custom_use_details_type_data_type.py +8 -0
- epa_pm_api_wrapper/models/custom_use_type.py +35 -0
- epa_pm_api_wrapper/models/custom_use_type_use_details.py +27 -0
- epa_pm_api_wrapper/models/customer.py +77 -0
- epa_pm_api_wrapper/models/customer_language_preference.py +9 -0
- epa_pm_api_wrapper/models/data_center.py +17 -0
- epa_pm_api_wrapper/models/data_center_type.py +35 -0
- epa_pm_api_wrapper/models/data_center_type_use_details.py +50 -0
- epa_pm_api_wrapper/models/data_exchange_settings.py +37 -0
- epa_pm_api_wrapper/models/data_exchange_settings_supported_meter_types.py +20 -0
- epa_pm_api_wrapper/models/data_exchange_settings_terms_of_use.py +40 -0
- epa_pm_api_wrapper/models/data_request.py +88 -0
- epa_pm_api_wrapper/models/data_request_locations.py +19 -0
- epa_pm_api_wrapper/models/data_request_locations_location.py +22 -0
- epa_pm_api_wrapper/models/data_request_requester_details.py +32 -0
- epa_pm_api_wrapper/models/data_request_status_type.py +13 -0
- epa_pm_api_wrapper/models/data_response.py +47 -0
- epa_pm_api_wrapper/models/data_response_properties.py +20 -0
- epa_pm_api_wrapper/models/data_type.py +9 -0
- epa_pm_api_wrapper/models/delivery_facility.py +16 -0
- epa_pm_api_wrapper/models/demand_tracking_type.py +35 -0
- epa_pm_api_wrapper/models/design.py +15 -0
- epa_pm_api_wrapper/models/design_base_type.py +83 -0
- epa_pm_api_wrapper/models/design_base_type_estimated_energy_list.py +17 -0
- epa_pm_api_wrapper/models/design_base_type_property_uses.py +709 -0
- epa_pm_api_wrapper/models/design_base_type_target.py +34 -0
- epa_pm_api_wrapper/models/design_unit_of_measure.py +37 -0
- epa_pm_api_wrapper/models/detail_type.py +22 -0
- epa_pm_api_wrapper/models/details_types.py +20 -0
- epa_pm_api_wrapper/models/disposal_destination_type.py +60 -0
- epa_pm_api_wrapper/models/distribution_center.py +17 -0
- epa_pm_api_wrapper/models/distribution_center_type.py +37 -0
- epa_pm_api_wrapper/models/distribution_center_type_use_details.py +76 -0
- epa_pm_api_wrapper/models/drinking_water_treatment_and_distribution.py +18 -0
- epa_pm_api_wrapper/models/drinking_water_treatment_and_distribution_type.py +37 -0
- epa_pm_api_wrapper/models/drinking_water_treatment_and_distribution_type_use_details.py +18 -0
- epa_pm_api_wrapper/models/e_grid_subregion.py +38 -0
- epa_pm_api_wrapper/models/e_grid_subregion_country.py +242 -0
- epa_pm_api_wrapper/models/e_grid_subregion_list.py +19 -0
- epa_pm_api_wrapper/models/edu.py +64 -0
- epa_pm_api_wrapper/models/edu_list.py +18 -0
- epa_pm_api_wrapper/models/electric_vehicle_charging_station.py +15 -0
- epa_pm_api_wrapper/models/empty_string.py +7 -0
- epa_pm_api_wrapper/models/empty_type.py +7 -0
- epa_pm_api_wrapper/models/enclosed_floor_area.py +15 -0
- epa_pm_api_wrapper/models/enclosed_mall.py +16 -0
- epa_pm_api_wrapper/models/energy_meter_assoc_and_config_type.py +25 -0
- epa_pm_api_wrapper/models/energy_performance_project.py +11 -0
- epa_pm_api_wrapper/models/energy_performance_project_type.py +136 -0
- epa_pm_api_wrapper/models/energy_power_station.py +20 -0
- epa_pm_api_wrapper/models/energy_uom_type.py +11 -0
- epa_pm_api_wrapper/models/enrollment.py +11 -0
- epa_pm_api_wrapper/models/error_type.py +29 -0
- epa_pm_api_wrapper/models/errors_type.py +25 -0
- epa_pm_api_wrapper/models/estimated_energy_list_type.py +19 -0
- epa_pm_api_wrapper/models/estimated_energy_type.py +58 -0
- epa_pm_api_wrapper/models/estimates_applied.py +15 -0
- epa_pm_api_wrapper/models/ev_charging_station_type.py +37 -0
- epa_pm_api_wrapper/models/ev_charging_station_type_use_details.py +41 -0
- epa_pm_api_wrapper/models/evaluation_period_type.py +35 -0
- epa_pm_api_wrapper/models/exterior_entrance_to_the_public.py +15 -0
- epa_pm_api_wrapper/models/fast_food_restaurant.py +17 -0
- epa_pm_api_wrapper/models/fast_food_restaurant_type.py +37 -0
- epa_pm_api_wrapper/models/fast_food_restaurant_type_use_details.py +84 -0
- epa_pm_api_wrapper/models/federal_agencies.py +19 -0
- epa_pm_api_wrapper/models/financial_office.py +16 -0
- epa_pm_api_wrapper/models/financial_office_type.py +35 -0
- epa_pm_api_wrapper/models/financial_office_type_use_details.py +58 -0
- epa_pm_api_wrapper/models/fire_station.py +16 -0
- epa_pm_api_wrapper/models/fire_station_type.py +35 -0
- epa_pm_api_wrapper/models/fire_station_type_use_details.py +92 -0
- epa_pm_api_wrapper/models/fitness_center_health_club_gym.py +42 -0
- epa_pm_api_wrapper/models/fitness_center_health_club_gym_use_details.py +58 -0
- epa_pm_api_wrapper/models/fixed_film_trickle_filtration_process.py +15 -0
- epa_pm_api_wrapper/models/floor_area_type_base.py +23 -0
- epa_pm_api_wrapper/models/food_sales.py +17 -0
- epa_pm_api_wrapper/models/food_sales_type.py +35 -0
- epa_pm_api_wrapper/models/food_sales_type_use_details.py +114 -0
- epa_pm_api_wrapper/models/food_service.py +17 -0
- epa_pm_api_wrapper/models/full_service_spa_floor_area.py +15 -0
- epa_pm_api_wrapper/models/generation_location_type.py +41 -0
- epa_pm_api_wrapper/models/government_subsidized_housing.py +16 -0
- epa_pm_api_wrapper/models/grant_dollars.py +11 -0
- epa_pm_api_wrapper/models/green_power_fuel_source_enum.py +13 -0
- epa_pm_api_wrapper/models/green_power_type_enum.py +15 -0
- epa_pm_api_wrapper/models/gross_floor_area_hotel_conference_space.py +18 -0
- epa_pm_api_wrapper/models/gross_floor_area_that_is_exhibit_space.py +19 -0
- epa_pm_api_wrapper/models/gross_floor_area_type.py +24 -0
- epa_pm_api_wrapper/models/gross_floor_area_units_type.py +8 -0
- epa_pm_api_wrapper/models/gross_floor_area_used_for_food_preparation.py +19 -0
- epa_pm_api_wrapper/models/gym_center_floor_area.py +15 -0
- epa_pm_api_wrapper/models/gymnasium_floor_area.py +15 -0
- epa_pm_api_wrapper/models/has_computer_lab.py +15 -0
- epa_pm_api_wrapper/models/has_dining_hall.py +15 -0
- epa_pm_api_wrapper/models/has_laboratory.py +15 -0
- epa_pm_api_wrapper/models/hey.py +11 -0
- epa_pm_api_wrapper/models/hey_type.py +29 -0
- epa_pm_api_wrapper/models/hey_type_meter.py +35 -0
- epa_pm_api_wrapper/models/hey_type_meter_meter_data.py +22 -0
- epa_pm_api_wrapper/models/hey_type_property_info.py +35 -0
- epa_pm_api_wrapper/models/hierarchy.py +16 -0
- epa_pm_api_wrapper/models/hierarchy_type.py +84 -0
- epa_pm_api_wrapper/models/highest_award_level.py +17 -0
- epa_pm_api_wrapper/models/highest_award_level_type.py +20 -0
- epa_pm_api_wrapper/models/highest_award_level_type_value.py +11 -0
- epa_pm_api_wrapper/models/hospital.py +22 -0
- epa_pm_api_wrapper/models/hospital_type.py +35 -0
- epa_pm_api_wrapper/models/hospital_type_use_details.py +132 -0
- epa_pm_api_wrapper/models/hotel.py +17 -0
- epa_pm_api_wrapper/models/hotel_type.py +41 -0
- epa_pm_api_wrapper/models/hotel_type_use_details.py +140 -0
- epa_pm_api_wrapper/models/hours_per_day_guests_onsite.py +16 -0
- epa_pm_api_wrapper/models/hours_per_day_guests_onsite_type.py +22 -0
- epa_pm_api_wrapper/models/hours_per_day_guests_onsite_type_value.py +9 -0
- epa_pm_api_wrapper/models/ice_curling_rink.py +27 -0
- epa_pm_api_wrapper/models/ice_curling_rink_type.py +35 -0
- epa_pm_api_wrapper/models/ice_curling_rink_type_use_details.py +78 -0
- epa_pm_api_wrapper/models/ice_events.py +15 -0
- epa_pm_api_wrapper/models/individual_meter.py +86 -0
- epa_pm_api_wrapper/models/indoor_arena.py +17 -0
- epa_pm_api_wrapper/models/indoor_arena_type.py +35 -0
- epa_pm_api_wrapper/models/indoor_arena_type_use_details.py +104 -0
- epa_pm_api_wrapper/models/international_weather_station_list.py +26 -0
- epa_pm_api_wrapper/models/irrigation_area_type.py +28 -0
- epa_pm_api_wrapper/models/irrigation_area_type_base.py +30 -0
- epa_pm_api_wrapper/models/irrigation_area_units_type.py +10 -0
- epa_pm_api_wrapper/models/is_high_school.py +16 -0
- epa_pm_api_wrapper/models/is_tertiary_care.py +17 -0
- epa_pm_api_wrapper/models/it_energy_configuration_type.py +20 -0
- epa_pm_api_wrapper/models/it_energy_configuration_type_value.py +14 -0
- epa_pm_api_wrapper/models/it_energy_meter_configuration.py +16 -0
- epa_pm_api_wrapper/models/k12_school.py +16 -0
- epa_pm_api_wrapper/models/k12_school_type.py +35 -0
- epa_pm_api_wrapper/models/k12_school_type_use_details.py +126 -0
- epa_pm_api_wrapper/models/laboratory.py +17 -0
- epa_pm_api_wrapper/models/laundry_facility.py +16 -0
- epa_pm_api_wrapper/models/length_of_all_commercial_kitchen_hoods.py +19 -0
- epa_pm_api_wrapper/models/length_of_all_open_closed_refrigeration_units.py +21 -0
- epa_pm_api_wrapper/models/length_of_use_detail_type.py +26 -0
- epa_pm_api_wrapper/models/length_units_type.py +8 -0
- epa_pm_api_wrapper/models/library.py +17 -0
- epa_pm_api_wrapper/models/library_type.py +35 -0
- epa_pm_api_wrapper/models/library_type_use_details.py +58 -0
- epa_pm_api_wrapper/models/license.py +60 -0
- epa_pm_api_wrapper/models/license_list.py +19 -0
- epa_pm_api_wrapper/models/licensed_bed_capacity.py +19 -0
- epa_pm_api_wrapper/models/lifestyle_center.py +18 -0
- epa_pm_api_wrapper/models/link_type.py +52 -0
- epa_pm_api_wrapper/models/links_type.py +19 -0
- epa_pm_api_wrapper/models/log.py +11 -0
- epa_pm_api_wrapper/models/log_type.py +79 -0
- epa_pm_api_wrapper/models/mailing_center_post_office.py +16 -0
- epa_pm_api_wrapper/models/mailing_center_post_office_type.py +37 -0
- epa_pm_api_wrapper/models/mailing_center_post_office_type_use_details.py +74 -0
- epa_pm_api_wrapper/models/manufacturing_industrial_plant.py +17 -0
- epa_pm_api_wrapper/models/manufacturing_industrial_plant_type.py +37 -0
- epa_pm_api_wrapper/models/manufacturing_industrial_plant_type_use_details.py +49 -0
- epa_pm_api_wrapper/models/mapping.py +11 -0
- epa_pm_api_wrapper/models/mapping_type.py +23 -0
- epa_pm_api_wrapper/models/maximum_number_of_floors.py +15 -0
- epa_pm_api_wrapper/models/maximum_resident_capacity.py +15 -0
- epa_pm_api_wrapper/models/medical_office.py +16 -0
- epa_pm_api_wrapper/models/medical_office_type.py +35 -0
- epa_pm_api_wrapper/models/medical_office_type_use_details.py +82 -0
- epa_pm_api_wrapper/models/meter.py +11 -0
- epa_pm_api_wrapper/models/meter_category_type.py +9 -0
- epa_pm_api_wrapper/models/meter_consumption.py +15 -0
- epa_pm_api_wrapper/models/meter_consumption_type.py +110 -0
- epa_pm_api_wrapper/models/meter_data.py +11 -0
- epa_pm_api_wrapper/models/meter_data_type.py +41 -0
- epa_pm_api_wrapper/models/meter_delivery.py +11 -0
- epa_pm_api_wrapper/models/meter_delivery_type.py +68 -0
- epa_pm_api_wrapper/models/meter_list_type.py +23 -0
- epa_pm_api_wrapper/models/meter_property_association_list.py +18 -0
- epa_pm_api_wrapper/models/meter_property_association_list_type.py +38 -0
- epa_pm_api_wrapper/models/meter_property_use_association_list.py +16 -0
- epa_pm_api_wrapper/models/meter_type.py +131 -0
- epa_pm_api_wrapper/models/meter_type_unit_of_measure.py +40 -0
- epa_pm_api_wrapper/models/metric.py +71 -0
- epa_pm_api_wrapper/models/months_in_use.py +15 -0
- epa_pm_api_wrapper/models/months_in_use_type.py +21 -0
- epa_pm_api_wrapper/models/months_main_indoor_ice_rink_in_use.py +15 -0
- epa_pm_api_wrapper/models/months_school_in_use_type.py +21 -0
- epa_pm_api_wrapper/models/movie_theater.py +15 -0
- epa_pm_api_wrapper/models/multifamily_housing.py +16 -0
- epa_pm_api_wrapper/models/multifamily_housing_type.py +37 -0
- epa_pm_api_wrapper/models/multifamily_housing_type_use_details.py +124 -0
- epa_pm_api_wrapper/models/museum.py +26 -0
- epa_pm_api_wrapper/models/museum_type.py +35 -0
- epa_pm_api_wrapper/models/museum_type_use_details.py +78 -0
- epa_pm_api_wrapper/models/non_refrigerated_warehouse.py +16 -0
- epa_pm_api_wrapper/models/non_refrigerated_warehouse_type.py +37 -0
- epa_pm_api_wrapper/models/non_refrigerated_warehouse_type_use_details.py +76 -0
- epa_pm_api_wrapper/models/notification_list.py +16 -0
- epa_pm_api_wrapper/models/notification_list_type.py +19 -0
- epa_pm_api_wrapper/models/notification_type.py +106 -0
- epa_pm_api_wrapper/models/number_of_annual_emergency_incidents.py +17 -0
- epa_pm_api_wrapper/models/number_of_bedrooms.py +15 -0
- epa_pm_api_wrapper/models/number_of_cash_registers.py +15 -0
- epa_pm_api_wrapper/models/number_of_commercial_refrigeration_units.py +16 -0
- epa_pm_api_wrapper/models/number_of_commercial_washing_machines.py +16 -0
- epa_pm_api_wrapper/models/number_of_computers.py +15 -0
- epa_pm_api_wrapper/models/number_of_concert_show_events_per_year.py +15 -0
- epa_pm_api_wrapper/models/number_of_cooking_equipment_units.py +15 -0
- epa_pm_api_wrapper/models/number_of_curling_sheets.py +16 -0
- epa_pm_api_wrapper/models/number_of_dc_fast_ev_charging_stations.py +15 -0
- epa_pm_api_wrapper/models/number_of_emergency_vehicles.py +16 -0
- epa_pm_api_wrapper/models/number_of_fteworkers.py +16 -0
- epa_pm_api_wrapper/models/number_of_full_time_students_enrolled_january_to_april.py +16 -0
- epa_pm_api_wrapper/models/number_of_full_time_students_enrolled_may_to_august.py +16 -0
- epa_pm_api_wrapper/models/number_of_full_time_students_enrolled_september_to_december.py +16 -0
- epa_pm_api_wrapper/models/number_of_guest_meals_served_per_year.py +15 -0
- epa_pm_api_wrapper/models/number_of_hotel_rooms.py +15 -0
- epa_pm_api_wrapper/models/number_of_indoor_ice_rinks.py +18 -0
- epa_pm_api_wrapper/models/number_of_laundry_hookups_in_all_units.py +16 -0
- epa_pm_api_wrapper/models/number_of_laundry_hookups_in_common_area.py +16 -0
- epa_pm_api_wrapper/models/number_of_letters_packages_per_year.py +17 -0
- epa_pm_api_wrapper/models/number_of_level_one_ev_charging_stations.py +15 -0
- epa_pm_api_wrapper/models/number_of_level_two_ev_charging_stations.py +15 -0
- epa_pm_api_wrapper/models/number_of_mri_machines.py +15 -0
- epa_pm_api_wrapper/models/number_of_open_closed_refrigeration_units.py +27 -0
- epa_pm_api_wrapper/models/number_of_paint_bays.py +16 -0
- epa_pm_api_wrapper/models/number_of_people.py +15 -0
- epa_pm_api_wrapper/models/number_of_repair_bays.py +16 -0
- epa_pm_api_wrapper/models/number_of_residential_lift_systems.py +15 -0
- epa_pm_api_wrapper/models/number_of_residential_living_units.py +20 -0
- epa_pm_api_wrapper/models/number_of_residential_living_units_high_rise_setting.py +18 -0
- epa_pm_api_wrapper/models/number_of_residential_living_units_low_rise_setting.py +18 -0
- epa_pm_api_wrapper/models/number_of_residential_living_units_mid_rise_setting.py +18 -0
- epa_pm_api_wrapper/models/number_of_residential_washing_machines.py +15 -0
- epa_pm_api_wrapper/models/number_of_rooms.py +16 -0
- epa_pm_api_wrapper/models/number_of_special_other_events_per_year.py +16 -0
- epa_pm_api_wrapper/models/number_of_sporting_events_per_year.py +15 -0
- epa_pm_api_wrapper/models/number_of_staffed_beds.py +15 -0
- epa_pm_api_wrapper/models/number_of_sterilization_units.py +15 -0
- epa_pm_api_wrapper/models/number_of_surgical_operating_beds.py +16 -0
- epa_pm_api_wrapper/models/number_of_walk_in_refrigeration_units.py +16 -0
- epa_pm_api_wrapper/models/number_of_warming_heating_equipment_units.py +15 -0
- epa_pm_api_wrapper/models/number_of_weekdays_open.py +17 -0
- epa_pm_api_wrapper/models/number_of_weekdays_type.py +21 -0
- epa_pm_api_wrapper/models/number_of_weekly_ice_resurfacing_for_all_rinks.py +23 -0
- epa_pm_api_wrapper/models/number_of_weekly_ice_resurfacing_type.py +20 -0
- epa_pm_api_wrapper/models/number_of_workers.py +16 -0
- epa_pm_api_wrapper/models/nutrient_removal.py +16 -0
- epa_pm_api_wrapper/models/occupancy_type.py +27 -0
- epa_pm_api_wrapper/models/office.py +16 -0
- epa_pm_api_wrapper/models/office_type.py +35 -0
- epa_pm_api_wrapper/models/office_type_use_details.py +58 -0
- epa_pm_api_wrapper/models/offsite_green_power_purchase.py +11 -0
- epa_pm_api_wrapper/models/offsite_green_power_purchase_type.py +224 -0
- epa_pm_api_wrapper/models/offsite_green_power_purchase_type_amount_purchased.py +31 -0
- epa_pm_api_wrapper/models/offsite_green_power_purchase_type_amount_purchased_percentage.py +46 -0
- epa_pm_api_wrapper/models/offsite_green_power_purchase_type_amount_purchased_percentage_meters.py +21 -0
- epa_pm_api_wrapper/models/offsite_green_power_purchase_type_amount_purchased_quantity.py +31 -0
- epa_pm_api_wrapper/models/offsite_green_power_purchase_type_cost.py +31 -0
- epa_pm_api_wrapper/models/offsite_green_power_purchase_type_fuel_sources.py +22 -0
- epa_pm_api_wrapper/models/offsite_green_power_purchase_type_fuel_sources_fuel_source.py +35 -0
- epa_pm_api_wrapper/models/offsite_green_power_purchase_type_rated_capacity.py +31 -0
- epa_pm_api_wrapper/models/offsite_green_power_purchase_type_renewable_generation_technologies.py +21 -0
- epa_pm_api_wrapper/models/on_site_laundry_facility.py +15 -0
- epa_pm_api_wrapper/models/onsite_laundry_type.py +20 -0
- epa_pm_api_wrapper/models/onsite_laundry_type_value.py +10 -0
- epa_pm_api_wrapper/models/onsite_renewable_detail.py +11 -0
- epa_pm_api_wrapper/models/onsite_renewable_detail_type.py +60 -0
- epa_pm_api_wrapper/models/onsite_renewable_details.py +28 -0
- epa_pm_api_wrapper/models/onsite_renewable_optional_info.py +13 -0
- epa_pm_api_wrapper/models/onsite_renewable_optional_info_type.py +134 -0
- epa_pm_api_wrapper/models/onsite_renewable_optional_info_type_rated_capacity.py +31 -0
- epa_pm_api_wrapper/models/onsite_renewable_optional_info_type_renewable_generation_technologies.py +21 -0
- epa_pm_api_wrapper/models/onsite_usage_detail_type.py +70 -0
- epa_pm_api_wrapper/models/open_footage.py +15 -0
- epa_pm_api_wrapper/models/open_on_weekends.py +16 -0
- epa_pm_api_wrapper/models/optional_floor_area_type.py +19 -0
- epa_pm_api_wrapper/models/organization_type.py +77 -0
- epa_pm_api_wrapper/models/other.py +16 -0
- epa_pm_api_wrapper/models/other_education.py +18 -0
- epa_pm_api_wrapper/models/other_entertainment_public_assembly.py +17 -0
- epa_pm_api_wrapper/models/other_lodging_residential.py +19 -0
- epa_pm_api_wrapper/models/other_mall.py +17 -0
- epa_pm_api_wrapper/models/other_public_services.py +21 -0
- epa_pm_api_wrapper/models/other_recreation.py +16 -0
- epa_pm_api_wrapper/models/other_restaurant_bar.py +17 -0
- epa_pm_api_wrapper/models/other_services.py +16 -0
- epa_pm_api_wrapper/models/other_speciality_hospital.py +17 -0
- epa_pm_api_wrapper/models/other_stadium.py +16 -0
- epa_pm_api_wrapper/models/other_stadium_type.py +35 -0
- epa_pm_api_wrapper/models/other_stadium_type_use_details.py +104 -0
- epa_pm_api_wrapper/models/other_technology_science.py +16 -0
- epa_pm_api_wrapper/models/other_type.py +35 -0
- epa_pm_api_wrapper/models/other_type_use_details.py +42 -0
- epa_pm_api_wrapper/models/other_utility.py +16 -0
- epa_pm_api_wrapper/models/outpatient_rehabilitation_physical_therapy.py +16 -0
- epa_pm_api_wrapper/models/owned_by.py +16 -0
- epa_pm_api_wrapper/models/owned_by_type.py +20 -0
- epa_pm_api_wrapper/models/owned_by_type_value.py +9 -0
- epa_pm_api_wrapper/models/parking.py +15 -0
- epa_pm_api_wrapper/models/parking_type.py +35 -0
- epa_pm_api_wrapper/models/parking_type_use_details.py +40 -0
- epa_pm_api_wrapper/models/partially_enclosed_footage.py +16 -0
- epa_pm_api_wrapper/models/ped.py +26 -0
- epa_pm_api_wrapper/models/pending_accounts_type.py +58 -0
- epa_pm_api_wrapper/models/pending_list.py +15 -0
- epa_pm_api_wrapper/models/pending_list_type.py +53 -0
- epa_pm_api_wrapper/models/pending_meters_type.py +104 -0
- epa_pm_api_wrapper/models/pending_properties_type.py +77 -0
- epa_pm_api_wrapper/models/percent_cooled.py +16 -0
- epa_pm_api_wrapper/models/percent_cooled_type.py +20 -0
- epa_pm_api_wrapper/models/percent_cooled_type_value.py +17 -0
- epa_pm_api_wrapper/models/percent_heated.py +16 -0
- epa_pm_api_wrapper/models/percent_heated_type.py +20 -0
- epa_pm_api_wrapper/models/percent_heated_type_value.py +17 -0
- epa_pm_api_wrapper/models/percent_of_gross_floor_area_that_is_common_space_only.py +16 -0
- epa_pm_api_wrapper/models/percent_of_lab_floor_area.py +16 -0
- epa_pm_api_wrapper/models/percent_office_cooled.py +11 -0
- epa_pm_api_wrapper/models/percent_office_cooled_type.py +20 -0
- epa_pm_api_wrapper/models/percent_office_cooled_type_value.py +9 -0
- epa_pm_api_wrapper/models/percent_office_heated.py +11 -0
- epa_pm_api_wrapper/models/percent_office_heated_type.py +20 -0
- epa_pm_api_wrapper/models/percent_office_heated_type_value.py +9 -0
- epa_pm_api_wrapper/models/percent_used_for_cold_storage.py +18 -0
- epa_pm_api_wrapper/models/performance_target_type.py +42 -0
- epa_pm_api_wrapper/models/performance_target_type_target_metric.py +10 -0
- epa_pm_api_wrapper/models/performance_target_type_target_value.py +107 -0
- epa_pm_api_wrapper/models/performing_arts.py +15 -0
- epa_pm_api_wrapper/models/period_type.py +8 -0
- epa_pm_api_wrapper/models/personal_services.py +17 -0
- epa_pm_api_wrapper/models/pgp.py +56 -0
- epa_pm_api_wrapper/models/pgp_list.py +18 -0
- epa_pm_api_wrapper/models/plant_data_type.py +28 -0
- epa_pm_api_wrapper/models/plant_data_type_value.py +71 -0
- epa_pm_api_wrapper/models/plant_design_flow_rate.py +16 -0
- epa_pm_api_wrapper/models/plant_design_flow_rate_type.py +22 -0
- epa_pm_api_wrapper/models/plant_design_flow_rate_units_type.py +8 -0
- epa_pm_api_wrapper/models/plant_type.py +17 -0
- epa_pm_api_wrapper/models/police_station.py +16 -0
- epa_pm_api_wrapper/models/pool_location.py +15 -0
- epa_pm_api_wrapper/models/pool_size.py +16 -0
- epa_pm_api_wrapper/models/pool_size_type.py +20 -0
- epa_pm_api_wrapper/models/pool_size_type_value.py +9 -0
- epa_pm_api_wrapper/models/pool_type.py +20 -0
- epa_pm_api_wrapper/models/pool_type_value.py +8 -0
- epa_pm_api_wrapper/models/precision_controls_for_temperature_and_humidity.py +16 -0
- epa_pm_api_wrapper/models/preschool_daycare.py +17 -0
- epa_pm_api_wrapper/models/preschool_daycare_type.py +35 -0
- epa_pm_api_wrapper/models/preschool_daycare_type_use_details.py +68 -0
- epa_pm_api_wrapper/models/primary_business_type.py +33 -0
- epa_pm_api_wrapper/models/primary_function_type.py +95 -0
- epa_pm_api_wrapper/models/prison.py +17 -0
- epa_pm_api_wrapper/models/professional_designation_list.py +23 -0
- epa_pm_api_wrapper/models/professional_designation_list_professional_designation.py +41 -0
- epa_pm_api_wrapper/models/property.py +11 -0
- epa_pm_api_wrapper/models/property_design_type.py +66 -0
- epa_pm_api_wrapper/models/property_metrics.py +15 -0
- epa_pm_api_wrapper/models/property_metrics_list.py +19 -0
- epa_pm_api_wrapper/models/property_metrics_type.py +58 -0
- epa_pm_api_wrapper/models/property_representation.py +59 -0
- epa_pm_api_wrapper/models/property_representation_property_representation_type.py +27 -0
- epa_pm_api_wrapper/models/property_type.py +192 -0
- epa_pm_api_wrapper/models/property_use.py +22 -0
- epa_pm_api_wrapper/models/race_track.py +16 -0
- epa_pm_api_wrapper/models/rated_capacity_uom_type.py +8 -0
- epa_pm_api_wrapper/models/rec_ownership_enum.py +10 -0
- epa_pm_api_wrapper/models/refrigerated_warehouse.py +17 -0
- epa_pm_api_wrapper/models/refrigerated_warehouse_type.py +37 -0
- epa_pm_api_wrapper/models/refrigerated_warehouse_type_use_details.py +66 -0
- epa_pm_api_wrapper/models/renewable_generation_technology_enum.py +11 -0
- epa_pm_api_wrapper/models/report.py +72 -0
- epa_pm_api_wrapper/models/report_error.py +53 -0
- epa_pm_api_wrapper/models/report_error_missing_metrics.py +21 -0
- epa_pm_api_wrapper/models/report_error_missing_metrics_property_missing_metric.py +43 -0
- epa_pm_api_wrapper/models/report_error_missing_metrics_property_missing_metric_metric.py +33 -0
- epa_pm_api_wrapper/models/report_metric_values_ws.py +57 -0
- epa_pm_api_wrapper/models/report_metrics.py +26 -0
- epa_pm_api_wrapper/models/report_metrics_group.py +36 -0
- epa_pm_api_wrapper/models/report_metrics_group_metrics.py +24 -0
- epa_pm_api_wrapper/models/report_metrics_group_metrics_metric.py +62 -0
- epa_pm_api_wrapper/models/report_properties.py +20 -0
- epa_pm_api_wrapper/models/report_status.py +11 -0
- epa_pm_api_wrapper/models/report_status_def.py +62 -0
- epa_pm_api_wrapper/models/report_status_type.py +33 -0
- epa_pm_api_wrapper/models/report_template.py +11 -0
- epa_pm_api_wrapper/models/report_template_type.py +63 -0
- epa_pm_api_wrapper/models/report_template_type_metrics.py +21 -0
- epa_pm_api_wrapper/models/report_type.py +17 -0
- epa_pm_api_wrapper/models/reporting_interval_type.py +15 -0
- epa_pm_api_wrapper/models/residence_hall_dormitory.py +16 -0
- epa_pm_api_wrapper/models/residence_hall_dormitory_type.py +37 -0
- epa_pm_api_wrapper/models/residence_hall_dormitory_type_use_details.py +58 -0
- epa_pm_api_wrapper/models/resident_population.py +16 -0
- epa_pm_api_wrapper/models/resident_population_type.py +20 -0
- epa_pm_api_wrapper/models/resident_population_type_value.py +12 -0
- epa_pm_api_wrapper/models/residential_care_facility.py +16 -0
- epa_pm_api_wrapper/models/residential_care_facility_type.py +37 -0
- epa_pm_api_wrapper/models/residential_care_facility_type_use_details.py +120 -0
- epa_pm_api_wrapper/models/response.py +11 -0
- epa_pm_api_wrapper/models/response_status.py +36 -0
- epa_pm_api_wrapper/models/response_status_errors.py +19 -0
- epa_pm_api_wrapper/models/response_type.py +59 -0
- epa_pm_api_wrapper/models/restaurant.py +20 -0
- epa_pm_api_wrapper/models/restaurant_type.py +35 -0
- epa_pm_api_wrapper/models/restaurant_type_use_details.py +84 -0
- epa_pm_api_wrapper/models/retail.py +17 -0
- epa_pm_api_wrapper/models/retail_type.py +35 -0
- epa_pm_api_wrapper/models/retail_type_use_details.py +130 -0
- epa_pm_api_wrapper/models/roller_rink.py +16 -0
- epa_pm_api_wrapper/models/school_district.py +15 -0
- epa_pm_api_wrapper/models/search_result_type.py +23 -0
- epa_pm_api_wrapper/models/search_results.py +15 -0
- epa_pm_api_wrapper/models/seating_capacity.py +16 -0
- epa_pm_api_wrapper/models/self_storage_facility.py +15 -0
- epa_pm_api_wrapper/models/self_storage_facility_type.py +37 -0
- epa_pm_api_wrapper/models/self_storage_facility_type_use_details.py +84 -0
- epa_pm_api_wrapper/models/send_data_response.py +43 -0
- epa_pm_api_wrapper/models/send_data_response_additional_email_addresses.py +17 -0
- epa_pm_api_wrapper/models/send_data_response_file_format.py +8 -0
- epa_pm_api_wrapper/models/senior_living_community.py +16 -0
- epa_pm_api_wrapper/models/senior_living_community_type.py +37 -0
- epa_pm_api_wrapper/models/senior_living_community_type_use_details.py +120 -0
- epa_pm_api_wrapper/models/share_level_type.py +12 -0
- epa_pm_api_wrapper/models/sharing_response.py +16 -0
- epa_pm_api_wrapper/models/sharing_response_type.py +34 -0
- epa_pm_api_wrapper/models/single_family_home.py +16 -0
- epa_pm_api_wrapper/models/single_family_home_type.py +35 -0
- epa_pm_api_wrapper/models/single_family_home_type_use_details.py +34 -0
- epa_pm_api_wrapper/models/single_store.py +15 -0
- epa_pm_api_wrapper/models/size_of_electronic_score_boards.py +15 -0
- epa_pm_api_wrapper/models/spectator_seating_capacity.py +16 -0
- epa_pm_api_wrapper/models/stadium_closed.py +17 -0
- epa_pm_api_wrapper/models/stadium_closed_type.py +35 -0
- epa_pm_api_wrapper/models/stadium_closed_type_use_details.py +104 -0
- epa_pm_api_wrapper/models/stadium_open.py +17 -0
- epa_pm_api_wrapper/models/stadium_open_type.py +35 -0
- epa_pm_api_wrapper/models/stadium_open_type_use_details.py +104 -0
- epa_pm_api_wrapper/models/state_code.py +159 -0
- epa_pm_api_wrapper/models/station.py +45 -0
- epa_pm_api_wrapper/models/status_type.py +8 -0
- epa_pm_api_wrapper/models/strip_mall.py +17 -0
- epa_pm_api_wrapper/models/student_seating_capacity.py +16 -0
- epa_pm_api_wrapper/models/supermarket.py +17 -0
- epa_pm_api_wrapper/models/supermarket_type.py +35 -0
- epa_pm_api_wrapper/models/supermarket_type_use_details.py +114 -0
- epa_pm_api_wrapper/models/supplemental_heating.py +15 -0
- epa_pm_api_wrapper/models/surgery_center_floor_area.py +16 -0
- epa_pm_api_wrapper/models/swimming_pool.py +15 -0
- epa_pm_api_wrapper/models/swimming_pool_type.py +35 -0
- epa_pm_api_wrapper/models/swimming_pool_type_use_details.py +34 -0
- epa_pm_api_wrapper/models/system_determined_string.py +7 -0
- epa_pm_api_wrapper/models/target_finder.py +11 -0
- epa_pm_api_wrapper/models/target_type_percentage_type.py +17 -0
- epa_pm_api_wrapper/models/target_type_percentage_values_type.py +107 -0
- epa_pm_api_wrapper/models/target_type_score_type.py +17 -0
- epa_pm_api_wrapper/models/target_type_score_values_type.py +106 -0
- epa_pm_api_wrapper/models/template_type.py +19 -0
- epa_pm_api_wrapper/models/template_type_value.py +15 -0
- epa_pm_api_wrapper/models/tenant_common_area_energy_type.py +21 -0
- epa_pm_api_wrapper/models/tenant_common_area_energy_use_information_type.py +31 -0
- epa_pm_api_wrapper/models/terminate_share_response_type.py +24 -0
- epa_pm_api_wrapper/models/terminate_sharing_response.py +16 -0
- epa_pm_api_wrapper/models/timeframe_type.py +103 -0
- epa_pm_api_wrapper/models/timeframe_type_baseline_period.py +18 -0
- epa_pm_api_wrapper/models/timeframe_type_compare_baseline_period.py +25 -0
- epa_pm_api_wrapper/models/timeframe_type_compare_current_period.py +25 -0
- epa_pm_api_wrapper/models/timeframe_type_current_period.py +18 -0
- epa_pm_api_wrapper/models/timeframe_type_current_vs_baseline.py +18 -0
- epa_pm_api_wrapper/models/timeframe_type_date_range.py +30 -0
- epa_pm_api_wrapper/models/timeframe_type_single_period.py +18 -0
- epa_pm_api_wrapper/models/timeframe_type_two_periods.py +24 -0
- epa_pm_api_wrapper/models/total_gross_floor_area.py +11 -0
- epa_pm_api_wrapper/models/total_ice_rink_surface_area_for_all_rinks.py +21 -0
- epa_pm_api_wrapper/models/transportation_terminal_station.py +16 -0
- epa_pm_api_wrapper/models/type_of_energy_star_partner.py +14 -0
- epa_pm_api_wrapper/models/type_of_meter.py +55 -0
- epa_pm_api_wrapper/models/type_of_waste_meter.py +122 -0
- epa_pm_api_wrapper/models/type_of_waste_meter_data_entry_method.py +18 -0
- epa_pm_api_wrapper/models/type_of_waste_meter_unit_of_measure.py +15 -0
- epa_pm_api_wrapper/models/un_auth_design_type.py +100 -0
- epa_pm_api_wrapper/models/un_auth_design_type_estimated_energy_list.py +17 -0
- epa_pm_api_wrapper/models/un_auth_design_type_property_uses.py +709 -0
- epa_pm_api_wrapper/models/un_auth_design_type_target.py +34 -0
- epa_pm_api_wrapper/models/ups_system_redundancy.py +16 -0
- epa_pm_api_wrapper/models/ups_system_redundancy_type.py +20 -0
- epa_pm_api_wrapper/models/ups_system_redundancy_type_value.py +12 -0
- epa_pm_api_wrapper/models/urgent_care_clinic_other_outpatient.py +17 -0
- epa_pm_api_wrapper/models/use_attribute_base.py +65 -0
- epa_pm_api_wrapper/models/use_attribute_base_default.py +9 -0
- epa_pm_api_wrapper/models/use_decimal_type.py +21 -0
- epa_pm_api_wrapper/models/use_details.py +1086 -0
- epa_pm_api_wrapper/models/use_integer_type.py +20 -0
- epa_pm_api_wrapper/models/use_string_type.py +19 -0
- epa_pm_api_wrapper/models/use_yes_no_type.py +20 -0
- epa_pm_api_wrapper/models/vehicle_dealership.py +16 -0
- epa_pm_api_wrapper/models/vehicle_dealership_type.py +37 -0
- epa_pm_api_wrapper/models/vehicle_dealership_type_use_details.py +84 -0
- epa_pm_api_wrapper/models/vehicle_repair_services.py +19 -0
- epa_pm_api_wrapper/models/vehicle_repair_services_type.py +37 -0
- epa_pm_api_wrapper/models/vehicle_repair_services_type_use_details.py +74 -0
- epa_pm_api_wrapper/models/verification.py +96 -0
- epa_pm_api_wrapper/models/veterinary_office.py +15 -0
- epa_pm_api_wrapper/models/vocational_school.py +16 -0
- epa_pm_api_wrapper/models/warning_type.py +29 -0
- epa_pm_api_wrapper/models/warnings_type.py +25 -0
- epa_pm_api_wrapper/models/waste_data.py +15 -0
- epa_pm_api_wrapper/models/waste_data_list.py +11 -0
- epa_pm_api_wrapper/models/waste_meter.py +11 -0
- epa_pm_api_wrapper/models/waste_meter_assoc_and_config_type.py +18 -0
- epa_pm_api_wrapper/models/waste_meter_data_type.py +32 -0
- epa_pm_api_wrapper/models/waste_meter_entry_type.py +113 -0
- epa_pm_api_wrapper/models/waste_meter_entry_type_average_percent_full.py +11 -0
- epa_pm_api_wrapper/models/waste_meter_type.py +81 -0
- epa_pm_api_wrapper/models/wastewater_treatment_plant.py +15 -0
- epa_pm_api_wrapper/models/wastewater_treatment_plant_type.py +37 -0
- epa_pm_api_wrapper/models/wastewater_treatment_plant_type_use_details.py +63 -0
- epa_pm_api_wrapper/models/water_meter_assoc_and_config_type.py +25 -0
- epa_pm_api_wrapper/models/weekly_building_occupied_hours.py +16 -0
- epa_pm_api_wrapper/models/weekly_operating_hours.py +19 -0
- epa_pm_api_wrapper/models/wholesale_club_supercenter.py +16 -0
- epa_pm_api_wrapper/models/wholesale_club_supercenter_type.py +37 -0
- epa_pm_api_wrapper/models/wholesale_club_supercenter_type_use_details.py +130 -0
- epa_pm_api_wrapper/models/worship_facility.py +19 -0
- epa_pm_api_wrapper/models/worship_facility_type.py +35 -0
- epa_pm_api_wrapper/models/worship_facility_type_use_details.py +102 -0
- epa_pm_api_wrapper/models/yes_no.py +8 -0
- epa_pm_api_wrapper/models/zoo.py +16 -0
- epa_pm_api_wrapper/py.typed +1 -0
- epa_pm_api_wrapper/resources/__init__.py +172 -0
- epa_pm_api_wrapper/resources/_base.py +22 -0
- epa_pm_api_wrapper/resources/account.py +37 -0
- epa_pm_api_wrapper/resources/association.py +145 -0
- epa_pm_api_wrapper/resources/building.py +89 -0
- epa_pm_api_wrapper/resources/consumption_data.py +142 -0
- epa_pm_api_wrapper/resources/custom_metric.py +91 -0
- epa_pm_api_wrapper/resources/customer.py +45 -0
- epa_pm_api_wrapper/resources/data_exchange.py +111 -0
- epa_pm_api_wrapper/resources/green_power.py +237 -0
- epa_pm_api_wrapper/resources/hey.py +22 -0
- epa_pm_api_wrapper/resources/hierarchy.py +59 -0
- epa_pm_api_wrapper/resources/identifier.py +92 -0
- epa_pm_api_wrapper/resources/meter.py +277 -0
- epa_pm_api_wrapper/resources/metrics.py +185 -0
- epa_pm_api_wrapper/resources/property.py +450 -0
- epa_pm_api_wrapper/resources/property_use.py +277 -0
- epa_pm_api_wrapper/resources/report.py +169 -0
- epa_pm_api_wrapper/resources/share.py +139 -0
- epa_pm_api_wrapper/resources/target_finder.py +34 -0
- epa_pm_api_wrapper/resources/verification.py +201 -0
- epa_pm_api_wrapper/resources/waste_data.py +124 -0
- epa_pm_api_wrapper/retry.py +219 -0
- epa_pm_api_wrapper-0.3.0.dist-info/METADATA +137 -0
- epa_pm_api_wrapper-0.3.0.dist-info/RECORD +654 -0
- epa_pm_api_wrapper-0.3.0.dist-info/WHEEL +4 -0
- epa_pm_api_wrapper-0.3.0.dist-info/entry_points.txt +2 -0
- epa_pm_api_wrapper-0.3.0.dist-info/licenses/LICENSE +21 -0
|
@@ -0,0 +1,1451 @@
|
|
|
1
|
+
from .accept_reject_type import AcceptRejectType
|
|
2
|
+
from .account import Account
|
|
3
|
+
from .account_info import AccountInfo
|
|
4
|
+
from .account_type import AccountType
|
|
5
|
+
from .account_type_language_preference import AccountTypeLanguagePreference
|
|
6
|
+
from .additional_identifier import AdditionalIdentifier
|
|
7
|
+
from .additional_identifier_type import AdditionalIdentifierType
|
|
8
|
+
from .additional_identifier_type_group import AdditionalIdentifierTypeGroup
|
|
9
|
+
from .additional_identifier_types import AdditionalIdentifierTypes
|
|
10
|
+
from .additional_identifiers import AdditionalIdentifiers
|
|
11
|
+
from .address_type import AddressType
|
|
12
|
+
from .address_type_state import AddressTypeState
|
|
13
|
+
from .adult_education import AdultEducation
|
|
14
|
+
from .agency_type import AgencyType
|
|
15
|
+
from .agency_type_country import AgencyTypeCountry
|
|
16
|
+
from .alerts import Alerts
|
|
17
|
+
from .alerts_type import AlertsType
|
|
18
|
+
from .alerts_type_alert import AlertsTypeAlert
|
|
19
|
+
from .all_energy_meters_type import AllEnergyMetersType
|
|
20
|
+
from .all_meter_types import AllMeterTypes
|
|
21
|
+
from .ambulatory_surgical_center import AmbulatorySurgicalCenter
|
|
22
|
+
from .amount_of_laundry_processed_annually import (
|
|
23
|
+
AmountOfLaundryProcessedAnnually,
|
|
24
|
+
)
|
|
25
|
+
from .amount_of_laundry_processed_annually_type import (
|
|
26
|
+
AmountOfLaundryProcessedAnnuallyType,
|
|
27
|
+
)
|
|
28
|
+
from .amount_of_laundry_processed_annually_units_type import (
|
|
29
|
+
AmountOfLaundryProcessedAnnuallyUnitsType,
|
|
30
|
+
)
|
|
31
|
+
from .annual_research_expenditure import AnnualResearchExpenditure
|
|
32
|
+
from .annual_research_expenditure_type import AnnualResearchExpenditureType
|
|
33
|
+
from .annual_research_expenditure_type_value import (
|
|
34
|
+
AnnualResearchExpenditureTypeValue,
|
|
35
|
+
)
|
|
36
|
+
from .aquarium import Aquarium
|
|
37
|
+
from .area_of_all_walk_in_refrigeration_units import (
|
|
38
|
+
AreaOfAllWalkInRefrigerationUnits,
|
|
39
|
+
)
|
|
40
|
+
from .average_effluent_biological_oxygen_demand import (
|
|
41
|
+
AverageEffluentBiologicalOxygenDemand,
|
|
42
|
+
)
|
|
43
|
+
from .average_influent_biological_oxygen_demand import (
|
|
44
|
+
AverageInfluentBiologicalOxygenDemand,
|
|
45
|
+
)
|
|
46
|
+
from .average_number_of_residents import AverageNumberOfResidents
|
|
47
|
+
from .average_number_of_vehicles_in_inventory import (
|
|
48
|
+
AverageNumberOfVehiclesInInventory,
|
|
49
|
+
)
|
|
50
|
+
from .bank_branch import BankBranch
|
|
51
|
+
from .bank_branch_type import BankBranchType
|
|
52
|
+
from .bank_branch_type_use_details import BankBranchTypeUseDetails
|
|
53
|
+
from .bar_nightclub import BarNightclub
|
|
54
|
+
from .barracks import Barracks
|
|
55
|
+
from .barracks_type import BarracksType
|
|
56
|
+
from .barracks_type_use_details import BarracksTypeUseDetails
|
|
57
|
+
from .baseline_and_target import BaselineAndTarget
|
|
58
|
+
from .baseline_and_target_type import BaselineAndTargetType
|
|
59
|
+
from .baseline_type import BaselineType
|
|
60
|
+
from .billboard_metric_setting import BillboardMetricSetting
|
|
61
|
+
from .billboard_metric_type import BillboardMetricType
|
|
62
|
+
from .billboard_metrics import BillboardMetrics
|
|
63
|
+
from .billboard_metrics_type import BillboardMetricsType
|
|
64
|
+
from .bowling_alley import BowlingAlley
|
|
65
|
+
from .bowling_alley_use_details import BowlingAlleyUseDetails
|
|
66
|
+
from .building import Building
|
|
67
|
+
from .casino import Casino
|
|
68
|
+
from .category_type import CategoryType
|
|
69
|
+
from .cegep import Cegep
|
|
70
|
+
from .cegep_type import CegepType
|
|
71
|
+
from .cegep_type_use_details import CegepTypeUseDetails
|
|
72
|
+
from .ceiling_height import CeilingHeight
|
|
73
|
+
from .ceiling_height_units_type import CeilingHeightUnitsType
|
|
74
|
+
from .clear_height import ClearHeight
|
|
75
|
+
from .clear_height_units_type import ClearHeightUnitsType
|
|
76
|
+
from .college_university import CollegeUniversity
|
|
77
|
+
from .college_university_type import CollegeUniversityType
|
|
78
|
+
from .college_university_type_use_details import (
|
|
79
|
+
CollegeUniversityTypeUseDetails,
|
|
80
|
+
)
|
|
81
|
+
from .common_entrance import CommonEntrance
|
|
82
|
+
from .community_center_and_social_meeting_hall import (
|
|
83
|
+
CommunityCenterAndSocialMeetingHall,
|
|
84
|
+
)
|
|
85
|
+
from .community_center_and_social_meeting_hall_use_details import (
|
|
86
|
+
CommunityCenterAndSocialMeetingHallUseDetails,
|
|
87
|
+
)
|
|
88
|
+
from .completely_enclosed_footage import CompletelyEnclosedFootage
|
|
89
|
+
from .construction_status_type import ConstructionStatusType
|
|
90
|
+
from .contact_type import ContactType
|
|
91
|
+
from .convenience_store_with_gas_station import ConvenienceStoreWithGasStation
|
|
92
|
+
from .convenience_store_with_gas_station_type import (
|
|
93
|
+
ConvenienceStoreWithGasStationType,
|
|
94
|
+
)
|
|
95
|
+
from .convenience_store_with_gas_station_type_use_details import (
|
|
96
|
+
ConvenienceStoreWithGasStationTypeUseDetails,
|
|
97
|
+
)
|
|
98
|
+
from .convenience_store_without_gas_station import (
|
|
99
|
+
ConvenienceStoreWithoutGasStation,
|
|
100
|
+
)
|
|
101
|
+
from .convenience_store_without_gas_station_type import (
|
|
102
|
+
ConvenienceStoreWithoutGasStationType,
|
|
103
|
+
)
|
|
104
|
+
from .convenience_store_without_gas_station_type_use_details import (
|
|
105
|
+
ConvenienceStoreWithoutGasStationTypeUseDetails,
|
|
106
|
+
)
|
|
107
|
+
from .convention_center import ConventionCenter
|
|
108
|
+
from .cooking_facilities import CookingFacilities
|
|
109
|
+
from .cooking_located_onsite import CookingLocatedOnsite
|
|
110
|
+
from .cooling_equipment_redundancy import CoolingEquipmentRedundancy
|
|
111
|
+
from .cooling_equipment_redundancy_type import CoolingEquipmentRedundancyType
|
|
112
|
+
from .cooling_equipment_redundancy_type_value import (
|
|
113
|
+
CoolingEquipmentRedundancyTypeValue,
|
|
114
|
+
)
|
|
115
|
+
from .country_code import CountryCode
|
|
116
|
+
from .country_list import CountryList
|
|
117
|
+
from .courthouse import Courthouse
|
|
118
|
+
from .courthouse_type import CourthouseType
|
|
119
|
+
from .courthouse_type_use_details import CourthouseTypeUseDetails
|
|
120
|
+
from .custom_field import CustomField
|
|
121
|
+
from .custom_field_list import CustomFieldList
|
|
122
|
+
from .custom_field_list_custom_field import CustomFieldListCustomField
|
|
123
|
+
from .custom_field_valid_characters import CustomFieldValidCharacters
|
|
124
|
+
from .custom_field_when_to_prompt import CustomFieldWhenToPrompt
|
|
125
|
+
from .custom_metric import CustomMetric
|
|
126
|
+
from .custom_units_type import CustomUnitsType
|
|
127
|
+
from .custom_use import CustomUse
|
|
128
|
+
from .custom_use_detail1 import CustomUseDetail1
|
|
129
|
+
from .custom_use_detail2 import CustomUseDetail2
|
|
130
|
+
from .custom_use_details_type import CustomUseDetailsType
|
|
131
|
+
from .custom_use_details_type_data_type import CustomUseDetailsTypeDataType
|
|
132
|
+
from .custom_use_type import CustomUseType
|
|
133
|
+
from .custom_use_type_use_details import CustomUseTypeUseDetails
|
|
134
|
+
from .customer import Customer
|
|
135
|
+
from .customer_language_preference import CustomerLanguagePreference
|
|
136
|
+
from .data_center import DataCenter
|
|
137
|
+
from .data_center_type import DataCenterType
|
|
138
|
+
from .data_center_type_use_details import DataCenterTypeUseDetails
|
|
139
|
+
from .data_exchange_settings import DataExchangeSettings
|
|
140
|
+
from .data_exchange_settings_supported_meter_types import (
|
|
141
|
+
DataExchangeSettingsSupportedMeterTypes,
|
|
142
|
+
)
|
|
143
|
+
from .data_exchange_settings_terms_of_use import DataExchangeSettingsTermsOfUse
|
|
144
|
+
from .data_request import DataRequest
|
|
145
|
+
from .data_request_locations import DataRequestLocations
|
|
146
|
+
from .data_request_locations_location import DataRequestLocationsLocation
|
|
147
|
+
from .data_request_requester_details import DataRequestRequesterDetails
|
|
148
|
+
from .data_request_status_type import DataRequestStatusType
|
|
149
|
+
from .data_response import DataResponse
|
|
150
|
+
from .data_response_properties import DataResponseProperties
|
|
151
|
+
from .data_type import DataType
|
|
152
|
+
from .delivery_facility import DeliveryFacility
|
|
153
|
+
from .demand_tracking_type import DemandTrackingType
|
|
154
|
+
from .design import Design
|
|
155
|
+
from .design_base_type import DesignBaseType
|
|
156
|
+
from .design_base_type_estimated_energy_list import (
|
|
157
|
+
DesignBaseTypeEstimatedEnergyList,
|
|
158
|
+
)
|
|
159
|
+
from .design_base_type_property_uses import DesignBaseTypePropertyUses
|
|
160
|
+
from .design_base_type_target import DesignBaseTypeTarget
|
|
161
|
+
from .design_unit_of_measure import DesignUnitOfMeasure
|
|
162
|
+
from .detail_type import DetailType
|
|
163
|
+
from .details_types import DetailsTypes
|
|
164
|
+
from .disposal_destination_type import DisposalDestinationType
|
|
165
|
+
from .distribution_center import DistributionCenter
|
|
166
|
+
from .distribution_center_type import DistributionCenterType
|
|
167
|
+
from .distribution_center_type_use_details import (
|
|
168
|
+
DistributionCenterTypeUseDetails,
|
|
169
|
+
)
|
|
170
|
+
from .drinking_water_treatment_and_distribution import (
|
|
171
|
+
DrinkingWaterTreatmentAndDistribution,
|
|
172
|
+
)
|
|
173
|
+
from .drinking_water_treatment_and_distribution_type import (
|
|
174
|
+
DrinkingWaterTreatmentAndDistributionType,
|
|
175
|
+
)
|
|
176
|
+
from .drinking_water_treatment_and_distribution_type_use_details import (
|
|
177
|
+
DrinkingWaterTreatmentAndDistributionTypeUseDetails,
|
|
178
|
+
)
|
|
179
|
+
from .e_grid_subregion import EGridSubregion
|
|
180
|
+
from .e_grid_subregion_country import EGridSubregionCountry
|
|
181
|
+
from .e_grid_subregion_list import EGridSubregionList
|
|
182
|
+
from .edu import Edu
|
|
183
|
+
from .edu_list import EduList
|
|
184
|
+
from .electric_vehicle_charging_station import ElectricVehicleChargingStation
|
|
185
|
+
from .empty_string import EmptyString
|
|
186
|
+
from .empty_type import EmptyType
|
|
187
|
+
from .enclosed_floor_area import EnclosedFloorArea
|
|
188
|
+
from .enclosed_mall import EnclosedMall
|
|
189
|
+
from .energy_meter_assoc_and_config_type import EnergyMeterAssocAndConfigType
|
|
190
|
+
from .energy_performance_project import EnergyPerformanceProject
|
|
191
|
+
from .energy_performance_project_type import EnergyPerformanceProjectType
|
|
192
|
+
from .energy_power_station import EnergyPowerStation
|
|
193
|
+
from .energy_uom_type import EnergyUomType
|
|
194
|
+
from .enrollment import Enrollment
|
|
195
|
+
from .error_type import ErrorType
|
|
196
|
+
from .errors_type import ErrorsType
|
|
197
|
+
from .estimated_energy_list_type import EstimatedEnergyListType
|
|
198
|
+
from .estimated_energy_type import EstimatedEnergyType
|
|
199
|
+
from .estimates_applied import EstimatesApplied
|
|
200
|
+
from .ev_charging_station_type import EvChargingStationType
|
|
201
|
+
from .ev_charging_station_type_use_details import (
|
|
202
|
+
EvChargingStationTypeUseDetails,
|
|
203
|
+
)
|
|
204
|
+
from .evaluation_period_type import EvaluationPeriodType
|
|
205
|
+
from .exterior_entrance_to_the_public import ExteriorEntranceToThePublic
|
|
206
|
+
from .fast_food_restaurant import FastFoodRestaurant
|
|
207
|
+
from .fast_food_restaurant_type import FastFoodRestaurantType
|
|
208
|
+
from .fast_food_restaurant_type_use_details import (
|
|
209
|
+
FastFoodRestaurantTypeUseDetails,
|
|
210
|
+
)
|
|
211
|
+
from .federal_agencies import FederalAgencies
|
|
212
|
+
from .financial_office import FinancialOffice
|
|
213
|
+
from .financial_office_type import FinancialOfficeType
|
|
214
|
+
from .financial_office_type_use_details import FinancialOfficeTypeUseDetails
|
|
215
|
+
from .fire_station import FireStation
|
|
216
|
+
from .fire_station_type import FireStationType
|
|
217
|
+
from .fire_station_type_use_details import FireStationTypeUseDetails
|
|
218
|
+
from .fitness_center_health_club_gym import FitnessCenterHealthClubGym
|
|
219
|
+
from .fitness_center_health_club_gym_use_details import (
|
|
220
|
+
FitnessCenterHealthClubGymUseDetails,
|
|
221
|
+
)
|
|
222
|
+
from .fixed_film_trickle_filtration_process import (
|
|
223
|
+
FixedFilmTrickleFiltrationProcess,
|
|
224
|
+
)
|
|
225
|
+
from .floor_area_type_base import FloorAreaTypeBase
|
|
226
|
+
from .food_sales import FoodSales
|
|
227
|
+
from .food_sales_type import FoodSalesType
|
|
228
|
+
from .food_sales_type_use_details import FoodSalesTypeUseDetails
|
|
229
|
+
from .food_service import FoodService
|
|
230
|
+
from .full_service_spa_floor_area import FullServiceSpaFloorArea
|
|
231
|
+
from .generation_location_type import GenerationLocationType
|
|
232
|
+
from .government_subsidized_housing import GovernmentSubsidizedHousing
|
|
233
|
+
from .grant_dollars import GrantDollars
|
|
234
|
+
from .green_power_fuel_source_enum import GreenPowerFuelSourceEnum
|
|
235
|
+
from .green_power_type_enum import GreenPowerTypeEnum
|
|
236
|
+
from .gross_floor_area_hotel_conference_space import (
|
|
237
|
+
GrossFloorAreaHotelConferenceSpace,
|
|
238
|
+
)
|
|
239
|
+
from .gross_floor_area_that_is_exhibit_space import (
|
|
240
|
+
GrossFloorAreaThatIsExhibitSpace,
|
|
241
|
+
)
|
|
242
|
+
from .gross_floor_area_type import GrossFloorAreaType
|
|
243
|
+
from .gross_floor_area_units_type import GrossFloorAreaUnitsType
|
|
244
|
+
from .gross_floor_area_used_for_food_preparation import (
|
|
245
|
+
GrossFloorAreaUsedForFoodPreparation,
|
|
246
|
+
)
|
|
247
|
+
from .gym_center_floor_area import GymCenterFloorArea
|
|
248
|
+
from .gymnasium_floor_area import GymnasiumFloorArea
|
|
249
|
+
from .has_computer_lab import HasComputerLab
|
|
250
|
+
from .has_dining_hall import HasDiningHall
|
|
251
|
+
from .has_laboratory import HasLaboratory
|
|
252
|
+
from .hey import Hey
|
|
253
|
+
from .hey_type import HeyType
|
|
254
|
+
from .hey_type_meter import HeyTypeMeter
|
|
255
|
+
from .hey_type_meter_meter_data import HeyTypeMeterMeterData
|
|
256
|
+
from .hey_type_property_info import HeyTypePropertyInfo
|
|
257
|
+
from .hierarchy import Hierarchy
|
|
258
|
+
from .hierarchy_type import HierarchyType
|
|
259
|
+
from .highest_award_level import HighestAwardLevel
|
|
260
|
+
from .highest_award_level_type import HighestAwardLevelType
|
|
261
|
+
from .highest_award_level_type_value import HighestAwardLevelTypeValue
|
|
262
|
+
from .hospital import Hospital
|
|
263
|
+
from .hospital_type import HospitalType
|
|
264
|
+
from .hospital_type_use_details import HospitalTypeUseDetails
|
|
265
|
+
from .hotel import Hotel
|
|
266
|
+
from .hotel_type import HotelType
|
|
267
|
+
from .hotel_type_use_details import HotelTypeUseDetails
|
|
268
|
+
from .hours_per_day_guests_onsite import HoursPerDayGuestsOnsite
|
|
269
|
+
from .hours_per_day_guests_onsite_type import HoursPerDayGuestsOnsiteType
|
|
270
|
+
from .hours_per_day_guests_onsite_type_value import (
|
|
271
|
+
HoursPerDayGuestsOnsiteTypeValue,
|
|
272
|
+
)
|
|
273
|
+
from .ice_curling_rink import IceCurlingRink
|
|
274
|
+
from .ice_curling_rink_type import IceCurlingRinkType
|
|
275
|
+
from .ice_curling_rink_type_use_details import IceCurlingRinkTypeUseDetails
|
|
276
|
+
from .ice_events import IceEvents
|
|
277
|
+
from .individual_meter import IndividualMeter
|
|
278
|
+
from .indoor_arena import IndoorArena
|
|
279
|
+
from .indoor_arena_type import IndoorArenaType
|
|
280
|
+
from .indoor_arena_type_use_details import IndoorArenaTypeUseDetails
|
|
281
|
+
from .international_weather_station_list import InternationalWeatherStationList
|
|
282
|
+
from .irrigation_area_type import IrrigationAreaType
|
|
283
|
+
from .irrigation_area_type_base import IrrigationAreaTypeBase
|
|
284
|
+
from .irrigation_area_units_type import IrrigationAreaUnitsType
|
|
285
|
+
from .is_high_school import IsHighSchool
|
|
286
|
+
from .is_tertiary_care import IsTertiaryCare
|
|
287
|
+
from .it_energy_configuration_type import ItEnergyConfigurationType
|
|
288
|
+
from .it_energy_configuration_type_value import ItEnergyConfigurationTypeValue
|
|
289
|
+
from .it_energy_meter_configuration import ItEnergyMeterConfiguration
|
|
290
|
+
from .k12_school import K12School
|
|
291
|
+
from .k12_school_type import K12SchoolType
|
|
292
|
+
from .k12_school_type_use_details import K12SchoolTypeUseDetails
|
|
293
|
+
from .laboratory import Laboratory
|
|
294
|
+
from .laundry_facility import LaundryFacility
|
|
295
|
+
from .length_of_all_commercial_kitchen_hoods import (
|
|
296
|
+
LengthOfAllCommercialKitchenHoods,
|
|
297
|
+
)
|
|
298
|
+
from .length_of_all_open_closed_refrigeration_units import (
|
|
299
|
+
LengthOfAllOpenClosedRefrigerationUnits,
|
|
300
|
+
)
|
|
301
|
+
from .length_of_use_detail_type import LengthOfUseDetailType
|
|
302
|
+
from .length_units_type import LengthUnitsType
|
|
303
|
+
from .library import Library
|
|
304
|
+
from .library_type import LibraryType
|
|
305
|
+
from .library_type_use_details import LibraryTypeUseDetails
|
|
306
|
+
from .license import License
|
|
307
|
+
from .license_list import LicenseList
|
|
308
|
+
from .licensed_bed_capacity import LicensedBedCapacity
|
|
309
|
+
from .lifestyle_center import LifestyleCenter
|
|
310
|
+
from .link_type import LinkType
|
|
311
|
+
from .links_type import LinksType
|
|
312
|
+
from .log import Log
|
|
313
|
+
from .log_type import LogType
|
|
314
|
+
from .mailing_center_post_office import MailingCenterPostOffice
|
|
315
|
+
from .mailing_center_post_office_type import MailingCenterPostOfficeType
|
|
316
|
+
from .mailing_center_post_office_type_use_details import (
|
|
317
|
+
MailingCenterPostOfficeTypeUseDetails,
|
|
318
|
+
)
|
|
319
|
+
from .manufacturing_industrial_plant import ManufacturingIndustrialPlant
|
|
320
|
+
from .manufacturing_industrial_plant_type import (
|
|
321
|
+
ManufacturingIndustrialPlantType,
|
|
322
|
+
)
|
|
323
|
+
from .manufacturing_industrial_plant_type_use_details import (
|
|
324
|
+
ManufacturingIndustrialPlantTypeUseDetails,
|
|
325
|
+
)
|
|
326
|
+
from .mapping import Mapping
|
|
327
|
+
from .mapping_type import MappingType
|
|
328
|
+
from .maximum_number_of_floors import MaximumNumberOfFloors
|
|
329
|
+
from .maximum_resident_capacity import MaximumResidentCapacity
|
|
330
|
+
from .medical_office import MedicalOffice
|
|
331
|
+
from .medical_office_type import MedicalOfficeType
|
|
332
|
+
from .medical_office_type_use_details import MedicalOfficeTypeUseDetails
|
|
333
|
+
from .meter import Meter
|
|
334
|
+
from .meter_category_type import MeterCategoryType
|
|
335
|
+
from .meter_consumption import MeterConsumption
|
|
336
|
+
from .meter_consumption_type import MeterConsumptionType
|
|
337
|
+
from .meter_data import MeterData
|
|
338
|
+
from .meter_data_type import MeterDataType
|
|
339
|
+
from .meter_delivery import MeterDelivery
|
|
340
|
+
from .meter_delivery_type import MeterDeliveryType
|
|
341
|
+
from .meter_list_type import MeterListType
|
|
342
|
+
from .meter_property_association_list import MeterPropertyAssociationList
|
|
343
|
+
from .meter_property_association_list_type import (
|
|
344
|
+
MeterPropertyAssociationListType,
|
|
345
|
+
)
|
|
346
|
+
from .meter_property_use_association_list import (
|
|
347
|
+
MeterPropertyUseAssociationList,
|
|
348
|
+
)
|
|
349
|
+
from .meter_type import MeterType
|
|
350
|
+
from .meter_type_unit_of_measure import MeterTypeUnitOfMeasure
|
|
351
|
+
from .metric import Metric
|
|
352
|
+
from .months_in_use import MonthsInUse
|
|
353
|
+
from .months_in_use_type import MonthsInUseType
|
|
354
|
+
from .months_main_indoor_ice_rink_in_use import MonthsMainIndoorIceRinkInUse
|
|
355
|
+
from .months_school_in_use_type import MonthsSchoolInUseType
|
|
356
|
+
from .movie_theater import MovieTheater
|
|
357
|
+
from .multifamily_housing import MultifamilyHousing
|
|
358
|
+
from .multifamily_housing_type import MultifamilyHousingType
|
|
359
|
+
from .multifamily_housing_type_use_details import (
|
|
360
|
+
MultifamilyHousingTypeUseDetails,
|
|
361
|
+
)
|
|
362
|
+
from .museum import Museum
|
|
363
|
+
from .museum_type import MuseumType
|
|
364
|
+
from .museum_type_use_details import MuseumTypeUseDetails
|
|
365
|
+
from .non_refrigerated_warehouse import NonRefrigeratedWarehouse
|
|
366
|
+
from .non_refrigerated_warehouse_type import NonRefrigeratedWarehouseType
|
|
367
|
+
from .non_refrigerated_warehouse_type_use_details import (
|
|
368
|
+
NonRefrigeratedWarehouseTypeUseDetails,
|
|
369
|
+
)
|
|
370
|
+
from .notification_list import NotificationList
|
|
371
|
+
from .notification_list_type import NotificationListType
|
|
372
|
+
from .notification_type import NotificationType
|
|
373
|
+
from .number_of_annual_emergency_incidents import (
|
|
374
|
+
NumberOfAnnualEmergencyIncidents,
|
|
375
|
+
)
|
|
376
|
+
from .number_of_bedrooms import NumberOfBedrooms
|
|
377
|
+
from .number_of_cash_registers import NumberOfCashRegisters
|
|
378
|
+
from .number_of_commercial_refrigeration_units import (
|
|
379
|
+
NumberOfCommercialRefrigerationUnits,
|
|
380
|
+
)
|
|
381
|
+
from .number_of_commercial_washing_machines import (
|
|
382
|
+
NumberOfCommercialWashingMachines,
|
|
383
|
+
)
|
|
384
|
+
from .number_of_computers import NumberOfComputers
|
|
385
|
+
from .number_of_concert_show_events_per_year import (
|
|
386
|
+
NumberOfConcertShowEventsPerYear,
|
|
387
|
+
)
|
|
388
|
+
from .number_of_cooking_equipment_units import NumberOfCookingEquipmentUnits
|
|
389
|
+
from .number_of_curling_sheets import NumberOfCurlingSheets
|
|
390
|
+
from .number_of_dc_fast_ev_charging_stations import (
|
|
391
|
+
NumberOfDcFastEvChargingStations,
|
|
392
|
+
)
|
|
393
|
+
from .number_of_emergency_vehicles import NumberOfEmergencyVehicles
|
|
394
|
+
from .number_of_fteworkers import NumberOfFteworkers
|
|
395
|
+
from .number_of_full_time_students_enrolled_january_to_april import (
|
|
396
|
+
NumberOfFullTimeStudentsEnrolledJanuaryToApril,
|
|
397
|
+
)
|
|
398
|
+
from .number_of_full_time_students_enrolled_may_to_august import (
|
|
399
|
+
NumberOfFullTimeStudentsEnrolledMayToAugust,
|
|
400
|
+
)
|
|
401
|
+
from .number_of_full_time_students_enrolled_september_to_december import (
|
|
402
|
+
NumberOfFullTimeStudentsEnrolledSeptemberToDecember,
|
|
403
|
+
)
|
|
404
|
+
from .number_of_guest_meals_served_per_year import (
|
|
405
|
+
NumberOfGuestMealsServedPerYear,
|
|
406
|
+
)
|
|
407
|
+
from .number_of_hotel_rooms import NumberOfHotelRooms
|
|
408
|
+
from .number_of_indoor_ice_rinks import NumberOfIndoorIceRinks
|
|
409
|
+
from .number_of_laundry_hookups_in_all_units import (
|
|
410
|
+
NumberOfLaundryHookupsInAllUnits,
|
|
411
|
+
)
|
|
412
|
+
from .number_of_laundry_hookups_in_common_area import (
|
|
413
|
+
NumberOfLaundryHookupsInCommonArea,
|
|
414
|
+
)
|
|
415
|
+
from .number_of_letters_packages_per_year import NumberOfLettersPackagesPerYear
|
|
416
|
+
from .number_of_level_one_ev_charging_stations import (
|
|
417
|
+
NumberOfLevelOneEvChargingStations,
|
|
418
|
+
)
|
|
419
|
+
from .number_of_level_two_ev_charging_stations import (
|
|
420
|
+
NumberOfLevelTwoEvChargingStations,
|
|
421
|
+
)
|
|
422
|
+
from .number_of_mri_machines import NumberOfMriMachines
|
|
423
|
+
from .number_of_open_closed_refrigeration_units import (
|
|
424
|
+
NumberOfOpenClosedRefrigerationUnits,
|
|
425
|
+
)
|
|
426
|
+
from .number_of_paint_bays import NumberOfPaintBays
|
|
427
|
+
from .number_of_people import NumberOfPeople
|
|
428
|
+
from .number_of_repair_bays import NumberOfRepairBays
|
|
429
|
+
from .number_of_residential_lift_systems import NumberOfResidentialLiftSystems
|
|
430
|
+
from .number_of_residential_living_units import NumberOfResidentialLivingUnits
|
|
431
|
+
from .number_of_residential_living_units_high_rise_setting import (
|
|
432
|
+
NumberOfResidentialLivingUnitsHighRiseSetting,
|
|
433
|
+
)
|
|
434
|
+
from .number_of_residential_living_units_low_rise_setting import (
|
|
435
|
+
NumberOfResidentialLivingUnitsLowRiseSetting,
|
|
436
|
+
)
|
|
437
|
+
from .number_of_residential_living_units_mid_rise_setting import (
|
|
438
|
+
NumberOfResidentialLivingUnitsMidRiseSetting,
|
|
439
|
+
)
|
|
440
|
+
from .number_of_residential_washing_machines import (
|
|
441
|
+
NumberOfResidentialWashingMachines,
|
|
442
|
+
)
|
|
443
|
+
from .number_of_rooms import NumberOfRooms
|
|
444
|
+
from .number_of_special_other_events_per_year import (
|
|
445
|
+
NumberOfSpecialOtherEventsPerYear,
|
|
446
|
+
)
|
|
447
|
+
from .number_of_sporting_events_per_year import NumberOfSportingEventsPerYear
|
|
448
|
+
from .number_of_staffed_beds import NumberOfStaffedBeds
|
|
449
|
+
from .number_of_sterilization_units import NumberOfSterilizationUnits
|
|
450
|
+
from .number_of_surgical_operating_beds import NumberOfSurgicalOperatingBeds
|
|
451
|
+
from .number_of_walk_in_refrigeration_units import (
|
|
452
|
+
NumberOfWalkInRefrigerationUnits,
|
|
453
|
+
)
|
|
454
|
+
from .number_of_warming_heating_equipment_units import (
|
|
455
|
+
NumberOfWarmingHeatingEquipmentUnits,
|
|
456
|
+
)
|
|
457
|
+
from .number_of_weekdays_open import NumberOfWeekdaysOpen
|
|
458
|
+
from .number_of_weekdays_type import NumberOfWeekdaysType
|
|
459
|
+
from .number_of_weekly_ice_resurfacing_for_all_rinks import (
|
|
460
|
+
NumberOfWeeklyIceResurfacingForAllRinks,
|
|
461
|
+
)
|
|
462
|
+
from .number_of_weekly_ice_resurfacing_type import (
|
|
463
|
+
NumberOfWeeklyIceResurfacingType,
|
|
464
|
+
)
|
|
465
|
+
from .number_of_workers import NumberOfWorkers
|
|
466
|
+
from .nutrient_removal import NutrientRemoval
|
|
467
|
+
from .occupancy_type import OccupancyType
|
|
468
|
+
from .office import Office
|
|
469
|
+
from .office_type import OfficeType
|
|
470
|
+
from .office_type_use_details import OfficeTypeUseDetails
|
|
471
|
+
from .offsite_green_power_purchase import OffsiteGreenPowerPurchase
|
|
472
|
+
from .offsite_green_power_purchase_type import OffsiteGreenPowerPurchaseType
|
|
473
|
+
from .offsite_green_power_purchase_type_amount_purchased import (
|
|
474
|
+
OffsiteGreenPowerPurchaseTypeAmountPurchased,
|
|
475
|
+
)
|
|
476
|
+
from .offsite_green_power_purchase_type_amount_purchased_percentage import (
|
|
477
|
+
OffsiteGreenPowerPurchaseTypeAmountPurchasedPercentage,
|
|
478
|
+
)
|
|
479
|
+
from .offsite_green_power_purchase_type_amount_purchased_percentage_meters import (
|
|
480
|
+
OffsiteGreenPowerPurchaseTypeAmountPurchasedPercentageMeters,
|
|
481
|
+
)
|
|
482
|
+
from .offsite_green_power_purchase_type_amount_purchased_quantity import (
|
|
483
|
+
OffsiteGreenPowerPurchaseTypeAmountPurchasedQuantity,
|
|
484
|
+
)
|
|
485
|
+
from .offsite_green_power_purchase_type_cost import (
|
|
486
|
+
OffsiteGreenPowerPurchaseTypeCost,
|
|
487
|
+
)
|
|
488
|
+
from .offsite_green_power_purchase_type_fuel_sources import (
|
|
489
|
+
OffsiteGreenPowerPurchaseTypeFuelSources,
|
|
490
|
+
)
|
|
491
|
+
from .offsite_green_power_purchase_type_fuel_sources_fuel_source import (
|
|
492
|
+
OffsiteGreenPowerPurchaseTypeFuelSourcesFuelSource,
|
|
493
|
+
)
|
|
494
|
+
from .offsite_green_power_purchase_type_rated_capacity import (
|
|
495
|
+
OffsiteGreenPowerPurchaseTypeRatedCapacity,
|
|
496
|
+
)
|
|
497
|
+
from .offsite_green_power_purchase_type_renewable_generation_technologies import (
|
|
498
|
+
OffsiteGreenPowerPurchaseTypeRenewableGenerationTechnologies,
|
|
499
|
+
)
|
|
500
|
+
from .on_site_laundry_facility import OnSiteLaundryFacility
|
|
501
|
+
from .onsite_laundry_type import OnsiteLaundryType
|
|
502
|
+
from .onsite_laundry_type_value import OnsiteLaundryTypeValue
|
|
503
|
+
from .onsite_renewable_detail import OnsiteRenewableDetail
|
|
504
|
+
from .onsite_renewable_detail_type import OnsiteRenewableDetailType
|
|
505
|
+
from .onsite_renewable_details import OnsiteRenewableDetails
|
|
506
|
+
from .onsite_renewable_optional_info import OnsiteRenewableOptionalInfo
|
|
507
|
+
from .onsite_renewable_optional_info_type import (
|
|
508
|
+
OnsiteRenewableOptionalInfoType,
|
|
509
|
+
)
|
|
510
|
+
from .onsite_renewable_optional_info_type_rated_capacity import (
|
|
511
|
+
OnsiteRenewableOptionalInfoTypeRatedCapacity,
|
|
512
|
+
)
|
|
513
|
+
from .onsite_renewable_optional_info_type_renewable_generation_technologies import (
|
|
514
|
+
OnsiteRenewableOptionalInfoTypeRenewableGenerationTechnologies,
|
|
515
|
+
)
|
|
516
|
+
from .onsite_usage_detail_type import OnsiteUsageDetailType
|
|
517
|
+
from .open_footage import OpenFootage
|
|
518
|
+
from .open_on_weekends import OpenOnWeekends
|
|
519
|
+
from .optional_floor_area_type import OptionalFloorAreaType
|
|
520
|
+
from .organization_type import OrganizationType
|
|
521
|
+
from .other import Other
|
|
522
|
+
from .other_education import OtherEducation
|
|
523
|
+
from .other_entertainment_public_assembly import (
|
|
524
|
+
OtherEntertainmentPublicAssembly,
|
|
525
|
+
)
|
|
526
|
+
from .other_lodging_residential import OtherLodgingResidential
|
|
527
|
+
from .other_mall import OtherMall
|
|
528
|
+
from .other_public_services import OtherPublicServices
|
|
529
|
+
from .other_recreation import OtherRecreation
|
|
530
|
+
from .other_restaurant_bar import OtherRestaurantBar
|
|
531
|
+
from .other_services import OtherServices
|
|
532
|
+
from .other_speciality_hospital import OtherSpecialityHospital
|
|
533
|
+
from .other_stadium import OtherStadium
|
|
534
|
+
from .other_stadium_type import OtherStadiumType
|
|
535
|
+
from .other_stadium_type_use_details import OtherStadiumTypeUseDetails
|
|
536
|
+
from .other_technology_science import OtherTechnologyScience
|
|
537
|
+
from .other_type import OtherType
|
|
538
|
+
from .other_type_use_details import OtherTypeUseDetails
|
|
539
|
+
from .other_utility import OtherUtility
|
|
540
|
+
from .outpatient_rehabilitation_physical_therapy import (
|
|
541
|
+
OutpatientRehabilitationPhysicalTherapy,
|
|
542
|
+
)
|
|
543
|
+
from .owned_by import OwnedBy
|
|
544
|
+
from .owned_by_type import OwnedByType
|
|
545
|
+
from .owned_by_type_value import OwnedByTypeValue
|
|
546
|
+
from .parking import Parking
|
|
547
|
+
from .parking_type import ParkingType
|
|
548
|
+
from .parking_type_use_details import ParkingTypeUseDetails
|
|
549
|
+
from .partially_enclosed_footage import PartiallyEnclosedFootage
|
|
550
|
+
from .ped import Ped
|
|
551
|
+
from .pending_accounts_type import PendingAccountsType
|
|
552
|
+
from .pending_list import PendingList
|
|
553
|
+
from .pending_list_type import PendingListType
|
|
554
|
+
from .pending_meters_type import PendingMetersType
|
|
555
|
+
from .pending_properties_type import PendingPropertiesType
|
|
556
|
+
from .percent_cooled import PercentCooled
|
|
557
|
+
from .percent_cooled_type import PercentCooledType
|
|
558
|
+
from .percent_cooled_type_value import PercentCooledTypeValue
|
|
559
|
+
from .percent_heated import PercentHeated
|
|
560
|
+
from .percent_heated_type import PercentHeatedType
|
|
561
|
+
from .percent_heated_type_value import PercentHeatedTypeValue
|
|
562
|
+
from .percent_of_gross_floor_area_that_is_common_space_only import (
|
|
563
|
+
PercentOfGrossFloorAreaThatIsCommonSpaceOnly,
|
|
564
|
+
)
|
|
565
|
+
from .percent_of_lab_floor_area import PercentOfLabFloorArea
|
|
566
|
+
from .percent_office_cooled import PercentOfficeCooled
|
|
567
|
+
from .percent_office_cooled_type import PercentOfficeCooledType
|
|
568
|
+
from .percent_office_cooled_type_value import PercentOfficeCooledTypeValue
|
|
569
|
+
from .percent_office_heated import PercentOfficeHeated
|
|
570
|
+
from .percent_office_heated_type import PercentOfficeHeatedType
|
|
571
|
+
from .percent_office_heated_type_value import PercentOfficeHeatedTypeValue
|
|
572
|
+
from .percent_used_for_cold_storage import PercentUsedForColdStorage
|
|
573
|
+
from .performance_target_type import PerformanceTargetType
|
|
574
|
+
from .performance_target_type_target_metric import (
|
|
575
|
+
PerformanceTargetTypeTargetMetric,
|
|
576
|
+
)
|
|
577
|
+
from .performance_target_type_target_value import (
|
|
578
|
+
PerformanceTargetTypeTargetValue,
|
|
579
|
+
)
|
|
580
|
+
from .performing_arts import PerformingArts
|
|
581
|
+
from .period_type import PeriodType
|
|
582
|
+
from .personal_services import PersonalServices
|
|
583
|
+
from .pgp import Pgp
|
|
584
|
+
from .pgp_list import PgpList
|
|
585
|
+
from .plant_data_type import PlantDataType
|
|
586
|
+
from .plant_data_type_value import PlantDataTypeValue
|
|
587
|
+
from .plant_design_flow_rate import PlantDesignFlowRate
|
|
588
|
+
from .plant_design_flow_rate_type import PlantDesignFlowRateType
|
|
589
|
+
from .plant_design_flow_rate_units_type import PlantDesignFlowRateUnitsType
|
|
590
|
+
from .plant_type import PlantType
|
|
591
|
+
from .police_station import PoliceStation
|
|
592
|
+
from .pool_location import PoolLocation
|
|
593
|
+
from .pool_size import PoolSize
|
|
594
|
+
from .pool_size_type import PoolSizeType
|
|
595
|
+
from .pool_size_type_value import PoolSizeTypeValue
|
|
596
|
+
from .pool_type import PoolType
|
|
597
|
+
from .pool_type_value import PoolTypeValue
|
|
598
|
+
from .precision_controls_for_temperature_and_humidity import (
|
|
599
|
+
PrecisionControlsForTemperatureAndHumidity,
|
|
600
|
+
)
|
|
601
|
+
from .preschool_daycare import PreschoolDaycare
|
|
602
|
+
from .preschool_daycare_type import PreschoolDaycareType
|
|
603
|
+
from .preschool_daycare_type_use_details import PreschoolDaycareTypeUseDetails
|
|
604
|
+
from .primary_business_type import PrimaryBusinessType
|
|
605
|
+
from .primary_function_type import PrimaryFunctionType
|
|
606
|
+
from .prison import Prison
|
|
607
|
+
from .professional_designation_list import ProfessionalDesignationList
|
|
608
|
+
from .professional_designation_list_professional_designation import (
|
|
609
|
+
ProfessionalDesignationListProfessionalDesignation,
|
|
610
|
+
)
|
|
611
|
+
from .property import Property
|
|
612
|
+
from .property_design_type import PropertyDesignType
|
|
613
|
+
from .property_metrics import PropertyMetrics
|
|
614
|
+
from .property_metrics_list import PropertyMetricsList
|
|
615
|
+
from .property_metrics_type import PropertyMetricsType
|
|
616
|
+
from .property_representation import PropertyRepresentation
|
|
617
|
+
from .property_representation_property_representation_type import (
|
|
618
|
+
PropertyRepresentationPropertyRepresentationType,
|
|
619
|
+
)
|
|
620
|
+
from .property_type import PropertyType
|
|
621
|
+
from .property_use import PropertyUse
|
|
622
|
+
from .race_track import RaceTrack
|
|
623
|
+
from .rated_capacity_uom_type import RatedCapacityUomType
|
|
624
|
+
from .rec_ownership_enum import RecOwnershipEnum
|
|
625
|
+
from .refrigerated_warehouse import RefrigeratedWarehouse
|
|
626
|
+
from .refrigerated_warehouse_type import RefrigeratedWarehouseType
|
|
627
|
+
from .refrigerated_warehouse_type_use_details import (
|
|
628
|
+
RefrigeratedWarehouseTypeUseDetails,
|
|
629
|
+
)
|
|
630
|
+
from .renewable_generation_technology_enum import (
|
|
631
|
+
RenewableGenerationTechnologyEnum,
|
|
632
|
+
)
|
|
633
|
+
from .report import Report
|
|
634
|
+
from .report_error import ReportError
|
|
635
|
+
from .report_error_missing_metrics import ReportErrorMissingMetrics
|
|
636
|
+
from .report_error_missing_metrics_property_missing_metric import (
|
|
637
|
+
ReportErrorMissingMetricsPropertyMissingMetric,
|
|
638
|
+
)
|
|
639
|
+
from .report_error_missing_metrics_property_missing_metric_metric import (
|
|
640
|
+
ReportErrorMissingMetricsPropertyMissingMetricMetric,
|
|
641
|
+
)
|
|
642
|
+
from .report_metric_values_ws import ReportMetricValuesWs
|
|
643
|
+
from .report_metrics import ReportMetrics
|
|
644
|
+
from .report_metrics_group import ReportMetricsGroup
|
|
645
|
+
from .report_metrics_group_metrics import ReportMetricsGroupMetrics
|
|
646
|
+
from .report_metrics_group_metrics_metric import (
|
|
647
|
+
ReportMetricsGroupMetricsMetric,
|
|
648
|
+
)
|
|
649
|
+
from .report_properties import ReportProperties
|
|
650
|
+
from .report_status import ReportStatus
|
|
651
|
+
from .report_status_def import ReportStatusDef
|
|
652
|
+
from .report_status_type import ReportStatusType
|
|
653
|
+
from .report_template import ReportTemplate
|
|
654
|
+
from .report_template_type import ReportTemplateType
|
|
655
|
+
from .report_template_type_metrics import ReportTemplateTypeMetrics
|
|
656
|
+
from .report_type import ReportType
|
|
657
|
+
from .reporting_interval_type import ReportingIntervalType
|
|
658
|
+
from .residence_hall_dormitory import ResidenceHallDormitory
|
|
659
|
+
from .residence_hall_dormitory_type import ResidenceHallDormitoryType
|
|
660
|
+
from .residence_hall_dormitory_type_use_details import (
|
|
661
|
+
ResidenceHallDormitoryTypeUseDetails,
|
|
662
|
+
)
|
|
663
|
+
from .resident_population import ResidentPopulation
|
|
664
|
+
from .resident_population_type import ResidentPopulationType
|
|
665
|
+
from .resident_population_type_value import ResidentPopulationTypeValue
|
|
666
|
+
from .residential_care_facility import ResidentialCareFacility
|
|
667
|
+
from .residential_care_facility_type import ResidentialCareFacilityType
|
|
668
|
+
from .residential_care_facility_type_use_details import (
|
|
669
|
+
ResidentialCareFacilityTypeUseDetails,
|
|
670
|
+
)
|
|
671
|
+
from .response import Response
|
|
672
|
+
from .response_status import ResponseStatus
|
|
673
|
+
from .response_status_errors import ResponseStatusErrors
|
|
674
|
+
from .response_type import ResponseType
|
|
675
|
+
from .restaurant import Restaurant
|
|
676
|
+
from .restaurant_type import RestaurantType
|
|
677
|
+
from .restaurant_type_use_details import RestaurantTypeUseDetails
|
|
678
|
+
from .retail import Retail
|
|
679
|
+
from .retail_type import RetailType
|
|
680
|
+
from .retail_type_use_details import RetailTypeUseDetails
|
|
681
|
+
from .roller_rink import RollerRink
|
|
682
|
+
from .school_district import SchoolDistrict
|
|
683
|
+
from .search_result_type import SearchResultType
|
|
684
|
+
from .search_results import SearchResults
|
|
685
|
+
from .seating_capacity import SeatingCapacity
|
|
686
|
+
from .self_storage_facility import SelfStorageFacility
|
|
687
|
+
from .self_storage_facility_type import SelfStorageFacilityType
|
|
688
|
+
from .self_storage_facility_type_use_details import (
|
|
689
|
+
SelfStorageFacilityTypeUseDetails,
|
|
690
|
+
)
|
|
691
|
+
from .send_data_response import SendDataResponse
|
|
692
|
+
from .send_data_response_additional_email_addresses import (
|
|
693
|
+
SendDataResponseAdditionalEmailAddresses,
|
|
694
|
+
)
|
|
695
|
+
from .send_data_response_file_format import SendDataResponseFileFormat
|
|
696
|
+
from .senior_living_community import SeniorLivingCommunity
|
|
697
|
+
from .senior_living_community_type import SeniorLivingCommunityType
|
|
698
|
+
from .senior_living_community_type_use_details import (
|
|
699
|
+
SeniorLivingCommunityTypeUseDetails,
|
|
700
|
+
)
|
|
701
|
+
from .share_level_type import ShareLevelType
|
|
702
|
+
from .sharing_response import SharingResponse
|
|
703
|
+
from .sharing_response_type import SharingResponseType
|
|
704
|
+
from .single_family_home import SingleFamilyHome
|
|
705
|
+
from .single_family_home_type import SingleFamilyHomeType
|
|
706
|
+
from .single_family_home_type_use_details import SingleFamilyHomeTypeUseDetails
|
|
707
|
+
from .single_store import SingleStore
|
|
708
|
+
from .size_of_electronic_score_boards import SizeOfElectronicScoreBoards
|
|
709
|
+
from .spectator_seating_capacity import SpectatorSeatingCapacity
|
|
710
|
+
from .stadium_closed import StadiumClosed
|
|
711
|
+
from .stadium_closed_type import StadiumClosedType
|
|
712
|
+
from .stadium_closed_type_use_details import StadiumClosedTypeUseDetails
|
|
713
|
+
from .stadium_open import StadiumOpen
|
|
714
|
+
from .stadium_open_type import StadiumOpenType
|
|
715
|
+
from .stadium_open_type_use_details import StadiumOpenTypeUseDetails
|
|
716
|
+
from .state_code import StateCode
|
|
717
|
+
from .station import Station
|
|
718
|
+
from .status_type import StatusType
|
|
719
|
+
from .strip_mall import StripMall
|
|
720
|
+
from .student_seating_capacity import StudentSeatingCapacity
|
|
721
|
+
from .supermarket import Supermarket
|
|
722
|
+
from .supermarket_type import SupermarketType
|
|
723
|
+
from .supermarket_type_use_details import SupermarketTypeUseDetails
|
|
724
|
+
from .supplemental_heating import SupplementalHeating
|
|
725
|
+
from .surgery_center_floor_area import SurgeryCenterFloorArea
|
|
726
|
+
from .swimming_pool import SwimmingPool
|
|
727
|
+
from .swimming_pool_type import SwimmingPoolType
|
|
728
|
+
from .swimming_pool_type_use_details import SwimmingPoolTypeUseDetails
|
|
729
|
+
from .system_determined_string import SystemDeterminedString
|
|
730
|
+
from .target_finder import TargetFinder
|
|
731
|
+
from .target_type_percentage_type import TargetTypePercentageType
|
|
732
|
+
from .target_type_percentage_values_type import TargetTypePercentageValuesType
|
|
733
|
+
from .target_type_score_type import TargetTypeScoreType
|
|
734
|
+
from .target_type_score_values_type import TargetTypeScoreValuesType
|
|
735
|
+
from .template_type import TemplateType
|
|
736
|
+
from .template_type_value import TemplateTypeValue
|
|
737
|
+
from .tenant_common_area_energy_type import TenantCommonAreaEnergyType
|
|
738
|
+
from .tenant_common_area_energy_use_information_type import (
|
|
739
|
+
TenantCommonAreaEnergyUseInformationType,
|
|
740
|
+
)
|
|
741
|
+
from .terminate_share_response_type import TerminateShareResponseType
|
|
742
|
+
from .terminate_sharing_response import TerminateSharingResponse
|
|
743
|
+
from .timeframe_type import TimeframeType
|
|
744
|
+
from .timeframe_type_baseline_period import TimeframeTypeBaselinePeriod
|
|
745
|
+
from .timeframe_type_compare_baseline_period import (
|
|
746
|
+
TimeframeTypeCompareBaselinePeriod,
|
|
747
|
+
)
|
|
748
|
+
from .timeframe_type_compare_current_period import (
|
|
749
|
+
TimeframeTypeCompareCurrentPeriod,
|
|
750
|
+
)
|
|
751
|
+
from .timeframe_type_current_period import TimeframeTypeCurrentPeriod
|
|
752
|
+
from .timeframe_type_current_vs_baseline import TimeframeTypeCurrentVsBaseline
|
|
753
|
+
from .timeframe_type_date_range import TimeframeTypeDateRange
|
|
754
|
+
from .timeframe_type_single_period import TimeframeTypeSinglePeriod
|
|
755
|
+
from .timeframe_type_two_periods import TimeframeTypeTwoPeriods
|
|
756
|
+
from .total_gross_floor_area import TotalGrossFloorArea
|
|
757
|
+
from .total_ice_rink_surface_area_for_all_rinks import (
|
|
758
|
+
TotalIceRinkSurfaceAreaForAllRinks,
|
|
759
|
+
)
|
|
760
|
+
from .transportation_terminal_station import TransportationTerminalStation
|
|
761
|
+
from .type_of_energy_star_partner import TypeOfEnergyStarPartner
|
|
762
|
+
from .type_of_meter import TypeOfMeter
|
|
763
|
+
from .type_of_waste_meter import TypeOfWasteMeter
|
|
764
|
+
from .type_of_waste_meter_data_entry_method import (
|
|
765
|
+
TypeOfWasteMeterDataEntryMethod,
|
|
766
|
+
)
|
|
767
|
+
from .type_of_waste_meter_unit_of_measure import TypeOfWasteMeterUnitOfMeasure
|
|
768
|
+
from .un_auth_design_type import UnAuthDesignType
|
|
769
|
+
from .un_auth_design_type_estimated_energy_list import (
|
|
770
|
+
UnAuthDesignTypeEstimatedEnergyList,
|
|
771
|
+
)
|
|
772
|
+
from .un_auth_design_type_property_uses import UnAuthDesignTypePropertyUses
|
|
773
|
+
from .un_auth_design_type_target import UnAuthDesignTypeTarget
|
|
774
|
+
from .ups_system_redundancy import UpsSystemRedundancy
|
|
775
|
+
from .ups_system_redundancy_type import UpsSystemRedundancyType
|
|
776
|
+
from .ups_system_redundancy_type_value import UpsSystemRedundancyTypeValue
|
|
777
|
+
from .urgent_care_clinic_other_outpatient import (
|
|
778
|
+
UrgentCareClinicOtherOutpatient,
|
|
779
|
+
)
|
|
780
|
+
from .use_attribute_base import UseAttributeBase
|
|
781
|
+
from .use_attribute_base_default import UseAttributeBaseDefault
|
|
782
|
+
from .use_decimal_type import UseDecimalType
|
|
783
|
+
from .use_details import UseDetails
|
|
784
|
+
from .use_integer_type import UseIntegerType
|
|
785
|
+
from .use_string_type import UseStringType
|
|
786
|
+
from .use_yes_no_type import UseYesNoType
|
|
787
|
+
from .vehicle_dealership import VehicleDealership
|
|
788
|
+
from .vehicle_dealership_type import VehicleDealershipType
|
|
789
|
+
from .vehicle_dealership_type_use_details import (
|
|
790
|
+
VehicleDealershipTypeUseDetails,
|
|
791
|
+
)
|
|
792
|
+
from .vehicle_repair_services import VehicleRepairServices
|
|
793
|
+
from .vehicle_repair_services_type import VehicleRepairServicesType
|
|
794
|
+
from .vehicle_repair_services_type_use_details import (
|
|
795
|
+
VehicleRepairServicesTypeUseDetails,
|
|
796
|
+
)
|
|
797
|
+
from .verification import Verification
|
|
798
|
+
from .veterinary_office import VeterinaryOffice
|
|
799
|
+
from .vocational_school import VocationalSchool
|
|
800
|
+
from .warning_type import WarningType
|
|
801
|
+
from .warnings_type import WarningsType
|
|
802
|
+
from .waste_data import WasteData
|
|
803
|
+
from .waste_data_list import WasteDataList
|
|
804
|
+
from .waste_meter import WasteMeter
|
|
805
|
+
from .waste_meter_assoc_and_config_type import WasteMeterAssocAndConfigType
|
|
806
|
+
from .waste_meter_data_type import WasteMeterDataType
|
|
807
|
+
from .waste_meter_entry_type import WasteMeterEntryType
|
|
808
|
+
from .waste_meter_entry_type_average_percent_full import (
|
|
809
|
+
WasteMeterEntryTypeAveragePercentFull,
|
|
810
|
+
)
|
|
811
|
+
from .waste_meter_type import WasteMeterType
|
|
812
|
+
from .wastewater_treatment_plant import WastewaterTreatmentPlant
|
|
813
|
+
from .wastewater_treatment_plant_type import WastewaterTreatmentPlantType
|
|
814
|
+
from .wastewater_treatment_plant_type_use_details import (
|
|
815
|
+
WastewaterTreatmentPlantTypeUseDetails,
|
|
816
|
+
)
|
|
817
|
+
from .water_meter_assoc_and_config_type import WaterMeterAssocAndConfigType
|
|
818
|
+
from .weekly_building_occupied_hours import WeeklyBuildingOccupiedHours
|
|
819
|
+
from .weekly_operating_hours import WeeklyOperatingHours
|
|
820
|
+
from .wholesale_club_supercenter import WholesaleClubSupercenter
|
|
821
|
+
from .wholesale_club_supercenter_type import WholesaleClubSupercenterType
|
|
822
|
+
from .wholesale_club_supercenter_type_use_details import (
|
|
823
|
+
WholesaleClubSupercenterTypeUseDetails,
|
|
824
|
+
)
|
|
825
|
+
from .worship_facility import WorshipFacility
|
|
826
|
+
from .worship_facility_type import WorshipFacilityType
|
|
827
|
+
from .worship_facility_type_use_details import WorshipFacilityTypeUseDetails
|
|
828
|
+
from .yes_no import YesNo
|
|
829
|
+
from .zoo import Zoo
|
|
830
|
+
|
|
831
|
+
__all__ = [
|
|
832
|
+
"AcceptRejectType",
|
|
833
|
+
"Account",
|
|
834
|
+
"AccountInfo",
|
|
835
|
+
"AccountType",
|
|
836
|
+
"AccountTypeLanguagePreference",
|
|
837
|
+
"AdditionalIdentifier",
|
|
838
|
+
"AdditionalIdentifierType",
|
|
839
|
+
"AdditionalIdentifierTypeGroup",
|
|
840
|
+
"AdditionalIdentifierTypes",
|
|
841
|
+
"AdditionalIdentifiers",
|
|
842
|
+
"AddressType",
|
|
843
|
+
"AddressTypeState",
|
|
844
|
+
"AdultEducation",
|
|
845
|
+
"AgencyType",
|
|
846
|
+
"AgencyTypeCountry",
|
|
847
|
+
"Alerts",
|
|
848
|
+
"AlertsType",
|
|
849
|
+
"AlertsTypeAlert",
|
|
850
|
+
"AllEnergyMetersType",
|
|
851
|
+
"AllMeterTypes",
|
|
852
|
+
"AmbulatorySurgicalCenter",
|
|
853
|
+
"AmountOfLaundryProcessedAnnually",
|
|
854
|
+
"AmountOfLaundryProcessedAnnuallyType",
|
|
855
|
+
"AmountOfLaundryProcessedAnnuallyUnitsType",
|
|
856
|
+
"AnnualResearchExpenditure",
|
|
857
|
+
"AnnualResearchExpenditureType",
|
|
858
|
+
"AnnualResearchExpenditureTypeValue",
|
|
859
|
+
"Aquarium",
|
|
860
|
+
"AreaOfAllWalkInRefrigerationUnits",
|
|
861
|
+
"AverageEffluentBiologicalOxygenDemand",
|
|
862
|
+
"AverageInfluentBiologicalOxygenDemand",
|
|
863
|
+
"AverageNumberOfResidents",
|
|
864
|
+
"AverageNumberOfVehiclesInInventory",
|
|
865
|
+
"BankBranch",
|
|
866
|
+
"BankBranchType",
|
|
867
|
+
"BankBranchTypeUseDetails",
|
|
868
|
+
"BarNightclub",
|
|
869
|
+
"Barracks",
|
|
870
|
+
"BarracksType",
|
|
871
|
+
"BarracksTypeUseDetails",
|
|
872
|
+
"BaselineAndTarget",
|
|
873
|
+
"BaselineAndTargetType",
|
|
874
|
+
"BaselineType",
|
|
875
|
+
"BillboardMetricSetting",
|
|
876
|
+
"BillboardMetricType",
|
|
877
|
+
"BillboardMetrics",
|
|
878
|
+
"BillboardMetricsType",
|
|
879
|
+
"BowlingAlley",
|
|
880
|
+
"BowlingAlleyUseDetails",
|
|
881
|
+
"Building",
|
|
882
|
+
"Casino",
|
|
883
|
+
"CategoryType",
|
|
884
|
+
"Cegep",
|
|
885
|
+
"CegepType",
|
|
886
|
+
"CegepTypeUseDetails",
|
|
887
|
+
"CeilingHeight",
|
|
888
|
+
"CeilingHeightUnitsType",
|
|
889
|
+
"ClearHeight",
|
|
890
|
+
"ClearHeightUnitsType",
|
|
891
|
+
"CollegeUniversity",
|
|
892
|
+
"CollegeUniversityType",
|
|
893
|
+
"CollegeUniversityTypeUseDetails",
|
|
894
|
+
"CommonEntrance",
|
|
895
|
+
"CommunityCenterAndSocialMeetingHall",
|
|
896
|
+
"CommunityCenterAndSocialMeetingHallUseDetails",
|
|
897
|
+
"CompletelyEnclosedFootage",
|
|
898
|
+
"ConstructionStatusType",
|
|
899
|
+
"ContactType",
|
|
900
|
+
"ConvenienceStoreWithGasStation",
|
|
901
|
+
"ConvenienceStoreWithGasStationType",
|
|
902
|
+
"ConvenienceStoreWithGasStationTypeUseDetails",
|
|
903
|
+
"ConvenienceStoreWithoutGasStation",
|
|
904
|
+
"ConvenienceStoreWithoutGasStationType",
|
|
905
|
+
"ConvenienceStoreWithoutGasStationTypeUseDetails",
|
|
906
|
+
"ConventionCenter",
|
|
907
|
+
"CookingFacilities",
|
|
908
|
+
"CookingLocatedOnsite",
|
|
909
|
+
"CoolingEquipmentRedundancy",
|
|
910
|
+
"CoolingEquipmentRedundancyType",
|
|
911
|
+
"CoolingEquipmentRedundancyTypeValue",
|
|
912
|
+
"CountryCode",
|
|
913
|
+
"CountryList",
|
|
914
|
+
"Courthouse",
|
|
915
|
+
"CourthouseType",
|
|
916
|
+
"CourthouseTypeUseDetails",
|
|
917
|
+
"CustomField",
|
|
918
|
+
"CustomFieldList",
|
|
919
|
+
"CustomFieldListCustomField",
|
|
920
|
+
"CustomFieldValidCharacters",
|
|
921
|
+
"CustomFieldWhenToPrompt",
|
|
922
|
+
"CustomMetric",
|
|
923
|
+
"CustomUnitsType",
|
|
924
|
+
"CustomUse",
|
|
925
|
+
"CustomUseDetail1",
|
|
926
|
+
"CustomUseDetail2",
|
|
927
|
+
"CustomUseDetailsType",
|
|
928
|
+
"CustomUseDetailsTypeDataType",
|
|
929
|
+
"CustomUseType",
|
|
930
|
+
"CustomUseTypeUseDetails",
|
|
931
|
+
"Customer",
|
|
932
|
+
"CustomerLanguagePreference",
|
|
933
|
+
"DataCenter",
|
|
934
|
+
"DataCenterType",
|
|
935
|
+
"DataCenterTypeUseDetails",
|
|
936
|
+
"DataExchangeSettings",
|
|
937
|
+
"DataExchangeSettingsSupportedMeterTypes",
|
|
938
|
+
"DataExchangeSettingsTermsOfUse",
|
|
939
|
+
"DataRequest",
|
|
940
|
+
"DataRequestLocations",
|
|
941
|
+
"DataRequestLocationsLocation",
|
|
942
|
+
"DataRequestRequesterDetails",
|
|
943
|
+
"DataRequestStatusType",
|
|
944
|
+
"DataResponse",
|
|
945
|
+
"DataResponseProperties",
|
|
946
|
+
"DataType",
|
|
947
|
+
"DeliveryFacility",
|
|
948
|
+
"DemandTrackingType",
|
|
949
|
+
"Design",
|
|
950
|
+
"DesignBaseType",
|
|
951
|
+
"DesignBaseTypeEstimatedEnergyList",
|
|
952
|
+
"DesignBaseTypePropertyUses",
|
|
953
|
+
"DesignBaseTypeTarget",
|
|
954
|
+
"DesignUnitOfMeasure",
|
|
955
|
+
"DetailType",
|
|
956
|
+
"DetailsTypes",
|
|
957
|
+
"DisposalDestinationType",
|
|
958
|
+
"DistributionCenter",
|
|
959
|
+
"DistributionCenterType",
|
|
960
|
+
"DistributionCenterTypeUseDetails",
|
|
961
|
+
"DrinkingWaterTreatmentAndDistribution",
|
|
962
|
+
"DrinkingWaterTreatmentAndDistributionType",
|
|
963
|
+
"DrinkingWaterTreatmentAndDistributionTypeUseDetails",
|
|
964
|
+
"EGridSubregion",
|
|
965
|
+
"EGridSubregionCountry",
|
|
966
|
+
"EGridSubregionList",
|
|
967
|
+
"Edu",
|
|
968
|
+
"EduList",
|
|
969
|
+
"ElectricVehicleChargingStation",
|
|
970
|
+
"EmptyString",
|
|
971
|
+
"EmptyType",
|
|
972
|
+
"EnclosedFloorArea",
|
|
973
|
+
"EnclosedMall",
|
|
974
|
+
"EnergyMeterAssocAndConfigType",
|
|
975
|
+
"EnergyPerformanceProject",
|
|
976
|
+
"EnergyPerformanceProjectType",
|
|
977
|
+
"EnergyPowerStation",
|
|
978
|
+
"EnergyUomType",
|
|
979
|
+
"Enrollment",
|
|
980
|
+
"ErrorType",
|
|
981
|
+
"ErrorsType",
|
|
982
|
+
"EstimatedEnergyListType",
|
|
983
|
+
"EstimatedEnergyType",
|
|
984
|
+
"EstimatesApplied",
|
|
985
|
+
"EvChargingStationType",
|
|
986
|
+
"EvChargingStationTypeUseDetails",
|
|
987
|
+
"EvaluationPeriodType",
|
|
988
|
+
"ExteriorEntranceToThePublic",
|
|
989
|
+
"FastFoodRestaurant",
|
|
990
|
+
"FastFoodRestaurantType",
|
|
991
|
+
"FastFoodRestaurantTypeUseDetails",
|
|
992
|
+
"FederalAgencies",
|
|
993
|
+
"FinancialOffice",
|
|
994
|
+
"FinancialOfficeType",
|
|
995
|
+
"FinancialOfficeTypeUseDetails",
|
|
996
|
+
"FireStation",
|
|
997
|
+
"FireStationType",
|
|
998
|
+
"FireStationTypeUseDetails",
|
|
999
|
+
"FitnessCenterHealthClubGym",
|
|
1000
|
+
"FitnessCenterHealthClubGymUseDetails",
|
|
1001
|
+
"FixedFilmTrickleFiltrationProcess",
|
|
1002
|
+
"FloorAreaTypeBase",
|
|
1003
|
+
"FoodSales",
|
|
1004
|
+
"FoodSalesType",
|
|
1005
|
+
"FoodSalesTypeUseDetails",
|
|
1006
|
+
"FoodService",
|
|
1007
|
+
"FullServiceSpaFloorArea",
|
|
1008
|
+
"GenerationLocationType",
|
|
1009
|
+
"GovernmentSubsidizedHousing",
|
|
1010
|
+
"GrantDollars",
|
|
1011
|
+
"GreenPowerFuelSourceEnum",
|
|
1012
|
+
"GreenPowerTypeEnum",
|
|
1013
|
+
"GrossFloorAreaHotelConferenceSpace",
|
|
1014
|
+
"GrossFloorAreaThatIsExhibitSpace",
|
|
1015
|
+
"GrossFloorAreaType",
|
|
1016
|
+
"GrossFloorAreaUnitsType",
|
|
1017
|
+
"GrossFloorAreaUsedForFoodPreparation",
|
|
1018
|
+
"GymCenterFloorArea",
|
|
1019
|
+
"GymnasiumFloorArea",
|
|
1020
|
+
"HasComputerLab",
|
|
1021
|
+
"HasDiningHall",
|
|
1022
|
+
"HasLaboratory",
|
|
1023
|
+
"Hey",
|
|
1024
|
+
"HeyType",
|
|
1025
|
+
"HeyTypeMeter",
|
|
1026
|
+
"HeyTypeMeterMeterData",
|
|
1027
|
+
"HeyTypePropertyInfo",
|
|
1028
|
+
"Hierarchy",
|
|
1029
|
+
"HierarchyType",
|
|
1030
|
+
"HighestAwardLevel",
|
|
1031
|
+
"HighestAwardLevelType",
|
|
1032
|
+
"HighestAwardLevelTypeValue",
|
|
1033
|
+
"Hospital",
|
|
1034
|
+
"HospitalType",
|
|
1035
|
+
"HospitalTypeUseDetails",
|
|
1036
|
+
"Hotel",
|
|
1037
|
+
"HotelType",
|
|
1038
|
+
"HotelTypeUseDetails",
|
|
1039
|
+
"HoursPerDayGuestsOnsite",
|
|
1040
|
+
"HoursPerDayGuestsOnsiteType",
|
|
1041
|
+
"HoursPerDayGuestsOnsiteTypeValue",
|
|
1042
|
+
"IceCurlingRink",
|
|
1043
|
+
"IceCurlingRinkType",
|
|
1044
|
+
"IceCurlingRinkTypeUseDetails",
|
|
1045
|
+
"IceEvents",
|
|
1046
|
+
"IndividualMeter",
|
|
1047
|
+
"IndoorArena",
|
|
1048
|
+
"IndoorArenaType",
|
|
1049
|
+
"IndoorArenaTypeUseDetails",
|
|
1050
|
+
"InternationalWeatherStationList",
|
|
1051
|
+
"IrrigationAreaType",
|
|
1052
|
+
"IrrigationAreaTypeBase",
|
|
1053
|
+
"IrrigationAreaUnitsType",
|
|
1054
|
+
"IsHighSchool",
|
|
1055
|
+
"IsTertiaryCare",
|
|
1056
|
+
"ItEnergyConfigurationType",
|
|
1057
|
+
"ItEnergyConfigurationTypeValue",
|
|
1058
|
+
"ItEnergyMeterConfiguration",
|
|
1059
|
+
"K12School",
|
|
1060
|
+
"K12SchoolType",
|
|
1061
|
+
"K12SchoolTypeUseDetails",
|
|
1062
|
+
"Laboratory",
|
|
1063
|
+
"LaundryFacility",
|
|
1064
|
+
"LengthOfAllCommercialKitchenHoods",
|
|
1065
|
+
"LengthOfAllOpenClosedRefrigerationUnits",
|
|
1066
|
+
"LengthOfUseDetailType",
|
|
1067
|
+
"LengthUnitsType",
|
|
1068
|
+
"Library",
|
|
1069
|
+
"LibraryType",
|
|
1070
|
+
"LibraryTypeUseDetails",
|
|
1071
|
+
"License",
|
|
1072
|
+
"LicenseList",
|
|
1073
|
+
"LicensedBedCapacity",
|
|
1074
|
+
"LifestyleCenter",
|
|
1075
|
+
"LinkType",
|
|
1076
|
+
"LinksType",
|
|
1077
|
+
"Log",
|
|
1078
|
+
"LogType",
|
|
1079
|
+
"MailingCenterPostOffice",
|
|
1080
|
+
"MailingCenterPostOfficeType",
|
|
1081
|
+
"MailingCenterPostOfficeTypeUseDetails",
|
|
1082
|
+
"ManufacturingIndustrialPlant",
|
|
1083
|
+
"ManufacturingIndustrialPlantType",
|
|
1084
|
+
"ManufacturingIndustrialPlantTypeUseDetails",
|
|
1085
|
+
"Mapping",
|
|
1086
|
+
"MappingType",
|
|
1087
|
+
"MaximumNumberOfFloors",
|
|
1088
|
+
"MaximumResidentCapacity",
|
|
1089
|
+
"MedicalOffice",
|
|
1090
|
+
"MedicalOfficeType",
|
|
1091
|
+
"MedicalOfficeTypeUseDetails",
|
|
1092
|
+
"Meter",
|
|
1093
|
+
"MeterCategoryType",
|
|
1094
|
+
"MeterConsumption",
|
|
1095
|
+
"MeterConsumptionType",
|
|
1096
|
+
"MeterData",
|
|
1097
|
+
"MeterDataType",
|
|
1098
|
+
"MeterDelivery",
|
|
1099
|
+
"MeterDeliveryType",
|
|
1100
|
+
"MeterListType",
|
|
1101
|
+
"MeterPropertyAssociationList",
|
|
1102
|
+
"MeterPropertyAssociationListType",
|
|
1103
|
+
"MeterPropertyUseAssociationList",
|
|
1104
|
+
"MeterType",
|
|
1105
|
+
"MeterTypeUnitOfMeasure",
|
|
1106
|
+
"Metric",
|
|
1107
|
+
"MonthsInUse",
|
|
1108
|
+
"MonthsInUseType",
|
|
1109
|
+
"MonthsMainIndoorIceRinkInUse",
|
|
1110
|
+
"MonthsSchoolInUseType",
|
|
1111
|
+
"MovieTheater",
|
|
1112
|
+
"MultifamilyHousing",
|
|
1113
|
+
"MultifamilyHousingType",
|
|
1114
|
+
"MultifamilyHousingTypeUseDetails",
|
|
1115
|
+
"Museum",
|
|
1116
|
+
"MuseumType",
|
|
1117
|
+
"MuseumTypeUseDetails",
|
|
1118
|
+
"NonRefrigeratedWarehouse",
|
|
1119
|
+
"NonRefrigeratedWarehouseType",
|
|
1120
|
+
"NonRefrigeratedWarehouseTypeUseDetails",
|
|
1121
|
+
"NotificationList",
|
|
1122
|
+
"NotificationListType",
|
|
1123
|
+
"NotificationType",
|
|
1124
|
+
"NumberOfAnnualEmergencyIncidents",
|
|
1125
|
+
"NumberOfBedrooms",
|
|
1126
|
+
"NumberOfCashRegisters",
|
|
1127
|
+
"NumberOfCommercialRefrigerationUnits",
|
|
1128
|
+
"NumberOfCommercialWashingMachines",
|
|
1129
|
+
"NumberOfComputers",
|
|
1130
|
+
"NumberOfConcertShowEventsPerYear",
|
|
1131
|
+
"NumberOfCookingEquipmentUnits",
|
|
1132
|
+
"NumberOfCurlingSheets",
|
|
1133
|
+
"NumberOfDcFastEvChargingStations",
|
|
1134
|
+
"NumberOfEmergencyVehicles",
|
|
1135
|
+
"NumberOfFteworkers",
|
|
1136
|
+
"NumberOfFullTimeStudentsEnrolledJanuaryToApril",
|
|
1137
|
+
"NumberOfFullTimeStudentsEnrolledMayToAugust",
|
|
1138
|
+
"NumberOfFullTimeStudentsEnrolledSeptemberToDecember",
|
|
1139
|
+
"NumberOfGuestMealsServedPerYear",
|
|
1140
|
+
"NumberOfHotelRooms",
|
|
1141
|
+
"NumberOfIndoorIceRinks",
|
|
1142
|
+
"NumberOfLaundryHookupsInAllUnits",
|
|
1143
|
+
"NumberOfLaundryHookupsInCommonArea",
|
|
1144
|
+
"NumberOfLettersPackagesPerYear",
|
|
1145
|
+
"NumberOfLevelOneEvChargingStations",
|
|
1146
|
+
"NumberOfLevelTwoEvChargingStations",
|
|
1147
|
+
"NumberOfMriMachines",
|
|
1148
|
+
"NumberOfOpenClosedRefrigerationUnits",
|
|
1149
|
+
"NumberOfPaintBays",
|
|
1150
|
+
"NumberOfPeople",
|
|
1151
|
+
"NumberOfRepairBays",
|
|
1152
|
+
"NumberOfResidentialLiftSystems",
|
|
1153
|
+
"NumberOfResidentialLivingUnits",
|
|
1154
|
+
"NumberOfResidentialLivingUnitsHighRiseSetting",
|
|
1155
|
+
"NumberOfResidentialLivingUnitsLowRiseSetting",
|
|
1156
|
+
"NumberOfResidentialLivingUnitsMidRiseSetting",
|
|
1157
|
+
"NumberOfResidentialWashingMachines",
|
|
1158
|
+
"NumberOfRooms",
|
|
1159
|
+
"NumberOfSpecialOtherEventsPerYear",
|
|
1160
|
+
"NumberOfSportingEventsPerYear",
|
|
1161
|
+
"NumberOfStaffedBeds",
|
|
1162
|
+
"NumberOfSterilizationUnits",
|
|
1163
|
+
"NumberOfSurgicalOperatingBeds",
|
|
1164
|
+
"NumberOfWalkInRefrigerationUnits",
|
|
1165
|
+
"NumberOfWarmingHeatingEquipmentUnits",
|
|
1166
|
+
"NumberOfWeekdaysOpen",
|
|
1167
|
+
"NumberOfWeekdaysType",
|
|
1168
|
+
"NumberOfWeeklyIceResurfacingForAllRinks",
|
|
1169
|
+
"NumberOfWeeklyIceResurfacingType",
|
|
1170
|
+
"NumberOfWorkers",
|
|
1171
|
+
"NutrientRemoval",
|
|
1172
|
+
"OccupancyType",
|
|
1173
|
+
"Office",
|
|
1174
|
+
"OfficeType",
|
|
1175
|
+
"OfficeTypeUseDetails",
|
|
1176
|
+
"OffsiteGreenPowerPurchase",
|
|
1177
|
+
"OffsiteGreenPowerPurchaseType",
|
|
1178
|
+
"OffsiteGreenPowerPurchaseTypeAmountPurchased",
|
|
1179
|
+
"OffsiteGreenPowerPurchaseTypeAmountPurchasedPercentage",
|
|
1180
|
+
"OffsiteGreenPowerPurchaseTypeAmountPurchasedPercentageMeters",
|
|
1181
|
+
"OffsiteGreenPowerPurchaseTypeAmountPurchasedQuantity",
|
|
1182
|
+
"OffsiteGreenPowerPurchaseTypeCost",
|
|
1183
|
+
"OffsiteGreenPowerPurchaseTypeFuelSources",
|
|
1184
|
+
"OffsiteGreenPowerPurchaseTypeFuelSourcesFuelSource",
|
|
1185
|
+
"OffsiteGreenPowerPurchaseTypeRatedCapacity",
|
|
1186
|
+
"OffsiteGreenPowerPurchaseTypeRenewableGenerationTechnologies",
|
|
1187
|
+
"OnSiteLaundryFacility",
|
|
1188
|
+
"OnsiteLaundryType",
|
|
1189
|
+
"OnsiteLaundryTypeValue",
|
|
1190
|
+
"OnsiteRenewableDetail",
|
|
1191
|
+
"OnsiteRenewableDetailType",
|
|
1192
|
+
"OnsiteRenewableDetails",
|
|
1193
|
+
"OnsiteRenewableOptionalInfo",
|
|
1194
|
+
"OnsiteRenewableOptionalInfoType",
|
|
1195
|
+
"OnsiteRenewableOptionalInfoTypeRatedCapacity",
|
|
1196
|
+
"OnsiteRenewableOptionalInfoTypeRenewableGenerationTechnologies",
|
|
1197
|
+
"OnsiteUsageDetailType",
|
|
1198
|
+
"OpenFootage",
|
|
1199
|
+
"OpenOnWeekends",
|
|
1200
|
+
"OptionalFloorAreaType",
|
|
1201
|
+
"OrganizationType",
|
|
1202
|
+
"Other",
|
|
1203
|
+
"OtherEducation",
|
|
1204
|
+
"OtherEntertainmentPublicAssembly",
|
|
1205
|
+
"OtherLodgingResidential",
|
|
1206
|
+
"OtherMall",
|
|
1207
|
+
"OtherPublicServices",
|
|
1208
|
+
"OtherRecreation",
|
|
1209
|
+
"OtherRestaurantBar",
|
|
1210
|
+
"OtherServices",
|
|
1211
|
+
"OtherSpecialityHospital",
|
|
1212
|
+
"OtherStadium",
|
|
1213
|
+
"OtherStadiumType",
|
|
1214
|
+
"OtherStadiumTypeUseDetails",
|
|
1215
|
+
"OtherTechnologyScience",
|
|
1216
|
+
"OtherType",
|
|
1217
|
+
"OtherTypeUseDetails",
|
|
1218
|
+
"OtherUtility",
|
|
1219
|
+
"OutpatientRehabilitationPhysicalTherapy",
|
|
1220
|
+
"OwnedBy",
|
|
1221
|
+
"OwnedByType",
|
|
1222
|
+
"OwnedByTypeValue",
|
|
1223
|
+
"Parking",
|
|
1224
|
+
"ParkingType",
|
|
1225
|
+
"ParkingTypeUseDetails",
|
|
1226
|
+
"PartiallyEnclosedFootage",
|
|
1227
|
+
"Ped",
|
|
1228
|
+
"PendingAccountsType",
|
|
1229
|
+
"PendingList",
|
|
1230
|
+
"PendingListType",
|
|
1231
|
+
"PendingMetersType",
|
|
1232
|
+
"PendingPropertiesType",
|
|
1233
|
+
"PercentCooled",
|
|
1234
|
+
"PercentCooledType",
|
|
1235
|
+
"PercentCooledTypeValue",
|
|
1236
|
+
"PercentHeated",
|
|
1237
|
+
"PercentHeatedType",
|
|
1238
|
+
"PercentHeatedTypeValue",
|
|
1239
|
+
"PercentOfGrossFloorAreaThatIsCommonSpaceOnly",
|
|
1240
|
+
"PercentOfLabFloorArea",
|
|
1241
|
+
"PercentOfficeCooled",
|
|
1242
|
+
"PercentOfficeCooledType",
|
|
1243
|
+
"PercentOfficeCooledTypeValue",
|
|
1244
|
+
"PercentOfficeHeated",
|
|
1245
|
+
"PercentOfficeHeatedType",
|
|
1246
|
+
"PercentOfficeHeatedTypeValue",
|
|
1247
|
+
"PercentUsedForColdStorage",
|
|
1248
|
+
"PerformanceTargetType",
|
|
1249
|
+
"PerformanceTargetTypeTargetMetric",
|
|
1250
|
+
"PerformanceTargetTypeTargetValue",
|
|
1251
|
+
"PerformingArts",
|
|
1252
|
+
"PeriodType",
|
|
1253
|
+
"PersonalServices",
|
|
1254
|
+
"Pgp",
|
|
1255
|
+
"PgpList",
|
|
1256
|
+
"PlantDataType",
|
|
1257
|
+
"PlantDataTypeValue",
|
|
1258
|
+
"PlantDesignFlowRate",
|
|
1259
|
+
"PlantDesignFlowRateType",
|
|
1260
|
+
"PlantDesignFlowRateUnitsType",
|
|
1261
|
+
"PlantType",
|
|
1262
|
+
"PoliceStation",
|
|
1263
|
+
"PoolLocation",
|
|
1264
|
+
"PoolSize",
|
|
1265
|
+
"PoolSizeType",
|
|
1266
|
+
"PoolSizeTypeValue",
|
|
1267
|
+
"PoolType",
|
|
1268
|
+
"PoolTypeValue",
|
|
1269
|
+
"PrecisionControlsForTemperatureAndHumidity",
|
|
1270
|
+
"PreschoolDaycare",
|
|
1271
|
+
"PreschoolDaycareType",
|
|
1272
|
+
"PreschoolDaycareTypeUseDetails",
|
|
1273
|
+
"PrimaryBusinessType",
|
|
1274
|
+
"PrimaryFunctionType",
|
|
1275
|
+
"Prison",
|
|
1276
|
+
"ProfessionalDesignationList",
|
|
1277
|
+
"ProfessionalDesignationListProfessionalDesignation",
|
|
1278
|
+
"Property",
|
|
1279
|
+
"PropertyDesignType",
|
|
1280
|
+
"PropertyMetrics",
|
|
1281
|
+
"PropertyMetricsList",
|
|
1282
|
+
"PropertyMetricsType",
|
|
1283
|
+
"PropertyRepresentation",
|
|
1284
|
+
"PropertyRepresentationPropertyRepresentationType",
|
|
1285
|
+
"PropertyType",
|
|
1286
|
+
"PropertyUse",
|
|
1287
|
+
"RaceTrack",
|
|
1288
|
+
"RatedCapacityUomType",
|
|
1289
|
+
"RecOwnershipEnum",
|
|
1290
|
+
"RefrigeratedWarehouse",
|
|
1291
|
+
"RefrigeratedWarehouseType",
|
|
1292
|
+
"RefrigeratedWarehouseTypeUseDetails",
|
|
1293
|
+
"RenewableGenerationTechnologyEnum",
|
|
1294
|
+
"Report",
|
|
1295
|
+
"ReportError",
|
|
1296
|
+
"ReportErrorMissingMetrics",
|
|
1297
|
+
"ReportErrorMissingMetricsPropertyMissingMetric",
|
|
1298
|
+
"ReportErrorMissingMetricsPropertyMissingMetricMetric",
|
|
1299
|
+
"ReportMetricValuesWs",
|
|
1300
|
+
"ReportMetrics",
|
|
1301
|
+
"ReportMetricsGroup",
|
|
1302
|
+
"ReportMetricsGroupMetrics",
|
|
1303
|
+
"ReportMetricsGroupMetricsMetric",
|
|
1304
|
+
"ReportProperties",
|
|
1305
|
+
"ReportStatus",
|
|
1306
|
+
"ReportStatusDef",
|
|
1307
|
+
"ReportStatusType",
|
|
1308
|
+
"ReportTemplate",
|
|
1309
|
+
"ReportTemplateType",
|
|
1310
|
+
"ReportTemplateTypeMetrics",
|
|
1311
|
+
"ReportType",
|
|
1312
|
+
"ReportingIntervalType",
|
|
1313
|
+
"ResidenceHallDormitory",
|
|
1314
|
+
"ResidenceHallDormitoryType",
|
|
1315
|
+
"ResidenceHallDormitoryTypeUseDetails",
|
|
1316
|
+
"ResidentPopulation",
|
|
1317
|
+
"ResidentPopulationType",
|
|
1318
|
+
"ResidentPopulationTypeValue",
|
|
1319
|
+
"ResidentialCareFacility",
|
|
1320
|
+
"ResidentialCareFacilityType",
|
|
1321
|
+
"ResidentialCareFacilityTypeUseDetails",
|
|
1322
|
+
"Response",
|
|
1323
|
+
"ResponseStatus",
|
|
1324
|
+
"ResponseStatusErrors",
|
|
1325
|
+
"ResponseType",
|
|
1326
|
+
"Restaurant",
|
|
1327
|
+
"RestaurantType",
|
|
1328
|
+
"RestaurantTypeUseDetails",
|
|
1329
|
+
"Retail",
|
|
1330
|
+
"RetailType",
|
|
1331
|
+
"RetailTypeUseDetails",
|
|
1332
|
+
"RollerRink",
|
|
1333
|
+
"SchoolDistrict",
|
|
1334
|
+
"SearchResultType",
|
|
1335
|
+
"SearchResults",
|
|
1336
|
+
"SeatingCapacity",
|
|
1337
|
+
"SelfStorageFacility",
|
|
1338
|
+
"SelfStorageFacilityType",
|
|
1339
|
+
"SelfStorageFacilityTypeUseDetails",
|
|
1340
|
+
"SendDataResponse",
|
|
1341
|
+
"SendDataResponseAdditionalEmailAddresses",
|
|
1342
|
+
"SendDataResponseFileFormat",
|
|
1343
|
+
"SeniorLivingCommunity",
|
|
1344
|
+
"SeniorLivingCommunityType",
|
|
1345
|
+
"SeniorLivingCommunityTypeUseDetails",
|
|
1346
|
+
"ShareLevelType",
|
|
1347
|
+
"SharingResponse",
|
|
1348
|
+
"SharingResponseType",
|
|
1349
|
+
"SingleFamilyHome",
|
|
1350
|
+
"SingleFamilyHomeType",
|
|
1351
|
+
"SingleFamilyHomeTypeUseDetails",
|
|
1352
|
+
"SingleStore",
|
|
1353
|
+
"SizeOfElectronicScoreBoards",
|
|
1354
|
+
"SpectatorSeatingCapacity",
|
|
1355
|
+
"StadiumClosed",
|
|
1356
|
+
"StadiumClosedType",
|
|
1357
|
+
"StadiumClosedTypeUseDetails",
|
|
1358
|
+
"StadiumOpen",
|
|
1359
|
+
"StadiumOpenType",
|
|
1360
|
+
"StadiumOpenTypeUseDetails",
|
|
1361
|
+
"StateCode",
|
|
1362
|
+
"Station",
|
|
1363
|
+
"StatusType",
|
|
1364
|
+
"StripMall",
|
|
1365
|
+
"StudentSeatingCapacity",
|
|
1366
|
+
"Supermarket",
|
|
1367
|
+
"SupermarketType",
|
|
1368
|
+
"SupermarketTypeUseDetails",
|
|
1369
|
+
"SupplementalHeating",
|
|
1370
|
+
"SurgeryCenterFloorArea",
|
|
1371
|
+
"SwimmingPool",
|
|
1372
|
+
"SwimmingPoolType",
|
|
1373
|
+
"SwimmingPoolTypeUseDetails",
|
|
1374
|
+
"SystemDeterminedString",
|
|
1375
|
+
"TargetFinder",
|
|
1376
|
+
"TargetTypePercentageType",
|
|
1377
|
+
"TargetTypePercentageValuesType",
|
|
1378
|
+
"TargetTypeScoreType",
|
|
1379
|
+
"TargetTypeScoreValuesType",
|
|
1380
|
+
"TemplateType",
|
|
1381
|
+
"TemplateTypeValue",
|
|
1382
|
+
"TenantCommonAreaEnergyType",
|
|
1383
|
+
"TenantCommonAreaEnergyUseInformationType",
|
|
1384
|
+
"TerminateShareResponseType",
|
|
1385
|
+
"TerminateSharingResponse",
|
|
1386
|
+
"TimeframeType",
|
|
1387
|
+
"TimeframeTypeBaselinePeriod",
|
|
1388
|
+
"TimeframeTypeCompareBaselinePeriod",
|
|
1389
|
+
"TimeframeTypeCompareCurrentPeriod",
|
|
1390
|
+
"TimeframeTypeCurrentPeriod",
|
|
1391
|
+
"TimeframeTypeCurrentVsBaseline",
|
|
1392
|
+
"TimeframeTypeDateRange",
|
|
1393
|
+
"TimeframeTypeSinglePeriod",
|
|
1394
|
+
"TimeframeTypeTwoPeriods",
|
|
1395
|
+
"TotalGrossFloorArea",
|
|
1396
|
+
"TotalIceRinkSurfaceAreaForAllRinks",
|
|
1397
|
+
"TransportationTerminalStation",
|
|
1398
|
+
"TypeOfEnergyStarPartner",
|
|
1399
|
+
"TypeOfMeter",
|
|
1400
|
+
"TypeOfWasteMeter",
|
|
1401
|
+
"TypeOfWasteMeterDataEntryMethod",
|
|
1402
|
+
"TypeOfWasteMeterUnitOfMeasure",
|
|
1403
|
+
"UnAuthDesignType",
|
|
1404
|
+
"UnAuthDesignTypeEstimatedEnergyList",
|
|
1405
|
+
"UnAuthDesignTypePropertyUses",
|
|
1406
|
+
"UnAuthDesignTypeTarget",
|
|
1407
|
+
"UpsSystemRedundancy",
|
|
1408
|
+
"UpsSystemRedundancyType",
|
|
1409
|
+
"UpsSystemRedundancyTypeValue",
|
|
1410
|
+
"UrgentCareClinicOtherOutpatient",
|
|
1411
|
+
"UseAttributeBase",
|
|
1412
|
+
"UseAttributeBaseDefault",
|
|
1413
|
+
"UseDecimalType",
|
|
1414
|
+
"UseDetails",
|
|
1415
|
+
"UseIntegerType",
|
|
1416
|
+
"UseStringType",
|
|
1417
|
+
"UseYesNoType",
|
|
1418
|
+
"VehicleDealership",
|
|
1419
|
+
"VehicleDealershipType",
|
|
1420
|
+
"VehicleDealershipTypeUseDetails",
|
|
1421
|
+
"VehicleRepairServices",
|
|
1422
|
+
"VehicleRepairServicesType",
|
|
1423
|
+
"VehicleRepairServicesTypeUseDetails",
|
|
1424
|
+
"Verification",
|
|
1425
|
+
"VeterinaryOffice",
|
|
1426
|
+
"VocationalSchool",
|
|
1427
|
+
"WarningType",
|
|
1428
|
+
"WarningsType",
|
|
1429
|
+
"WasteData",
|
|
1430
|
+
"WasteDataList",
|
|
1431
|
+
"WasteMeter",
|
|
1432
|
+
"WasteMeterAssocAndConfigType",
|
|
1433
|
+
"WasteMeterDataType",
|
|
1434
|
+
"WasteMeterEntryType",
|
|
1435
|
+
"WasteMeterEntryTypeAveragePercentFull",
|
|
1436
|
+
"WasteMeterType",
|
|
1437
|
+
"WastewaterTreatmentPlant",
|
|
1438
|
+
"WastewaterTreatmentPlantType",
|
|
1439
|
+
"WastewaterTreatmentPlantTypeUseDetails",
|
|
1440
|
+
"WaterMeterAssocAndConfigType",
|
|
1441
|
+
"WeeklyBuildingOccupiedHours",
|
|
1442
|
+
"WeeklyOperatingHours",
|
|
1443
|
+
"WholesaleClubSupercenter",
|
|
1444
|
+
"WholesaleClubSupercenterType",
|
|
1445
|
+
"WholesaleClubSupercenterTypeUseDetails",
|
|
1446
|
+
"WorshipFacility",
|
|
1447
|
+
"WorshipFacilityType",
|
|
1448
|
+
"WorshipFacilityTypeUseDetails",
|
|
1449
|
+
"YesNo",
|
|
1450
|
+
"Zoo",
|
|
1451
|
+
]
|