Single Entity Example

For Single Entity

<IndexEntity joinTable="false">
   <Name>Persononly</Name>
   <EnterpriseName>ABC</EnterpriseName>
   <Repository>
       <RepositoryName>PERSON</RepositoryName>
       <AttributeList>
          <Attribute>	
               <AttributeName>FNAME</AttributeName>
          </Attribute>		    	
          <Attribute>
               <AttributeName>LNAME</AttributeName>
          </Attribute>	
       </AttributeList>
    </Repository>
</IndexEntity>