Skip to content

Commit

Permalink
debugging documentation build: implement remaining docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Oct 27, 2023
1 parent b7e236d commit b12b358
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7608,6 +7608,18 @@ [email protected]
</xsd:complexType>

<xsd:complexType name="coneType">
<xsd:annotation>
<xsd:appinfo>
<sd:schemaDoc>
<ddue:summary>
<ddue:para>Cone</ddue:para>
</ddue:summary>
<ddue:remarks>
<ddue:para>A cone is defined with a default volume of 1m<ddue:superscript>3</ddue:superscript>.</ddue:para>
</ddue:remarks>
</sd:schemaDoc>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="complexBaseType">
<xsd:all>
Expand Down Expand Up @@ -11262,6 +11274,18 @@ [email protected]
</xsd:complexType>

<xsd:complexType name="cylinderType">
<xsd:annotation>
<xsd:appinfo>
<sd:schemaDoc>
<ddue:summary>
<ddue:para>Cylinder</ddue:para>
</ddue:summary>
<ddue:remarks>
<ddue:para>A cylinder is defined with a default volume of 1m<ddue:superscript>3</ddue:superscript>.</ddue:para>
</ddue:remarks>
</sd:schemaDoc>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="complexBaseType">
<xsd:all>
Expand Down Expand Up @@ -33930,6 +33954,18 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
</xsd:complexType>

<xsd:complexType name="sphereType">
<xsd:annotation>
<xsd:appinfo>
<sd:schemaDoc>
<ddue:summary>
<ddue:para>Sphere</ddue:para>
</ddue:summary>
<ddue:remarks>
<ddue:para>A sphere is defined with a default volume of 1m<ddue:superscript>3</ddue:superscript>.</ddue:para>
</ddue:remarks>
</sd:schemaDoc>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="complexBaseType">
<xsd:all>
Expand Down

0 comments on commit b12b358

Please sign in to comment.