complexType Task
diagram mmixm_diagrams/mmixm_p320.png
namespace https://mmixm.aero/features/4
children mx:glossary mx:interval mx:numberOfTasksActual mx:numberOfTasksEstimated
used by
element PeriodicMaintenance/task
annotation
documentation
Complex type containing information about the periodic maintenance task(s).
source <xs:complexType name="Task">
 
<xs:annotation>
   
<xs:documentation>Complex type containing information about the periodic maintenance task(s).</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="glossary" type="mb:CodeDescriptionType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The unique identifier pointing to a task glossary record, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="interval" type="mb:CodeDescriptionType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The frequency at which periodic maintenance task(s) must be performed on an asset, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="numberOfTasksActual" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The actual number of tasks associated with the periodic maintenance log.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="numberOfTasksEstimated" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The estimated number of tasks associated with the periodic maintenance log.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Task/glossary
diagram mmixm_diagrams/mmixm_p321.png
namespace https://mmixm.aero/features/4
type mb:CodeDescriptionType
properties
minOcc 0
maxOcc 1
content complex
children mb:code mb:description
annotation
documentation
The unique identifier pointing to a task glossary record, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.
source <xs:element name="glossary" type="mb:CodeDescriptionType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The unique identifier pointing to a task glossary record, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Task/interval
diagram mmixm_diagrams/mmixm_p322.png
namespace https://mmixm.aero/features/4
type mb:CodeDescriptionType
properties
minOcc 0
maxOcc 1
content complex
children mb:code mb:description
annotation
documentation
The frequency at which periodic maintenance task(s) must be performed on an asset, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.
source <xs:element name="interval" type="mb:CodeDescriptionType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The frequency at which periodic maintenance task(s) must be performed on an asset, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Task/numberOfTasksActual
diagram mmixm_diagrams/mmixm_p323.png
namespace https://mmixm.aero/features/4
type xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The actual number of tasks associated with the periodic maintenance log.
source <xs:element name="numberOfTasksActual" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The actual number of tasks associated with the periodic maintenance log.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Task/numberOfTasksEstimated
diagram mmixm_diagrams/mmixm_p324.png
namespace https://mmixm.aero/features/4
type xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The estimated number of tasks associated with the periodic maintenance log.
source <xs:element name="numberOfTasksEstimated" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The estimated number of tasks associated with the periodic maintenance log.</xs:documentation>
 
</xs:annotation>
</xs:element>


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