|
[XMLSCHEMA-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: anonymous element
From: David Carver <d_a_carver@yahoo.com>
Date: Fri, 01 Dec 2006 22:06:19 -0500 Message-ID: <4570EDAB.6050101@yahoo.com> To: "Kassahun, Ayalew" <Ayalew.Kassahun@wur.nl> CC: xmlschema-dev@w3.org > > > <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 |
Subscribe in XML format
|






