complexType ArrivalDeparture
diagram mmixm_diagrams/mmixm_p217.png
namespace https://mmixm.aero/features/4
children mx:actualTravelDuration mx:arrivalDateTime mx:departureDateTime
used by
element LoggingEvent/arrivalDeparture
annotation
documentation
Complex type that describe technicians' arrival and departure times, and travel duration.
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>

element ArrivalDeparture/actualTravelDuration
diagram mmixm_diagrams/mmixm_p218.png
namespace https://mmixm.aero/features/4
type xs:duration
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Total time taken to travel from origin to destination, in ISO 8601 duration format.
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>

element ArrivalDeparture/arrivalDateTime
diagram mmixm_diagrams/mmixm_p219.png
namespace https://mmixm.aero/features/4
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
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)
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>

element ArrivalDeparture/departureDateTime
diagram mmixm_diagrams/mmixm_p220.png
namespace https://mmixm.aero/features/4
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
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)
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy