Hi Alberto, Currently anyAttribute is not supported and there is no work to support it right now. However we plan to support all XML Schema features in future versions and adding support for <anyAttribute> will definitely hit our to-do list. Sorry for the inconvenience,
Arnaud > -----Original Message----- > From: Alberto Otero Garc�a [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 19, 2002 10:35 PM > To: [EMAIL PROTECTED] > Subject: [castor-dev] anyAttribute support (please help me!) > > Hi! > > I've been trying to generate source from the IMS schema > imscp_rootv1p1p2.xsd with Source Generator. > > The problem is anyAttribute support in Source Generator, since > with a piece > of schema like this: > > <xsd:complexType name="resourceType"> > <xsd:sequence> > <xsd:element ref="metadata" minOccurs="0"/> > <xsd:element ref="file" minOccurs="0" > maxOccurs="unbounded"/> > <xsd:element ref="dependency" minOccurs="0" > maxOccurs="unbounded"/> > <xsd:group ref="grp.any"/> > </xsd:sequence> > <xsd:attributeGroup ref="attr.identifier.req"/> > <xsd:attributeGroup ref="attr.resourcetype.req"/> > <xsd:attributeGroup ref="attr.base"/> > <xsd:attributeGroup ref="attr.href"/> > <xsd:anyAttribute namespace="##other" > processContents="strict"/> > </xsd:complexType> > > generates > attribute. source code with no mention to the anyAttribute > > Any idea when this will be supported? > Any idea if there is any workaround? > > Thanks in advance for your answers! > > -- > Alberto Otero Garc�a Cometa Technologies, S.L. > E-mail: [EMAIL PROTECTED] WWW: > http://www.cometatech.com > Telf.: +34 932 318 490 Fax: +34 932 459 343 > > ----------------------------------------------------------- > If you wish to unsubscribe from this mailing, send mail to > [EMAIL PROTECTED] with a subject of: > unsubscribe castor-dev ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
