Extensible Markup Language (XML) provides a text-based means to describe and a
represent
data. In XML, every piece of data, referred to as an
element, is represented by a name, some associated
attributes, and a text based value. X
ML
elements can contain other elements, thus introducing a
hierarchical structure to the overall representation of
the data. Because it is text based, XML provides a
vendor neutral means of describing and transferring
data.The
fundamental unit of data in nTegrator
is a property, which embodies a name, a type, a value,
and some attributes. The supported property types
are:
- Standard
types: character, short, integer, float, string, binary
large object, file
- Rowset:
Properties with this type contain one or more properties,
thus introducing the concept of a hierarchy
of properties.