{
 "currentVersion": 10.61,
 "id": 15,
 "name": "Wastewater Control Valve",
 "type": "Feature Layer",
 "description": "",
 "geometryType": "esriGeometryPoint",
 "sourceSpatialReference": {
  "wkid": 4326,
  "latestWkid": 4326
 },
 "copyrightText": "",
 "parentLayer": null,
 "subLayers": [],
 "minScale": 0,
 "maxScale": 0,
 "drawingInfo": {
  "renderer": {
   "type": "simple",
   "symbol": {
    "type": "esriPMS",
    "url": "f34f6cce46019a3acb62f57d326936c2",
    "imageData": "iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAArMezNAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAUdJREFUOI210L1OwlAYxvF/SdOWkY0WhiKX4kgg4QL0EsQJZdEYE0VcipfAFRgMTlyGox914JSNkR6GHgdbUxvAovGZzufvnPfV+afoySAIqNs2L38FE+cLVoqnIDAHUspr1yXcFfR9LNM0e0rJLlDUU3uWUvLMMDgQgo7j8JAXFYIW4Ckla8mavuZcDRgLwQQ4chxet4B7wB3QyO6tg5M0gH0hzJvVSvbT7cmUba27vA3m85I8NwwOk/YIQRMYpsv+DZykBnhBgFIKL55vTR54CfRXKwauS+j7TA2DE+CUDW3IA4+jiE61ip8sxL2+mM0YaRpDoLkL/Ax0HIfHTS9WKrwBrSCgoRRDoL4NXmoaV5bFbamE/KEaAGybyWLBNAzpKkUPKGbh+0KB43KZ9zxgOvEnLudzRlGE9w12HNq7gtnEn2oDfAArJHlLexWTEwAAAABJRU5ErkJggg==",
    "contentType": "image/png",
    "width": 16,
    "height": 10,
    "angle": 0,
    "xoffset": 0,
    "yoffset": 0
   },
   "label": "",
   "description": ""
  },
  "transparency": 0,
  "labelingInfo": null
 },
 "defaultVisibility": true,
 "extent": {
  "xmin": -98.24431994099996,
  "ymin": 34.83288103600006,
  "xmax": -94.85193086799995,
  "ymax": 36.63626324100005,
  "spatialReference": {
   "wkid": 4326,
   "latestWkid": 4326
  }
 },
 "hasAttachments": false,
 "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
 "displayField": "sysname",
 "typeIdField": null,
 "subtypeFieldName": null,
 "subtypeField": null,
 "defaultSubtypeCode": null,
 "fields": [
  {
   "name": "OBJECTID",
   "type": "esriFieldTypeOID",
   "alias": "OBJECTID",
   "domain": null
  },
  {
   "name": "shape",
   "type": "esriFieldTypeGeometry",
   "alias": "Shape",
   "domain": null
  },
  {
   "name": "valveid",
   "type": "esriFieldTypeString",
   "alias": "valveid",
   "length": 20,
   "domain": null
  },
  {
   "name": "segmentid",
   "type": "esriFieldTypeString",
   "alias": "segmentid",
   "length": 20,
   "domain": null
  },
  {
   "name": "diameter",
   "type": "esriFieldTypeDouble",
   "alias": "Diameter",
   "domain": {
    "type": "range",
    "name": "WS1_D_Diameter",
    "description": "Diameter of line or asset in inches",
    "range": [
     0,
     1200
    ],
    "mergePolicy": "esriMPTSumValues",
    "splitPolicy": "esriSPTGeometryRatio"
   }
  },
  {
   "name": "comments",
   "type": "esriFieldTypeString",
   "alias": "comments",
   "length": 100,
   "domain": null
  },
  {
   "name": "latitude",
   "type": "esriFieldTypeDouble",
   "alias": "latitude",
   "domain": null
  },
  {
   "name": "longitude",
   "type": "esriFieldTypeDouble",
   "alias": "longitude",
   "domain": null
  },
  {
   "name": "elevation",
   "type": "esriFieldTypeDouble",
   "alias": "elevation",
   "domain": null
  },
  {
   "name": "status",
   "type": "esriFieldTypeString",
   "alias": "Status",
   "length": 50,
   "domain": {
    "type": "codedValue",
    "name": "WS1_D_Status",
    "description": "Status (life cycle) of asset",
    "codedValues": [
     {
      "name": "Abandoned",
      "code": "Abandoned"
     },
     {
      "name": "Active",
      "code": "Active"
     },
     {
      "name": "Inactive",
      "code": "Inactive"
     },
     {
      "name": "Proposed",
      "code": "Proposed"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "type",
   "type": "esriFieldTypeString",
   "alias": "Type",
   "length": 50,
   "domain": {
    "type": "codedValue",
    "name": "WS1_D_Type_ConValve",
    "description": "Type of control valve",
    "codedValues": [
     {
      "name": "Air Control",
      "code": "Air Control"
     },
     {
      "name": "Air Release",
      "code": "Air Release"
     },
     {
      "name": "Backflow Control",
      "code": "Backflow Control"
     },
     {
      "name": "Double Check",
      "code": "Double Check"
     },
     {
      "name": "Other",
      "code": "Other"
     },
     {
      "name": "Pressure Reducing",
      "code": "Pressure Reducing"
     },
     {
      "name": "Simple Check",
      "code": "Simple Check"
     },
     {
      "name": "Vacuum Release",
      "code": "Vacuum Release"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "sysname",
   "type": "esriFieldTypeString",
   "alias": "sysname",
   "length": 75,
   "domain": null
  }
 ],
 "geometryField": {
  "name": "shape",
  "type": "esriFieldTypeGeometry",
  "alias": "Shape"
 },
 "indexes": [
  {
   "name": "FDO_OBJECTID",
   "fields": "OBJECTID",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  },
  {
   "name": "FDO_shape",
   "fields": "shape",
   "isAscending": true,
   "isUnique": false,
   "description": ""
  }
 ],
 "subtypes": [],
 "relationships": [],
 "canModifyLayer": true,
 "canScaleSymbols": false,
 "hasLabels": false,
 "capabilities": "Map,Query,Data",
 "maxRecordCount": 1000,
 "supportsStatistics": true,
 "supportsAdvancedQueries": true,
 "supportedQueryFormats": "JSON, AMF, geoJSON",
 "isDataVersioned": false,
 "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
 "useStandardizedQueries": true,
 "advancedQueryCapabilities": {
  "useStandardizedQueries": true,
  "supportsStatistics": true,
  "supportsHavingClause": true,
  "supportsCountDistinct": true,
  "supportsOrderBy": true,
  "supportsDistinct": true,
  "supportsPagination": true,
  "supportsTrueCurve": true,
  "supportsReturningQueryExtent": true,
  "supportsQueryWithDistance": true,
  "supportsSqlExpression": true
 },
 "supportsDatumTransformation": true,
 "supportsCoordinatesQuantization": true
}