| diagram | ![]() |
||||||||||||||||||||||
| type | extension of rootType | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| source | <xs:complexType name="VectoringNozzleSystemType" abstract="false"> <xs:annotation> <xs:appinfo>Operational data for describing the vectoring nozzle systems Section 6.2.96</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="horizontalDeflectionAngle" type="xs:float"> <xs:annotation> <xs:appinfo>In degrees</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="verticalDeflectionAngle" type="xs:float"> <xs:annotation> <xs:appinfo>In degrees</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
| type | xs:float | ||
| annotation |
|
||
| source | <xs:attribute name="horizontalDeflectionAngle" type="xs:float"> <xs:annotation> <xs:appinfo>In degrees</xs:appinfo> </xs:annotation> </xs:attribute> |
| type | xs:float | ||
| annotation |
|
||
| source | <xs:attribute name="verticalDeflectionAngle" type="xs:float"> <xs:annotation> <xs:appinfo>In degrees</xs:appinfo> </xs:annotation> </xs:attribute> |