ProcessDocumentation

Properties

@type

Inherited from Entity.@type

completenessDescription

creationDate

dataCollectionDescription

dataDocumentor

dataGenerator

dataSelectionDescription

dataSetOwner

dataTreatmentDescription

geographyDescription

intendedApplication

inventoryMethodDescription

isCopyrightProtected

modelingConstantsDescription

projectDescription

publication

restrictionsDescription

reviewDetails

reviewer

samplingDescription

sources

  • Type: List of Ref of Source
  • Proto-Index: 21

technologyDescription

timeDescription

validFrom

validUntil

Python class stub

The snippet below shows the names of the properties of the corresponding Python class of the olca-schema package. Note that this is not the full class definition but just shows the names of the class and its properties.


@dataclass
class ProcessDocumentation:
  completeness_description: str
  creation_date: str
  data_collection_description: str
  data_documentor: Ref
  data_generator: Ref
  data_selection_description: str
  data_set_owner: Ref
  data_treatment_description: str
  geography_description: str
  intended_application: str
  inventory_method_description: str
  is_copyright_protected: bool
  modeling_constants_description: str
  project_description: str
  publication: Ref
  restrictions_description: str
  review_details: str
  reviewer: Ref
  sampling_description: str
  sources: List[Ref]
  technology_description: str
  time_description: str
  valid_from: str
  valid_until: str