[
Lists Home |
Date Index |
Thread Index
]
Hi Tanish,
You cannot do that in XML Schema. It may be possible to handle this by
adding Schematron embedded rules.
Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Saurabh Arora wrote:
> 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) :
> like here:
>
> <addr type="īpv4" netmask="255.255.255.0">192.168.1.1</addr>
>
> now this is a line in the xml file and i need to validate the ip address
> against the subnet mask.
>
> like ip: 192.168.1.1 - class C
> netmask: 255.255.255.0 - valid for class C
> netmask: 255.255.255.255 -not valid for class C
>
>
>
> how should i achieve it ?? i want to validate this process in my xml
> schema document itself.
>
>
> Tanish
>
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
|