A Region is a collection of one or more Zones.
In LSPDFR, we use Regions in the Backup XML system, where each Region can be assigned one or more Agencies.
Elements
| Element Name | Type | Required | Description |
|---|---|---|---|
| Name | Text | Yes | A name that describes the region. This should not contain any special characters or spaces, as it is used as an XML tag in Backup.XML |
| Zones | Container | Yes | A container for one or more Zone elements. |
Example
<Region> <Name>DelPerro</Name> <Zone>DELPE</Zone> <Zone>DELBE</Zone> </Region>
In this example, Del Perro is added as its own region. It could then be used in the Backup XML to make Del Perro have its own police agency, similar to Santa Monica, CA in the real world.
Edited by Sam
Recommended Comments