KitchenOvenFuelCodeType

Electric, Induction, Halogen, Gas, Microwave and
dual

Simple Type Information

Used By

Source

<xs:simpleType name="KitchenOvenFuelCodeType">
  <xs:annotation>
    <xs:documentation>Electric, Induction, Halogen, Gas, Microwave and dual</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Dual"/>
    <xs:enumeration value="Electric"/>
    <xs:enumeration value="Gaz"/>
    <xs:enumeration value="Microwave"/>
  </xs:restriction>
</xs:simpleType>