KitchenBurnerFuelCodeType

Electric, Induction, Halogen, Gas, InfraRed

Simple Type Information

Used By

Source

<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>