complexType PeriodicMaintenance
diagram mmixm_diagrams/mmixm_p308.png
namespace https://mmixm.aero/features/4
children mx:assetCertification mx:assignmentNumber mx:description mx:earliestDateTime mx:groupClosureCode mx:latestDateTime mx:publication mx:scheduleDateTime mx:schedulingCode mx:task mx:unitTag
used by
element LoggingEvent/periodicMaintenance
annotation
documentation
Contains information about a periodic maintenance logging event.
source <xs:complexType name="PeriodicMaintenance">
 
<xs:annotation>
   
<xs:documentation>Contains information about a periodic maintenance logging event.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="assetCertification" type="mx:AssetCertification" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Certification information of the associated asset.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="assignmentNumber" type="xs:integer" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The unique ID to identify this set of tasks. It is possible that more than one PM will be assigned to the same asset, and for the same interval. This identifier distinguishes the two for the technician, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="description" type="mb:String4000Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Contains the description of a task.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="earliestDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The earliest time and date that a Periodic Maintenance or Certification is scheduled to be performed, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual. (e.g. YYYY-MM-DDTHH:MM:SS)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="groupClosureCode" type="mb:String10Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Used to close logging events with the same group code, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="latestDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The latest time and date that a Periodic Maintenance or Certification is scheduled to be performed, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual. (e.g. YYYY-MM-DDTHH:MM:SS)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="publication" type="mb:Documentation" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Contains documentation and related information about the FAA order related to the described logging event or asset.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="scheduleDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The scheduled time and date that a Periodic Maintenance or Certification is to be performed, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual. (e.g. YYYY-MM-DDTHH:MM:SS)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="schedulingCode" type="mb:String1Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Watch number used for scheduling purposes, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="task" type="mx:Task" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Information about the periodic maintenance task(s)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="unitTag" type="mb:String10Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The unit where work is assigned.  This may also be a technician's initials if assigned to a specific individual, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element PeriodicMaintenance/assetCertification
diagram mmixm_diagrams/mmixm_p309.png
namespace https://mmixm.aero/features/4
type mx:AssetCertification
properties
minOcc 0
maxOcc 1
content complex
children mx:interval mx:statement
annotation
documentation
Certification information of the associated asset.
source <xs:element name="assetCertification" type="mx:AssetCertification" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Certification information of the associated asset.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PeriodicMaintenance/assignmentNumber
diagram mmixm_diagrams/mmixm_p310.png
namespace https://mmixm.aero/features/4
type xs:integer
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The unique ID to identify this set of tasks. It is possible that more than one PM will be assigned to the same asset, and for the same interval. This identifier distinguishes the two for the technician, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.
source <xs:element name="assignmentNumber" type="xs:integer" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The unique ID to identify this set of tasks. It is possible that more than one PM will be assigned to the same asset, and for the same interval. This identifier distinguishes the two for the technician, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PeriodicMaintenance/description
diagram mmixm_diagrams/mmixm_p311.png
namespace https://mmixm.aero/features/4
type mb:String4000Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 4000
annotation
documentation
Contains the description of a task.
source <xs:element name="description" type="mb:String4000Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Contains the description of a task.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PeriodicMaintenance/earliestDateTime
diagram mmixm_diagrams/mmixm_p312.png
namespace https://mmixm.aero/features/4
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The earliest time and date that a Periodic Maintenance or Certification is scheduled to be performed, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual. (e.g. YYYY-MM-DDTHH:MM:SS)
source <xs:element name="earliestDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The earliest time and date that a Periodic Maintenance or Certification is scheduled to be performed, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual. (e.g. YYYY-MM-DDTHH:MM:SS)</xs:documentation>
 
</xs:annotation>
</xs:element>

element PeriodicMaintenance/groupClosureCode
diagram mmixm_diagrams/mmixm_p313.png
namespace https://mmixm.aero/features/4
type mb:String10Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 10
annotation
documentation
Used to close logging events with the same group code, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.
source <xs:element name="groupClosureCode" type="mb:String10Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Used to close logging events with the same group code, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PeriodicMaintenance/latestDateTime
diagram mmixm_diagrams/mmixm_p314.png
namespace https://mmixm.aero/features/4
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The latest time and date that a Periodic Maintenance or Certification is scheduled to be performed, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual. (e.g. YYYY-MM-DDTHH:MM:SS)
source <xs:element name="latestDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The latest time and date that a Periodic Maintenance or Certification is scheduled to be performed, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual. (e.g. YYYY-MM-DDTHH:MM:SS)</xs:documentation>
 
</xs:annotation>
</xs:element>

element PeriodicMaintenance/publication
diagram mmixm_diagrams/mmixm_p315.png
namespace https://mmixm.aero/features/4
type mb:Documentation
properties
minOcc 0
maxOcc 1
content complex
children mb:detail mb:identifier mb:section mb:version
annotation
documentation
Contains documentation and related information about the FAA order related to the described logging event or asset.
source <xs:element name="publication" type="mb:Documentation" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Contains documentation and related information about the FAA order related to the described logging event or asset.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PeriodicMaintenance/scheduleDateTime
diagram mmixm_diagrams/mmixm_p316.png
namespace https://mmixm.aero/features/4
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The scheduled time and date that a Periodic Maintenance or Certification is to be performed, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual. (e.g. YYYY-MM-DDTHH:MM:SS)
source <xs:element name="scheduleDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The scheduled time and date that a Periodic Maintenance or Certification is to be performed, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual. (e.g. YYYY-MM-DDTHH:MM:SS)</xs:documentation>
 
</xs:annotation>
</xs:element>

element PeriodicMaintenance/schedulingCode
diagram mmixm_diagrams/mmixm_p317.png
namespace https://mmixm.aero/features/4
type mb:String1Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 1
annotation
documentation
Watch number used for scheduling purposes, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.
source <xs:element name="schedulingCode" type="mb:String1Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Watch number used for scheduling purposes, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PeriodicMaintenance/task
diagram mmixm_diagrams/mmixm_p318.png
namespace https://mmixm.aero/features/4
type mx:Task
properties
minOcc 0
maxOcc 1
content complex
children mx:glossary mx:interval mx:numberOfTasksActual mx:numberOfTasksEstimated
annotation
documentation
Information about the periodic maintenance task(s)
source <xs:element name="task" type="mx:Task" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Information about the periodic maintenance task(s)</xs:documentation>
 
</xs:annotation>
</xs:element>

element PeriodicMaintenance/unitTag
diagram mmixm_diagrams/mmixm_p319.png
namespace https://mmixm.aero/features/4
type mb:String10Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 10
annotation
documentation
The unit where work is assigned.  This may also be a technician's initials if assigned to a specific individual, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.
source <xs:element name="unitTag" type="mb:String10Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The unit where work is assigned.  This may also be a technician's initials if assigned to a specific individual, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.</xs:documentation>
 
</xs:annotation>
</xs:element>


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