complexType · extension complexBaseType · all
List of 3D points in relative coordinates, kept in three vectors (rX, rY, rZ)
The entries of rX, rY and rZ with the same position form one point, so all three vectors have the same number of entries. What the coordinates are relative to is described where the list is used, for guide curve profiles in guideCurveProfileGeometryType.
| Name | Type | Constraints | Use | Default | Description |
|---|---|---|---|---|---|
@externalDataDirectory | xsd:string | optional | Directory of the external data file | ||
@externalDataNodePath | xsd:string | optional | Path of the node inside the external data file | ||
@externalFileName | xsd:string | optional | Name of the external data file |
| 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 |
|---|---|---|---|---|---|
| allThe children below may appear in any order. Each may appear at most once. | |||||
rX | stringVectorBaseType | [1..1] required | rX coordinates of the points | ||
rY | stringVectorBaseType | [1..1] required | rY coordinates of the points | ||
rZ | stringVectorBaseType | [1..1] required | rZ coordinates of the points | ||
| Type | Name |
|---|---|
guideCurveProfileGeometryType | pointList |