septictype
(
modelName: septicType, nullable: true, editable: true, defaultValue: null, length: 30, alias: Is this tank residential or commercial?, type: esriFieldTypeString
, Coded Values:
[Residential: Residential]
, [Commercial: Commercial]
)
septicsubtype
(
modelName: septicSubType, nullable: true, editable: true, defaultValue: null, length: 30, alias: What type of tank is this?, type: esriFieldTypeString
, Coded Values:
[Standard: Standard]
, [Existing: Existing]
, [Dose: Dose]
, ...1 more...
)
septicbuildtype
(
modelName: septicBuildType, nullable: true, editable: true, defaultValue: null, length: 30, alias: Is this a new tank being installed or an existing being repaired?, type: esriFieldTypeString
, Coded Values:
[New: New]
, [Repair: Repair]
)
tanknumber
(
modelName: tankNumber, nullable: true, editable: true, defaultValue: null, length: 5, alias: If multiple tanks, what number tank is this?, type: esriFieldTypeString
)
capacitygallons
(
modelName: capacityGallons, nullable: true, editable: true, defaultValue: null, length: 20, alias: What is the capacity of this tank?, type: esriFieldTypeString
, Coded Values:
[800: 800]
, [1000: 1000]
, [1250: 1250]
, ...4 more...
)
length
(
modelName: length, nullable: true, editable: true, defaultValue: null, length: 5, alias: Length of tank (in feet), type: esriFieldTypeString
)
width
(
modelName: width, nullable: true, editable: true, defaultValue: null, length: 5, alias: Width of tank (in feet), type: esriFieldTypeString
)
height
(
modelName: height, nullable: true, editable: true, defaultValue: null, length: 5, alias: Height of tank (in feet), type: esriFieldTypeString
)
manufacturer
(
modelName: manufacturer, nullable: true, editable: true, defaultValue: null, length: 50, alias: Who manufactured the tank?, type: esriFieldTypeString
)
installedby
(
modelName: installedBy, nullable: true, editable: true, defaultValue: null, length: 50, alias: Who installed the tank?, type: esriFieldTypeString
)
installdate
(
modelName: installDate, nullable: true, editable: true, defaultValue: null, precision: 1, length: 29, alias: When was the tank installed?, type: esriFieldTypeDate
)