In the schema, have the Node
element contain zero or more child elements of type NamedEntity
. In the actual document, use the xsi:type
attribute (xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
) to choose the subtype ("Node"
or "Source"
) for each one.
Christian Hayter
2009-06-19 09:14:57