| Name | Type | Constraints | OccurrenceHow often the element may appear at this place. The schema writes it as minOccurs and maxOccurs on the declaration. | Default | Description |
|---|
| choiceExactly one of the alternatives below may appear, unless the occurrence next to this line says otherwise. | |
| sequenceThe children below must appear in exactly this order. Each may repeat as often as its own occurrence allows. | |
x | doubleBaseType | | [1..1] required | | X coordinate |
y | doubleBaseType | | [0..1] optional | | Y coordinate |
z | doubleBaseType | | [0..1] optional | | Z coordinate |
| sequenceThe children below must appear in exactly this order. Each may repeat as often as its own occurrence allows. | |
eta | doubleBaseType | | [1..1] required | | Relative spanwise position. Eta refers to the segment or componentSegment depending on the referenced UID. |
xsi | doubleBaseType | | [1..1] required | | Relative chordwise position. Xsi refers to the segment or componentSegment depending on the referenced UID. |
relHeight | doubleBaseType | | [0..1] optional | | Relative height position. relHeight is relative to the local airfoil thickness. |
referenceUID | stringUIDBaseType | | [1..1] required | | This reference UID determines the reference coordinate system. If it points to a segment, then the eta-xsi values are considered to be in segment eta-xsi coordinates; if it points to a componentSegment, then componentSegment eta-xsi coordinates are used. |