Local authority identity
Entity relationships
---
config:
layout: elk
elk:
direction: DOWN
nodePlacementStrategy: BRANDES_KOEPF
mergeEdges: false
---
erDiagram
Transaction ||--o| PropertyPack : "propertyPack"
PropertyPack ||--o| LocalAuthority : "localAuthority"
Transaction {
}
PropertyPack {
}
LocalAuthority {
integer councilSearchTurnaroundTimeInWorkingDays "Council search turnaround time in working days"
string countyCouncil "Name of the county council, if not unitary"
string districtCouncil "Name of the district council, if not unitary"
string localAuthorityName "Local authority name"
string localAuthorityReference "Local authority reference"
integer regulatedSearchTurnaroundTimeInWorkingDays "Regulated search turnaround time in working days"
string unitaryAuthority "Unitary authority name, if applicable"
}
Object model
Local authority
Transaction
transaction (root) No scalar fields on this object — pure container.
Property Pack
propertyPack No scalar fields on this object — pure container.
Local Authority
propertyPack.localAuthority | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| Council search turnaround time in working days | — | integer | Declaration | councilSearchTurnaroundTimeInWorkingDays | — | — | — |
| Name of the county council, if not unitary | Name of the county council, if not unitary | string | Declaration | countyCouncil | — | — | — |
| Name of the district council, if not unitary | Name of the district council, if not unitary | string | Declaration | districtCouncil | — | — | — |
| Local authority name | The name of the local authority responsible for search and planning (district or unitary as applicable) | string | Declaration | localAuthorityName | — | — | — |
| Local authority reference | — | string | Declaration | localAuthorityReference | — | — | — |
| Regulated search turnaround time in working days | — | integer | Declaration | regulatedSearchTurnaroundTimeInWorkingDays | — | — | — |
| Unitary authority name, if applicable | Unitary authority name, if applicable | string | Declaration | unitaryAuthority | — | — | — |
Comments