XMLFormatName (Type)
An XML format's name having only the following characters 'a-z, A-Z, 0-9, ., -, _' and may not contain any spaces.
Based On:
String
Minimum Length:
1
Maximum Length:
255
Must Match Regular Expression:
^(?i:[a-z][a-z0-9-_.]*)$
Must Not Match Regular Expression:
None
Error Message:
Must be one of the following characters 'a-z, A-Z, 0-9, ., -, _' and may not contain any spaces.