Customizing Lighting Setups > <lightscenes> Element > <name> Element
  
<name> Element
The <name> element is a child of the <lightscene> element. It contains either a locid attribute that defines a predefined localized name, or, it contains a custom name. The <name> element has no child elements.
* 
The Creo View installation includes predefined and localized locid attribute values for the <name /> child element. These locid values have the prefix DEF and are reserved by Creo View. Do not edit locid values. Rather, if you want to change the lighting setup name, replace the self-closing element with an element of the same name that has a start and an end tag; for example, <name>My Name</name>. The content of the <name> element, My Name, overrides the locid value (if present).
<name> Syntax
<!-- Predefined localized name -->
<name locid="DEFlocName"/>

<!-- Custom name -->
<name>Lighting Setup Name</name>

<!-- Custom name overrides predefined name -->
<name locid="DEFlocName">Lighting Setup Name</name>
<name> Attributes
locid
(String) Optional, unique predefined and localized text for the lighting setup name. If the <name> element contains custom name text, the custom name overrides the predefined name in the locid attribute.
<name> Example
This example shows a <name> element with a custom name, Key and Fill Lighting, that overrides the predefined name in the locid attribute, DEFTwoLights. The Lighting Setup list in Creo View will show Key and Fill Lighting.
<name locid="DEFTwoLights">Key and Fill Lighting</name>