Skip to content

Commit

Permalink
remove outdated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Oct 27, 2023
1 parent b12b358 commit bb7d105
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -18011,18 +18011,8 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
<xsd:appinfo>
<sd:schemaDoc>
<ddue:summary>
<ddue:para>Generic system type containing describing the basic dimensions of a system component using simple geometric shapes</ddue:para>
<ddue:para>Generic system</ddue:para>
</ddue:summary>
<ddue:remarks>
<ddue:content>
<ddue:para>The generic base types must be one of the following cone|sphere|cube|cylinder. The origin of the shapes is at the center of volume for cube, sphere and cylinder. Since the cone is constructed from a cylindric shape, its origin is at the same location as the origin of the basic cylinder, although not any longer the center of volume due to scaling of one side. While cube and sphere are symmetrical in all three axis, cylinder and cone are standing upright in the direction of cpacs z-axis. The tip of the cone is located in direction of the positive z-axis. The figure below illustrates the default position and orientation of the different shapes. Note that the cube, cylinder and sphere were moved along the x-axis for demonstration by 2, 4 and 6 meters respectively.</ddue:para>
<ddue:para>For spheres the default diameter is 1m. Cubes have a length of 1m in all three dimensions. Cylinders have a length of 1m and a diameter of 1m for the circular cross section. The cone is a cylinder with the top face scaled down to zero.
</ddue:para>
<ddue:mediaLink>
<ddue:image xlink:href="geometricBaseType"/>
</ddue:mediaLink>
</ddue:content>
</ddue:remarks>
</sd:schemaDoc>
</xsd:appinfo>
</xsd:annotation>
Expand All @@ -18031,18 +18021,17 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
<xsd:all>
<xsd:element name="name" type="stringBaseType">
<xsd:annotation>
<xsd:documentation>Name of the system component.</xsd:documentation>
<xsd:documentation>Name</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="description" minOccurs="0" type="stringBaseType">
<xsd:annotation>
<xsd:documentation>Description of the system component.</xsd:documentation>
<xsd:documentation>Description</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="components" type="componentsType"/>
</xsd:all>
<xsd:attribute name="uID" use="required" type="xsd:ID"/>
<xsd:attribute name="symmetry" type="symmetryXyXzYzType"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Expand Down

0 comments on commit bb7d105

Please sign in to comment.