xxxAll the codes should be validated |
<xs:simpleType name="EquipmentHeatingDeviceCodeType"> <xs:annotation> <xs:documentation>xxxAll the codes should be validated</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="CentralHeating"/> <xs:enumeration value="Chimney"/> <xs:enumeration value="FloarHeating"/> <xs:enumeration value="Radiator"/> <xs:enumeration value="Stove"/> </xs:restriction> </xs:simpleType> |