xxxAll the codes should be validated |
Attribute | EquipmentHeatingDeviceType/@Fuel |
<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> |