From 693c7aa5f42126a1dc9965f6c8639460bf82581d Mon Sep 17 00:00:00 2001 From: Joe Robertson Date: Tue, 19 Sep 2023 16:54:58 -0700 Subject: [PATCH] Update docs and epvalidator. --- HPXMLtoOpenStudio/measure.xml | 6 +++--- .../resources/hpxml_schematron/EPvalidator.xml | 10 +++++++++- docs/source/workflow_inputs.rst | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/HPXMLtoOpenStudio/measure.xml b/HPXMLtoOpenStudio/measure.xml index 5888bf1eaa..0e2ca697a9 100644 --- a/HPXMLtoOpenStudio/measure.xml +++ b/HPXMLtoOpenStudio/measure.xml @@ -3,8 +3,8 @@ 3.1 hpxm_lto_openstudio b1543b30-9465-45ff-ba04-1d1f85e763bc - 6cae2568-e60f-49d1-a7e2-dffbfaaf6940 - 2023-09-19T17:43:52Z + 4c939d78-3112-46af-8597-738ddb0f3ff6 + 2023-09-19T23:54:39Z D8922A73 HPXMLtoOpenStudio HPXML to OpenStudio Translator @@ -262,7 +262,7 @@ hpxml_schematron/EPvalidator.xml xml resource - E92D5A83 + 3DC6EB1D hpxml_schematron/iso-schematron.xsd diff --git a/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml b/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml index b4266794fd..190e277f4d 100644 --- a/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml +++ b/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml @@ -222,6 +222,7 @@ Expected 0 or 1 element(s) for xpath: BuildingSummary/Site Expected 0 or 1 element(s) for xpath: BuildingSummary/BuildingOccupancy Expected 1 element(s) for xpath: BuildingSummary/BuildingConstruction + Expected 0 or 1 element(s) for xpath: BuildingSummary/extension/SchedulesFilePath Expected 0 or 1 element(s) for xpath: ClimateandRiskZones/ClimateZoneIECC Expected 1 element(s) for xpath: ClimateandRiskZones/WeatherStation Expected 0 or 1 element(s) for xpath: Enclosure/AirInfiltration/extension/HasFlueOrChimneyInConditionedSpace @@ -349,7 +350,14 @@ NumberofUnits is greater than 1, indicating that the HPXML Building represents multiple dwelling units; simulation outputs will reflect this unit multiplier. - + + + [SchedulesFilePath] + + Expected 1 element(s) for xpath: SchedulesFilePath + + + [BuildingType=SFAorMF] diff --git a/docs/source/workflow_inputs.rst b/docs/source/workflow_inputs.rst index 12d0c9e5d3..78b81fef37 100644 --- a/docs/source/workflow_inputs.rst +++ b/docs/source/workflow_inputs.rst @@ -192,7 +192,7 @@ Detailed Schedule Inputs Detailed schedule inputs allow schedule values for every hour or timestep of the simulation. They can be used to reflect real-world or stochastic occupancy. -Detailed schedule inputs are provided via one or more CSV file that should be referenced in the HPXML file as ``/HPXML/SoftwareInfo/extension/SchedulesFilePath`` elements. +Detailed schedule inputs are provided via one or more CSV file that should be referenced in the HPXML file as either ``/HPXML/SoftwareInfo/extension/SchedulesFilePath`` or ``/HPXML/Building/BuildingDetails/BuildingSummary/extension/SchedulesFilePath`` elements. The column names available in the schedule CSV files are: =============================== ===== ================================================================================= ===============================