Class: CustomerBillingInfo
_The creation of the monthly customer billing statements is the method employed to notify Customers of charges, adjustments and credits applied to their account for Services and Products. The actuall billing occurs through an ErpInvoice. The CustomerBillingInfo includes information from the payment, collection, meter reading, installed meter, service, site, customer, customer account, customer agreement, services and pricing subject areas. Each component price shows up as a separate line item on the ErpInvoice. _
_The Customer Billing Statement may include collection and account messages, marketing/civic event messages and bill inserts. _
_One Customer Billing Statement is produced for all Agreements under a CustomerAccount per billing cycle date defined in 'CustomerAccount.billingCycle'. _
The history of CustomerBillingInfo, Invoices and Payments is to be maintained in associated ActivityRecords.
classDiagram
class CustomerBillingInfo
Document <|-- CustomerBillingInfo
CustomerBillingInfo : activity_record
CustomerBillingInfo --> ActivityRecord : activity_record
CustomerBillingInfo : alias_name
CustomerBillingInfo : approver
CustomerBillingInfo --> Approver : approver
CustomerBillingInfo : author
CustomerBillingInfo --> Author : author
CustomerBillingInfo : author_name
CustomerBillingInfo : billing_date
CustomerBillingInfo : comment
CustomerBillingInfo : configuration_events
CustomerBillingInfo --> ConfigurationEvent : configuration_events
CustomerBillingInfo : created_date_time
CustomerBillingInfo : customer_account
CustomerBillingInfo --> CustomerAccount : customer_account
CustomerBillingInfo : description
CustomerBillingInfo : diagram_objects
CustomerBillingInfo --> DiagramObject : diagram_objects
CustomerBillingInfo : doc_status
CustomerBillingInfo --> Status : doc_status
CustomerBillingInfo : due_date
CustomerBillingInfo : editor
CustomerBillingInfo --> Editor : editor
CustomerBillingInfo : electronic_address
CustomerBillingInfo --> ElectronicAddress : electronic_address
CustomerBillingInfo : erp_invoice_line_items
CustomerBillingInfo --> ErpInvoiceLineItem : erp_invoice_line_items
CustomerBillingInfo : instance_set
CustomerBillingInfo --> InstanceSet : instance_set
CustomerBillingInfo : issuer
CustomerBillingInfo --> Issuer : issuer
CustomerBillingInfo : kind
CustomerBillingInfo --> CustomerBillingKind : kind
CustomerBillingInfo : last_modified_date_time
CustomerBillingInfo : last_payment_amt
CustomerBillingInfo --> Money : last_payment_amt
CustomerBillingInfo : last_payment_date
CustomerBillingInfo : m_rid
CustomerBillingInfo : names
CustomerBillingInfo --> Name : names
CustomerBillingInfo : out_balance
CustomerBillingInfo --> Money : out_balance
CustomerBillingInfo : properties_cimdata_object
CustomerBillingInfo --> ChangeSetMember : properties_cimdata_object
CustomerBillingInfo : pymt_plan_amt
CustomerBillingInfo --> Money : pymt_plan_amt
CustomerBillingInfo : pymt_plan_type
CustomerBillingInfo : revision_number
CustomerBillingInfo : status
CustomerBillingInfo --> Status : status
CustomerBillingInfo : subject
CustomerBillingInfo : targeting_cimdata_object
CustomerBillingInfo --> ChangeSetMember : targeting_cimdata_object
CustomerBillingInfo : title
CustomerBillingInfo : type
Inheritance
- IdentifiedObject
- Document
- CustomerBillingInfo
- Document
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| billing_date | 0..1 date |
Business date designated for the billing run which produced this CustomerBill... | direct |
| due_date | 0..1 date |
Calculated date upon which a customer billing amount is due, used in the invo... | direct |
| kind | 0..1 CustomerBillingKind |
Kind of bill customer receives | direct |
| last_payment_amt | 0..1 Money |
Amount of the last payment received from the customer | direct |
| last_payment_date | 0..1 date |
Date of the last payment received from the customer | direct |
| out_balance | 0..1 Money |
Outstanding balance on the CustomerAccount as of the statement date | direct |
| pymt_plan_amt | 0..1 Money |
Monthly amortized amount due during each billing cycle for the CustomerAccoun... | direct |
| pymt_plan_type | 0..1 String |
Type of payment plan | direct |
| customer_account | 0..1 CustomerAccount |
direct | |
| erp_invoice_line_items | 0..* ErpInvoiceLineItem |
direct | |
| 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 |
|---|---|---|---|
| CustomerAccount | customer_billing_infos | range | CustomerBillingInfo |
| ErpInvoiceLineItem | customer_billing_infos | range | CustomerBillingInfo |
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:CustomerBillingInfo |
| native | cim:CustomerBillingInfo |
LinkML Source
Direct
name: CustomerBillingInfo
description: "The creation of the monthly customer billing statements is the method\
\ employed to notify Customers of charges, adjustments and credits applied to their\
\ account for Services and Products. The actuall billing occurs through an ErpInvoice.\
\ The CustomerBillingInfo includes information from the payment, collection, meter\
\ reading, installed meter, service, site, customer, customer account, customer\
\ agreement, services and pricing subject areas. Each component price shows up as\
\ a separate line item on the ErpInvoice.\r\nThe Customer Billing Statement may\
\ include collection and account messages, marketing/civic event messages and bill\
\ inserts.\r\nOne Customer Billing Statement is produced for all Agreements under\
\ a CustomerAccount per billing cycle date defined in 'CustomerAccount.billingCycle'.\r\
\nThe history of CustomerBillingInfo, Invoices and Payments is to be maintained\
\ in associated ActivityRecords."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: Document
attributes:
billing_date:
name: billing_date
description: "Business date designated for the billing run which produced this\
\ CustomerBillingInfo. \r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.billingDate
multivalued: false
domain_of:
- CustomerBillingInfo
range: date
required: false
due_date:
name: due_date
description: "Calculated date upon which a customer billing amount is due, used\
\ in the invoicing process to determine when a Customer's Payment is delinquent.\
\ It takes into consideration the regulatory criteria and the Customer's requested\
\ due date. In the absence of a Customer requested due date, the due date is\
\ typically calculated from the regulated number of days and the 'billingDate'.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.dueDate
multivalued: false
domain_of:
- CustomerBillingInfo
- ErpInvoice
- MarketInvoice
range: date
required: false
kind:
name: kind
description: Kind of bill customer receives.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:CustomerBillingInfo.kind
multivalued: false
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: CustomerBillingKind
required: false
last_payment_amt:
name: last_payment_amt
description: Amount of the last payment received from the customer. It is retained
in the Customer Billing system, although the details of each payment are tracked
in the ERP system.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.lastPaymentAmt
multivalued: false
domain_of:
- CustomerBillingInfo
range: Money
required: false
last_payment_date:
name: last_payment_date
description: "Date of the last payment received from the customer. It is retained\
\ in the Customer Billing system, although the details of each payment are tracked\
\ in the ERP system.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.lastPaymentDate
multivalued: false
domain_of:
- CustomerBillingInfo
range: date
required: false
out_balance:
name: out_balance
description: Outstanding balance on the CustomerAccount as of the statement date.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.outBalance
multivalued: false
domain_of:
- CustomerBillingInfo
range: Money
required: false
pymt_plan_amt:
name: pymt_plan_amt
description: Monthly amortized amount due during each billing cycle for the CustomerAccount
balance for which the Payment Plan is set-up.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.pymtPlanAmt
multivalued: false
domain_of:
- CustomerBillingInfo
range: Money
required: false
pymt_plan_type:
name: pymt_plan_type
description: Type of payment plan.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.pymtPlanType
multivalued: false
domain_of:
- CustomerBillingInfo
range: string
required: false
customer_account:
name: customer_account
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:CustomerBillingInfo.CustomerAccount
multivalued: false
domain_of:
- MeterReadSchedule
- CustomerAgreement
- CustomerBillingInfo
- WorkBillingInfo
- Transaction
- ErpInvoice
- AccountNotification
range: CustomerAccount
required: false
erp_invoice_line_items:
name: erp_invoice_line_items
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.ErpInvoiceLineItems
multivalued: true
domain_of:
- CustomerBillingInfo
- ErpPayment
- UserAttribute
- ErpInvoice
range: ErpInvoiceLineItem
required: false
class_uri: cim:CustomerBillingInfo
Induced
name: CustomerBillingInfo
description: "The creation of the monthly customer billing statements is the method\
\ employed to notify Customers of charges, adjustments and credits applied to their\
\ account for Services and Products. The actuall billing occurs through an ErpInvoice.\
\ The CustomerBillingInfo includes information from the payment, collection, meter\
\ reading, installed meter, service, site, customer, customer account, customer\
\ agreement, services and pricing subject areas. Each component price shows up as\
\ a separate line item on the ErpInvoice.\r\nThe Customer Billing Statement may\
\ include collection and account messages, marketing/civic event messages and bill\
\ inserts.\r\nOne Customer Billing Statement is produced for all Agreements under\
\ a CustomerAccount per billing cycle date defined in 'CustomerAccount.billingCycle'.\r\
\nThe history of CustomerBillingInfo, Invoices and Payments is to be maintained\
\ in associated ActivityRecords."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: Document
attributes:
billing_date:
name: billing_date
description: "Business date designated for the billing run which produced this\
\ CustomerBillingInfo. \r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.billingDate
multivalued: false
alias: billing_date
owner: CustomerBillingInfo
domain_of:
- CustomerBillingInfo
range: date
required: false
due_date:
name: due_date
description: "Calculated date upon which a customer billing amount is due, used\
\ in the invoicing process to determine when a Customer's Payment is delinquent.\
\ It takes into consideration the regulatory criteria and the Customer's requested\
\ due date. In the absence of a Customer requested due date, the due date is\
\ typically calculated from the regulated number of days and the 'billingDate'.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.dueDate
multivalued: false
alias: due_date
owner: CustomerBillingInfo
domain_of:
- CustomerBillingInfo
- ErpInvoice
- MarketInvoice
range: date
required: false
kind:
name: kind
description: Kind of bill customer receives.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:CustomerBillingInfo.kind
multivalued: false
alias: kind
owner: CustomerBillingInfo
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: CustomerBillingKind
required: false
last_payment_amt:
name: last_payment_amt
description: Amount of the last payment received from the customer. It is retained
in the Customer Billing system, although the details of each payment are tracked
in the ERP system.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.lastPaymentAmt
multivalued: false
alias: last_payment_amt
owner: CustomerBillingInfo
domain_of:
- CustomerBillingInfo
range: Money
required: false
last_payment_date:
name: last_payment_date
description: "Date of the last payment received from the customer. It is retained\
\ in the Customer Billing system, although the details of each payment are tracked\
\ in the ERP system.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.lastPaymentDate
multivalued: false
alias: last_payment_date
owner: CustomerBillingInfo
domain_of:
- CustomerBillingInfo
range: date
required: false
out_balance:
name: out_balance
description: Outstanding balance on the CustomerAccount as of the statement date.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.outBalance
multivalued: false
alias: out_balance
owner: CustomerBillingInfo
domain_of:
- CustomerBillingInfo
range: Money
required: false
pymt_plan_amt:
name: pymt_plan_amt
description: Monthly amortized amount due during each billing cycle for the CustomerAccount
balance for which the Payment Plan is set-up.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.pymtPlanAmt
multivalued: false
alias: pymt_plan_amt
owner: CustomerBillingInfo
domain_of:
- CustomerBillingInfo
range: Money
required: false
pymt_plan_type:
name: pymt_plan_type
description: Type of payment plan.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.pymtPlanType
multivalued: false
alias: pymt_plan_type
owner: CustomerBillingInfo
domain_of:
- CustomerBillingInfo
range: string
required: false
customer_account:
name: customer_account
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:CustomerBillingInfo.CustomerAccount
multivalued: false
alias: customer_account
owner: CustomerBillingInfo
domain_of:
- MeterReadSchedule
- CustomerAgreement
- CustomerBillingInfo
- WorkBillingInfo
- Transaction
- ErpInvoice
- AccountNotification
range: CustomerAccount
required: false
erp_invoice_line_items:
name: erp_invoice_line_items
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CustomerBillingInfo.ErpInvoiceLineItems
multivalued: true
alias: erp_invoice_line_items
owner: CustomerBillingInfo
domain_of:
- CustomerBillingInfo
- ErpPayment
- UserAttribute
- ErpInvoice
range: ErpInvoiceLineItem
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
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: CustomerBillingInfo
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
class_uri: cim:CustomerBillingInfo