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
)