ProcessDocumentation

Properties

@type

Inherited from Entity.@type

completenessDescription

creationDate

dataCollectionDescription

dataDocumentor

dataGenerator

dataSelectionDescription

dataSetOwner

dataTreatmentDescription

geographyDescription

intendedApplication

inventoryMethodDescription

isCopyrightProtected

modelingConstantsDescription

projectDescription

publication

restrictionsDescription

samplingDescription

sources

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

technologyDescription

timeDescription

validFrom

validUntil

useAdvice

flowCompleteness

complianceDeclarations

reviews

  • Type: List of Review
  • Proto-Index: 29

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
  compliance_declarations: List[ComplianceDeclaration]
  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
  flow_completeness: List[AspectValue]
  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
  reviews: List[Review]
  sampling_description: str
  sources: List[Ref]
  technology_description: str
  time_description: str
  use_advice: str
  valid_from: str
  valid_until: str