Skip to content
New issue

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

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

Already on GitHub? # to your account

Promote UDF - PrincipalHVACType as part of Section. #172

Closed
corymosiman12 opened this issue Dec 10, 2019 · 3 comments
Closed

Promote UDF - PrincipalHVACType as part of Section. #172

corymosiman12 opened this issue Dec 10, 2019 · 3 comments
Assignees

Comments

@corymosiman12
Copy link
Contributor

No description provided.

@corymosiman12 corymosiman12 self-assigned this Dec 10, 2019
@corymosiman12
Copy link
Contributor Author

We need to do either:

  1. Rename PrimaryHVACSystemType to PrincipalHVACSystemType`
  2. Stick with PrimaryHVACSystemType and ensure ATT uses this upon export.

schema/BuildingSync.xsd

Lines 6779 to 6801 in dc5da7d

<xs:element name="PrimaryHVACSystemType" minOccurs="0">
<xs:annotation>
<xs:documentation>Primary HVAC type.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Packaged Terminal Air Conditioner"/>
<xs:enumeration value="Four Pipe Fan Coil Unit"/>
<xs:enumeration value="Packaged Terminal Heat Pump"/>
<xs:enumeration value="Packaged Rooftop Air Conditioner"/>
<xs:enumeration value="Packaged Rooftop Heat Pump"/>
<xs:enumeration value="Packaged Rooftop VAV with Hot Water Reheat"/>
<xs:enumeration value="Packaged Rooftop VAV with Electric Reheat"/>
<xs:enumeration value="VAV with Hot Water Reheat"/>
<xs:enumeration value="VAV with Electric Reheat"/>
<xs:enumeration value="Warm Air Furnace"/>
<xs:enumeration value="Ventilation Only"/>
<xs:enumeration value="Dedicated Outdoor Air System"/>
<xs:enumeration value="Water Loop Heat Pump"/>
<xs:enumeration value="Ground Source Heat Pump"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

Other detail captured here: BuildingSync/TestSuite#1 (comment)

@markborkum @nllong ? Something to discuss in upcoming data tools workshop? Do we have rolling list of items to discuss / resolve there?

@corymosiman12
Copy link
Contributor Author

Tracking with #215. Outcome of proposal acceptance will determine next steps for this issue.

@corymosiman12
Copy link
Contributor Author

Closed via #215

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

No branches or pull requests

1 participant