__init__(self,
revisionNumber='',
subject='',
createdDateTime='',
title='',
category='',
lastModifiedDateTime='',
electronicAddress=None,
status=None,
ActivityRecords=None,
docStatus=None,
Measurements=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'Document' instance.
- Parameters:
revisionNumber - Revision number for this document.
subject - Document subject.
createdDateTime - Date and time that this document was created.
title - Document title.
category - Utility-specific categorisation of this document, according to
their corporate standards, practices, and existing IT systems
(e.g., for management of assets, maintenance, work, outage,
customers, etc.).
lastModifiedDateTime - Date and time this document was last modified. Documents may
potentially be modified many times during their lifetime.
electronicAddress - Electronic address.
status - Status of subject matter (e.g., Agreement, Work) this document
represents. For status of the document itself, use 'docStatus'
attribute.
ActivityRecords - All activity records created for this document.
docStatus - Status of this document. For status of subject matter this
document represents (e.g., Agreement, Work), use 'status'
attribute. Example values for 'docStatus.status' are draft,
approved, cancelled, etc.
Measurements - Measurements are specified in types of documents, such as
procedures.
- Overrides:
object.__init__
|