Skip to content

Commit

Permalink
debugging documentation build: add annotation for cuboid again
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Oct 27, 2023
1 parent 64c7e1e commit 3f185c7
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -10773,10 +10773,10 @@ [email protected]
<xsd:appinfo>
<sd:schemaDoc>
<ddue:summary>
<ddue:para>Cuboid</ddue:para>
<ddue:para>cst2DType</ddue:para>
</ddue:summary>
<ddue:remarks>
<ddue:para>A cuboid is defined with a default volume of 1m3.</ddue:para>
<ddue:para/>
</ddue:remarks>
</sd:schemaDoc>
</xsd:appinfo>
Expand Down Expand Up @@ -10844,6 +10844,18 @@ [email protected]
</xsd:complexType>

<xsd:complexType name="cuboidType">
<xsd:annotation>
<xsd:appinfo>
<sd:schemaDoc>
<ddue:summary>
<ddue:para>Cuboid</ddue:para>
</ddue:summary>
<ddue:remarks>
<ddue:para>A cuboid is defined with a default volume of 1m3.</ddue:para>
</ddue:remarks>
</sd:schemaDoc>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="complexBaseType">
<xsd:all>
Expand Down

0 comments on commit 3f185c7

Please sign in to comment.