XML  |
An XML document's information set consists of two or more information items (the information set for any well-formed XML document will contain at least the document information item and one element information element). An information item is an abstract representation of some component of an XML document: each information item has a set of associated properties, some of which are core, and some of which are peripheral.
|
XML  |
For any given XML document, there are a number of corresponding information sets: a unique minimal information set consisting of the core properties of the core items and nothing else, a unique maximal information set consisting of all the core and all the peripheral items with all the peripheral properties, and one for every combination of present/absent peripheral items and properties in between. The in-between information sets must be fully consistent with the maximal information set.
|
XML  |
All information sets are understood to describe the XML document with all entity references already expanded; that is, represented by the information items corresponding to their replacement text. In the case that an entity reference cannot be expanded, because an XML processor has not read its declaration or its value, explicit provision is made for representing such a reference in the information set.
|
|