Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Flexible schema validation question

From: H H <hitch4hike@-----.--->
To: xmlschema-dev@--.---
Date: 5/1/2007 7:35:00 AM

How about something akin to "javax".  The ability to insert an extra
attribute to a non-conforming element that says "this is extended beyond the
schema".  Then you'd still catch mistakes in a standard type (e.g. "runtal"
when "rental" was meant), but still allow true extensions (e.g. "leasing").  

I like the idea of providing an enumeration, even in cases where that's just
a serving suggestion or starting point.


Pete Cordell wrote:
> 
> 
> One thing I often see are sets of enumerations that are not extensible....
> 
>     <xs:simpleType name="foo">
>         <xs:restriction base="xs:string">
>             <xs:pattern value="[a-zA-Z0-0]{3,4}"/>
>             <xs:enumeration value="ABC"/>
>             <xs:enumeration value="DEFG"/>
>             <xs:anyEnumeration/>  <!-- New -->
>         </xs:restriction>
>     </xs:simpleType>
> 
> 

-- 
View this message in context: http://www.nabble.com/Schema-1.1%3A-xs%3AanyEnumeration-considered--tf3415265.html#a10278076
Sent from the w3.org - xmlschema-dev mailing list archive at Nabble.com.


From hitch4hike@y... Wed May 02 03:18:26 2007
Received: f


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