ProcessDocumentation
Properties
@type
Inherited from Entity.@type
- Type:
string
(external doc) - Proto-Index: 1
completenessDescription
- Type:
string
(external doc) - Proto-Index: 2
creationDate
- Type:
dateTime
(external doc) - Proto-Index: 3
dataCollectionDescription
- Type:
string
(external doc) - Proto-Index: 4
dataDocumentor
dataGenerator
dataSelectionDescription
- Type:
string
(external doc) - Proto-Index: 7
dataSetOwner
dataTreatmentDescription
- Type:
string
(external doc) - Proto-Index: 9
geographyDescription
- Type:
string
(external doc) - Proto-Index: 10
intendedApplication
- Type:
string
(external doc) - Proto-Index: 11
inventoryMethodDescription
- Type:
string
(external doc) - Proto-Index: 12
isCopyrightProtected
- Type:
boolean
(external doc) - Proto-Index: 13
modelingConstantsDescription
- Type:
string
(external doc) - Proto-Index: 14
projectDescription
- Type:
string
(external doc) - Proto-Index: 15
publication
restrictionsDescription
- Type:
string
(external doc) - Proto-Index: 17
samplingDescription
- Type:
string
(external doc) - Proto-Index: 20
sources
technologyDescription
- Type:
string
(external doc) - Proto-Index: 22
timeDescription
- Type:
string
(external doc) - Proto-Index: 23
validFrom
- Type:
date
(external doc) - Proto-Index: 24
validUntil
- Type:
date
(external doc) - Proto-Index: 25
useAdvice
- Type:
string
(external doc) - Proto-Index: 26
flowCompleteness
- Type:
List
of AspectValue - Proto-Index: 27
complianceDeclarations
- Type:
List
of ComplianceDeclaration - Proto-Index: 28
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