| diagram | ![]() |
||
| namespace | https://mmixm.aero/features/4 | ||
| children | mx:actualTravelDuration mx:arrivalDateTime mx:departureDateTime | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:complexType name="ArrivalDeparture"> <xs:annotation> <xs:documentation>Complex type that describe technicians' arrival and departure times, and travel duration.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="actualTravelDuration" type="xs:duration" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Total time taken to travel from origin to destination, in ISO 8601 duration format.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="arrivalDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The date and time of maintenance technician's arrival to the asset's location during a maintenance activity. (e.g. YYYY-MM-DDTHH:MM:SS)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="departureDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The date and time of maintenance technician's departure from the asset's location during a maintenance activity. (e.g. YYYY-MM-DDTHH:MM:SS)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | https://mmixm.aero/features/4 | ||||||
| type | xs:duration | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="actualTravelDuration" type="xs:duration" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Total time taken to travel from origin to destination, in ISO 8601 duration format.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | https://mmixm.aero/features/4 | ||||||
| type | xs:dateTime | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="arrivalDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The date and time of maintenance technician's arrival to the asset's location during a maintenance activity. (e.g. YYYY-MM-DDTHH:MM:SS)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | https://mmixm.aero/features/4 | ||||||
| type | xs:dateTime | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="departureDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The date and time of maintenance technician's departure from the asset's location during a maintenance activity. (e.g. YYYY-MM-DDTHH:MM:SS)</xs:documentation> </xs:annotation> </xs:element> |