{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 5, "name": "wplMOTOR", "type": "Table", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [ { "id": 53, "name": "plFILTER", "relatedTableId": 19, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "MotorID", "composite": false }, { "id": 55, "name": "plMIXER", "relatedTableId": 20, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "MotorID", "composite": false }, { "id": 57, "name": "plBLOWER", "relatedTableId": 14, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "MotorID", "composite": false }, { "id": 56, "name": "wplPUMP", "relatedTableId": 6, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "MotorID", "composite": false }, { "id": 52, "name": "plCOMPRESSOR", "relatedTableId": 15, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "MotorID", "composite": false }, { "id": 54, "name": "plEQUIPMENT", "relatedTableId": 17, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "MotorID", "composite": false }, { "id": 33, "name": "wplFacilities", "relatedTableId": 4, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "PolyID", "composite": false }, { "id": 22, "name": "wplTanks", "relatedTableId": 2, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "PolyID", "composite": false }, { "id": 51, "name": "VALVE", "relatedTableId": 24, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "MotorID", "composite": false } ], "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, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": true }, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true }, "hasMetadata": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": true, "htmlPopupType": "esriServerHTMLPopupTypeNone", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "Name", "typeIdField": "Subtype", "subtypeField": "Subtype", "defaultSubtypeCode": 0, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "System-maintained ObjectID" }, { "name": "FacilityID", "type": "esriFieldTypeString", "alias": "FACILITYID", "domain": null, "editable": false, "nullable": true, "length": 50, "defaultValue": null, "modelName": "FACILITYID" }, { "name": "PolyID", "type": "esriFieldTypeString", "alias": "POLYID", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "POLYID" }, { "name": "PumpID", "type": "esriFieldTypeString", "alias": "PUMPID", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "PUMPID" }, { "name": "MotorID", "type": "esriFieldTypeString", "alias": "MOTORID", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "MOTORID" }, { "name": "Subtype", "type": "esriFieldTypeInteger", "alias": "Subtype", "domain": null, "editable": true, "nullable": true, "defaultValue": 0, "modelName": "Subtype" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "domain": null, "editable": true, "nullable": true, "length": 150, "defaultValue": null, "modelName": "Name" }, { "name": "Make", "type": "esriFieldTypeString", "alias": "Make", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Make" }, { "name": "Model", "type": "esriFieldTypeString", "alias": "Model", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Model" }, { "name": "Serial", "type": "esriFieldTypeString", "alias": "Serial", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "SerialNumber" }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "domain": { "type": "codedValue", "name": "xCondition", "description": "Condition of an Asset", "codedValues": [ { "name": "Unobtainable", "code": "0" }, { "name": "Very Good. Like new", "code": "1" }, { "name": "Good. Minor improvement required", "code": "2" }, { "name": "Fair. Moderate improvement required", "code": "3" }, { "name": "Poor. major improvement required", "code": "4" }, { "name": "Failed. Complete failure or loss of function", "code": "5" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "Condition" }, { "name": "ConditionDate", "type": "esriFieldTypeDate", "alias": "ConditionDate", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "ConditionDate" }, { "name": "LifeCycle", "type": "esriFieldTypeString", "alias": "LifeCycle", "domain": { "type": "codedValue", "name": "xStatus", "description": "Lifecycle Status", "codedValues": [ { "name": "Planning", "code": "Planning" }, { "name": "Design", "code": "Design" }, { "name": "Construction", "code": "Construction" }, { "name": "Abandoned in Place", "code": "Abandoned in Place" }, { "name": "Decommisioned", "code": "Decommisioned" }, { "name": "In Service", "code": "In Service" }, { "name": "Marked for Deletion", "code": "Marked For Deletion" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Status" }, { "name": "StatusDate", "type": "esriFieldTypeDate", "alias": "StatusDate", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "StatusDate" }, { "name": "Contractor", "type": "esriFieldTypeString", "alias": "Contractor", "domain": null, "editable": true, "nullable": true, "length": 155, "defaultValue": null, "modelName": "Contractor" }, { "name": "WarrantyDate", "type": "esriFieldTypeDate", "alias": "WarrantyDate", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "WarrantyDate" }, { "name": "InstallDate", "type": "esriFieldTypeDate", "alias": "InstallDate", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "InstallDate" }, { "name": "MotorType", "type": "esriFieldTypeString", "alias": "Motor Type", "domain": { "type": "codedValue", "name": "xMotors", "description": "Motor Type", "codedValues": [ { "name": "AC Induction", "code": "AC Induction" }, { "name": "Diesel", "code": "Diesel" }, { "name": "Drive", "code": "Drive" }, { "name": "Electric", "code": "Electric" }, { "name": "Gas", "code": "Gas" }, { "name": "Inverter", "code": "Inverter" }, { "name": "Submersible", "code": "Submersible" }, { "name": "Other", "code": "Other" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Type" }, { "name": "Phases", "type": "esriFieldTypeString", "alias": "Phases", "domain": { "type": "codedValue", "name": "xPhases", "description": "Electrical Breaker Phases", "codedValues": [ { "name": "Single Phase", "code": "Single Phase" }, { "name": "3 Phase", "code": "3 Phase" }, { "name": "Multi Phase", "code": "Multi Phase" }, { "name": "Other", "code": "Other" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "Phases" }, { "name": "Voltage", "type": "esriFieldTypeString", "alias": "Voltage", "domain": { "type": "codedValue", "name": "xVoltage", "description": "Voltage Requirement", "codedValues": [ { "name": "120v1PH", "code": "120v1PH" }, { "name": "240v1PH", "code": "240v1PH" }, { "name": "240v3PH", "code": "240v3PH" }, { "name": "480v3PH", "code": "480v3PH" }, { "name": "Other", "code": "Other" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "Voltage" }, { "name": "DualVoltage", "type": "esriFieldTypeString", "alias": "DualVoltage", "domain": { "type": "codedValue", "name": "xYesNo", "description": "Yes / No Indicator", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "Dual_Voltage" }, { "name": "RatedAmperage", "type": "esriFieldTypeString", "alias": "RatedAmperage", "domain": null, "editable": true, "nullable": true, "length": 15, "defaultValue": null, "modelName": "RatedAmperage" }, { "name": "AveragePowerUsage", "type": "esriFieldTypeString", "alias": "AveragePowerUsage", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "AveragePowerUsage" }, { "name": "PeakPowerUsage", "type": "esriFieldTypeString", "alias": "PeakPowerUsage", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "PeakPowerUsage" }, { "name": "RatedPower", "type": "esriFieldTypeString", "alias": "RatedPower", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "RatedPower" }, { "name": "GearBox", "type": "esriFieldTypeString", "alias": "GearBox", "domain": { "type": "codedValue", "name": "xYesNo", "description": "Yes / No Indicator", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "GearBox" }, { "name": "RPM", "type": "esriFieldTypeString", "alias": "RPM", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "RPM" }, { "name": "VariableSpeed", "type": "esriFieldTypeString", "alias": "VariableSpeed", "domain": { "type": "codedValue", "name": "xYesNo", "description": "Yes / No Indicator", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "VariableSpeed" }, { "name": "SoftStart", "type": "esriFieldTypeString", "alias": "SoftStart", "domain": { "type": "codedValue", "name": "xYesNo", "description": "Yes / No Indicator", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "Soft_Start" }, { "name": "AcrossLineStart", "type": "esriFieldTypeString", "alias": "Across the Line Start", "domain": { "type": "codedValue", "name": "xYesNo", "description": "Yes / No Indicator", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "AcrossLineStart" }, { "name": "PartWindStart", "type": "esriFieldTypeString", "alias": "Part Wind Start", "domain": { "type": "codedValue", "name": "xYesNo", "description": "Yes / No Indicator", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "PartWindStart" }, { "name": "PlantType", "type": "esriFieldTypeString", "alias": "PlantType", "domain": { "type": "codedValue", "name": "xPlantType", "description": "Plant Type", "codedValues": [ { "name": "Wastewater", "code": "Wastewater" }, { "name": "Water", "code": "Water" }, { "name": "Reuse", "code": "Reuse" }, { "name": "Well", "code": "Well" }, { "name": "Lift Station", "code": "Lift Station" }, { "name": "Transmission Line", "code": "Transmission Line" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "PlantType" }, { "name": "UnitProcess", "type": "esriFieldTypeString", "alias": "UnitProcess", "domain": { "type": "codedValue", "name": "xUnitProcess", "description": "Unit Process", "codedValues": [ { "name": "Advanced Treatment", "code": "Advanced Treatment" }, { "name": "Dewatering", "code": "Dewatering" }, { "name": "Disinfection", "code": "Disinfection" }, { "name": "Effluent", "code": "Effluent" }, { "name": "Filtration", "code": "Filtration" }, { "name": "High Service", "code": "High Service" }, { "name": "Pretreatment", "code": "Pretreatment" }, { "name": "Primary Treatment", "code": "Primary Treatment" }, { "name": "Secondary Treatment", "code": "Secondary Treatment" }, { "name": "Raw Water", "code": "Raw Water" }, { "name": "Reuse", "code": "Reuse" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "UnitProcess" }, { "name": "AssetCategory", "type": "esriFieldTypeString", "alias": "AssetCategory", "domain": { "type": "codedValue", "name": "xAssetCategory", "description": "Plant Asset Categories", "codedValues": [ { "name": "Process Building", "code": "Process Building" }, { "name": "Process Electrical", "code": "Process Electrical" }, { "name": "Process Mechanical", "code": "Process Mechanical" }, { "name": "Process Piping", "code": "Process Piping" }, { "name": "Process Structure", "code": "Process Structure" }, { "name": "Other Improvements", "code": "Other Improvements" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "AssetCategory" }, { "name": "Comments", "type": "esriFieldTypeString", "alias": "Comments", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "Comments" }, { "name": "FacilityName", "type": "esriFieldTypeString", "alias": "FacilityName", "domain": { "type": "codedValue", "name": "PlantNamesCCU", "description": "Plant Names CCU", "codedValues": [ { "name": "Rotonda WRF", "code": "Rotonda WRF" }, { "name": "West Port WRF", "code": "West Port WRF" }, { "name": "East Port WRF", "code": "East Port WRF" }, { "name": "Burnt Store WRF", "code": "Burnt Store WRF" }, { "name": "Rotonda WBS", "code": "Rotonda WBS" }, { "name": "Englewood WBS", "code": "Englewood WBS" }, { "name": "Ingraham WBS", "code": "Ingraham WBS" }, { "name": "Myakka WBS", "code": "Myakka WBS" }, { "name": "Gulf Cove WBS", "code": "Gulf Cove WBS" }, { "name": "Golf Course WBS", "code": "Golf Course WBS" }, { "name": "Walenda WBS", "code": "Walenda WBS" }, { "name": "O'Hara WBS", "code": "O'Hara WBS" }, { "name": "Burnt Store WTP", "code": "Burnt Store WTP" }, { "name": "Eagle St RWBS", "code": "Eagle St RWBS" }, { "name": "Rotonda Blvd E RWBS", "code": "Rotonda Blvd E RWBS" }, { "name": "Walenda RWBS", "code": "Walenda RWBS" }, { "name": "Zemmel Road Leachate Facility", "code": "Zemmel Road Leachate Facility" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 150, "defaultValue": null, "modelName": "FacilityName" }, { "name": "OMLink", "type": "esriFieldTypeString", "alias": "OMLINK", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "OMLINK" }, { "name": "HP", "type": "esriFieldTypeString", "alias": "HP", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "HP" }, { "name": "Location", "type": "esriFieldTypeString", "alias": "Location", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "Location" }, { "name": "Address", "type": "esriFieldTypeString", "alias": "Address", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "Address" }, { "name": "LegacyID", "type": "esriFieldTypeString", "alias": "LegacyID", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "LegacyID" }, { "name": "MaintBy", "type": "esriFieldTypeString", "alias": "MaintBy", "domain": { "type": "codedValue", "name": "xAssetMaintainedBy", "description": "The Manager of the Asset", "codedValues": [ { "name": "Charlotte County", "code": "Charlotte County" }, { "name": "City", "code": "City" }, { "name": "FDOT", "code": "FDOT" }, { "name": "Other", "code": "Other" }, { "name": "Private", "code": "Private" }, { "name": "State of Florida", "code": "State of Florida" }, { "name": "Unknown", "code": "Unknown" }, { "name": "Public Works", "code": "Public Works" }, { "name": "Facilities", "code": "Facilities" }, { "name": "Utilities", "code": "Utilities" }, { "name": "Community Services", "code": "Community Services" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "MaintBy" }, { "name": "OwnedBy", "type": "esriFieldTypeString", "alias": "OwnedBy", "domain": { "type": "codedValue", "name": "xAssetOwner", "description": "The Owner of the Asset", "codedValues": [ { "name": "FDOT", "code": "FDOT" }, { "name": "COUNTY", "code": "COUNTY" }, { "name": "CITY", "code": "CITY" }, { "name": "FDEP", "code": "FDEP" }, { "name": "SWFMD", "code": "SWFMD" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "OwnedBy" }, { "name": "ConsequenceOfFailure", "type": "esriFieldTypeSmallInteger", "alias": "ConsequenceOfFailure", "domain": { "type": "codedValue", "name": "xConsequenceOfFailure", "description": "Consequence of Failure", "codedValues": [ { "name": "Very Minor", "code": 1 }, { "name": "Minor", "code": 2 }, { "name": "Moderate", "code": 3 }, { "name": "Major", "code": 4 }, { "name": "Catastropic", "code": 5 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ConsequenceOfFailure" }, { "name": "ProbabilityOfFailure", "type": "esriFieldTypeSmallInteger", "alias": "ProbabilityOfFailure", "domain": { "type": "codedValue", "name": "xProbabilityOfFailure", "description": "Probability of Failure", "codedValues": [ { "name": "Very Low: Failure is unlikely", "code": 1 }, { "name": "Low: Failure might happen", "code": 2 }, { "name": "Moderate: Failure could occur", "code": 3 }, { "name": "High: Failure is highly probable", "code": 4 }, { "name": "Very High: Failure is certain", "code": 5 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ProbabilityOfFailure" }, { "name": "Criticality", "type": "esriFieldTypeSmallInteger", "alias": "Criticality", "domain": { "type": "codedValue", "name": "xCriticality", "description": "Criticality", "codedValues": [ { "name": "Very Low", "code": 1 }, { "name": "Very Low", "code": 2 }, { "name": "Very Low", "code": 3 }, { "name": "Very Low", "code": 4 }, { "name": "Very Low", "code": 5 }, { "name": "Low", "code": 6 }, { "name": "Low", "code": 7 }, { "name": "Low", "code": 8 }, { "name": "Low", "code": 9 }, { "name": "Low", "code": 10 }, { "name": "Medium", "code": 11 }, { "name": "Medium", "code": 12 }, { "name": "Medium", "code": 13 }, { "name": "Medium", "code": 14 }, { "name": "Medium", "code": 15 }, { "name": "High", "code": 16 }, { "name": "High", "code": 17 }, { "name": "High", "code": 18 }, { "name": "High", "code": 19 }, { "name": "High", "code": 20 }, { "name": "Very High", "code": 21 }, { "name": "Very High", "code": 22 }, { "name": "Very High", "code": 23 }, { "name": "Very High", "code": 24 }, { "name": "Very High", "code": 25 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Criticality" }, { "name": "PurchasePrice", "type": "esriFieldTypeDouble", "alias": "PurchasePrice", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "PurchasePrice" }, { "name": "PurchaseDate", "type": "esriFieldTypeDate", "alias": "PurchaseDate", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": -27107481600000, "modelName": "PurchaseDate" }, { "name": "LastInspectedDate", "type": "esriFieldTypeDate", "alias": "LastInspectedDate", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastInspectedDate" }, { "name": "LifeExpectancy", "type": "esriFieldTypeSmallInteger", "alias": "LifeExpectancy", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LifeExpectancy" }, { "name": "ReplacementCost", "type": "esriFieldTypeDouble", "alias": "ReplacementCost", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ReplacementCost" }, { "name": "AttachmentLink", "type": "esriFieldTypeString", "alias": "AttachmentLink", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "AttachmentLink" }, { "name": "ObjectCategory", "type": "esriFieldTypeString", "alias": "ObjectCategory", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "ObjectCategory" }, { "name": "ObjectClass", "type": "esriFieldTypeString", "alias": "ObjectClass", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "ObjectClass" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" } ], "indexes": [ { "name": "R849_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_849", "fields": "GlobalID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "G3156MotorID", "fields": "MotorID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "G3156PolyID", "fields": "PolyID", "isAscending": true, "isUnique": false, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [ { "id": 0, "name": "Undefined", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "Undefined", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 0, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 1, "name": "Air Compressor", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "Air Compressor", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 1, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 2, "name": "Blower", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "Blower", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 2, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 3, "name": "Chemical Feed Pump", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "Chemical Feed Pump", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 3, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 4, "name": "Concentrate Pump", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "Concentrate Pump", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 4, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 5, "name": "Degassifier Cleaning Pump", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "Degassifier Cleaning Pump", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 5, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 6, "name": "High Service Pump", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "High Service Pump", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 6, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 7, "name": "Recirculation Pump", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "Recirculation Pump", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 7, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 8, "name": "Reverse Osmosis Feed Pump", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "Reverse Osmosis Feed Pump", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 8, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 9, "name": "Reverse Osmosis Cleaning Pump", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "Reverse Osmosis Cleaning Pump", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 9, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 10, "name": "Transfer Pump", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "Transfer Pump", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 10, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 11, "name": "Ventilation Fan", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "Ventilation Fan", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 11, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 12, "name": "Well Pump", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "Well Pump", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 12, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 13, "name": "Booster Pump", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "Booster Pump", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 13, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 14, "name": "Blowdown Pump", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "Blowdown Pump", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 14, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] }, { "id": 15, "name": "Sludge Pump", "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} }, "templates": [ { "name": "Sludge Pump", "description": "", "prototype": { "attributes": { "ObjectClass": null, "ObjectCategory": null, "AttachmentLink": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 15, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": -27107481600000, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null } }, "drawingTool": "esriFeatureEditToolNone" } ] } ], "templates": [], "subtypes": [ { "code": 0, "name": "Undefined", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 0, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } }, { "code": 1, "name": "Air Compressor", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 1, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } }, { "code": 2, "name": "Blower", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 2, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } }, { "code": 3, "name": "Chemical Feed Pump", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 3, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } }, { "code": 4, "name": "Concentrate Pump", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 4, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } }, { "code": 5, "name": "Degassifier Cleaning Pump", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 5, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } }, { "code": 6, "name": "High Service Pump", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 6, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } }, { "code": 7, "name": "Recirculation Pump", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 7, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } }, { "code": 8, "name": "Reverse Osmosis Feed Pump", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 8, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } }, { "code": 9, "name": "Reverse Osmosis Cleaning Pump", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 9, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } }, { "code": 10, "name": "Transfer Pump", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 10, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } }, { "code": 11, "name": "Ventilation Fan", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 11, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } }, { "code": 12, "name": "Well Pump", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 12, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } }, { "code": 13, "name": "Booster Pump", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 13, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } }, { "code": 14, "name": "Blowdown Pump", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 14, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } }, { "code": 15, "name": "Sludge Pump", "defaultValues": { "FacilityID": null, "PolyID": null, "PumpID": null, "MotorID": null, "Subtype": 15, "Name": null, "Make": null, "Model": null, "Serial": null, "Condition": null, "ConditionDate": null, "LifeCycle": null, "StatusDate": null, "Contractor": null, "WarrantyDate": null, "InstallDate": null, "MotorType": null, "Phases": null, "Voltage": null, "DualVoltage": null, "RatedAmperage": null, "AveragePowerUsage": null, "PeakPowerUsage": null, "RatedPower": null, "GearBox": null, "RPM": null, "VariableSpeed": null, "SoftStart": null, "AcrossLineStart": null, "PartWindStart": null, "PlantType": null, "UnitProcess": null, "AssetCategory": null, "Comments": null, "FacilityName": null, "OMLink": null, "HP": null, "Location": null, "Address": null, "LegacyID": null, "MaintBy": null, "OwnedBy": null, "ConsequenceOfFailure": null, "ProbabilityOfFailure": null, "Criticality": null, "PurchasePrice": null, "PurchaseDate": null, "LastInspectedDate": null, "LifeExpectancy": null, "ReplacementCost": null, "AttachmentLink": null, "ObjectCategory": null, "ObjectClass": null, "GlobalID": null }, "domains": { "Condition": {"type": "inherited"}, "LifeCycle": {"type": "inherited"}, "MotorType": {"type": "inherited"}, "Phases": {"type": "inherited"}, "Voltage": {"type": "inherited"}, "DualVoltage": {"type": "inherited"}, "GearBox": {"type": "inherited"}, "VariableSpeed": {"type": "inherited"}, "SoftStart": {"type": "inherited"}, "AcrossLineStart": {"type": "inherited"}, "PartWindStart": {"type": "inherited"}, "PlantType": {"type": "inherited"}, "UnitProcess": {"type": "inherited"}, "AssetCategory": {"type": "inherited"}, "FacilityName": {"type": "inherited"}, "MaintBy": {"type": "inherited"}, "OwnedBy": {"type": "inherited"}, "ConsequenceOfFailure": {"type": "inherited"}, "ProbabilityOfFailure": {"type": "inherited"}, "Criticality": {"type": "inherited"} } } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb", "capabilities": "Query,Create,Update,Delete,Uploads,Editing", "useStandardizedQueries": true, "standardMaxRecordCount": 32000, "tileMaxRecordCount": 2000, "maxRecordCountFactor": 1, "serviceItemId": "5d98bdb6841e4d4697c16901e491d3c3" }