This is my collection of validation patterns for XLSForm, mainly used in Kobo. To use in Kobo, click the cog at the question, go to validation criteria, click to manually enter validation logic in XLSForm code and paste the pattern. Contributions welcome!
regex(., '\+?\d+$')
Allows any length numeric, no-spaces phone number, possibly starting with "+" for country code.