diagram | |||
namespace | http://www.fixm.aero/flight/4.2 | ||
children | fx:colour fx:covered fx:extension fx:number fx:totalCapacity | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="DinghiesType"> <xs:annotation> <xs:documentation>Dinghy information including total capacity in persons of all dinghies carried, indicator if dinghies are covered, their colours and number. [ICAO Doc 4444, Appendix 2, ITEM 19 D]</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="colour" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The colour of the dinghies carried by the aircraft. [FIXM]</xs:documentation> </xs:annotation> </xs:element> <xs:element name="covered" type="fx:DinghyCoverIndicatorType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation> Indication of the covered/uncovered nature of the dinghies carried by the aircraft.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="extension" type="fb:DinghiesExtensionType" nillable="true" minOccurs="0" maxOccurs="2000"> <xs:annotation> <xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="number" type="fb:CountType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The number of dinghies carried by the aircraft. [adapted from ICAO Doc 4444, Appendix 2, ITEM 19 D/]</xs:documentation> </xs:annotation> </xs:element> <xs:element name="totalCapacity" type="fb:CountPositiveType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Total capacity, in persons, of all dinghies carried. [ICAO Doc 4444, Appendix 2, ITEM 19 D/]</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | http://www.fixm.aero/flight/4.2 | |||||||||
type | fb:CharacterStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="colour" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The colour of the dinghies carried by the aircraft. [FIXM]</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||
type | fx:DinghyCoverIndicatorType | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="covered" type="fx:DinghyCoverIndicatorType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation> Indication of the covered/uncovered nature of the dinghies carried by the aircraft.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||
type | fb:DinghiesExtensionType | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="extension" type="fb:DinghiesExtensionType" nillable="true" minOccurs="0" maxOccurs="2000"> <xs:annotation> <xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||
type | fb:CountType | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="number" type="fb:CountType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The number of dinghies carried by the aircraft. [adapted from ICAO Doc 4444, Appendix 2, ITEM 19 D/]</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||
type | fb:CountPositiveType | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="totalCapacity" type="fb:CountPositiveType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Total capacity, in persons, of all dinghies carried. [ICAO Doc 4444, Appendix 2, ITEM 19 D/]</xs:documentation> </xs:annotation> </xs:element> |