icid:IcIdType
Defines the
restrictions of an IC-ID. A valid IC-Identifier must meet the following criteria:
The id must begin with 'guide://'The prefix for the id is an integer up to 16 digits with no leading zeros allowedThe suffix is an alphanumeric string limited to 36 characters of the set that includes A-Z, a-z, 0-9, underscore, hyphen, and periodThere are no additional characters proceeding the ID.
To satisfy these criteria, this type is restricted to the following regex: 'guide://([1-9][0-9]{0,5}|0)/[A-Za-z0-9_\-\.]{1,36}'.
Simple type information
Content
Type based on xsd:anyURI- Pattern: guide://([1-9][0-9]{0,15}|0)/[A-Za-z0-9_\-\.]{1,36}
Used by
Type inheritance chain