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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_ComparisonOperatorsType.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 - ComparisonOperatorsType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
simpleType ComparisonOperatorsType
namespace http://www.omg.org/space/xtce
type restriction of string
properties
base string
used by
element ComparisonCheckType/ComparisonOperator
attribute ComparisonType/@comparisonOperator
facets
Kind Value Annotation
enumeration ==
enumeration !=
enumeration <
enumeration <=
enumeration >
enumeration >=
annotation
documentation
Operators to use when testing a boolean condition for a validity check
source <simpleType name="ComparisonOperatorsType">
 
<annotation>
   
<documentation xml:lang="en">Operators to use when testing a boolean condition for a validity check</documentation>
 
</annotation>
 
<restriction base="string">
   
<enumeration value="=="/>
   
<enumeration value="!="/>
   
<enumeration value="&lt;"/>
   
<enumeration value="&lt;="/>
   
<enumeration value=">"/>
   
<enumeration value=">="/>
 
</restriction>
</simpleType>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy