wingCutOutType

complexType · extension complexBaseType · sequence

Opening in a shell of the wing

The skin of the side named in cutOutSides — the upper shell, the lower shell or both — is taken away over the region of the cut-out. The spars, ribs and stringers that run through the region are not affected; where they have to make way, their own borders say so.

The region is bounded like a cell of a shell: a border at its leading and one at its trailing edge (cellPositioningChordwiseType) and one at its inner and one at its outer end (cellPositioningSpanwiseType). Each of them is given by relative coordinates, by a spar or by a rib, and the corners of the region are the points where the borders meet.

This cut-out belongs to the structure of the wing. The cut-out that makes room for a control surface is defined at the device itself and takes away a part of the wing including its outer shape (see controlSurfaceWingCutOutType).

Example

An inspection opening in the lower shell of the example, between two relative chordwise and two relative spanwise positions:

<wingCutOuts>
    <cutOut uID="Wing_inspectionOpening">
        <positioningLeadingEdge>
            <xsi1>0.4</xsi1>
            <xsi2>0.4</xsi2>
        </positioningLeadingEdge>
        <positioningTrailingEdge>
            <xsi1>0.55</xsi1>
            <xsi2>0.55</xsi2>
        </positioningTrailingEdge>
        <positioningInnerBorder>
            <eta1>
                <eta>0.6</eta>
                <referenceUID>Wing_componentSegment</referenceUID>
            </eta1>
            <eta2>
                <eta>0.6</eta>
                <referenceUID>Wing_componentSegment</referenceUID>
            </eta2>
        </positioningInnerBorder>
        <positioningOuterBorder>
            <eta1>
                <eta>0.66</eta>
                <referenceUID>Wing_componentSegment</referenceUID>
            </eta1>
            <eta2>
                <eta>0.66</eta>
                <referenceUID>Wing_componentSegment</referenceUID>
            </eta2>
        </positioningOuterBorder>
        <cutOutSides>lower</cutOutSides>
    </cutOut>
</wingCutOuts>
Opening in the lower shell

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:stringrequiredUID

Child elements

NameTypeConstraintsOccurrenceHow often the element may appear at this place. The schema writes it as minOccurs and maxOccurs on the declaration.DefaultDescription
sequenceThe children below must appear in exactly this order. Each may repeat as often as its own occurrence allows.
positioningLeadingEdgecellPositioningChordwiseType[1..1] requiredBorder of the opening towards the leading edge
positioningTrailingEdgecellPositioningChordwiseType[1..1] requiredBorder of the opening towards the trailing edge
positioningInnerBordercellPositioningSpanwiseType[1..1] requiredBorder of the opening at its inner end
positioningOuterBordercellPositioningSpanwiseType[1..1] requiredBorder of the opening at its outer end
cutOutSidesstringBaseType3 values[1..1] requiredWhich skin is taken away: upper, lower or both

Used by

In a dataset · 12 paths

In the schema · 1 declaration

TypeName
wingCutOutsTypecutOut