TREX 
XML  |
TREX is basically the type system with an XML syntax and additional features (like support for attributes and namespaces) needed to make it a practical language for structure validation. Of existing Schema languages, it's closest to RELAX. TREX is not tied to any particular datatyping language. The idea is to enable you to use whatever datatyping language you want. XML Schema datatyping could be used, for example.
|