complexType CodeDescriptionType
diagram mmixm_diagrams/mmixm_p18.png
namespace https://mmixm.aero/base/4
children mb:code mb:description
used by
elements AssetStatusHistory/assetStatus LoggingCode/category EquipmentModification/directiveLevel InterruptReport/eventType InterruptReport/failureInformation FsepCode/fsepClass Task/glossary Cause/group InterruptReport/impactLevel AssetCertification/interval Task/interval LoggingCode/maintenanceAction EquipmentModification/modificationType InterruptReport/primeRecovery Alarm/remoteResponse AssetOrder/required FsepCode/restorationPeriod FsepOperationalInformation/staffedHours AssetCertification/statement Cause/subgroup LoggingCode/supplemental
annotation
documentation
Complex type containing standardized codes and their descriptions. These fields are expected to be populated by drop-down lists or enumerations.
source <xs:complexType name="CodeDescriptionType">
 
<xs:annotation>
   
<xs:documentation>Complex type containing standardized codes and their descriptions. These fields are expected to be populated by drop-down lists or enumerations.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="code" type="mb:String10Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The words, letters, or numbers associated with a description.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="description" type="mb:String1000Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Description of the corresponding code. This description is expected to be populated by drop-down lists or enumerations.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CodeDescriptionType/code
diagram mmixm_diagrams/mmixm_p19.png
namespace https://mmixm.aero/base/4
type mb:String10Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 10
annotation
documentation
The words, letters, or numbers associated with a description.
source <xs:element name="code" type="mb:String10Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The words, letters, or numbers associated with a description.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CodeDescriptionType/description
diagram mmixm_diagrams/mmixm_p20.png
namespace https://mmixm.aero/base/4
type mb:String1000Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 1000
annotation
documentation
Description of the corresponding code. This description is expected to be populated by drop-down lists or enumerations.
source <xs:element name="description" type="mb:String1000Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Description of the corresponding code. This description is expected to be populated by drop-down lists or enumerations.</xs:documentation>
 
</xs:annotation>
</xs:element>


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