{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 22, "name": "urban_planning_laws", "type": "Table", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [ { "id": 38, "name": "DBO.towns", "relatedTableId": 14, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "town_id", "composite": false, "catalogID": "{E5CDDD07-E9F7-440B-ADCF-3327D79917A3}" }, { "id": 8, "name": "DBO.urban_planning_areas", "relatedTableId": 2, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "urban_planning_area_id", "composite": false, "catalogID": "{6E8A6FA6-E4EF-49A1-9E8F-69EACB5C058C}" } ], "isDataVersioned": false, "isDataArchived": false, "infoInEstimates": [ "count" ], "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": false, "supportsCalculate": true, "supportsASyncCalculate": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsCurrentUserQueries": true, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": true }, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": true, "supportsPercentileAnalytic": true }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON" }, "hasMetadata": true, "hasAttachments": true, "supportsAttachmentsByUploadId": true, "supportsAttachmentsResizing": true, "supportsApplyEditsWithGlobalIds": true, "htmlPopupType": "esriServerHTMLPopupTypeNone", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "name", "typeIdField": "type", "subtypeField": "type", "defaultSubtypeCode": 1, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "name", "type": "esriFieldTypeString", "alias": "名稱", "domain": null, "editable": true, "nullable": true, "length": 300, "defaultValue": null, "modelName": "name" }, { "name": "publish_date", "type": "esriFieldTypeDate", "alias": "發布日期", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "precision": 1, "modelName": "publish_date" }, { "name": "note", "type": "esriFieldTypeString", "alias": "備註", "domain": null, "editable": true, "nullable": true, "length": 1000, "defaultValue": null, "modelName": "note" }, { "name": "old_file_id", "type": "esriFieldTypeString", "alias": "old_file_id", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "old_file_id" }, { "name": "old_kind", "type": "esriFieldTypeString", "alias": "old_kind", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "old_kind" }, { "name": "old_type", "type": "esriFieldTypeString", "alias": "old_type", "domain": null, "editable": true, "nullable": true, "length": 5, "defaultValue": null, "modelName": "old_type" }, { "name": "type", "type": "esriFieldTypeSmallInteger", "alias": "類別", "domain": null, "editable": true, "nullable": true, "defaultValue": 1, "modelName": "type" }, { "name": "status", "type": "esriFieldTypeSmallInteger", "alias": "狀態", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "status" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "name": "urban_planning_area_id", "type": "esriFieldTypeString", "alias": "urban_planning_area_id", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "urban_planning_area_id" }, { "name": "town_id", "type": "esriFieldTypeString", "alias": "town_id", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "town_id" } ], "indexes": [ { "name": "R15_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_15", "fields": "GlobalID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "G4urban_planning", "fields": "urban_planning_area_id", "isAscending": true, "isUnique": false, "description": "" }, { "name": "G4town_id", "fields": "town_id", "isAscending": true, "isUnique": false, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [ { "id": 1, "name": "都市計畫", "domains": {}, "templates": [ { "name": "都市計畫", "description": "", "prototype": { "attributes": { "urban_planning_area_id": null, "town_id": null, "name": null, "publish_date": null, "note": null, "old_file_id": null, "old_kind": null, "old_type": null, "type": 1, "status": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 2, "name": "都市更新", "domains": {}, "templates": [ { "name": "都市更新", "description": "", "prototype": { "attributes": { "urban_planning_area_id": null, "town_id": null, "name": null, "publish_date": null, "note": null, "old_file_id": null, "old_kind": null, "old_type": null, "type": 2, "status": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 3, "name": "都市設計", "domains": {}, "templates": [ { "name": "都市設計", "description": "", "prototype": { "attributes": { "urban_planning_area_id": null, "town_id": null, "name": null, "publish_date": null, "note": null, "old_file_id": null, "old_kind": null, "old_type": null, "type": 3, "status": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 4, "name": "區域計畫(非都市土地)", "domains": {}, "templates": [ { "name": "區域計畫(非都市土地)", "description": "", "prototype": { "attributes": { "urban_planning_area_id": null, "town_id": null, "name": null, "publish_date": null, "note": null, "old_file_id": null, "old_kind": null, "old_type": null, "type": 4, "status": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 5, "name": "廢改道", "domains": {}, "templates": [ { "name": "廢改道", "description": "", "prototype": { "attributes": { "urban_planning_area_id": null, "town_id": null, "name": null, "publish_date": null, "note": null, "old_file_id": null, "old_kind": null, "old_type": null, "type": 5, "status": null } }, "drawingTool": "esriFeatureEditToolNone" } ] } ], "templates": [], "subtypes": [ { "code": 1, "name": "都市計畫", "defaultValues": { "name": null, "publish_date": null, "note": null, "old_file_id": null, "old_kind": null, "old_type": null, "type": 1, "status": null, "GlobalID": null, "urban_planning_area_id": null, "town_id": null }, "domains": {} }, { "code": 2, "name": "都市更新", "defaultValues": { "name": null, "publish_date": null, "note": null, "old_file_id": null, "old_kind": null, "old_type": null, "type": 2, "status": null, "GlobalID": null, "urban_planning_area_id": null, "town_id": null }, "domains": {} }, { "code": 3, "name": "都市設計", "defaultValues": { "name": null, "publish_date": null, "note": null, "old_file_id": null, "old_kind": null, "old_type": null, "type": 3, "status": null, "GlobalID": null, "urban_planning_area_id": null, "town_id": null }, "domains": {} }, { "code": 4, "name": "區域計畫(非都市土地)", "defaultValues": { "name": null, "publish_date": null, "note": null, "old_file_id": null, "old_kind": null, "old_type": null, "type": 4, "status": null, "GlobalID": null, "urban_planning_area_id": null, "town_id": null }, "domains": {} }, { "code": 5, "name": "廢改道", "defaultValues": { "name": null, "publish_date": null, "note": null, "old_file_id": null, "old_kind": null, "old_type": null, "type": 5, "status": null, "GlobalID": null, "urban_planning_area_id": null, "town_id": null }, "domains": {} } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query,Create,Update,Delete,Uploads,Editing", "useStandardizedQueries": true, "bigIntegerRestrictedTo53Bits": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalId", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "domain": null, "editable": true, "nullable": false, "length": 250, "defaultValue": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "domain": null, "editable": true, "nullable": false, "defaultValue": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "domain": null, "editable": true, "nullable": false, "length": 150, "defaultValue": null } ], "standardMaxRecordCount": 32000, "tileMaxRecordCount": 2000, "maxRecordCountFactor": 1, "serviceItemId": "7f5d923d24504896bf5fc67960d320fe" }