diagram | ![]() |
||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="PropulsionSystemDataType" abstract="false"> <xs:annotation> <xs:appinfo>contains information describing the propulsion systems of the entity. This information shall be provided for each active propulsion system defined. Section 6.2.68 </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="powerSetting" type="xs:float"> <xs:annotation> <xs:appinfo>powerSetting</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="engineRpm" type="xs:float"> <xs:annotation> <xs:appinfo>engine RPMs</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:float | ||
annotation |
|
||
source | <xs:attribute name="powerSetting" type="xs:float"> <xs:annotation> <xs:appinfo>powerSetting</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:float | ||
annotation |
|
||
source | <xs:attribute name="engineRpm" type="xs:float"> <xs:annotation> <xs:appinfo>engine RPMs</xs:appinfo> </xs:annotation> </xs:attribute> |