Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing space status option in the 2019ASHRAE901 schema file #1186

Open
Jiarongx-Xie opened this issue Nov 7, 2023 · 1 comment
Open

Missing space status option in the 2019ASHRAE901 schema file #1186

Jiarongx-Xie opened this issue Nov 7, 2023 · 1 comment
Assignees
Labels

Comments

@Jiarongx-Xie
Copy link
Collaborator

Rule 5-18 requires checking if a space is existing or altered
if ( space_b.status_type == EXISTING ) OR ( space_b.status_type == ALTERED ): rule_applicability_check = TRUE. However, in the Enumerations2019ASHRAE901.schema file, there is no "ALTERED".
"SpaceStatusOptions2019ASHRAE901": { "type": "string", "enum": [ "NEW", "EXISTING" ], "descriptions": [ "New", "Existing" ] },

@JasonGlazer
Copy link
Collaborator

Addressed in schema 0.0.35 update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants