Changes in version 2
New types
The following new types were added to the schema:
EpdParameterRedefSetResultImpactResultFlowResult
New fields
The following fields were added to existing classes:
| class | field | type |
|---|---|---|
AllocationFactor | formula | string |
Exchange | location | Ref[Location] |
ImpactCategory | code | string |
ImpactCategory | parameters | List[Parameter |
ImpactCategory | source | Ref[Source] |
ImpactFactor | location | Ref[Location] |
ImpactMethod | code | string |
ImpactMethod | source | Ref[Source] |
ParameterRedef | isProtected | boolean |
ProductSystem | parameterSets | List[ParameterRedefSet] |
Project | isWithCosts | boolean |
Project | isWithRegionalization | boolean |
ProjectVariant | description | string |
ProjectVariant | isDisabled | boolean |
Renamed fields
| class | old name | new name |
|---|---|---|
Currency | referenceCurrency | refCurrency |
Exchange | avoidedProduct | isAvoidedProduct |
Exchange | input | isInput |
Exchange | quantitativeReference | isQuantitativeReference |
Flow | infrastructureFlow | isInfrastructureFlow |
FlowPropertyFactor | referenceFlowProperty | isRefFlowProperty |
ImpactCategory | referenceUnitName | refUnit |
Parameter | inputParameter | isIputParameter |
Process | infrastructureProcess | isInfrastructureProcess |
ProcessDocumentation | copyright | isCopyrightProtected |
ProductSystem | referenceExchange | refExchange |
ProductSystem | referenceProcess | refProcess |
Unit | referenceUnit | isRefUnit |
Type changes
- the field
categoryinRootEntityis now a string of the full category path instead of a reference to a category - the abstract class
RootEntitywas renamed toRefEntity; the abstract classCategorizedEntitytoRootEntity
Removed fields
The following fields were removed:
| class | field |
|---|---|
ImpactMethod | parameterMean |
ImpactMethod | parameters |
ImpactMethod | parameters |
Parameter | externalSource |
Parameter | sourceType |
ProcessLink | isSystemLink |
ProductSystem | parameterRedefs |
ProductSystem | parameterRedefs |
Project | creationDate |
Project | functionalUnit |
Project | goal |
Project | lastModificationDate |
Project | author |
Uncertainty | geomMeanFormula |
Uncertainty | geomSdFormula |
Uncertainty | maximumFormula |
Uncertainty | meanFormula |
Uncertainty | minimumFormula |
Uncertainty | modeFormula |
Uncertainty | sdFormula |