spoilerType

complexType · extension complexBaseType · all

Movable part in the upper surface of the wing

A spoiler is defined by its outerShape in the component segment (controlSurfaceOuterShapeSpoilerType); its upper surface is part of the upper surface of the wing. Its path describes how it is deflected (see controlSurfacePathType). structure describes its own structure, built like the structure of the wing; wingCutOut is not intended for spoilers (controlSurfaceWingCutOutType). A spoiler is only rotated about its hinge line; its hinge points are not translated. tracks and actuators describe the mechanical links to the component segment (controlSurfaceTrackTypeType, controlSurfaceActuatorType).

Example

The spoiler of the example in controlSurfacesType; the outer border is defined like the inner one:

<spoiler uID="Wing_spoiler">
    <name>Inner spoiler</name>
    <parentUID>Wing_componentSegment</parentUID>
    <outerShape>
        <innerBorder>
            <etaLE>
                <eta>0.17</eta>
                <referenceUID>Wing_componentSegment</referenceUID>
            </etaLE>
            <xsiLE>
                <xsi>0.55</xsi>
                <referenceUID>Wing_componentSegment</referenceUID>
            </xsiLE>
            <xsiTE>
                <xsi>0.69</xsi>
                <referenceUID>Wing_componentSegment</referenceUID>
            </xsiTE>
            <relHeightLE>0.8</relHeightLE>
        </innerBorder>
        <outerBorder>
        ...
    </outerBorder>
    </outerShape>
    <path>
        <innerHingePoint>
            <hingeXsi>0.56</hingeXsi>
            <hingeRelHeight>0.95</hingeRelHeight>
        </innerHingePoint>
        <outerHingePoint>
            <hingeXsi>0.57</hingeXsi>
            <hingeRelHeight>0.95</hingeRelHeight>
        </outerHingePoint>
        <steps>
            <step>
                <controlParameter>0</controlParameter>
                <hingeLineRotation>0</hingeLineRotation>
            </step>
            <step>
                <controlParameter>1</controlParameter>
                <hingeLineRotation>-45</hingeLineRotation>
            </step>
        </steps>
    </path>
</spoiler>
Spoiler rotating up by 45°

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
@uIDxsd:IDrequiredUID

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.
namestringBaseType[1..1] requiredName
descriptionstringBaseType[0..1] optionalDescription
parentUIDstringUIDBaseType[1..1] requiredParent: the component segment
outerShapecontrolSurfaceOuterShapeSpoilerType[1..1] requiredOuter shape
wingCutOutcontrolSurfaceWingCutOutType[0..1] optionalCut-out in the wing for the spoiler
structurewingComponentSegmentStructureType[0..1] optionalStructure
pathcontrolSurfacePathType[1..1] requiredDeflection path
trackscontrolSurfaceTracksType[0..1] optionalTracks guiding the spoiler
actuatorscontrolSurfaceActuatorsType[0..1] optionalActuators that are not part of a track

Used by

In a dataset · 3 paths

In the schema · 1 declaration

TypeName
spoilersTypespoiler