complexType · extension complexBaseType · all
Airport
Data of an airport
| 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 |
|---|---|---|---|---|---|
| allThe children below may appear in any order. Each may appear at most once. | |||||
name | stringBaseType | [1..1] required | Name | ||
description | stringBaseType | [0..1] optional | Description | ||
iataCode | stringBaseType | [0..1] optional | IATA 3-letter-code | ||
icaoCode | stringBaseType | [0..1] optional | ICAO 4-letter-code | ||
positionNorth | doubleBaseType | [0..1] optional | Position in degrees north | ||
positionEast | doubleBaseType | [0..1] optional | Position in degrees east | ||
elevation | doubleBaseType | [0..1] optional | Airport elevation | ||
runways | runwaysType | [0..1] optional | Runways | ||
| Type | Name |
|---|---|
airportsType | airport |