PROP

The PROP element represents an Endeca standard attribute. it can optionally contain a PVAL element.

Format

<!ELEMENT PROP (PVAL?)>
<!ATTLIST PROP
	NAME	CDATA		#REQUIRED
>

Attributes

The PROP element has the following attributes.

NAME

Identifies the name of the standard attribute.

Sub-elements

The PROP element can optionally contain a PVAL element (or it can have no PVAL elements).

Example

This example shows a standard attribute name.

<RECORD>
   <PROP NAME="Endeca.Title">
      <PVAL>The Simpsons Archive</PVAL>
   </PROP>
   ...
</RECORD>