RE: Is "mixed" applied recursively?

[children] is the XML Infoset property and is defined in the Schema spec:

  [children] An ordered list of child information items, in document 
  order. This list contains element, processing instruction, unexpanded 
  entity reference, character, and comment information items, one for 
  each element, processing instruction, reference to an unprocessed 
  external entity, data character, and comment appearing immediately 
  within the current element. If the element is empty, this list has 
  no members.
 
"appearing immediately within the current element" is the relevant
phrase for your question.

xan

-----Original Message-----
From: Jochen Wiedmann

..

The spec contains the following words:

     A mixed {content type} *validates* elements whose element
     [children] (i.e. specifically ignoring other [children]
     such as character information items) conform to the
     supplied content model.

My question is, what the word "children" means in that case. Does it
include the elements "b" and "c"? In other words, is the "mixed"
attribute applied to the children recursively?

Received on Tuesday, 15 March 2005 18:36:40 UTC