Documentation Center

LOV Structure

An XML structure with the List of Values properties.

XML structure

<!ELEMENT ishlov (#PCDATA | ishlovvalue)*>
<!ELEMENT description (#PCDATA)>
<!ATTLIST ishlov
	id CDATA #REQUIRED>
<!ELEMENT ishlovvalue (label, description)>
<!ELEMENT label (#PCDATA)>

Example

<ishlov id="DSTATUS">
	<ishlovvalue id="VSTATUSASSIGNED" valueid="5502">
		<label>Assigned</label>
		<description/>
	</ishlovvalue>
	<ishlovvalue id="VSTATUSDRAFT" valueid="315">
		<label>In progress</label>
		<description/>
	</ishlovvalue>
	<ishlovvalue id="VSTATUSINREVIEW" valueid="5503">
		<label>In review</label>
		<description/>
	</ishlovvalue>
	<ishlovvalue id="VSTATUSINTRANSLATION" valueid="5505">
		<label>In translation</label>
		<description/>
	</ishlovvalue>
	<ishlovvalue id="VSTATUSONHOLD" valueid="5506">
		<label>On hold</label>
		<description/>
	</ishlovvalue>
	<ishlovvalue id="VSTATUSOUTOFDATE" valueid="574">
		<label>Out of date</label>
		<description>A newer version exists and is approved</description>
	</ishlovvalue>
...
	<ishlovvalue id="VSTATUSTOBETRANSLATED" valueid="318">
		<label>To be translated</label>
		<description/>
	</ishlovvalue>
	<ishlovvalue id="VSTATUSTRANSLATED" valueid="3997">
		<label>Translated</label>
		<description/>
	</ishlovvalue>
</ishlov>