Skip to content

Commit

Permalink
debugging documentation build: add defaults again
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Oct 27, 2023
1 parent 46765d7 commit 930d4b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -10828,17 +10828,17 @@ [email protected]
<xsd:complexContent>
<xsd:extension base="complexBaseType">
<xsd:all>
<xsd:element name="length" minOccurs="0" type="doubleBaseType">
<xsd:element name="length" minOccurs="0" default="1" type="doubleBaseType">
<xsd:annotation>
<xsd:documentation>Length (default=1) [m]</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="width" minOccurs="0" type="doubleBaseType">
<xsd:element name="width" minOccurs="0" default="1" type="doubleBaseType">
<xsd:annotation>
<xsd:documentation>Width (default=1) [m]</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="height" minOccurs="0" type="doubleBaseType">
<xsd:element name="height" minOccurs="0" default="1" type="doubleBaseType">
<xsd:annotation>
<xsd:documentation>Height (default=1) [m]</xsd:documentation>
</xsd:annotation>
Expand Down

0 comments on commit 930d4b1

Please sign in to comment.