leadingEdgeDeviceType

complexType · extension complexBaseType · all

Movable part at the leading edge of the wing, e.g. a slat

A leading edge device is defined by its outerShape in the component segment (controlSurfaceOuterShapeLeadingEdgeType); its leading edge is the leading edge of the wing. Its path describes how it is deflected (see controlSurfacePathType). wingCutOut defines the part of the wing that is removed for the control surface (controlSurfaceWingCutOutType), and structure its own structure, built like the structure of the wing. tracks and actuators describe the mechanical links to the component segment (controlSurfaceTrackTypeType, controlSurfaceActuatorType).

Example

The slat of the example in controlSurfacesType. Its rear side is hollow, and it moves forward and down; the outer border is defined like the inner one:

<leadingEdgeDevice uID="Wing_slat">
    <name>Outer slat</name>
    <parentUID>Wing_componentSegment</parentUID>
    <outerShape>
        <innerBorder>
            <etaLE>
                <eta>0.45</eta>
                <referenceUID>Wing_componentSegment</referenceUID>
            </etaLE>
            <xsiTEUpper>0.15</xsiTEUpper>
            <xsiTELower>0.1</xsiTELower>
            <innerShape>
                <relHeightTE>0.4</relHeightTE>
                <xsiTE>0.07</xsiTE>
            </innerShape>
        </innerBorder>
        <outerBorder>
        ...
    </outerBorder>
    </outerShape>
    <path>
        <innerHingePoint>
            <hingeXsi>0.05</hingeXsi>
            <hingeRelHeight>0.5</hingeRelHeight>
        </innerHingePoint>
        <outerHingePoint>
            <hingeXsi>0.05</hingeXsi>
            <hingeRelHeight>0.5</hingeRelHeight>
        </outerHingePoint>
        <steps>
            <step>
                <controlParameter>0</controlParameter>
                <hingeLineRotation>0</hingeLineRotation>
            </step>
            <step>
                <controlParameter>1</controlParameter>
                <innerHingeTranslation>
                    <x>-0.3</x>
                    <y>0</y>
                    <z>-0.15</z>
                </innerHingeTranslation>
                <outerHingeTranslation>
                    <x>-0.3</x>
                    <z>-0.15</z>
                </outerHingeTranslation>
                <hingeLineRotation>-20</hingeLineRotation>
            </step>
        </steps>
    </path>
</leadingEdgeDevice>
Slat with a hollow rear side and a deflection path

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
outerShapecontrolSurfaceOuterShapeLeadingEdgeType[1..1] requiredOuter shape
wingCutOutcontrolSurfaceWingCutOutType[0..1] optionalCut-out in the wing for the leading edge device
structurewingComponentSegmentStructureType[0..1] optionalStructure
pathcontrolSurfacePathType[1..1] requiredDeflection path
trackscontrolSurfaceTracksType[0..1] optionalTracks guiding the leading edge device
actuatorscontrolSurfaceActuatorsType[0..1] optionalActuators that are not part of a track

Used by

In a dataset · 3 paths

In the schema · 1 declaration

TypeName
leadingEdgeDevicesTypeleadingEdgeDevice