complexType Configuration
diagram mmixm_diagrams/mmixm_p175.png
namespace https://mmixm.aero/features/3
children mx:additionalInformation mx:availability mx:monitored mx:name mx:configurationState
used by
element MonitoringEvent/configuration
annotation
documentation
Complex type for a configuration, a setting or other qualitative value describing the conditions of an asset.
source <xs:complexType name="Configuration">
 
<xs:annotation>
   
<xs:documentation>Complex type for a configuration, a setting or other qualitative value describing the conditions of an asset.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="additionalInformation" type="mb:AdditionalInformation" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Additional information about a configuration.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="availability" type="mx:Availability" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicator representing the availability of a monitored configuration value.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="monitored" type="mb:MonitoringType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicator representing whether the configuration value is monitored.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="name" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The name of the configuration.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="configurationState" type="mx:ConfigurationState" minOccurs="0" maxOccurs="1"/>
 
</xs:sequence>
</xs:complexType>

element Configuration/additionalInformation
diagram mmixm_diagrams/mmixm_p176.png
namespace https://mmixm.aero/features/3
type mb:AdditionalInformation
properties
minOcc 0
maxOcc 1
content complex
children mb:nameValue
annotation
documentation
Additional information about a configuration.
source <xs:element name="additionalInformation" type="mb:AdditionalInformation" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Additional information about a configuration.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Configuration/availability
diagram mmixm_diagrams/mmixm_p177.png
namespace https://mmixm.aero/features/3
type mx:Availability
properties
minOcc 0
maxOcc 1
content complex
children mx:additionalInformation mx:currentAvailability mx:previousAvailability
annotation
documentation
Indicator representing the availability of a monitored configuration value.
source <xs:element name="availability" type="mx:Availability" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicator representing the availability of a monitored configuration value.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Configuration/monitored
diagram mmixm_diagrams/mmixm_p178.png
namespace https://mmixm.aero/features/3
type mb:MonitoringType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Monitored
documentation
Indicates a value is monitored.
enumeration Unmonitored
documentation
Indicates a value is not monitored.
annotation
documentation
Indicator representing whether the configuration value is monitored.
source <xs:element name="monitored" type="mb:MonitoringType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicator representing whether the configuration value is monitored.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Configuration/name
diagram mmixm_diagrams/mmixm_p179.png
namespace https://mmixm.aero/features/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The name of the configuration.
source <xs:element name="name" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The name of the configuration.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Configuration/configurationState
diagram mmixm_diagrams/mmixm_p180.png
namespace https://mmixm.aero/features/3
type mx:ConfigurationState
properties
minOcc 0
maxOcc 1
content complex
children mx:additionalInformation mx:currentValue mx:previousValue
source <xs:element name="configurationState" type="mx:ConfigurationState" minOccurs="0" maxOccurs="1"/>


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