| Name | Type | Constraints | OccurrenceHow often the element may appear at this place. The schema writes it as minOccurs and maxOccurs on the declaration. | Default | Description |
|---|
| sequenceThe children below must appear in exactly this order. Each may repeat as often as its own occurrence allows. | |
name | stringBaseType | | [1..1] required | | Name |
description | stringBaseType | | [0..1] optional | | Description |
flightPerformanceReqUID | stringUIDBaseType | | [1..1] required | | UID of flight performance requirement |
| choiceExactly one of the alternatives below may appear, unless the occurrence next to this line says otherwise. | |
takeoff | flightPerformanceTakeoffType | | [1..1] required | | Take-off performance |
landing | flightPerformanceLandingType | | [1..1] required | | Landing performance |
turn | flightPerformanceTurnType | | [1..1] required | | Turn performance |
levelFlight | flightPerformanceLevelType | | [1..1] required | | Level flight performance |