All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_AlarmRangesType.html Maven / Gradle / Ivy

Go to download

This project contains software to support the Object Management Group (OMG) Space Domain Task Force (SDTF) maintained XML Telemetry and Command Exchange (XTCE) specification.

There is a newer version: 1.1.6
Show newest version



	
		SpaceSystemV1.2-27Feb2014-mods - AlarmRangesType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType AlarmRangesType
diagram SpaceSystemV1.2-27Feb2014-mods_p13.png
namespace http://www.omg.org/space/xtce
children xtce:WatchRange xtce:WarningRange xtce:DistressRange xtce:CriticalRange xtce:SevereRange
used by
elements NumericAlarmType/ChangeAlarmRanges TimeAlarmType/ChangePerSecondAlarmRanges NumericAlarmType/StaticAlarmRanges TimeAlarmType/StaticAlarmRanges
annotation
documentation
Contains five ranges: Watch, Warning, Distress, Critical, and Severe each in increasing severity.  Normally, only the Warning and Critical ranges are used and the color yellow is associated with Warning and the color red is associated with Critical.   The ranges given are valid for numbers lower than the min and higher than the max values.   These ranges should not overlap, but if they do, assume the most severe range is to be applied.  All ranges are optional and it is quite allowed for there to be only one end of the range.  Range values are in calibrated engineering units.
source <complexType name="AlarmRangesType">
 
<annotation>
   
<documentation xml:lang="en">Contains five ranges: Watch, Warning, Distress, Critical, and Severe each in increasing severity.  Normally, only the Warning and Critical ranges are used and the color yellow is associated with Warning and the color red is associated with Critical.   The ranges given are valid for numbers lower than the min and higher than the max values.   These ranges should not overlap, but if they do, assume the most severe range is to be applied.  All ranges are optional and it is quite allowed for there to be only one end of the range.  Range values are in calibrated engineering units.</documentation>
 
</annotation>
 
<sequence>
   
<element name="WatchRange" type="xtce:FloatRangeType" minOccurs="0"/>
   
<element name="WarningRange" type="xtce:FloatRangeType" minOccurs="0"/>
   
<element name="DistressRange" type="xtce:FloatRangeType" minOccurs="0"/>
   
<element name="CriticalRange" type="xtce:FloatRangeType" minOccurs="0"/>
   
<element name="SevereRange" type="xtce:FloatRangeType" minOccurs="0"/>
 
</sequence>
</complexType>

element AlarmRangesType/WatchRange
diagram SpaceSystemV1.2-27Feb2014-mods_p14.png
namespace http://www.omg.org/space/xtce
type xtce:FloatRangeType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
minInclusive  double        
minExclusive  double        
maxInclusive  double        
maxExclusive  double        
source <element name="WatchRange" type="xtce:FloatRangeType" minOccurs="0"/>

element AlarmRangesType/WarningRange
diagram SpaceSystemV1.2-27Feb2014-mods_p15.png
namespace http://www.omg.org/space/xtce
type xtce:FloatRangeType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
minInclusive  double        
minExclusive  double        
maxInclusive  double        
maxExclusive  double        
source <element name="WarningRange" type="xtce:FloatRangeType" minOccurs="0"/>

element AlarmRangesType/DistressRange
diagram SpaceSystemV1.2-27Feb2014-mods_p16.png
namespace http://www.omg.org/space/xtce
type xtce:FloatRangeType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
minInclusive  double        
minExclusive  double        
maxInclusive  double        
maxExclusive  double        
source <element name="DistressRange" type="xtce:FloatRangeType" minOccurs="0"/>

element AlarmRangesType/CriticalRange
diagram SpaceSystemV1.2-27Feb2014-mods_p17.png
namespace http://www.omg.org/space/xtce
type xtce:FloatRangeType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
minInclusive  double        
minExclusive  double        
maxInclusive  double        
maxExclusive  double        
source <element name="CriticalRange" type="xtce:FloatRangeType" minOccurs="0"/>

element AlarmRangesType/SevereRange
diagram SpaceSystemV1.2-27Feb2014-mods_p18.png
namespace http://www.omg.org/space/xtce
type xtce:FloatRangeType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
minInclusive  double        
minExclusive  double        
maxInclusive  double        
maxExclusive  double        
source <element name="SevereRange" type="xtce:FloatRangeType" minOccurs="0"/>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy