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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_TimeAlarmType.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 - TimeAlarmType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType TimeAlarmType
diagram SpaceSystemV1.2-27Feb2014-mods_p441.png
namespace http://www.omg.org/space/xtce
type extension of xtce:AlarmType
properties
base xtce:AlarmType
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlarmConditions xtce:CustomAlarm xtce:StaticAlarmRanges xtce:ChangePerSecondAlarmRanges
used by
element ParameterTypeSetType/RelativeTimeParameterType/DefaultAlarm
complexType TimeContextAlarmType
attributes
Name  Type  Use  Default  Fixed  Annotation
shortDescription  string  optional      
documentation
It is strongly recommended that the short description be kept under 80 characters in length
name  xtce:NameType  optional      
minViolations  positiveInteger    1    
documentation
Number of successive instances that meet the alarm conditions for the Alarm to trigger.
annotation
documentation
Alarms associated with time data types
source <complexType name="TimeAlarmType">
 
<annotation>
   
<documentation xml:lang="en">Alarms associated with time data types</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="xtce:AlarmType">
     
<sequence>
       
<element name="StaticAlarmRanges" minOccurs="0">
         
<annotation>
           
<documentation xml:lang="en">StaticAlarmRanges are used to trigger alarms when the parameter value passes some threshold value</documentation>
         
</annotation>
         
<complexType>
           
<complexContent>
             
<extension base="xtce:AlarmRangesType">
               
<attribute name="timeUnits" type="xtce:TimeUnits" default="seconds"/>
             
</extension>
           
</complexContent>
         
</complexType>
       
</element>
       
<element name="ChangePerSecondAlarmRanges" minOccurs="0">
         
<annotation>
           
<documentation xml:lang="en">ChangePerSecondAlarmRanges are used to trigger alarms when the parameter value's rate-of-change passes some threshold value.  An alarm condition that triggers when the value changes too fast (or too slow)</documentation>
         
</annotation>
         
<complexType>
           
<complexContent>
             
<extension base="xtce:AlarmRangesType">
               
<attribute name="timeUnits" type="xtce:TimeUnits" default="seconds"/>
             
</extension>
           
</complexContent>
         
</complexType>
       
</element>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>

element TimeAlarmType/StaticAlarmRanges
diagram SpaceSystemV1.2-27Feb2014-mods_p442.png
namespace http://www.omg.org/space/xtce
type extension of xtce:AlarmRangesType
properties
minOcc 0
maxOcc 1
content complex
children xtce:WatchRange xtce:WarningRange xtce:DistressRange xtce:CriticalRange xtce:SevereRange
attributes
Name  Type  Use  Default  Fixed  Annotation
timeUnits  xtce:TimeUnits    seconds    
annotation
documentation
StaticAlarmRanges are used to trigger alarms when the parameter value passes some threshold value
source <element name="StaticAlarmRanges" minOccurs="0">
 
<annotation>
   
<documentation xml:lang="en">StaticAlarmRanges are used to trigger alarms when the parameter value passes some threshold value</documentation>
 
</annotation>
 
<complexType>
   
<complexContent>
     
<extension base="xtce:AlarmRangesType">
       
<attribute name="timeUnits" type="xtce:TimeUnits" default="seconds"/>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

attribute TimeAlarmType/StaticAlarmRanges/@timeUnits
type xtce:TimeUnits
properties
default seconds
facets
Kind Value Annotation
enumeration seconds
enumeration picoSeconds
enumeration days
enumeration months
enumeration years
source <attribute name="timeUnits" type="xtce:TimeUnits" default="seconds"/>

element TimeAlarmType/ChangePerSecondAlarmRanges
diagram SpaceSystemV1.2-27Feb2014-mods_p443.png
namespace http://www.omg.org/space/xtce
type extension of xtce:AlarmRangesType
properties
minOcc 0
maxOcc 1
content complex
children xtce:WatchRange xtce:WarningRange xtce:DistressRange xtce:CriticalRange xtce:SevereRange
attributes
Name  Type  Use  Default  Fixed  Annotation
timeUnits  xtce:TimeUnits    seconds    
annotation
documentation
ChangePerSecondAlarmRanges are used to trigger alarms when the parameter value's rate-of-change passes some threshold value.  An alarm condition that triggers when the value changes too fast (or too slow)
source <element name="ChangePerSecondAlarmRanges" minOccurs="0">
 
<annotation>
   
<documentation xml:lang="en">ChangePerSecondAlarmRanges are used to trigger alarms when the parameter value's rate-of-change passes some threshold value.  An alarm condition that triggers when the value changes too fast (or too slow)</documentation>
 
</annotation>
 
<complexType>
   
<complexContent>
     
<extension base="xtce:AlarmRangesType">
       
<attribute name="timeUnits" type="xtce:TimeUnits" default="seconds"/>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

attribute TimeAlarmType/ChangePerSecondAlarmRanges/@timeUnits
type xtce:TimeUnits
properties
default seconds
facets
Kind Value Annotation
enumeration seconds
enumeration picoSeconds
enumeration days
enumeration months
enumeration years
source <attribute name="timeUnits" type="xtce:TimeUnits" default="seconds"/>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy