Skip to content

Commit

Permalink
implement n2EmissionIndex (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Nov 13, 2023
1 parent 1d27c9e commit 4b8856e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -6275,6 +6275,7 @@ [email protected]
<xsd:restriction base="stringBaseType">
<xsd:enumeration value="kerosene"/>
<xsd:enumeration value="hydrogen"/>
<xsd:enumeration value="ammonia"/>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
Expand All @@ -6299,6 +6300,11 @@ [email protected]
<xsd:documentation>H2O emission index</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="n2EmissionIndex" minOccurs="0" type="doubleBaseType">
<xsd:annotation>
<xsd:documentation>N2 emission index</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="energySpecificCost" minOccurs="0" type="doubleBaseType">
<xsd:annotation>
<xsd:documentation>Energy specific cost</xsd:documentation>
Expand Down

0 comments on commit 4b8856e

Please sign in to comment.