Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Handling list of xsd:ID

From: "Zafar Abbas" <zafara@---------.--->
To: <xmlschema-dev@--.--->
Date: 5/17/2005 6:40:00 AM
If I have a xsd:list of xsd:ID values, how would the uniqueness check be
applied during validation? Consider the following:

<xsd:complexType name="base">
	 <xsd:attribute name="att1" type="myList"/>
</xsd:complexType>

<xsd:simpleType name="myList">
	<xsd:list itemType="xsd:ID"/>
</xsd:simpleType>

If I am validating an element 'doc' having this type. What should be the
outcome of validating the following instance?

<root>
	<doc att1="a b"/>
	<doc att1="b c"/>
</root>


Thanks,
Zafar

From george@o... Tue May 17 21:33:47 2005
Receiv


transparent
Print
Mail
Digg
delicious
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