complexType · extension complexBaseType · sequence
Segment
Definition of a mission segment which can be used to define missions.
| 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 | ||
@uID | xsd:ID | required | UID |
| 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. | |||||
name | stringBaseType | [1..1] required | Name | ||
description | stringBaseType | [0..1] optional | Description | ||
segmentType | stringBaseType | 18 values | [1..1] required | Type of the mission segment (takeOff, climb, cruise, ...) | |
creditDistance | booleanBaseType | [0..1] optional | Indication whether the distance flown during the segment is to be taken into account in the segmentBlock's distance calculation | ||
environment | environmentType | [0..1] optional | Environmental conditions. If the environmentalCondition is not provided at segment level, the conditions of the previous segment are inherited (this inheritance can continue until the startCondition, where the initial environmentalConditions are provided). | ||
| choiceExactly one of the alternatives below may appear, unless the occurrence next to this line says otherwise.· [0..1] optional | |||||
fuelMass | doubleBaseType | [1..1] required | Fuel mass | ||
fuelMassFraction | fuelMassFractionType | [1..1] required | Fuel mass fraction | ||
| sequenceThe children below must appear in exactly this order. Each may repeat as often as its own occurrence allows. | |||||
endCondition | missionSegmentEndConditionType | [1..1] required | Condition terminating the segment | ||
constraints | constraintsType | [0..1] optional | Constraints applying | ||
| Type | Name |
|---|---|
missionSegmentsType | segment |