Symbols

Basic preprocessor symbols and enumerations.

EXESS_XSD_URI

http://www.w3.org/2001/XMLSchema#”

The base URI of XML Schema.

enum ExessOrder

The result of comparing two values.

This follows the usual strcmp() convention, but includes a distinction between comparable values that are strictly less/greater than one another, and incomparable values that are arbitrarily chosen to be less/greater than one another by this implementation.

enumerator EXESS_ORDER_STRICTLY_LESS

Comparable, first is lesser.

enumerator EXESS_ORDER_MAYBE_LESS

Incomparable, first may be lesser.

enumerator EXESS_ORDER_EQUAL

Equal values.

enumerator EXESS_ORDER_MAYBE_GREATER

Incomparable, first may be greater.

enumerator EXESS_ORDER_STRICTLY_GREATER

Comparable, first is greater.