controlSurfacesType

complexType · extension complexBaseType · all

Control surfaces of a component segment

The movable parts of the wing that the component segment carries: leading edge devices such as slats (leadingEdgeDevices), trailing edge devices such as flaps and ailerons (trailingEdgeDevices) and spoilers (spoilers). They are positioned in the relative coordinates η and ξ of the component segment (componentSegmentType).

All control surfaces are described in the same way:

Top view of a wing with a flap at the trailing edge inboard of the kink, a spoiler in front of it and a slat at the leading edge outboard of the kink; the leading and trailing edge points of the inner and outer border of the flap are marked

The figure shows the flap, the slat and the spoiler of the example below in the top view, and the points of the chord surface that define the inner and the outer border of the flap.

Example

The control surfaces of the component segment of the wing shown in wingType; each control surface is shown in the documentation of its type:

<componentSegment uID="Wing_componentSegment">
    ...
    <controlSurfaces>
        <leadingEdgeDevices>
            <leadingEdgeDevice uID="Wing_slat">
                ...
            </leadingEdgeDevice>
        </leadingEdgeDevices>
        <trailingEdgeDevices>
            <trailingEdgeDevice uID="Wing_flap">
                ...
            </trailingEdgeDevice>
        </trailingEdgeDevices>
        <spoilers>
            <spoiler uID="Wing_spoiler">
                ...
            </spoiler>
        </spoilers>
    </controlSurfaces>
</componentSegment>
Slat, flap and spoiler of a component segment

Attributes

NameTypeConstraintsUseDefaultDescription
@externalDataDirectoryxsd:stringoptionalDirectory of the external data file
@externalDataNodePathxsd:stringoptionalPath of the node inside the external data file
@externalFileNamexsd:stringoptionalName of the external data file

Child elements

NameTypeConstraintsOccurrenceHow often the element may appear at this place. The schema writes it as minOccurs and maxOccurs on the declaration.DefaultDescription
allThe children below may appear in any order. Each may appear at most once.
leadingEdgeDevicesleadingEdgeDevicesType[0..1] optionalLeading edge devices, e.g. slats
trailingEdgeDevicestrailingEdgeDevicesType[0..1] optionalTrailing edge devices, e.g. flaps and ailerons
spoilersspoilersType[0..1] optionalSpoilers

Used by

In a dataset · 3 paths

In the schema · 1 declaration

TypeName
componentSegmentTypecontrolSurfaces