Skip to content

Class: WorkTask

A task within a set of work.

URI: cim:WorkTask

 classDiagram
    class WorkTask
      BaseWork <|-- WorkTask


      WorkTask <|-- OldWorkTask
      WorkTask <|-- MeterWorkTask
      WorkTask <|-- RepairWorkTask
      WorkTask <|-- MaintenanceWorkTask


      WorkTask : activity_record

          WorkTask --> ActivityRecord : activity_record

      WorkTask : alias_name

      WorkTask : approver

          WorkTask --> Approver : approver

      WorkTask : assets

          WorkTask --> Asset : assets

      WorkTask : author

          WorkTask --> Author : author

      WorkTask : author_name

      WorkTask : comment

      WorkTask : completed_date_time

      WorkTask : configuration_events

          WorkTask --> ConfigurationEvent : configuration_events

      WorkTask : contractor_cost

          WorkTask --> Money : contractor_cost

      WorkTask : created_date_time

      WorkTask : crew_eta

      WorkTask : crews

          WorkTask --> Crew : crews

      WorkTask : description

      WorkTask : diagram_objects

          WorkTask --> DiagramObject : diagram_objects

      WorkTask : doc_status

          WorkTask --> Status : doc_status

      WorkTask : editor

          WorkTask --> Editor : editor

      WorkTask : electronic_address

          WorkTask --> ElectronicAddress : electronic_address

      WorkTask : estimated_completion_time

      WorkTask : instance_set

          WorkTask --> InstanceSet : instance_set

      WorkTask : instruction

      WorkTask : issuer

          WorkTask --> Issuer : issuer

      WorkTask : kind

          WorkTask --> ServiceRequestKind : kind

      WorkTask : labor_cost

          WorkTask --> Money : labor_cost

      WorkTask : labor_hours

          WorkTask --> Hours : labor_hours

      WorkTask : last_modified_date_time

      WorkTask : m_rid

      WorkTask : material_items

          WorkTask --> MaterialItem : material_items

      WorkTask : materiall_cost

          WorkTask --> Money : materiall_cost

      WorkTask : names

          WorkTask --> Name : names

      WorkTask : old_asset

          WorkTask --> Asset : old_asset

      WorkTask : priority

          WorkTask --> Priority : priority

      WorkTask : procedure_data_set

          WorkTask --> ProcedureDataSet : procedure_data_set

      WorkTask : properties_cimdata_object

          WorkTask --> ChangeSetMember : properties_cimdata_object

      WorkTask : revision_number

      WorkTask : sched_override

      WorkTask : started_date_time

      WorkTask : status

          WorkTask --> Status : status

      WorkTask : status_kind

          WorkTask --> WorkStatusKind : status_kind

      WorkTask : subject

      WorkTask : switching_plan

          WorkTask --> SwitchingPlan : switching_plan

      WorkTask : targeting_cimdata_object

          WorkTask --> ChangeSetMember : targeting_cimdata_object

      WorkTask : task_kind

          WorkTask --> WorkTaskKind : task_kind

      WorkTask : time_schedules

          WorkTask --> WorkTimeSchedule : time_schedules

      WorkTask : title

      WorkTask : tool_cost

          WorkTask --> Money : tool_cost

      WorkTask : trouble_order

          WorkTask --> TroubleOrder : trouble_order

      WorkTask : type

      WorkTask : work

          WorkTask --> Work : work

      WorkTask : work_activity_records

          WorkTask --> WorkActivityRecord : work_activity_records

      WorkTask : work_location

          WorkTask --> WorkLocation : work_location

Inheritance

Slots

Name Cardinality and Range Description Inheritance
completed_date_time 0..1
date
Date and time work task was completed direct
contractor_cost 0..1
Money
Total contractor costs associated with the work task direct
crew_eta 0..1
date
Estimated time of arrival, so that customer or police/fire department can be ... direct
estimated_completion_time 0..1
date
Time and Date when the work task will be completed direct
instruction 0..1
String
Instructions for performing this task direct
labor_cost 0..1
Money
Total labor costs associated with the work task direct
labor_hours 0..1
Hours
Hours of labor expended under work task direct
materiall_cost 0..1
Money
Total material costs associated with the work task direct
sched_override 0..1
String
If specified, override schedule and perform this task in accordance with inst... direct
started_date_time 0..1
date
Date and time work task was started direct
task_kind 0..1
WorkTaskKind
Kind of work direct
tool_cost 0..1
Money
Total tool costs associated with the work task direct
trouble_order 0..1
TroubleOrder
The trouble order that contains the work tasks direct
assets 0..*
Asset
All assets on which this non-replacement work task is performed direct
material_items 0..*
MaterialItem
The material items that are required to perform the work task direct
crews 0..*
Crew
All crews participating in this work task direct
old_asset 0..*
Asset
Old asset replaced by this work task direct
switching_plan 0..1
SwitchingPlan
Switching plan executed by this work task direct
procedure_data_set 0..*
ProcedureDataSet
Procedure data set associated with this work task direct
work 1..1
Work
Work this task belongs to direct
kind 0..1
ServiceRequestKind
Kind of work BaseWork
priority 0..1
Priority
Priority of work BaseWork
status_kind 0..1
WorkStatusKind
Kind of work status BaseWork
time_schedules 0..*
WorkTimeSchedule
All time schedules for this work or work task BaseWork
work_location 0..1
WorkLocation
Location for this work/task BaseWork
work_activity_records 0..*
WorkActivityRecord
All activity records for this work or work task BaseWork
author_name 0..1
String
Name of the author of this document Document
comment 0..1
String
Free text comment Document
created_date_time 0..1
date
Date and time that this document was created Document
doc_status 0..1
Status
Status of this document Document
electronic_address 0..1
ElectronicAddress
Electronic address Document
last_modified_date_time 0..1
date
Date and time this document was last modified Document
revision_number 0..1
String
Revision number for this document Document
status 0..1
Status
Status of subject matter (e Document
subject 0..1
String
Document subject Document
title 0..1
String
Document title Document
type 0..1
String
Utility-specific classification of this document, according to its corporate ... Document
activity_record 0..*
ActivityRecord
The activity record for a document Document
configuration_events 0..*
ConfigurationEvent
All configuration events created for this document Document
author 0..1
Author
Author of this document Document
editor 0..1
Editor
Editor of this document Document
approver 0..1
Approver
Approver of this document Document
issuer 0..1
Issuer
Issuer of this document Document
alias_name 0..1
String
The aliasName is free text human readable name of the object alternative to I... IdentifiedObject
description 0..1
String
The description is a free human readable text describing or naming the object IdentifiedObject
m_rid 0..1
String
Master resource identifier issued by a model authority IdentifiedObject
diagram_objects 0..*
DiagramObject
The diagram objects that are associated with the domain object IdentifiedObject
instance_set 1..1
InstanceSet
Dataset containing the data objects IdentifiedObject
names 0..*
Name
All names of this identified object IdentifiedObject
properties_cimdata_object 0..1
ChangeSetMember
The single CIM data object in the appropriate dataset context IdentifiedObject
targeting_cimdata_object 0..*
ChangeSetMember
Data objects registered IdentifiedObject

Usages

used by used in type used
Asset work_tasks range WorkTask
Asset replacement_work_tasks range WorkTask
SwitchingPlan work_tasks range WorkTask
TroubleOrder work_task range WorkTask
Work work_tasks range WorkTask
MaterialItem work_task range WorkTask
AssetContainer work_tasks range WorkTask
AssetContainer replacement_work_tasks range WorkTask
Crew work_tasks range WorkTask
ProcedureDataSet work_task range WorkTask
Bushing work_tasks range WorkTask
Bushing replacement_work_tasks range WorkTask
InterrupterUnit work_tasks range WorkTask
InterrupterUnit replacement_work_tasks range WorkTask
OperatingMechanism work_tasks range WorkTask
OperatingMechanism replacement_work_tasks range WorkTask
Meter work_tasks range WorkTask
Meter replacement_work_tasks range WorkTask
EndDevice work_tasks range WorkTask
EndDevice replacement_work_tasks range WorkTask
WorkAsset work_tasks range WorkTask
WorkAsset replacement_work_tasks range WorkTask
DuctBank work_tasks range WorkTask
DuctBank replacement_work_tasks range WorkTask
Structure work_tasks range WorkTask
Structure replacement_work_tasks range WorkTask
StructureSupport work_tasks range WorkTask
StructureSupport replacement_work_tasks range WorkTask
OldCrew work_tasks range WorkTask
InspectionDataSet work_task range WorkTask
Facility work_tasks range WorkTask
Facility replacement_work_tasks range WorkTask
TestDataSet work_task range WorkTask
Streetlight work_tasks range WorkTask
Streetlight replacement_work_tasks range WorkTask
Pole work_tasks range WorkTask
Pole replacement_work_tasks range WorkTask
LabTestDataSet work_task range WorkTask
FACTSDevice work_tasks range WorkTask
FACTSDevice replacement_work_tasks range WorkTask
Joint work_tasks range WorkTask
Joint replacement_work_tasks range WorkTask
MaintenanceDataSet work_task range WorkTask
Cabinet work_tasks range WorkTask
Cabinet replacement_work_tasks range WorkTask
ComMedia work_tasks range WorkTask
ComMedia replacement_work_tasks range WorkTask
DiagnosisDataSet work_task range WorkTask
Vehicle work_tasks range WorkTask
Vehicle replacement_work_tasks range WorkTask
Tool work_tasks range WorkTask
Tool replacement_work_tasks range WorkTask
ComModule work_tasks range WorkTask
ComModule replacement_work_tasks range WorkTask
UndergroundStructure work_tasks range WorkTask
UndergroundStructure replacement_work_tasks range WorkTask
Tower work_tasks range WorkTask
Tower replacement_work_tasks range WorkTask

Identifier and Mapping Information

Schema Source

  • from schema: https://cim.ucaiug.io/ns#TC57CIM

Mappings

Mapping Type Mapped Value
self cim:WorkTask
native cim:WorkTask

LinkML Source

Direct

name: WorkTask
description: A task within a set of work.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: BaseWork
attributes:
  completed_date_time:
    name: completed_date_time
    description: Date and time work task was completed.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.completedDateTime
    multivalued: false
    domain_of:
    - WorkTask
    - ProcedureDataSet
    range: date
    required: false
  contractor_cost:
    name: contractor_cost
    description: Total contractor costs associated with the work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.contractorCost
    multivalued: false
    domain_of:
    - WorkTask
    range: Money
    required: false
  crew_eta:
    name: crew_eta
    description: Estimated time of arrival, so that customer or police/fire department
      can be informed when the crew will arrive.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.crewETA
    multivalued: false
    domain_of:
    - WorkTask
    range: date
    required: false
  estimated_completion_time:
    name: estimated_completion_time
    description: Time and Date when the work task will be completed.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.estimatedCompletionTime
    multivalued: false
    domain_of:
    - WorkTask
    range: date
    required: false
  instruction:
    name: instruction
    description: Instructions for performing this task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.instruction
    multivalued: false
    domain_of:
    - WorkTask
    - Procedure
    - AggregateNode
    range: string
    required: false
  labor_cost:
    name: labor_cost
    description: Total labor costs associated with the work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.laborCost
    multivalued: false
    domain_of:
    - WorkTask
    range: Money
    required: false
  labor_hours:
    name: labor_hours
    description: Hours of labor expended under work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.laborHours
    multivalued: false
    domain_of:
    - WorkTask
    range: Hours
    required: false
  materiall_cost:
    name: materiall_cost
    description: Total material costs associated with the work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.materiallCost
    multivalued: false
    domain_of:
    - WorkTask
    range: Money
    required: false
  sched_override:
    name: sched_override
    description: If specified, override schedule and perform this task in accordance
      with instructions specified here.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.schedOverride
    multivalued: false
    domain_of:
    - WorkTask
    range: string
    required: false
  started_date_time:
    name: started_date_time
    description: Date and time work task was started.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.startedDateTime
    multivalued: false
    domain_of:
    - WorkTask
    range: date
    required: false
  task_kind:
    name: task_kind
    description: Kind of work.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.taskKind
    multivalued: false
    domain_of:
    - WorkTask
    range: WorkTaskKind
    required: false
  tool_cost:
    name: tool_cost
    description: Total tool costs associated with the work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.toolCost
    multivalued: false
    domain_of:
    - WorkTask
    range: Money
    required: false
  trouble_order:
    name: trouble_order
    description: The trouble order that contains the work tasks.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:WorkTask.TroubleOrder
    multivalued: false
    domain_of:
    - Incident
    - Location
    - WorkTask
    - TroubleTicket
    - UnplannedOutage
    range: TroubleOrder
    required: false
  assets:
    name: assets
    description: All assets on which this non-replacement work task is performed.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:WorkTask.Assets
    multivalued: true
    domain_of:
    - PowerSystemResource
    - AssetInfo
    - Location
    - WorkTask
    - ErpRecDelvLineItem
    - AssetContainer
    - ActivityRecord
    - Procedure
    - ReliabilityInfo
    - AssetPropertyCurve
    - AssetOrganisationRole
    - ScheduledEvent
    range: Asset
    required: false
  material_items:
    name: material_items
    description: The material items that are required to perform the work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.MaterialItems
    multivalued: true
    domain_of:
    - WorkTask
    - TypeMaterial
    range: MaterialItem
    required: false
  crews:
    name: crews
    description: All crews participating in this work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:WorkTask.Crews
    multivalued: true
    domain_of:
    - Location
    - WorkTask
    - CrewType
    - ShiftPattern
    - Route
    - Assignment
    range: Crew
    required: false
  old_asset:
    name: old_asset
    description: Old asset replaced by this work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.OldAsset
    multivalued: true
    domain_of:
    - WorkTask
    range: Asset
    required: false
  switching_plan:
    name: switching_plan
    description: Switching plan executed by this work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:WorkTask.SwitchingPlan
    multivalued: false
    domain_of:
    - SwitchingPlanRequest
    - SwitchingOrder
    - WorkTask
    - SwitchingAction
    - SwitchingStepGroup
    - OutagePlan
    - PlannedOutageNotification
    - SafetyDocument
    range: SwitchingPlan
    required: false
  procedure_data_set:
    name: procedure_data_set
    description: Procedure data set associated with this work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:WorkTask.ProcedureDataSet
    multivalued: true
    domain_of:
    - Asset
    - WorkTask
    - MeasurementValue
    range: ProcedureDataSet
    required: false
  work:
    name: work
    description: Work this task belongs to.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.Work
    multivalued: false
    domain_of:
    - WorkTask
    - Design
    - WorkFlowStep
    range: Work
    required: true
class_uri: cim:WorkTask

Induced

name: WorkTask
description: A task within a set of work.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: BaseWork
attributes:
  completed_date_time:
    name: completed_date_time
    description: Date and time work task was completed.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.completedDateTime
    multivalued: false
    alias: completed_date_time
    owner: WorkTask
    domain_of:
    - WorkTask
    - ProcedureDataSet
    range: date
    required: false
  contractor_cost:
    name: contractor_cost
    description: Total contractor costs associated with the work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.contractorCost
    multivalued: false
    alias: contractor_cost
    owner: WorkTask
    domain_of:
    - WorkTask
    range: Money
    required: false
  crew_eta:
    name: crew_eta
    description: Estimated time of arrival, so that customer or police/fire department
      can be informed when the crew will arrive.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.crewETA
    multivalued: false
    alias: crew_eta
    owner: WorkTask
    domain_of:
    - WorkTask
    range: date
    required: false
  estimated_completion_time:
    name: estimated_completion_time
    description: Time and Date when the work task will be completed.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.estimatedCompletionTime
    multivalued: false
    alias: estimated_completion_time
    owner: WorkTask
    domain_of:
    - WorkTask
    range: date
    required: false
  instruction:
    name: instruction
    description: Instructions for performing this task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.instruction
    multivalued: false
    alias: instruction
    owner: WorkTask
    domain_of:
    - WorkTask
    - Procedure
    - AggregateNode
    range: string
    required: false
  labor_cost:
    name: labor_cost
    description: Total labor costs associated with the work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.laborCost
    multivalued: false
    alias: labor_cost
    owner: WorkTask
    domain_of:
    - WorkTask
    range: Money
    required: false
  labor_hours:
    name: labor_hours
    description: Hours of labor expended under work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.laborHours
    multivalued: false
    alias: labor_hours
    owner: WorkTask
    domain_of:
    - WorkTask
    range: Hours
    required: false
  materiall_cost:
    name: materiall_cost
    description: Total material costs associated with the work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.materiallCost
    multivalued: false
    alias: materiall_cost
    owner: WorkTask
    domain_of:
    - WorkTask
    range: Money
    required: false
  sched_override:
    name: sched_override
    description: If specified, override schedule and perform this task in accordance
      with instructions specified here.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.schedOverride
    multivalued: false
    alias: sched_override
    owner: WorkTask
    domain_of:
    - WorkTask
    range: string
    required: false
  started_date_time:
    name: started_date_time
    description: Date and time work task was started.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.startedDateTime
    multivalued: false
    alias: started_date_time
    owner: WorkTask
    domain_of:
    - WorkTask
    range: date
    required: false
  task_kind:
    name: task_kind
    description: Kind of work.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.taskKind
    multivalued: false
    alias: task_kind
    owner: WorkTask
    domain_of:
    - WorkTask
    range: WorkTaskKind
    required: false
  tool_cost:
    name: tool_cost
    description: Total tool costs associated with the work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.toolCost
    multivalued: false
    alias: tool_cost
    owner: WorkTask
    domain_of:
    - WorkTask
    range: Money
    required: false
  trouble_order:
    name: trouble_order
    description: The trouble order that contains the work tasks.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:WorkTask.TroubleOrder
    multivalued: false
    alias: trouble_order
    owner: WorkTask
    domain_of:
    - Incident
    - Location
    - WorkTask
    - TroubleTicket
    - UnplannedOutage
    range: TroubleOrder
    required: false
  assets:
    name: assets
    description: All assets on which this non-replacement work task is performed.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:WorkTask.Assets
    multivalued: true
    alias: assets
    owner: WorkTask
    domain_of:
    - PowerSystemResource
    - AssetInfo
    - Location
    - WorkTask
    - ErpRecDelvLineItem
    - AssetContainer
    - ActivityRecord
    - Procedure
    - ReliabilityInfo
    - AssetPropertyCurve
    - AssetOrganisationRole
    - ScheduledEvent
    range: Asset
    required: false
  material_items:
    name: material_items
    description: The material items that are required to perform the work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.MaterialItems
    multivalued: true
    alias: material_items
    owner: WorkTask
    domain_of:
    - WorkTask
    - TypeMaterial
    range: MaterialItem
    required: false
  crews:
    name: crews
    description: All crews participating in this work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:WorkTask.Crews
    multivalued: true
    alias: crews
    owner: WorkTask
    domain_of:
    - Location
    - WorkTask
    - CrewType
    - ShiftPattern
    - Route
    - Assignment
    range: Crew
    required: false
  old_asset:
    name: old_asset
    description: Old asset replaced by this work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.OldAsset
    multivalued: true
    alias: old_asset
    owner: WorkTask
    domain_of:
    - WorkTask
    range: Asset
    required: false
  switching_plan:
    name: switching_plan
    description: Switching plan executed by this work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:WorkTask.SwitchingPlan
    multivalued: false
    alias: switching_plan
    owner: WorkTask
    domain_of:
    - SwitchingPlanRequest
    - SwitchingOrder
    - WorkTask
    - SwitchingAction
    - SwitchingStepGroup
    - OutagePlan
    - PlannedOutageNotification
    - SafetyDocument
    range: SwitchingPlan
    required: false
  procedure_data_set:
    name: procedure_data_set
    description: Procedure data set associated with this work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:WorkTask.ProcedureDataSet
    multivalued: true
    alias: procedure_data_set
    owner: WorkTask
    domain_of:
    - Asset
    - WorkTask
    - MeasurementValue
    range: ProcedureDataSet
    required: false
  work:
    name: work
    description: Work this task belongs to.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkTask.Work
    multivalued: false
    alias: work
    owner: WorkTask
    domain_of:
    - WorkTask
    - Design
    - WorkFlowStep
    range: Work
    required: true
  kind:
    name: kind
    description: Kind of work.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:BaseWork.kind
    multivalued: false
    alias: kind
    owner: WorkTask
    domain_of:
    - Asset
    - Customer
    - BaseWork
    - WorkTimeSchedule
    - CustomerBillingInfo
    - ErpInvoiceLineItem
    - CatalogAssetType
    - Design
    - ConditionFactor
    - LandProperty
    - Seal
    - Gate
    - JumperAction
    - RevisionHistory
    - SwitchAction
    - Fault
    - ServiceCategory
    - Transaction
    - Procedure
    - Medium
    - Tender
    - Cheque
    - Charge
    - ServiceRequest
    - MeterMultiplier
    - StructureSupport
    - CutAction
    - GroundAction
    - ClampAction
    - ProtectiveActionAdjustment
    - RemedialActionScheme
    - MeasurementCalculator
    - ErpInvoice
    - ServiceSupplier
    - EnergyTypeReference
    - CRROrgRole
    - MarketInvoice
    - MarketInvoiceLineItem
    - EnvironmentalLocationType
    - EnvironmentalDiscrete
    - ServiceMultiplier
    - AssetLocationHazard
    - Analytic
    - AssetGroup
    - TagAction
    - PinBranchGroup
    - PinTerminal
    - PinEquipment
    - ClearanceAction
    - PSREvent
    - ShuntCompensatorAction
    - EnergyConsumerAction
    - EnergySourceAction
    - Zone
    - OilAnalysisMoistureAnalog
    - AssetStringMeasurement
    - InspectionAnalog
    - AssetTemperaturePressureAnalog
    - OilAnalysisFluidDiscrete
    - InspectionDiscrete
    - OilAnalysisPCBDiscrete
    - OilAnalysisFluidAnalog
    - OilAnalysisGasAnalog
    - OilAnalysisPCBAnalog
    - OilAnalysisParticleDiscrete
    - OilAnalysisMetalsAnalog
    - OilAnalysisParticleAnalog
    - OilAnalysisPaperAnalog
    - CompositeSwitchInfo
    - Facility
    - RiskScore
    - FACTSDevice
    - SimpleEndDeviceFunction
    - UndergroundStructure
    - RelativeDisplacement
    - CloudCondition
    - GeosphericAnalog
    - HydrosphericAnalog
    - AtmosphericAnalog
    - SpaceAnalog
    range: ServiceRequestKind
    required: false
  priority:
    name: priority
    description: Priority of work.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:BaseWork.priority
    multivalued: false
    alias: priority
    owner: WorkTask
    domain_of:
    - BusNameMarker
    - Customer
    - BaseWork
    - StageTrigger
    - Stage
    - AltGeneratingUnitMeas
    - AltTieMeas
    - PanDisplay
    - BidTimeSeries
    range: Priority
    required: false
  status_kind:
    name: status_kind
    description: Kind of work status.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:BaseWork.statusKind
    multivalued: false
    alias: status_kind
    owner: WorkTask
    domain_of:
    - BaseWork
    - Outage
    range: WorkStatusKind
    required: false
  time_schedules:
    name: time_schedules
    description: All time schedules for this work or work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:BaseWork.TimeSchedules
    multivalued: true
    alias: time_schedules
    owner: WorkTask
    domain_of:
    - BaseWork
    range: WorkTimeSchedule
    required: false
  work_location:
    name: work_location
    description: Location for this work/task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:BaseWork.WorkLocation
    multivalued: false
    alias: work_location
    owner: WorkTask
    domain_of:
    - BaseWork
    range: WorkLocation
    required: false
  work_activity_records:
    name: work_activity_records
    description: All activity records for this work or work task.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:BaseWork.WorkActivityRecords
    multivalued: true
    alias: work_activity_records
    owner: WorkTask
    domain_of:
    - BaseWork
    range: WorkActivityRecord
    required: false
  author_name:
    name: author_name
    description: Name of the author of this document.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Document.authorName
    multivalued: false
    alias: author_name
    owner: WorkTask
    domain_of:
    - Document
    range: string
    required: false
  comment:
    name: comment
    description: Free text comment.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Document.comment
    multivalued: false
    alias: comment
    owner: WorkTask
    domain_of:
    - NetworkModelProjectChangeVersion
    - Document
    - SwitchingPlanRequest
    - SwitchingOrder
    - TroubleOrder
    - ReadingQuality
    - TroubleTicket
    - OutageOrder
    range: string
    required: false
  created_date_time:
    name: created_date_time
    description: "Date and time that this document was created.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Document.createdDateTime
    multivalued: false
    alias: created_date_time
    owner: WorkTask
    domain_of:
    - Document
    - ActivityRecord
    range: date
    required: false
  doc_status:
    name: doc_status
    description: "Status of this document. For status of subject matter this document\
      \ represents (e.g., Agreement, Work), use 'status' attribute.\r\nExample values\
      \ for 'docStatus.status' are draft, approved, cancelled, etc."
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Document.docStatus
    multivalued: false
    alias: doc_status
    owner: WorkTask
    domain_of:
    - Document
    range: Status
    required: false
  electronic_address:
    name: electronic_address
    description: Electronic address.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Document.electronicAddress
    multivalued: false
    alias: electronic_address
    owner: WorkTask
    domain_of:
    - Asset
    - Document
    - Person
    - Organisation
    - Location
    - Cashier
    range: ElectronicAddress
    required: false
  last_modified_date_time:
    name: last_modified_date_time
    description: "Date and time this document was last modified. Documents may potentially\
      \ be modified many times during their lifetime.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Document.lastModifiedDateTime
    multivalued: false
    alias: last_modified_date_time
    owner: WorkTask
    domain_of:
    - Document
    range: date
    required: false
  revision_number:
    name: revision_number
    description: Revision number for this document.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Document.revisionNumber
    multivalued: false
    alias: revision_number
    owner: WorkTask
    domain_of:
    - Document
    - MajorChargeGroup
    range: string
    required: false
  status:
    name: status
    description: Status of subject matter (e.g., Agreement, Work) this document represents.
      For status of the document itself, use 'docStatus' attribute.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Document.status
    multivalued: false
    alias: status
    owner: WorkTask
    domain_of:
    - Asset
    - Document
    - Customer
    - StreetAddress
    - Location
    - ErpQuoteLineItem
    - CostType
    - ErpJournalEntry
    - ErpRecLineItem
    - ErpPayableLineItem
    - ContractorItem
    - Capability
    - Craft
    - OldPerson
    - ErpPersonnel
    - LaborItem
    - DesignLocationCU
    - DesignLocation
    - ConditionFactor
    - MiscCostItem
    - CUGroup
    - WorkFlowStep
    - ErpTimeEntry
    - OverheadCost
    - PropertyUnit
    - CUMaterialItem
    - ErpIssueInventory
    - ErpReqLineItem
    - ErpRecDelvLineItem
    - Role
    - LandProperty
    - ErpSiteLevelData
    - Crew
    - ActivityRecord
    - ErpLedgerEntry
    - ErpLedBudLineItem
    - TransformerObservation
    - BushingInsulationPF
    - WindingInsulation
    - CULaborItem
    - CULaborCode
    - EndDeviceGroup
    - Hazard
    - CUWorkEquipmentItem
    - ShiftPattern
    - Route
    - Usage
    - CUContractorItem
    - CUAllowableAction
    - TypeAssetCatalogue
    - AssetModelCatalogue
    - Market
    - CRROrgRole
    - MarketScheduledEvent
    - MarketLedgerEntry
    - MarketPerson
    - MarketQualificationRequirement
    - ResourceGroup
    - ResourceAwardInstruction
    - ExPostResourceResults
    - MarketObjectStatus
    - TimePoint
    - ErpItemMaster
    - ScheduledEvent
    - ScheduledEventData
    - ErpInventory
    - ErpInventoryCount
    - RedLine
    - BusinessRole
    - BidTimeSeries
    range: Status
    required: false
  subject:
    name: subject
    description: Document subject.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Document.subject
    multivalued: false
    alias: subject
    owner: WorkTask
    domain_of:
    - Document
    range: string
    required: false
  title:
    name: title
    description: Document title.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Document.title
    multivalued: false
    alias: title
    owner: WorkTask
    domain_of:
    - Document
    range: string
    required: false
  type:
    name: type
    description: Utility-specific classification of this document, according to its
      corporate standards, practices, and existing IT systems (e.g., for management
      of assets, maintenance, work, outage, customers, etc.).
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Document.type
    multivalued: false
    alias: type
    owner: WorkTask
    domain_of:
    - Asset
    - AcceptanceTest
    - Document
    - StreetDetail
    - Location
    - Priority
    - CatalogAssetType
    - Capability
    - Craft
    - OldPerson
    - Role
    - ActivityRecord
    - EndDeviceEventType
    - EndDeviceGroup
    - DemandResponseProgram
    - UsagePointGroup
    - EndDeviceControlType
    - Hazard
    - OldCrew
    - Route
    - ConstraintDuration
    - AceTariffType
    - ControlArea
    - SynchronousMachine
    - ChargeProfile
    - ChargeComponent
    - MarketRole
    - ResourceGroup
    - Quantity
    - ResourceCertification
    - Auction
    - ScheduledEvent
    - PotentialTransformer
    - BusinessRole
    range: string
    required: false
  activity_record:
    name: activity_record
    description: The activity record for a document
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Document.ActivityRecord
    multivalued: true
    alias: activity_record
    owner: WorkTask
    domain_of:
    - Document
    range: ActivityRecord
    required: false
  configuration_events:
    name: configuration_events
    description: All configuration events created for this document.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Document.ConfigurationEvents
    multivalued: true
    alias: configuration_events
    owner: WorkTask
    domain_of:
    - Asset
    - Document
    - PersonRole
    - OrganisationRole
    - Location
    - UsagePoint
    - ServiceCategory
    range: ConfigurationEvent
    required: false
  author:
    name: author
    description: Author of this document.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Document.Author
    multivalued: false
    alias: author
    owner: WorkTask
    domain_of:
    - Document
    - ActivityRecord
    range: Author
    required: false
  editor:
    name: editor
    description: Editor of this document.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Document.Editor
    multivalued: false
    alias: editor
    owner: WorkTask
    domain_of:
    - Document
    range: Editor
    required: false
  approver:
    name: approver
    description: Approver of this document.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Document.Approver
    multivalued: false
    alias: approver
    owner: WorkTask
    domain_of:
    - Document
    range: Approver
    required: false
  issuer:
    name: issuer
    description: Issuer of this document.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Document.Issuer
    multivalued: false
    alias: issuer
    owner: WorkTask
    domain_of:
    - Document
    range: Issuer
    required: false
  alias_name:
    name: alias_name
    description: "The aliasName is free text human readable name of the object alternative\
      \ to IdentifiedObject.name. It may be non unique and may not correlate to a\
      \ naming hierarchy.\r\nThe attribute aliasName is retained because of backwards\
      \ compatibility between CIM relases. It is however recommended to replace aliasName\
      \ with the Name class as aliasName is planned for retirement at a future time.\r\
      \n\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.aliasName
    multivalued: false
    alias: alias_name
    owner: WorkTask
    domain_of:
    - IdentifiedObject
    range: string
    required: false
  description:
    name: description
    description: The description is a free human readable text describing or naming
      the object. It may be non unique and may not correlate to a naming hierarchy.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.description
    multivalued: false
    alias: description
    owner: WorkTask
    domain_of:
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    - DataSet
    - SwitchingStepGroup
    - AreaReserveSpec
    range: string
    required: false
  m_rid:
    name: m_rid
    description: "Master resource identifier issued by a model authority. The mRID\
      \ is unique within an exchange context. Global uniqueness is easily achieved\
      \ by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is\
      \ strongly recommended.\r\nFor CIMXML data files in RDF syntax conforming to\
      \ IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify\
      \ CIM object elements."
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.mRID
    multivalued: false
    alias: m_rid
    owner: WorkTask
    domain_of:
    - IdentifiedObject
    - DataSet
    range: string
    required: false
  diagram_objects:
    name: diagram_objects
    description: The diagram objects that are associated with the domain object.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.DiagramObjects
    multivalued: true
    alias: diagram_objects
    owner: WorkTask
    domain_of:
    - IdentifiedObject
    range: DiagramObject
    required: false
  instance_set:
    name: instance_set
    description: Dataset containing the data objects.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.InstanceSet
    multivalued: false
    alias: instance_set
    owner: WorkTask
    domain_of:
    - IdentifiedObject
    range: InstanceSet
    required: true
  names:
    name: names
    description: All names of this identified object.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.Names
    multivalued: true
    alias: names
    owner: WorkTask
    domain_of:
    - IdentifiedObject
    - NameType
    range: Name
    required: false
  properties_cimdata_object:
    name: properties_cimdata_object
    description: The single CIM data object in the appropriate dataset context.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.PropertiesCIMDataObject
    multivalued: false
    alias: properties_cimdata_object
    owner: WorkTask
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
  targeting_cimdata_object:
    name: targeting_cimdata_object
    description: Data objects registered.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.TargetingCIMDataObject
    multivalued: true
    alias: targeting_cimdata_object
    owner: WorkTask
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
class_uri: cim:WorkTask