Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Thank you!

From: "Rschloss" <rschloss@--.---.--->
To: "Xmlschema-dev" <xmlschema-dev@--.--->
Date: 11/2/2004 10:10:00 AM
Hi Eliot,

There is an attribute called processContents on the xs:anyAttribute 
element. The default value for this attribute is "strict" which means 
that a full validation is performed on the attributes that will appear 
in the instance documents. If you add the 
xs:anyAttribute/@processContents attribute with the value set to skip 
for instance then your instance document should be reported as valid. 
Otherwise define your foo atribute in your schema file.

Hope that helps,
George
------------------------
www.---.com

W. Eliot Kimber wrote:
> 
> I'm trying to understand how anyAttribute works and I'm getting a result 
> that seems to be incorrect but I'm sure it's my lack of understanding.
> 
> What I have in my schema is this declaration:
> 
>   <xs:complexType name="metadata">
>     <xs:choice maxOccurs="unbounded" minOccurs="0">
>       <xs:element name="metadata" type="mtbitopic:metadata"/>
>       <xs:element name="metadataitem" type="mtbitopic:metadataitem"/>
>       <xs:any namespace="##other"/>
>     </xs:choice>
>     <xs:anyAttribute namespace="##local"/>
>   </xs:complexType>
> 
> Note the "##local" for anyAttribute. The attributeFormDefault is set to 
> "unqualified".
> 
> In my instance governed by this schema, I have this markup:
> 
> <metadata foo="bar"/>
> 
> However, when I validate the document, both oXygen and Stylus Studio 
> report that the attribute "foo" is not allowed for the element metadata.
> 
> What basic but subtle aspect of XSD am I missing here.
> 
> Also, is there a way to say that you want to allow any qualified or 
> unqualified attributes? It doesn't appear to be the case but I have such 
> a hard time decoding the spec itself that I'm not sure what the actual 
> syntax of the namespace= attribute is, so I'm going off what I've 
> learned from the various tutorials I could find online.
> 
> Thanks,
> 
> Eliot

From rschloss@u... Tue Nov 02 08:04:27 2004
Received: from lisa.w3.org ([128


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent