type: datatypedatatype: id
id
Primitive Details
- Definition: Any combination of letters, numerals, "-" and ".", with a length limit of 64 characters. (This might be an integer, an unprefixed OID, UUID or any other identifier pattern that meets these constraints.) Ids are case-insensitive.
- Comments: RFC 4122
- XML Schema/Base:
xs:string+ - JSON Type:
string - Regex:
[A-Za-z0-9\-\.]{1,64}