Skip to content

Commit

Permalink
system elements mass: make uID optional (closes #833)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Jun 20, 2024
1 parent b3587ae commit 54a2320
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 @@ -8279,11 +8279,11 @@ cpacs@dlr.de
</ddue:summary>
<ddue:remarks>
<ddue:content>
<ddue:para>The deflection path of a control surface is described with respect to two hinge points -
<ddue:para>The deflection path of a control surface is described with respect to two hinge points -
one at the inner border of the control surface and one at the outer border of the control surface.
These two points are defined by the xsi and relative height coordinates of the parent.
In addition, a translation (with respect to the wing coordinate system) can be applied.
Therefore they can also be defined outside of the control surface.
Therefore they can also be defined outside of the control surface.
These two points define the hinge line, which is a straight line between them.
</ddue:para>
<ddue:para>An example is shown below:</ddue:para>
Expand Down Expand Up @@ -12543,7 +12543,7 @@ cpacs@dlr.de
</xsd:element>
<xsd:element name="massInertia" minOccurs="0" type="massInertiaType"/>
</xsd:sequence>
<xsd:attribute name="uID" use="required" type="xsd:ID"/>
<xsd:attribute name="uID" type="xsd:ID"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Expand Down

0 comments on commit 54a2320

Please sign in to comment.