> > In your example the ObjId type is defaulted to xs:anyType; a > complex content type. To make it simple content, you need to > do something like: <snipped/> I think (without checking my facts) it would also work if the base type has an empty content model, <xs:complexType name="obj" abstract="true"> <xs:complexContent> <xs:sequence/> </xs:complexContent> </xs:complexType> Michael Kay http://www.saxonica.com/Received on Friday, 9 March 2007 10:54:40 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Sunday, 6 December 2009 18:13:56 GMT