wingShellType

complexType · extension complexBaseType · all

Skin, stringers and cells of one side of the wing

The upper and the lower shell are the outer surface of the component segment above and below its chord surface. skin and stringer hold for the whole shell; a cell (cells) gives a region of it a skin and stringers of its own.

Stringers do not have to be given as parts of their own: a skin of a composite material can carry them as an equivalent layer instead.

Example

The upper shell of the example, with its skin, its stringers and the first of its cells:

<upperShell uID="Wing_componentSegment_structure_upperShell">
    <skin>
        <material>
            <materialUID>Aluminium2024</materialUID>
            <thickness>0.003</thickness>
        </material>
    </skin>
    <stringer>
        <stringerStructureUID>TStringer</stringerStructureUID>
        <pitch>0.18</pitch>
        <refPoint>
            <eta>0.2</eta>
            <xsi>0.35</xsi>
            <relHeight>1</relHeight>
            <referenceUID>Wing_componentSegment</referenceUID>
        </refPoint>
        <angle>8</angle>
    </stringer>
    <cells>
        <cell uID="Wing_upperPanel">
            <skin>
                <material>
                    <materialUID>Aluminium2024</materialUID>
                    <thickness>0.005</thickness>
                </material>
            </skin>
            <stringer>
                <stringerStructureUID>TStringer</stringerStructureUID>
                <pitch>0.12</pitch>
                <refPoint>
                    <eta>0.2</eta>
                    <xsi>0.35</xsi>
                    <relHeight>1</relHeight>
                    <referenceUID>Wing_componentSegment</referenceUID>
                </refPoint>
                <angle>8</angle>
            </stringer>
            <positioningLeadingEdge>
                <sparUID>Wing_frontSpar</sparUID>
            </positioningLeadingEdge>
            <positioningTrailingEdge>
                <sparUID>Wing_rearSpar</sparUID>
            </positioningTrailingEdge>
            <positioningInnerBorder>
                <ribNumber>3</ribNumber>
                <ribDefinitionUID>Wing_innerRibs</ribDefinitionUID>
            </positioningInnerBorder>
            <positioningOuterBorder>
                <ribNumber>6</ribNumber>
                <ribDefinitionUID>Wing_innerRibs</ribDefinitionUID>
            </positioningOuterBorder>
        </cell>
        ...
    </cells>
</upperShell>
Upper shell of a wing

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.
skinwingSkinType[1..1] requiredSkin of the whole shell
stringerwingStringerType[0..1] optionalStringers of the whole shell
cellswingCellsType[0..1] optionalRegions of the shell with a skin and stringers of their own

Used by

In a dataset · 24 paths

In the schema · 2 declarations

TypeName
wingComponentSegmentStructureTypelowerShell
wingComponentSegmentStructureTypeupperShell