First page Back Continue Last page Overview Graphics
XML concepts: a review
an XML object is composed of identifiable objects or elements
elements have a type (name, or GI)
a textual grammar (a schema) may be defined which specifies
- what elements exist
- how they may be combined
elements also bear descriptive named attributes
an XML object contains a single hierarchy of elements
But elements may reference other elements in arbitrary ways