XML

Types of Lighting Fixtures - XML

Lighting fixtures are important interior elements that enhance the atmosphere and functionality of indoor spaces. Various types are available depending on installation location and purpose, including ceiling lights, pendant lights, floor lamps, desk lamps, and downlights. Each fixture enables different spatial effects through differences in installation methods (ceiling, wall, or floor-mounted) and lighting approaches (direct or indirect illumination). Selecting appropriate lighting fixtures is essential for creating comfortable living spaces.

lighting fixtures interior home equipment LED lighting indirect lighting ceiling lighting
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>01</code>
    <slug>ceiling-light</slug>
    <name>Ceiling Light</name>
    <description>Basic lighting fixtures mounted directly on the ceiling.</description>
    <installation>Surface-mounted on ceiling</installation>
    <lightingType>Direct lighting</lightingType>
  </item>
  <item>
    <code>02</code>
    <slug>pendant-light</slug>
    <name>Pendant Light</name>
    <description>Lighting fixtures suspended from the ceiling.</description>
    <installation>Ceiling suspended</installation>
    <lightingType>Direct lighting</lightingType>
  </item>
  <item>
    <code>03</code>
    <slug>floor-lamp</slug>
    <name>Floor Lamp</name>
    <description>Lighting fixtures placed on the floor.</description>
    <installation>Floor-standing</installation>
    <lightingType>Indirect/Direct lighting</lightingType>
  </item>
  <item>
    <code>04</code>
    <slug>desk-lamp</slug>
    <name>Desk Lamp</name>
    <description>Lighting fixtures placed on desks or tables.</description>
    <installation>Tabletop</installation>
    <lightingType>Direct lighting</lightingType>
  </item>
  <item>
    <code>05</code>
    <slug>downlight</slug>
    <name>Downlight</name>
    <description>Recessed lighting fixtures installed in the ceiling.</description>
    <installation>Recessed ceiling</installation>
    <lightingType>Direct lighting</lightingType>
  </item>
  <item>
    <code>06</code>
    <slug>bracket-light</slug>
    <name>Bracket Light</name>
    <description>Wall-mounted lighting fixtures.</description>
    <installation>Wall/pillar mounted</installation>
    <lightingType>Indirect lighting</lightingType>
  </item>
  <item>
    <code>07</code>
    <slug>spotlight</slug>
    <name>Spotlight</name>
    <description>Directional lighting fixtures for highlighting specific areas or objects.</description>
    <installation>Ceiling/Wall/Track</installation>
    <lightingType>Direct/Accent lighting</lightingType>
  </item>
  <item>
    <code>08</code>
    <slug>chandelier</slug>
    <name>Chandelier</name>
    <description>Decorative suspended lighting fixtures.</description>
    <installation>Ceiling suspended</installation>
    <lightingType>Direct/Decorative lighting</lightingType>
  </item>
</items>