Fixtures · items to include / remove
Entity relationships
---
config:
layout: elk
elk:
direction: DOWN
nodePlacementStrategy: BRANDES_KOEPF
mergeEdges: false
---
erDiagram
Transaction ||--o| PropertyPack : "propertyPack"
PropertyPack ||--o| FixturesAndFittings : "fixturesAndFittings"
FixturesAndFittings ||--o| ItemsToRemove : "itemsToRemove"
FixturesAndFittings ||--o| ItemsToInclude : "itemsToInclude"
FixturesAndFittings ||--o| ConfirmationOfAccuracy : "confirmationOfAccuracy"
Transaction {
}
PropertyPack {
}
FixturesAndFittings {
}
ConfirmationOfAccuracy {
boolean confirmInformationIsAccurate "I/we confirm that all information provided is accurate to…"
}
ItemsToInclude {
string details "Details"
string yesNo "yesNo"
}
ItemsToRemove {
string details "Details"
string yesNo "yesNo"
}
Object model
Items to include / remove
Transaction
transaction (root) No scalar fields on this object — pure container.
Property Pack
propertyPack No scalar fields on this object — pure container.
Fixtures And Fittings
propertyPack.fixturesAndFittings No scalar fields on this object — pure container.
Confirmation Of Accuracy
propertyPack.fixturesAndFittings.confirmationOfAccuracy | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer | — | boolean | Declaration | confirmInformationIsAccurate | — | — |
Items To Include
propertyPack.fixturesAndFittings.itemsToInclude | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| Details | — | string | Declaration | details | — | example | |
| yesNo | — | string | Declaration | yesNo | — | example | |
| yesNo | — | string | Declaration | yesNo | — | example |
Items To Remove
propertyPack.fixturesAndFittings.itemsToRemove | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| Details | — | string | Declaration | details | — | example | |
| yesNo | — | string | Declaration | yesNo | — | example | |
| yesNo | — | string | Declaration | yesNo | — | example |
Comments