complexType · extension complexBaseType · sequence
Pylon ribs positioning
Within the ribsPositioning type the position and the orientation of the ribs of the rib set are defined.
The forward and the rear beginning of the rib set is defined using relDepthStart and relDepthEnd. The orientation of the ribs is defined in ribRotaton. The number of ribs of the current rib set is either defined by ribNumber or by spacing.
| 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 |
|---|---|---|---|---|---|
| sequenceThe children below must appear in exactly this order. Each may repeat as often as its own occurrence allows. | |||||
relDepthStart | doubleBaseType | [1..1] required | relDepthStart defines the forward location of the beginning of the rib set. 0 equals the forward end of the pylon box, while 1 equals the rear end of the pylon box. | ||
relDepthEnd | doubleBaseType | [1..1] required | relDepthEnd defines the rear end. 0 equals the forward end of the pylon box, while 1 equals the rear end of the pylon box. | ||
ribRotation | pointYType | [0..1] optional | Ribs can be rotated in the side view. The defaults to 90°, which equals an orientation along the pylons z-axis. The angle is measured around the positive y-direction of the pylon. | ||
| choiceExactly one of the alternatives below may appear, unless the occurrence next to this line says otherwise. | |||||
spacing | doubleBaseType | [1..1] required | The spacing of the ribs defines the distance between two ribs, measured along the pylons x-axis. First rib is placed at relDepthStart. | ||
numberOfRibs | integerBaseType | [1..1] required | RibNumber defines the number of ribs in this ribSet. First rib is at relDepthStart along the pylons x-axis, last rib is at relDepthEnd. The spacing is constant. | ||
ribCrossingBehaviour | stringBaseType | 2 values | [1..1] required | Behaviour of the ribs when crossing other structural elements | |
| Type | Name |
|---|---|
pylonRibsDefinitionType | ribsPositioning |