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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_MatchCriteriaType.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 - MatchCriteriaType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType MatchCriteriaType
diagram SpaceSystemV1.2-27Feb2014-mods_p254.png
namespace http://www.omg.org/space/xtce
children xtce:Comparison xtce:ComparisonList xtce:BooleanExpression xtce:CustomAlgorithm
used by
elements ParameterTypeSetType/StringParameterType/ContextAlarmList/ContextAlarm/ContextMatch ParameterTypeSetType/EnumeratedParameterType/ContextAlarmList/ContextAlarm/ContextMatch ParameterTypeSetType/BinaryParameterType/ContextAlarmList/ContextAlarm/ContextMatch ParameterTypeSetType/BooleanParameterType/ContextAlarmList/ContextAlarm/ContextMatch MetaCommandType/ContextSignificanceList/ContextSignificance/ContextMatch ContextCalibratorType/ContextMatch NumericContextAlarmType/ContextMatch TimeContextAlarmType/ContextMatch AlarmConditionsType/CriticalAlarm IntegerValueType/DiscreteLookupList/DiscreteLookup IntegerArgumentValueType/DiscreteLookupList/DiscreteLookup AlarmConditionsType/DistressAlarm SequenceEntryType/IncludeCondition TelemetryMetaDataType/MessageSet/Message/MatchCriteria SequenceContainerType/BaseContainer/RestrictionCriteria CommandContainerType/BaseContainer/RestrictionCriteria AlarmConditionsType/SevereAlarm MetaCommandType/TransmissionConstraintList/TransmissionConstraint ParameterPropertiesType/ValidityCondition AlarmConditionsType/WarningAlarm AlarmConditionsType/WatchAlarm
annotation
documentation
Contains either a simple Comparison, a ComparisonList, an arbitrarily complex BooleanExpression or an escape to an externally defined algorithm
source <complexType name="MatchCriteriaType">
 
<annotation>
   
<documentation xml:lang="en">Contains either a simple Comparison, a ComparisonList, an arbitrarily complex BooleanExpression or an escape to an externally defined algorithm</documentation>
 
</annotation>
 
<choice>
   
<element name="Comparison" type="xtce:ComparisonType">
     
<annotation>
       
<documentation xml:lang="en">A simple comparison check</documentation>
     
</annotation>
   
</element>
   
<element name="ComparisonList">
     
<annotation>
       
<documentation xml:lang="en">All comparisons must be true</documentation>
     
</annotation>
     
<complexType>
       
<sequence>
         
<element name="Comparison" type="xtce:ComparisonType" maxOccurs="unbounded"/>
       
</sequence>
     
</complexType>
   
</element>
   
<element name="BooleanExpression" type="xtce:BooleanExpressionType">
     
<annotation>
       
<documentation xml:lang="en">An arbitrarily complex boolean expression</documentation>
     
</annotation>
   
</element>
   
<element name="CustomAlgorithm" type="xtce:InputAlgorithmType">
     
<annotation>
       
<documentation xml:lang="en">An escape to an externally defined algorithm</documentation>
     
</annotation>
   
</element>
 
</choice>
</complexType>

element MatchCriteriaType/Comparison
diagram SpaceSystemV1.2-27Feb2014-mods_p255.png
namespace http://www.omg.org/space/xtce
type xtce:ComparisonType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
parameterRef  xtce:NameReferenceType  required      
instance  integer    0    
useCalibratedValue  boolean    true    
comparisonOperator  xtce:ComparisonOperatorsType    ==    
value  string  required      
annotation
documentation
A simple comparison check
source <element name="Comparison" type="xtce:ComparisonType">
 
<annotation>
   
<documentation xml:lang="en">A simple comparison check</documentation>
 
</annotation>
</element>

element MatchCriteriaType/ComparisonList
diagram SpaceSystemV1.2-27Feb2014-mods_p256.png
namespace http://www.omg.org/space/xtce
properties
content complex
children xtce:Comparison
annotation
documentation
All comparisons must be true
source <element name="ComparisonList">
 
<annotation>
   
<documentation xml:lang="en">All comparisons must be true</documentation>
 
</annotation>
 
<complexType>
   
<sequence>
     
<element name="Comparison" type="xtce:ComparisonType" maxOccurs="unbounded"/>
   
</sequence>
 
</complexType>
</element>

element MatchCriteriaType/ComparisonList/Comparison
diagram SpaceSystemV1.2-27Feb2014-mods_p257.png
namespace http://www.omg.org/space/xtce
type xtce:ComparisonType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
parameterRef  xtce:NameReferenceType  required      
instance  integer    0    
useCalibratedValue  boolean    true    
comparisonOperator  xtce:ComparisonOperatorsType    ==    
value  string  required      
source <element name="Comparison" type="xtce:ComparisonType" maxOccurs="unbounded"/>

element MatchCriteriaType/BooleanExpression
diagram SpaceSystemV1.2-27Feb2014-mods_p258.png
namespace http://www.omg.org/space/xtce
type xtce:BooleanExpressionType
properties
content complex
children xtce:Condition xtce:ANDedConditions xtce:ORedConditions
annotation
documentation
An arbitrarily complex boolean expression
source <element name="BooleanExpression" type="xtce:BooleanExpressionType">
 
<annotation>
   
<documentation xml:lang="en">An arbitrarily complex boolean expression</documentation>
 
</annotation>
</element>

element MatchCriteriaType/CustomAlgorithm
diagram SpaceSystemV1.2-27Feb2014-mods_p259.png
namespace http://www.omg.org/space/xtce
type xtce:InputAlgorithmType
properties
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlgorithmText xtce:ExternalAlgorithmSet xtce:InputSet
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  required      
annotation
documentation
An escape to an externally defined algorithm
source <element name="CustomAlgorithm" type="xtce:InputAlgorithmType">
 
<annotation>
   
<documentation xml:lang="en">An escape to an externally defined algorithm</documentation>
 
</annotation>
</element>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy