Listing & conservation
Entity relationships
---
config:
layout: elk
elk:
direction: DOWN
nodePlacementStrategy: BRANDES_KOEPF
mergeEdges: false
---
erDiagram
Transaction ||--o| PropertyPack : "propertyPack"
PropertyPack ||--o| ListingAndConservation : "listingAndConservation"
ListingAndConservation ||--o| IsListed : "isListed"
ListingAndConservation ||--o| IsConservationArea : "isConservationArea"
ListingAndConservation ||--o| HasTreePreservationOrder : "hasTreePreservationOrder"
HasTreePreservationOrder ||--o| WorkCarriedOut : "workCarriedOut"
Transaction {
}
PropertyPack {
}
ListingAndConservation {
}
HasTreePreservationOrder {
string yesNo "yesNo"
}
WorkCarriedOut {
string attachments "Provide any relevant documentation"
string consentsObtained "Were the relevant consents obtained?"
string yesNo "yesNo"
}
IsConservationArea {
string attachments "Attachments"
string details "Please provide details of the listing"
string yesNo "yesNo"
}
IsListed {
string attachments "Attachments"
string details "Please provide details of the listing"
string yesNo "yesNo"
}
Object model
Listing & conservation
Transaction
transaction (root) No scalar fields on this object — pure container.
Property Pack
propertyPack No scalar fields on this object — pure container.
Listing And Conservation
propertyPack.listingAndConservation No scalar fields on this object — pure container.
Has Tree Preservation Order
propertyPack.listingAndConservation.hasTreePreservationOrder | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| yesNo | — | string | Declaration | yesNo | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — |
Is Conservation Area
propertyPack.listingAndConservation.isConservationArea | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| Attachments | — | string | Declaration | attachments | — | — | |
| Please provide details of the listing | — | string | Declaration | details | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — |
Is Listed
propertyPack.listingAndConservation.isListed | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| Attachments | — | string | Declaration | attachments | — | — | |
| Please provide details of the listing | — | string | Declaration | details | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — |
Work Carried Out
propertyPack.listingAndConservation.hasTreePreservationOrder.workCarriedOut | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| Provide any relevant documentation | — | string | Declaration | attachments | — | — | |
| Were the relevant consents obtained? | Were the relevant consent obtained? | string | Declaration | consentsObtained | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — |
Comments