| namespace | http://www.omg.org/space/xtce | |||||||||||||||||||||
| type | restriction of string | |||||||||||||||||||||
| properties |
|
|||||||||||||||||||||
| used by |
|
|||||||||||||||||||||
| facets |
|
|||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||
| 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="<"/> <enumeration value="<="/> <enumeration value=">"/> <enumeration value=">="/> </restriction> </simpleType> |