You can administer maintenance work for all wastewater network features, except the intermediate points. The Maintenance feature class stores information about completed maintenance work. The feature class uses the maintenance type domain table. In the basic wastewater application, this domain table only contains general maintenance types. It can easily be enhanced to meet the requirements of the customized wastewater application.
- Computation table — WW_MAINTENANCE
- Feature type — Attribute
| Name | Data Type | Description |
|---|---|---|
|
FID_FEATURE |
Number |
The relation with network points and lines. Related to:
|
|
ID_MAINTENANCE_TYPE |
Number |
The type of maintenance for this item. Related to:
|
|
MAINTENANCE_DATE |
Date |
The date when the maintenance occurred. |
|
MAINTENANCE_NEXT_DATE |
Date |
The date when the next maintenance is scheduled. |
|
MAINTENANCE_PERIOD |
Number |
The maintenance period [day]. |
|
NAME_NUMBER |
Varchar2 |
The name or number of this item. |
|
NARRATIVE |
Varchar2 |
A description or other unique information concerning this item. |
|
USER_FLAG |
Varchar2 |
An operator defined work area. This attribute is used by the operator for user defined system processes. It does not effect the subject item's data integrity and should not be used to store the subject item's data. |