simpleType RmlsConditionCodeType
namespace https://mmixm.aero/features/2.1.0
type restriction of xs:string
properties
base xs:string
used by
attribute RmlsDpInformation/@conditionCode
facets
Kind Value Annotation
enumeration A
documentation
Indicates that a data point is in an active, acknowledged, alarm state.
enumeration B
documentation
Indicates that a data point is in an active, acknowledged, alert/warning state.
enumeration I
enumeration N
documentation
Indicates that a data point is in an active, unacknowledged, alarm state.
enumeration P
documentation
Indicates that a data point is in an active, unacknowledged, alert/warning state.
enumeration S
documentation
Reports status information for a data point that is in a normal state.
annotation
documentation
Status and condition information pertaining to an individual Data Point.
source <xs:simpleType name="RmlsConditionCodeType">
 
<xs:annotation>
   
<xs:documentation>Status and condition information pertaining to an individual Data Point.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="A">
     
<xs:annotation>
       
<xs:documentation>Indicates that a data point is in an active, acknowledged, alarm state.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="B">
     
<xs:annotation>
       
<xs:documentation>Indicates that a data point is in an active, acknowledged, alert/warning state.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="I"/>
   
<xs:enumeration value="N">
     
<xs:annotation>
       
<xs:documentation>Indicates that a data point is in an active, unacknowledged, alarm state.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="P">
     
<xs:annotation>
       
<xs:documentation>Indicates that a data point is in an active, unacknowledged, alert/warning state.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="S">
     
<xs:annotation>
       
<xs:documentation>Reports status information for a data point that is in a normal state.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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