![]() |
![]() | ![]() | ![]() | Altova Mailing List Archives>Archive Index >xmlschema-dev Archive Home >Recent entries >Thread Prev - Attribute wildcard - processContents (XSV and MSXML bug) >Thread Next - Re: Duplicate attribute uses (Xerces bug?) Duplicate attribute uses (Xerces bug?)To: XML-SCHEMA <xmlschema-dev@--.---> Date: 9/12/2005 3:30:00 PM Hi, Don't worry; this is not related to schema construction. I get an error report from Xerces-J 2.7.1 when prohibiting and defining an equal attribute use in the same type. attr.xsd -------- <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:test:foo" xmlns:f="urn:test:foo"> <xsd:complexType name="base"> <xsd:attribute name="boo" use="optional"/> </xsd:complexType> <xsd:complexType name="type"> <xsd:complexContent> <xsd:restriction base="f:base"> <xsd:attribute name="boo" use="prohibited"/> <xsd:attribute name="boo"/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:element name="foo" type="f:type"/> </xsd:schema> attr.xml -------- <foo xmlns="urn:test:foo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:test:foo attr.xsd"/> XSV: no errors Xerces: attr.xsd:14,32: (Error) ct-props-correct.4: Error for type 'type'. Duplicate attribute uses with the same name and target namespace are specified. Name of duplicate attribute use is 'boo'. IFAIK prohibiting an attribute does not create an attribute use component and is just a mechanism to prohibit attribute uses of the base type. So I see no error here. Thoughts? Regards, Kasimier From george@s... Mon Sep 12 11:54:08 2005 Received: from lisa.w3.org ([128.30.52.41]) by frink | ![]() | ![]() | ![]() |
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | |||||
|
