STATE
(
type: esriFieldTypeString, alias: State Address is In, editable: true, nullable: true, length: 10, defaultValue: null, modelName: STATE
)
ZIPCODE
(
type: esriFieldTypeString, alias: Zipcode Address is In, editable: true, nullable: true, length: 20, defaultValue: null, modelName: ZIPCODE
)
COUNTY
(
type: esriFieldTypeString, alias: County Address is In, editable: true, nullable: true, length: 20, defaultValue: null, modelName: COUNTY
)
COUNTRY
(
type: esriFieldTypeString, alias: Country Address is In, editable: true, nullable: true, length: 50, defaultValue: null, modelName: COUNTRY
)
LAST_INSPECTION_DATE
(
type: esriFieldTypeDate, alias: Date of Last Inspection, editable: true, nullable: true, length: 8, defaultValue: null, modelName: LAST_INSPECTION_DATE
)
INSPECTION_STATUS
(
type: esriFieldTypeString, alias: Hydrant Inspection Status, editable: true, nullable: true, length: 50, defaultValue: null, modelName: INSPECTION_STATUS
, Coded Values:
[Inspected within a year: Inspected within a year]
, [Inspected more than a year ago: Inspected more than a year ago]
, [No Data: No Data]
)