| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
| type | extension of FlightEventBase | ||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||
| source | <s:complexType name="FlightEvent"> <s:annotation> <s:documentation> Departure/arrival-related information</s:documentation> </s:annotation> <s:complexContent> <s:extension base="FlightEventBase"> <s:attribute name="City" type="s:string" use="optional"> <s:annotation> <s:documentation>City code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Terminal" type="s:string"> <s:annotation> <s:documentation>Terminal code</s:documentation> </s:annotation> </s:attribute> </s:extension> </s:complexContent> </s:complexType> |
| type | s:string | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="City" type="s:string" use="optional"> <s:annotation> <s:documentation>City code</s:documentation> </s:annotation> </s:attribute> |
| type | s:string | ||
| annotation |
|
||
| source | <s:attribute name="Terminal" type="s:string"> <s:annotation> <s:documentation>Terminal code</s:documentation> </s:annotation> </s:attribute> |