Skip to content

Commit

Permalink
assign genericCostType to costHydraulicSystemsType elements (closes #811
Browse files Browse the repository at this point in the history
)
  • Loading branch information
MarAlder committed Aug 8, 2023
1 parent 3b8c7a5 commit 74969ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -9184,9 +9184,9 @@ [email protected]
<xsd:complexContent>
<xsd:extension base="complexBaseType">
<xsd:sequence>
<xsd:element name="costDescription" type="xsd:string">
<xsd:element name="costDescription" type="genericCostType">
</xsd:element>
<xsd:element name="hydraulicSystem" minOccurs="0" maxOccurs="unbounded" type="xsd:string">
<xsd:element name="hydraulicSystem" minOccurs="0" maxOccurs="unbounded" type="genericCostType">
</xsd:element>
</xsd:sequence>
</xsd:extension>
Expand Down

0 comments on commit 74969ab

Please sign in to comment.