pointListXYVectorType

complexType · extension complexBaseType · all

Ordered list of 2D points, stored as two coordinate vectors

The entries of x and y with the same position form one point. Both vectors have the same number of entries, separated by semicolons. The plane of the points, the meaning of their order and their purpose depend on the CPACS element that contains the list.

The following list contains five points; the second point, for example, is (0.5, −0.05):

<pointList>
    <x>1;0.5;0;0.5;1</x>
    <y>0;-0.05;0;0.06;0</y>
</pointList>
Five points given as two coordinate vectors

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.
xstringVectorBaseType[1..1] requiredVector of x coordinates
ystringVectorBaseType[1..1] requiredVector of y coordinates

Used by

In a dataset · 2 paths

In the schema · 1 declaration

TypeName
profileGeometry2DTypepointList