Skip to content

Commit

Permalink
add transmissionType to connection (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Oct 23, 2023
1 parent bad9711 commit f0ffa47
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7800,6 +7800,22 @@ [email protected]
<xsd:documentation>Description</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="transmissionType">
<xsd:annotation>
<xsd:documentation>Transmittion type of the connection.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:restriction base="stringBaseType">
<xsd:enumeration value="massFlow"/>
<xsd:enumeration value="heatFlow"/>
<xsd:enumeration value="electricPower"/>
<xsd:enumeration value="mechanicalPower"/>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="source" type="sourceTargetType"/>
<xsd:element name="target" type="sourceTargetType"/>
</xsd:all>
Expand Down

0 comments on commit f0ffa47

Please sign in to comment.