|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xml schema - validation of ip address against netmask
> I am trying to validate the ip address of an interface (as an element > under the Schema definition) against the netmask value(as an attribute) : You cannot do this in XML Schema, because it doesn't have a mechanism to say that the content/type of one part of a document affects the content/type of another part. (Often described as co-occurrence constraints, and not possible in XSD.) There are other schema languages that let you do that kind of thing. But even then you will have a problem because they typically only do regular-expression kinds of constraints, and doing that kind of validation with a set of regexps might not even be possible. And then, finally, you almost definitely want CIDR not old-fashioned network classes anyway. :) /r$ -- SOA Appliance Group IBM Application Integration Middleware
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||







