|
12590 | 12590 | <xsd:complexContent>
|
12591 | 12591 | <xsd:extension base="complexBaseType">
|
12592 | 12592 | <xsd:all>
|
12593 |
| - <xsd:element name="a" type="doubleBaseType"> |
| 12593 | + <xsd:element name="radiusX" type="doubleBaseType"> |
12594 | 12594 | <xsd:annotation>
|
12595 |
| - <xsd:documentation>a: Radius in x-direction [m]</xsd:documentation> |
| 12595 | + <xsd:documentation>Radius in x-direction [m]</xsd:documentation> |
12596 | 12596 | </xsd:annotation>
|
12597 | 12597 | </xsd:element>
|
12598 |
| - <xsd:element name="b" minOccurs="0" type="doubleBaseType"> |
| 12598 | + <xsd:element name="radiusY" minOccurs="0" type="doubleBaseType"> |
12599 | 12599 | <xsd:annotation>
|
12600 |
| - <xsd:documentation>b: Radius in y-direction [m] (if not defined: equals a)</xsd:documentation> |
| 12600 | + <xsd:documentation>Radius in y-direction [m] (if not defined: equals radiusX)</xsd:documentation> |
12601 | 12601 | </xsd:annotation>
|
12602 | 12602 | </xsd:element>
|
12603 |
| - <xsd:element name="c" minOccurs="0" type="doubleBaseType"> |
| 12603 | + <xsd:element name="radiusZ" minOccurs="0" type="doubleBaseType"> |
12604 | 12604 | <xsd:annotation>
|
12605 |
| - <xsd:documentation>c: Radius in z-direction [m] (if not defined: equals a)</xsd:documentation> |
| 12605 | + <xsd:documentation>Radius in z-direction [m] (if not defined: equals radiusX)</xsd:documentation> |
12606 | 12606 | </xsd:annotation>
|
12607 | 12607 | </xsd:element>
|
12608 | 12608 | </xsd:all>
|
|
15482 | 15482 | <xsd:complexContent>
|
15483 | 15483 | <xsd:extension base="complexBaseType">
|
15484 | 15484 | <xsd:all>
|
15485 |
| - <xsd:element name="lowerRadius" type="doubleBaseType"> |
| 15485 | + <xsd:element name="lowerRadiusX" type="doubleBaseType"> |
15486 | 15486 | <xsd:annotation>
|
15487 |
| - <xsd:documentation>Upper radius [m]</xsd:documentation> |
| 15487 | + <xsd:documentation>Upper radius in local x-direction [m]</xsd:documentation> |
| 15488 | + </xsd:annotation> |
| 15489 | + </xsd:element> |
| 15490 | + <xsd:element name="lowerRadiusY" minOccurs="0" type="doubleBaseType"> |
| 15491 | + <xsd:annotation> |
| 15492 | + <xsd:documentation>Upper radius in local y-direction [m] (if not defined: equals lowerRadiusX)</xsd:documentation> |
15488 | 15493 | </xsd:annotation>
|
15489 | 15494 | </xsd:element>
|
15490 | 15495 | <xsd:element name="height" type="doubleBaseType">
|
15491 | 15496 | <xsd:annotation>
|
15492 | 15497 | <xsd:documentation>Height [m]</xsd:documentation>
|
15493 | 15498 | </xsd:annotation>
|
15494 | 15499 | </xsd:element>
|
15495 |
| - <xsd:element name="upperRadius" minOccurs="0" type="doubleBaseType"> |
| 15500 | + <xsd:element name="upperRadiusX" minOccurs="0" type="doubleBaseType"> |
| 15501 | + <xsd:annotation> |
| 15502 | + <xsd:documentation>Upper radius in local x-direction [m] (if not defined: equals lowerRadiusX)</xsd:documentation> |
| 15503 | + </xsd:annotation> |
| 15504 | + </xsd:element> |
| 15505 | + <xsd:element name="upperRadiusY" minOccurs="0" type="doubleBaseType"> |
15496 | 15506 | <xsd:annotation>
|
15497 |
| - <xsd:documentation>Upper radius [m] (if not defined: equals lowerRadius)</xsd:documentation> |
| 15507 | + <xsd:documentation>Upper radius in local y-direction [m] (if not defined: equals lowerRadiusX)</xsd:documentation> |
15498 | 15508 | </xsd:annotation>
|
15499 | 15509 | </xsd:element>
|
15500 | 15510 | </xsd:all>
|
@@ -27026,35 +27036,35 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
|
27026 | 27036 | <xsd:complexContent>
|
27027 | 27037 | <xsd:extension base="complexBaseType">
|
27028 | 27038 | <xsd:sequence>
|
27029 |
| - <xsd:element name="a" type="doubleBaseType"> |
| 27039 | + <xsd:element name="length" type="doubleBaseType"> |
27030 | 27040 | <xsd:annotation>
|
27031 |
| - <xsd:documentation>Length [m]</xsd:documentation> |
| 27041 | + <xsd:documentation>Length (in local x-direction) [m]</xsd:documentation> |
27032 | 27042 | </xsd:annotation>
|
27033 | 27043 | </xsd:element>
|
27034 |
| - <xsd:element name="b" type="doubleBaseType"> |
| 27044 | + <xsd:element name="width" type="doubleBaseType"> |
27035 | 27045 | <xsd:annotation>
|
27036 |
| - <xsd:documentation>Width [m]</xsd:documentation> |
| 27046 | + <xsd:documentation>Width (in local y-direction) [m]</xsd:documentation> |
27037 | 27047 | </xsd:annotation>
|
27038 | 27048 | </xsd:element>
|
27039 |
| - <xsd:element name="c" type="doubleBaseType"> |
| 27049 | + <xsd:element name="height" type="doubleBaseType"> |
27040 | 27050 | <xsd:annotation>
|
27041 |
| - <xsd:documentation>Height [m]</xsd:documentation> |
| 27051 | + <xsd:documentation>Height (in local z-direction) [m]</xsd:documentation> |
27042 | 27052 | </xsd:annotation>
|
27043 | 27053 | </xsd:element>
|
27044 | 27054 | <xsd:sequence minOccurs="0">
|
27045 | 27055 | <xsd:element name="alpha" type="doubleBaseType">
|
27046 | 27056 | <xsd:annotation>
|
27047 |
| - <xsd:documentation>Angle between b and c [deg]</xsd:documentation> |
| 27057 | + <xsd:documentation>Angle between edges in width and height direction (default: 90deg) [deg]</xsd:documentation> |
27048 | 27058 | </xsd:annotation>
|
27049 | 27059 | </xsd:element>
|
27050 | 27060 | <xsd:element name="beta" type="doubleBaseType">
|
27051 | 27061 | <xsd:annotation>
|
27052 |
| - <xsd:documentation>Angle between a and c [deg]</xsd:documentation> |
| 27062 | + <xsd:documentation>Angle between edges in length and height direction (default: 90deg) [deg]</xsd:documentation> |
27053 | 27063 | </xsd:annotation>
|
27054 | 27064 | </xsd:element>
|
27055 | 27065 | <xsd:element name="gamma" type="doubleBaseType">
|
27056 | 27066 | <xsd:annotation>
|
27057 |
| - <xsd:documentation>Angle between a and b [deg]</xsd:documentation> |
| 27067 | + <xsd:documentation>Angle between edges in length and width direction (default: 90deg) [deg]</xsd:documentation> |
27058 | 27068 | </xsd:annotation>
|
27059 | 27069 | </xsd:element>
|
27060 | 27070 | </xsd:sequence>
|
|
0 commit comments