powerUseTypeEnum

Simple Type Information

Used By

Attribute Power/@useType

Source

<xsd:simpleType name="powerUseTypeEnum">
  <xsd:restriction base="xsd:NMTOKEN">
    <xsd:enumeration value="Heating"/>
    <xsd:enumeration value="Cooling"/>
    <xsd:enumeration value="Both"/>
    <xsd:enumeration value="ElectricityGeneration"/>
    <xsd:enumeration value="Other"/>
  </xsd:restriction>
</xsd:simpleType>