RE: The same element in one content model with different type

> Hello list.
> 
> I have a problem to write a schema for the following:
> 
> <Bar id="Bar2" original_id="B5" zIndex="1">
> 	<Point posRef="pos2" id="Bar2.pt1" role="start"/>
> 	<Point posRef="pos3" id="Bar2.pt2" role="end"/>
> 	<Point posRef="pos5" id="Bar2.pt3" role="middle1"/>
> </Bar>
> 

Can't be done in XML Schema. All the Point elements within one Bar element
have to have the same type. You either have to change the design (e.g. the
element names), or use a different validation technology.

Michael Kay
http://www.saxonica.com/

Received on Thursday, 3 November 2005 12:09:12 UTC