complexType RmlsDpInformation
diagram mmixm_diagrams/mmixm_p209.png
namespace https://mmixm.aero/features/3
used by
element MonitoringEvent/rmlsDpInformation
attributes
Name  Type  Use  Default  Fixed  Annotation
conditionCode  mx:RmlsConditionCodeType  optional      
documentation
Status and condition information pertaining to an individual RMLS Data Point.
criticality  mx:RmlsCriticalityCodeType  optional      
documentation
The criticality RMLS-NRN assigns to each RMLS Data Point reflecting the urgency of that component failing.
description  mb:String50Type  optional      
documentation
The description of the RMLS Data Point.
dpId  mb:RmlsHexId  optional      
documentation
The RMLS Data Point identifier, represented as a Hex Id.
rawValue  mb:String15Type  optional      
documentation
Unmediated status or measured value of a monitored RMLS Data Point.
shortName  mb:String10Type  optional      
documentation
The short name of the RMLS Data Point, limited to 10 characters.
annotation
documentation
Complex type containing information specific to an RMLS Data Point.
source <xs:complexType name="RmlsDpInformation">
 
<xs:annotation>
   
<xs:documentation>Complex type containing information specific to an RMLS Data Point.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence/>
 
<xs:attribute name="conditionCode" type="mx:RmlsConditionCodeType" use="optional">
   
<xs:annotation>
     
<xs:documentation>Status and condition information pertaining to an individual RMLS Data Point.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="criticality" type="mx:RmlsCriticalityCodeType" use="optional">
   
<xs:annotation>
     
<xs:documentation>The criticality RMLS-NRN assigns to each RMLS Data Point reflecting the urgency of that component failing.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="description" type="mb:String50Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>The description of the RMLS Data Point.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="dpId" type="mb:RmlsHexId" use="optional">
   
<xs:annotation>
     
<xs:documentation>The RMLS Data Point identifier, represented as a Hex Id.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="rawValue" type="mb:String15Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>Unmediated status or measured value of a monitored RMLS Data Point.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="shortName" type="mb:String10Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>The short name of the RMLS Data Point, limited to 10 characters.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute RmlsDpInformation/@conditionCode
type mx:RmlsConditionCodeType
properties
use optional
facets
Kind Value Annotation
enumeration I
documentation
Indicates that a RMLS Data Point is in a normal, inactive state and additionally that it should be removed (i.e. become invisible) from status displays on RMLS-NRN.
enumeration N
documentation
Indicates that a RMLS Data Point is in an active, unacknowledged, alarm state.
enumeration P
documentation
Indicates that a RMLS Data Point is in an active, unacknowledged, alert/warning state.
enumeration S
documentation
Reports status information for a RMLS Data Point that is in a normal state.
annotation
documentation
Status and condition information pertaining to an individual RMLS Data Point.
source <xs:attribute name="conditionCode" type="mx:RmlsConditionCodeType" use="optional">
 
<xs:annotation>
   
<xs:documentation>Status and condition information pertaining to an individual RMLS Data Point.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute RmlsDpInformation/@criticality
type mx:RmlsCriticalityCodeType
properties
use optional
facets
Kind Value Annotation
enumeration 1
documentation
Indicates the system is out of service (OTS) or possible service impacting alarm/alert. Definition based on Appendix K, NAS Event Management and Coordination (NEMAC) SOP.
enumeration 2
documentation
Imminent failure or service impacting Loss of Redundancy (LOR). Definition based on Appendix K, NAS Event Management and Coordination (NEMAC) SOP.
enumeration 3
documentation
Imminent failure or service impacting Loss of Redundancy (LOR). Definition based on Appendix K, NAS Event Management and Coordination (NEMAC) SOP.
enumeration 4
documentation
A RMLS Data Point approaching an out of tolerance threshold or an element failure not causing a service impacting LOR or OTS condition. Definition based on Appendix K, NAS Event Management and Coordination (NEMAC) SOP.
enumeration 5
documentation
A RMLS Data Point approaching an out of tolerance threshold or an element failure not causing a service impacting LOR or OTS condition. Definition based on Appendix K, NAS Event Management and Coordination (NEMAC) SOP.
enumeration 6
documentation
A RMLS Data Point approaching an out of tolerance threshold or an element failure not causing a service impacting LOR or OTS condition. Definition based on Appendix K, NAS Event Management and Coordination (NEMAC) SOP.
enumeration 7
documentation
A RMLS Data Point approaching an out of tolerance threshold or an element failure not causing a service impacting LOR or OTS condition. Definition based on Appendix K, NAS Event Management and Coordination (NEMAC) SOP.
enumeration 8
documentation
A RMLS Data Point approaching an out of tolerance threshold or an element failure not causing a service impacting LOR or OTS condition. Definition based on Appendix K, NAS Event Management and Coordination (NEMAC) SOP.
enumeration 9
documentation
A RMLS Data Point approaching an out of tolerance threshold or an element failure not causing a service impacting LOR or OTS condition. Definition based on Appendix K, NAS Event Management and Coordination (NEMAC) SOP.
annotation
documentation
The criticality RMLS-NRN assigns to each RMLS Data Point reflecting the urgency of that component failing.
source <xs:attribute name="criticality" type="mx:RmlsCriticalityCodeType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The criticality RMLS-NRN assigns to each RMLS Data Point reflecting the urgency of that component failing.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute RmlsDpInformation/@description
type mb:String50Type
properties
use optional
facets
Kind Value Annotation
maxLength 50
annotation
documentation
The description of the RMLS Data Point.
source <xs:attribute name="description" type="mb:String50Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The description of the RMLS Data Point.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute RmlsDpInformation/@dpId
type mb:RmlsHexId
properties
use optional
facets
Kind Value Annotation
pattern [0-9A-Z]{1,2}x[0-9A-Z]{1,2}
annotation
documentation
The RMLS Data Point identifier, represented as a Hex Id.
source <xs:attribute name="dpId" type="mb:RmlsHexId" use="optional">
 
<xs:annotation>
   
<xs:documentation>The RMLS Data Point identifier, represented as a Hex Id.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute RmlsDpInformation/@rawValue
type mb:String15Type
properties
use optional
facets
Kind Value Annotation
maxLength 15
annotation
documentation
Unmediated status or measured value of a monitored RMLS Data Point.
source <xs:attribute name="rawValue" type="mb:String15Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>Unmediated status or measured value of a monitored RMLS Data Point.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute RmlsDpInformation/@shortName
type mb:String10Type
properties
use optional
facets
Kind Value Annotation
maxLength 10
annotation
documentation
The short name of the RMLS Data Point, limited to 10 characters.
source <xs:attribute name="shortName" type="mb:String10Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The short name of the RMLS Data Point, limited to 10 characters.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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