Skip to content

Commit

Permalink
link performanceMaps in controllabilityReqs and trimReqs (closes #697)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Mar 26, 2021
1 parent 9e5bc22 commit 3e0e1fb
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -20852,11 +20852,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element minOccurs="0" name="performanceMaps" type="performanceMapSelectionType">
<xsd:annotation>
<xsd:documentation>Selection of performance maps to be used for the evaluation of this model</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="performanceMaps" type="performanceMapSelectionType"/>
</xsd:sequence>
<xsd:attribute name="uID" type="xsd:ID" use="required"/>
</xsd:extension>
Expand All @@ -20868,7 +20864,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
<xsd:appinfo>
<sd:schemaDoc>
<ddue:summary>
<ddue:para>Selection of performance maps which are being applied for missions</ddue:para>
<ddue:para>Selection of performance maps</ddue:para>
</ddue:summary>
</sd:schemaDoc>
</xsd:appinfo>
Expand Down Expand Up @@ -33289,16 +33285,17 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
<xsd:documentation>UID of point performance description</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="weightAndBalanceUID" type="stringUIDBaseType">
<xsd:element name="weightAndBalanceUID" minOccurs="0" type="stringUIDBaseType">
<xsd:annotation>
<xsd:documentation>UID of weight and balance description</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="configurationUID" type="stringUIDBaseType">
<xsd:element name="configurationUID" minOccurs="0" type="stringUIDBaseType">
<xsd:annotation>
<xsd:documentation>UID of aircraft model configuration (aircraft/model/configurations/configuration)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="performanceMaps" type="performanceMapSelectionType"/>
</xsd:all>
<xsd:attribute name="uID" type="xsd:ID" use="required">
</xsd:attribute>
Expand Down Expand Up @@ -33342,6 +33339,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
<xsd:documentation>UID of configuration description</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="performanceMaps" type="performanceMapSelectionType"/>
</xsd:all>
<xsd:attribute name="uID" type="xsd:ID"/>
</xsd:complexType>
Expand Down

0 comments on commit 3e0e1fb

Please sign in to comment.