ip:FlightTimeAtAirport
When a flight actual arrived or departed and when did the flight supposed to come.
Element information
Namespace: http://niem.gov/niem/domains/infrastructureProtection/2.0
Schema document: domains/infrastructureProtection/2.0/infrastructureProtection.xsd
Type: ip:FlightTimeAtAirportType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- ip:ListedDepartureTime [0..*] The listed departure time of the flight. The actual departure time can be equal but if the flight was delayed that the actual departure time is later than the listed time.
- ip:ActualDepartureTime [0..*] The actual departure time of the flight.
- ip:ListedArrivalTime [0..*] The listed arrival time of the flight. The actual arrival time can be equal but if the flight was delayed that the actual arrival time is later than the listed time.
- ip:ActualArrivalTime [0..*] The actual arrival time of the flight.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Sample instance
<ip:FlightTimeAtAirport> <ip:ListedDepartureTime>12:00:00</ip:ListedDepartureTime> <ip:ActualDepartureTime>12:00:00</ip:ActualDepartureTime> <ip:ListedArrivalTime>12:00:00</ip:ListedArrivalTime> <ip:ActualArrivalTime>12:00:00</ip:ActualArrivalTime> </ip:FlightTimeAtAirport>