The community file contains the name of each adult in the community.
It can optionally include their Baha'i ID number, and an alias/nickname/aka name.
Use the sample file included with the download, and replace the <Person/> lines with your own.
Here is an example:
<?xml version="1.0" encoding="UTF-16"?>
<Community Name="Sample Community" xsi:noNamespaceSchemaLocation="community.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Person LName="Accorti" FName="Pónt" AKAName="Paul" AgeGroup="Adult"></Person>
<Person LName="Smith" FName="John"></Person>
</Community>