Buiilding (type: esriFieldTypeString, alias: Which building is this tap in?, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)
Floor (type: esriFieldTypeString, alias: What floor is this on?, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)
Temp (type: esriFieldTypeString, alias: Is the tap hot or cold?, SQL Type: sqlTypeOther, length: 255, nullable: false, editable: true, Coded Values: [Both: Both temperatures are available at this facility], [Just cold: There is only cold water available at this facility], [Just hot: There is only hot water available at this facility.])
Facility (type: esriFieldTypeString, alias: Is this a fountain or a tap?, SQL Type: sqlTypeOther, length: 255, nullable: false, editable: true, Coded Values: [Fountain: A fountain], [Tap: A tap])
Cleanliness (type: esriFieldTypeSmallInteger, alias: How clean is the facility?, SQL Type: sqlTypeOther, nullable: false, editable: true, Range: [0 - 10])
Functionality (type: esriFieldTypeString, alias: Is the facility working?, SQL Type: sqlTypeOther, length: 255, nullable: false, editable: true, Coded Values: [Working: The tap/water fountain works fully], [Faulty: This tap/water fountain currently is faulty])
ExtraInfro (type: esriFieldTypeString, alias: Any extra information?, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)