complexType Alarm
diagram mmixm_diagrams/mmixm_p212.png
namespace https://mmixm.aero/features/4
children mx:information mx:inputParameter mx:remoteAction mx:remoteResponse
used by
element LoggingEvent/alarm
annotation
documentation
Complex type containing alarm information associated with a logging event.
source <xs:complexType name="Alarm">
 
<xs:annotation>
   
<xs:documentation>Complex type containing alarm information associated with a logging event.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="information" type="mx:MonitoringEvent" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Information resulting from an alarm event, such as an event triggered by a user command. This event includes an alarm datetime, details about the monitored datapoint and observed value.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="inputParameter" type="mb:String10Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Input parameters applied to a remote command associated with an alarm event.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="remoteAction" type="mb:String50Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The remote action / command that was issued to the asset.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="remoteResponse" type="mb:CodeDescriptionType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The asset's return response to the command received (e.g. Success / Failure).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Alarm/information
diagram mmixm_diagrams/mmixm_p213.png
namespace https://mmixm.aero/features/4
type mx:MonitoringEvent
properties
minOcc 0
maxOcc 1
content complex
children mx:additionalInformation mx:assetAvailability mx:configuration mx:eventDateTime mx:eventDescription mx:eventTitle mx:parameter mx:priority mx:rmlsDpInformation mx:securityViolation mx:severity
annotation
documentation
Information resulting from an alarm event, such as an event triggered by a user command. This event includes an alarm datetime, details about the monitored datapoint and observed value.
source <xs:element name="information" type="mx:MonitoringEvent" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Information resulting from an alarm event, such as an event triggered by a user command. This event includes an alarm datetime, details about the monitored datapoint and observed value.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Alarm/inputParameter
diagram mmixm_diagrams/mmixm_p214.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
Input parameters applied to a remote command associated with an alarm event.
source <xs:element name="inputParameter" type="mb:String10Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Input parameters applied to a remote command associated with an alarm event.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Alarm/remoteAction
diagram mmixm_diagrams/mmixm_p215.png
namespace https://mmixm.aero/features/4
type mb:String50Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
annotation
documentation
The remote action / command that was issued to the asset.
source <xs:element name="remoteAction" type="mb:String50Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The remote action / command that was issued to the asset.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Alarm/remoteResponse
diagram mmixm_diagrams/mmixm_p216.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 asset's return response to the command received (e.g. Success / Failure).
source <xs:element name="remoteResponse" type="mb:CodeDescriptionType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The asset's return response to the command received (e.g. Success / Failure).</xs:documentation>
 
</xs:annotation>
</xs:element>


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