...
Namn | Typ | Multiplicitet | Beskrivning |
---|---|---|---|
municipality | string | 0…n | Namn på kommun, utan kommun i ändelse. Exempelvis Gävle eller Ockelbo. |
Exempel:
Code Block | ||
---|---|---|
| ||
<config xmlns="urn:com.cohga.server.config#1.0" xmlns:lmsearch="urn:se.viamap.lantmateriet.direkt.search#1.0"> <lmsearch:property id="s.fastighet"> <entity>entity.fastighet</entity> <direktdatasource>lmsource.main</direktdatasource> <label>Fastigheter</label> <municipalities> <municipality>gävle</municipality> <municipality>ockelbo</municipality> </municipalities> </lmsearch:property> </config> |
...