+ <inputSet id="places">
+ <input type="choice" name="Type of Place" presence="always" key="place">
+ <choice value="locality" text="Locality"/>
+ <choice value="hamlet" text="Hamlet"/>
+ <choice value="village" text="Village"/>
+ <choice value="suburb" text="Suburb"/>
+ <choice value="town" text="Town"/>
+ <choice value="city" text="City"/>
+ <choice value="county" text="County"/>
+ <choice value="region" text="Region"/>
+ <choice value="state" text="State"/>
+ <choice value="country" text="Country"/>
+ <choice value="continent" text="Continent"/>
+ <choice value="island" text="Island"/>
+ <choice value="islet" text="Islet"/>
+ </input>
+ </inputSet>
+