[
Lists Home |
Date Index |
Thread Index
]
Tim Bray:
> Is there a well-shaken-out library of schema fragments for names,
> addresses, phone numbers, that kind of stuff, that hits an 80/20 point
> and is getting some use out there? I'll look at any schema language.
Are you asking about xml'ized data
<phone>
<country>374</country>
<area>1</area>
<local>570526</local>
</pone>
or about data definitions, such as "\+\d{1,3}\-\d+-\d+"
?
|