-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
93 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5094,25 +5094,6 @@ [email protected] | |
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="breakdownDataTrajectoryType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>System breakdown data</ddue:para> | ||
</ddue:summary> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
<xsd:complexContent> | ||
<xsd:extension base="complexBaseType"> | ||
<xsd:sequence> | ||
<xsd:element name="powerFlow" maxOccurs="unbounded" type="powerFlowTrajectoryType"/> | ||
</xsd:sequence> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="breakdownDataType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
|
@@ -29376,30 +29357,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume | |
<xsd:extension base="complexBaseType"> | ||
<xsd:sequence> | ||
<xsd:element name="staticCases" minOccurs="0" type="staticCasesType"/> | ||
<xsd:element name="trajectoryCases" minOccurs="0" type="trajectoryCasesType"/> | ||
</xsd:sequence> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="powerBreakdownTrajectorySpecificationType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>Specification of the power breakdown case</ddue:para> | ||
</ddue:summary> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
<xsd:complexContent> | ||
<xsd:extension base="complexBaseType"> | ||
<xsd:sequence> | ||
<xsd:element name="trajectoryUID" type="stringUIDBaseType"> | ||
<xsd:annotation> | ||
<xsd:documentation>UID of the corresponding trajectory</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:element> | ||
<xsd:element name="transientCases" minOccurs="0" type="transientCasesType"/> | ||
</xsd:sequence> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
|
@@ -36400,56 +36358,6 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume | |
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="trajectoryCasesType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>Power breakdowns</ddue:para> | ||
</ddue:summary> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
<xsd:complexContent> | ||
<xsd:extension base="complexBaseType"> | ||
<xsd:sequence> | ||
<xsd:element name="trajectoryCase" maxOccurs="unbounded" type="trajectoryCaseType"/> | ||
</xsd:sequence> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="trajectoryCaseType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>Power breakdown case along a trajectory</ddue:para> | ||
</ddue:summary> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
<xsd:complexContent> | ||
<xsd:extension base="complexBaseType"> | ||
<xsd:all> | ||
<xsd:element name="name" type="stringBaseType"> | ||
<xsd:annotation> | ||
<xsd:documentation>Name</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:element> | ||
<xsd:element name="description" minOccurs="0" type="stringBaseType"> | ||
<xsd:annotation> | ||
<xsd:documentation>Description</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:element> | ||
<xsd:element name="specification" type="powerBreakdownTrajectorySpecificationType"/> | ||
<xsd:element name="powerBreakdownData" type="breakdownDataTrajectoryType"/> | ||
</xsd:all> | ||
<xsd:attribute name="uID" type="xsd:ID"/> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="trajectoryGlobalType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
|
@@ -36686,6 +36594,98 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume | |
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="transientBreakdownDataType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>System breakdown data</ddue:para> | ||
</ddue:summary> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
<xsd:complexContent> | ||
<xsd:extension base="complexBaseType"> | ||
<xsd:sequence> | ||
<xsd:element name="powerFlow" maxOccurs="unbounded" type="powerFlowTrajectoryType"/> | ||
</xsd:sequence> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="transientCaseSpecificationType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>Specification of the power breakdown case</ddue:para> | ||
</ddue:summary> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
<xsd:complexContent> | ||
<xsd:extension base="complexBaseType"> | ||
<xsd:sequence> | ||
<xsd:element name="trajectoryUID" type="stringUIDBaseType"> | ||
<xsd:annotation> | ||
<xsd:documentation>UID of the corresponding trajectory</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:element> | ||
</xsd:sequence> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="transientCasesType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>Power breakdowns</ddue:para> | ||
</ddue:summary> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
<xsd:complexContent> | ||
<xsd:extension base="complexBaseType"> | ||
<xsd:sequence> | ||
<xsd:element name="transientCase" maxOccurs="unbounded" type="transientCaseType"/> | ||
</xsd:sequence> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="transientCaseType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>Power breakdown case along a trajectory</ddue:para> | ||
</ddue:summary> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
<xsd:complexContent> | ||
<xsd:extension base="complexBaseType"> | ||
<xsd:all> | ||
<xsd:element name="name" type="stringBaseType"> | ||
<xsd:annotation> | ||
<xsd:documentation>Name</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:element> | ||
<xsd:element name="description" minOccurs="0" type="stringBaseType"> | ||
<xsd:annotation> | ||
<xsd:documentation>Description</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:element> | ||
<xsd:element name="specification" type="transientCaseSpecificationType"/> | ||
<xsd:element name="powerBreakdownData" type="transientBreakdownDataType"/> | ||
</xsd:all> | ||
<xsd:attribute name="uID" type="xsd:ID"/> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="transmissionGearRatioType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
|