> > > <xsd:schema targetNamespace="http://www.bla" > xmlns:xsd=http://www.w3.org/2001/XMLSchema> > > <!-- anonymous element --> > > <xsd:complexType name="Anonymous.Type"> > > <xsd:attribute name="id" type="xsd:string"/> > > <xsd:attribute name="name" type="xsd:string"/> > > </xsd:complexType> > > > > <xsd:element name="*" type=" Anonymous.Type"/> > > </xsd:schema> > Sounds like you need to make use of xs:any possibly extend it, and add your attributes so that the xs:any must have those additional attributes. DaveReceived on Saturday, 2 December 2006 03:06:24 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Saturday, 2 December 2006 03:06:25 GMT