| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||
| source | <s:complexType name="FlightEvent"> <s:annotation> <s:documentation> Departure/arrival-related information</s:documentation> </s:annotation> <s:attribute name="City" type="s:string" use="optional"> <s:annotation> <s:documentation>City code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Airport" type="s:string" use="required"> <s:annotation> <s:documentation>Airport 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:attribute name="Time" type="s:dateTime" use="required"> <s:annotation> <s:documentation>Local date/time, includes timezone shift</s:documentation> </s:annotation> </s:attribute> </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 | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="Airport" type="s:string" use="required"> <s:annotation> <s:documentation>Airport 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> |
| type | s:dateTime | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="Time" type="s:dateTime" use="required"> <s:annotation> <s:documentation>Local date/time, includes timezone shift</s:documentation> </s:annotation> </s:attribute> |