Electric, Induction, Halogen, Gas, InfraRed |
Attribute | EquipmentStoveBurnerType/@Fuel |
<xs:simpleType name="KitchenBurnerFuelCodeType"> <xs:annotation> <xs:documentation>Electric, Induction, Halogen, Gas, InfraRed</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Electric"/> <xs:enumeration value="Gaz"/> <xs:enumeration value="Halogen"/> <xs:enumeration value="Induction"/> <xs:enumeration value="InfraRed"/> </xs:restriction> </xs:simpleType> |