[Home] [By Thread] [By Date] [Recent Entries]

  • From: Matt Loryman <matt.loryman@v...>
  • To: xml-dev@l...
  • Date: Mon, 17 Sep 2001 09:37:46 +0100

Hi all,

Just for your interest this is what i decided to go with for providing a
pattern match for IP addresses.
Essentially this means "four groups of one to three numbers between zero and
nine separated by periods".
Doesn't cover all eventualities i know, but then again it doesn't stop
somebody providing a perfectly valid
but inaccurate IP address!


         <simpleType>
            <restriction base="string">
              <pattern
value="[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}"/>
            </restriction>
          </simpleType>

Mat

Matthew Loryman
Development Engineer
Viewgate
165 High Street
Sevenoaks
Kent TN13 1XJ
Phone: +44 1732 466476
http://www.viewgate.com


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member