complexType MaintenanceActivity
diagram mmixm_diagrams/mmixm_p303.png
namespace https://mmixm.aero/features/4
children mx:activityEndDateTime mx:activityStartDateTime
used by
element LoggingEvent/maintenanceActivity
annotation
documentation
Complex type containing the start and end time of the maintenance activity.
source <xs:complexType name="MaintenanceActivity">
 
<xs:annotation>
   
<xs:documentation>Complex type containing the start and end time of the maintenance activity.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="activityEndDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The end time and date of when the maintenance activity ended.(e.g. YYYY-MM-DDTHH:MM:SS)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="activityStartDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The start time and date of when the maintenance activity began. (e.g. YYYY-MM-DDTHH:MM:SS)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element MaintenanceActivity/activityEndDateTime
diagram mmixm_diagrams/mmixm_p304.png
namespace https://mmixm.aero/features/4
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The end time and date of when the maintenance activity ended.(e.g. YYYY-MM-DDTHH:MM:SS)
source <xs:element name="activityEndDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The end time and date of when the maintenance activity ended.(e.g. YYYY-MM-DDTHH:MM:SS)</xs:documentation>
 
</xs:annotation>
</xs:element>

element MaintenanceActivity/activityStartDateTime
diagram mmixm_diagrams/mmixm_p305.png
namespace https://mmixm.aero/features/4
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The start time and date of when the maintenance activity began. (e.g. YYYY-MM-DDTHH:MM:SS)
source <xs:element name="activityStartDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The start time and date of when the maintenance activity began. (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