Skip to content

Class: OldWorkTask

A set of tasks is required to implement a design.

URI: cim:OldWorkTask

 classDiagram
    class OldWorkTask
      WorkTask <|-- OldWorkTask

      OldWorkTask : activity_record

          OldWorkTask --> ActivityRecord : activity_record

      OldWorkTask : alias_name

      OldWorkTask : approver

          OldWorkTask --> Approver : approver

      OldWorkTask : assets

          OldWorkTask --> Asset : assets

      OldWorkTask : author

          OldWorkTask --> Author : author

      OldWorkTask : author_name

      OldWorkTask : capabilities

          OldWorkTask --> Capability : capabilities

      OldWorkTask : comment

      OldWorkTask : completed_date_time

      OldWorkTask : configuration_events

          OldWorkTask --> ConfigurationEvent : configuration_events

      OldWorkTask : contractor_cost

          OldWorkTask --> Money : contractor_cost

      OldWorkTask : contractor_items

          OldWorkTask --> ContractorItem : contractor_items

      OldWorkTask : created_date_time

      OldWorkTask : crew_eta

      OldWorkTask : crews

          OldWorkTask --> Crew : crews

      OldWorkTask : description

      OldWorkTask : design

          OldWorkTask --> Design : design

      OldWorkTask : design_location_cus

          OldWorkTask --> DesignLocationCU : design_location_cus

      OldWorkTask : diagram_objects

          OldWorkTask --> DiagramObject : diagram_objects

      OldWorkTask : doc_status

          OldWorkTask --> Status : doc_status

      OldWorkTask : editor

          OldWorkTask --> Editor : editor

      OldWorkTask : electronic_address

          OldWorkTask --> ElectronicAddress : electronic_address

      OldWorkTask : estimated_completion_time

      OldWorkTask : instance_set

          OldWorkTask --> InstanceSet : instance_set

      OldWorkTask : instruction

      OldWorkTask : issuer

          OldWorkTask --> Issuer : issuer

      OldWorkTask : kind

          OldWorkTask --> ServiceRequestKind : kind

      OldWorkTask : labor_cost

          OldWorkTask --> Money : labor_cost

      OldWorkTask : labor_hours

          OldWorkTask --> Hours : labor_hours

      OldWorkTask : labor_items

          OldWorkTask --> LaborItem : labor_items

      OldWorkTask : last_modified_date_time

      OldWorkTask : m_rid

      OldWorkTask : material_items

          OldWorkTask --> MaterialItem : material_items

      OldWorkTask : materiall_cost

          OldWorkTask --> Money : materiall_cost

      OldWorkTask : misc_cost_items

          OldWorkTask --> MiscCostItem : misc_cost_items

      OldWorkTask : names

          OldWorkTask --> Name : names

      OldWorkTask : old_asset

          OldWorkTask --> Asset : old_asset

      OldWorkTask : overhead_cost

          OldWorkTask --> OverheadCost : overhead_cost

      OldWorkTask : priority

          OldWorkTask --> Priority : priority

      OldWorkTask : procedure_data_set

          OldWorkTask --> ProcedureDataSet : procedure_data_set

      OldWorkTask : properties_cimdata_object

          OldWorkTask --> ChangeSetMember : properties_cimdata_object

      OldWorkTask : qualification_requirements

          OldWorkTask --> QualificationRequirement : qualification_requirements

      OldWorkTask : revision_number

      OldWorkTask : sched_override

      OldWorkTask : started_date_time

      OldWorkTask : status

          OldWorkTask --> Status : status

      OldWorkTask : status_kind

          OldWorkTask --> WorkStatusKind : status_kind

      OldWorkTask : subject

      OldWorkTask : switching_plan

          OldWorkTask --> SwitchingPlan : switching_plan

      OldWorkTask : targeting_cimdata_object

          OldWorkTask --> ChangeSetMember : targeting_cimdata_object

      OldWorkTask : task_kind

          OldWorkTask --> WorkTaskKind : task_kind

      OldWorkTask : time_schedules

          OldWorkTask --> WorkTimeSchedule : time_schedules

      OldWorkTask : title

      OldWorkTask : tool_cost

          OldWorkTask --> Money : tool_cost

      OldWorkTask : trouble_order

          OldWorkTask --> TroubleOrder : trouble_order

      OldWorkTask : type

      OldWorkTask : usages

          OldWorkTask --> Usage : usages

      OldWorkTask : work

          OldWorkTask --> Work : work

      OldWorkTask : work_activity_records

          OldWorkTask --> WorkActivityRecord : work_activity_records

      OldWorkTask : work_cost_details

          OldWorkTask --> WorkCostDetail : work_cost_details

      OldWorkTask : work_flow_step

          OldWorkTask --> WorkFlowStep : work_flow_step

      OldWorkTask : work_location

          OldWorkTask --> WorkLocation : work_location

Inheritance

Slots

Name Cardinality and Range Description Inheritance
contractor_items 0..*
ContractorItem
direct
qualification_requirements 0..*
QualificationRequirement
direct
usages 0..*
Usage
direct
misc_cost_items 0..*
MiscCostItem
direct
overhead_cost 0..1
OverheadCost
direct
labor_items 0..*
LaborItem
direct
capabilities 0..*
Capability
direct
work_cost_details 0..*
WorkCostDetail
direct
design 0..1
Design
direct
work_flow_step 0..1
WorkFlowStep
direct
design_location_cus 0..*
DesignLocationCU
direct
completed_date_time 0..1
date
Date and time work task was completed WorkTask
contractor_cost 0..1
Money
Total contractor costs associated with the work task WorkTask
crew_eta 0..1
date
Estimated time of arrival, so that customer or police/fire department can be ... WorkTask
estimated_completion_time 0..1
date
Time and Date when the work task will be completed WorkTask
instruction 0..1
String
Instructions for performing this task WorkTask
labor_cost 0..1
Money
Total labor costs associated with the work task WorkTask
labor_hours 0..1
Hours
Hours of labor expended under work task WorkTask
materiall_cost 0..1
Money
Total material costs associated with the work task WorkTask
sched_override 0..1
String
If specified, override schedule and perform this task in accordance with inst... WorkTask
started_date_time 0..1
date
Date and time work task was started WorkTask
task_kind 0..1
WorkTaskKind
Kind of work WorkTask
tool_cost 0..1
Money
Total tool costs associated with the work task WorkTask
trouble_order 0..1
TroubleOrder
The trouble order that contains the work tasks WorkTask
assets 0..*
Asset
All assets on which this non-replacement work task is performed WorkTask
material_items 0..*
MaterialItem
The material items that are required to perform the work task WorkTask
crews 0..*
Crew
All crews participating in this work task WorkTask
old_asset 0..*
Asset
Old asset replaced by this work task WorkTask
switching_plan 0..1
SwitchingPlan
Switching plan executed by this work task WorkTask
procedure_data_set 0..*
ProcedureDataSet
Procedure data set associated with this work task WorkTask
work 1..1
Work
Work this task belongs to WorkTask
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
ContractorItem work_task range OldWorkTask
Capability work_tasks range OldWorkTask
LaborItem work_task range OldWorkTask
WorkCostDetail work_task range OldWorkTask
Design work_tasks range OldWorkTask
DesignLocationCU work_tasks range OldWorkTask
MiscCostItem work_task range OldWorkTask
WorkFlowStep work_tasks range OldWorkTask
OverheadCost work_tasks range OldWorkTask
QualificationRequirement work_tasks range OldWorkTask
Usage work_task range OldWorkTask

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: OldWorkTask
description: A set of tasks is required to implement a design.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: WorkTask
attributes:
  contractor_items:
    name: contractor_items
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:OldWorkTask.ContractorItems
    multivalued: true
    domain_of:
    - ErpPayable
    - OldWorkTask
    - WorkCostDetail
    range: ContractorItem
    required: false
  qualification_requirements:
    name: qualification_requirements
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OldWorkTask.QualificationRequirements
    multivalued: true
    domain_of:
    - OldWorkTask
    - Skill
    - Specification
    - CULaborItem
    range: QualificationRequirement
    required: false
  usages:
    name: usages
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OldWorkTask.Usages
    multivalued: true
    domain_of:
    - OldWorkTask
    range: Usage
    required: false
  misc_cost_items:
    name: misc_cost_items
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OldWorkTask.MiscCostItems
    multivalued: true
    domain_of:
    - OldWorkTask
    - WorkCostDetail
    - DesignLocation
    range: MiscCostItem
    required: false
  overhead_cost:
    name: overhead_cost
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OldWorkTask.OverheadCost
    multivalued: false
    domain_of:
    - OldWorkTask
    - WorkCostDetail
    range: OverheadCost
    required: false
  labor_items:
    name: labor_items
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OldWorkTask.LaborItems
    multivalued: true
    domain_of:
    - OldWorkTask
    - OldPerson
    - WorkCostDetail
    range: LaborItem
    required: false
  capabilities:
    name: capabilities
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OldWorkTask.Capabilities
    multivalued: true
    domain_of:
    - OldWorkTask
    - Craft
    - OldCrew
    range: Capability
    required: false
  work_cost_details:
    name: work_cost_details
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:OldWorkTask.WorkCostDetails
    multivalued: true
    domain_of:
    - CostType
    - OldWorkTask
    - Design
    - Work
    - ErpProjectAccounting
    - OverheadCost
    - PropertyUnit
    range: WorkCostDetail
    required: false
  design:
    name: design
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:OldWorkTask.Design
    multivalued: false
    domain_of:
    - ErpQuoteLineItem
    - OldWorkTask
    - WorkCostDetail
    - ErpBOM
    range: Design
    required: false
  work_flow_step:
    name: work_flow_step
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OldWorkTask.WorkFlowStep
    multivalued: false
    domain_of:
    - OldWorkTask
    range: WorkFlowStep
    required: false
  design_location_cus:
    name: design_location_cus
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:OldWorkTask.DesignLocationCUs
    multivalued: true
    domain_of:
    - CompatibleUnit
    - OldWorkTask
    - DesignLocation
    - ConditionFactor
    - CUGroup
    range: DesignLocationCU
    required: false
class_uri: cim:OldWorkTask

Induced

name: OldWorkTask
description: A set of tasks is required to implement a design.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: WorkTask
attributes:
  contractor_items:
    name: contractor_items
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:OldWorkTask.ContractorItems
    multivalued: true
    alias: contractor_items
    owner: OldWorkTask
    domain_of:
    - ErpPayable
    - OldWorkTask
    - WorkCostDetail
    range: ContractorItem
    required: false
  qualification_requirements:
    name: qualification_requirements
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OldWorkTask.QualificationRequirements
    multivalued: true
    alias: qualification_requirements
    owner: OldWorkTask
    domain_of:
    - OldWorkTask
    - Skill
    - Specification
    - CULaborItem
    range: QualificationRequirement
    required: false
  usages:
    name: usages
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OldWorkTask.Usages
    multivalued: true
    alias: usages
    owner: OldWorkTask
    domain_of:
    - OldWorkTask
    range: Usage
    required: false
  misc_cost_items:
    name: misc_cost_items
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OldWorkTask.MiscCostItems
    multivalued: true
    alias: misc_cost_items
    owner: OldWorkTask
    domain_of:
    - OldWorkTask
    - WorkCostDetail
    - DesignLocation
    range: MiscCostItem
    required: false
  overhead_cost:
    name: overhead_cost
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OldWorkTask.OverheadCost
    multivalued: false
    alias: overhead_cost
    owner: OldWorkTask
    domain_of:
    - OldWorkTask
    - WorkCostDetail
    range: OverheadCost
    required: false
  labor_items:
    name: labor_items
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OldWorkTask.LaborItems
    multivalued: true
    alias: labor_items
    owner: OldWorkTask
    domain_of:
    - OldWorkTask
    - OldPerson
    - WorkCostDetail
    range: LaborItem
    required: false
  capabilities:
    name: capabilities
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OldWorkTask.Capabilities
    multivalued: true
    alias: capabilities
    owner: OldWorkTask
    domain_of:
    - OldWorkTask
    - Craft
    - OldCrew
    range: Capability
    required: false
  work_cost_details:
    name: work_cost_details
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:OldWorkTask.WorkCostDetails
    multivalued: true
    alias: work_cost_details
    owner: OldWorkTask
    domain_of:
    - CostType
    - OldWorkTask
    - Design
    - Work
    - ErpProjectAccounting
    - OverheadCost
    - PropertyUnit
    range: WorkCostDetail
    required: false
  design:
    name: design
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:OldWorkTask.Design
    multivalued: false
    alias: design
    owner: OldWorkTask
    domain_of:
    - ErpQuoteLineItem
    - OldWorkTask
    - WorkCostDetail
    - ErpBOM
    range: Design
    required: false
  work_flow_step:
    name: work_flow_step
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OldWorkTask.WorkFlowStep
    multivalued: false
    alias: work_flow_step
    owner: OldWorkTask
    domain_of:
    - OldWorkTask
    range: WorkFlowStep
    required: false
  design_location_cus:
    name: design_location_cus
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:OldWorkTask.DesignLocationCUs
    multivalued: true
    alias: design_location_cus
    owner: OldWorkTask
    domain_of:
    - CompatibleUnit
    - OldWorkTask
    - DesignLocation
    - ConditionFactor
    - CUGroup
    range: DesignLocationCU
    required: false
  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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    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: OldWorkTask
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
class_uri: cim:OldWorkTask