EquipmentHeatingFuelCodeType

xxxAll the codes should be validated

Simple Type Information

Used By

Source

<xs:simpleType name="EquipmentHeatingFuelCodeType">
  <xs:annotation>
    <xs:documentation>xxxAll the codes should be validated</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Electric"/>
    <xs:enumeration value="Gas"/>
    <xs:enumeration value="Geothermal"/>
    <xs:enumeration value="Petrol"/>
    <xs:enumeration value="Solar"/>
    <xs:enumeration value="Wood"/>
  </xs:restriction>
</xs:simpleType>