Changes between Version 4 and Version 5 of GeniApiIdentifiers


Ignore:
Timestamp:
05/16/12 12:59:49 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniApiIdentifiers

    v4 v5  
    108108 - Slice URN alone is a label - unique at a point in time but not over time.
    109109 - Format: `urn:publicid:IDN+<SA name>+slice+<slice name>`
    110  - Slice names are <=19 characters, only alphanumeric plus hyphen (no hyphen in first character): `'^[a-zA-Z0-9][-a-zA-Z0-9]+$'`
     110 - Slice names are <=19 characters, only alphanumeric plus hyphen (no hyphen in first character): `'^[a-zA-Z0-9][-a-zA-Z0-9]\{0,18\}$'`
    111111
    112112'''Sliver''':
     
    120120 - Usernames are case-insensitive internally, though they may be case-sensitive in display.
    121121  - EG !JohnSmth as a display name is johnsmth internally, and there cannot also be a user `JOHNSMTH`.
    122  - Usernames should begin with a letter and be alphanumeric or underscores - no hyphen or '.': `('^[a-zA-Z][\w]+$')`.
     122 - Usernames should begin with a letter and be alphanumeric or underscores - no hyphen or '.': `('^[a-zA-Z][\w]\{1,8\}$')`.
    123123 - Usernames are limited to 8 characters.
    124124 - User URNs (which contain the authority name and the username) are required to be temporally and globally unique.