r:parse-clark

(xs:anyURI, xs:token)=r:parse-clark( $clark-value as xs:string)

Last updated on 25-05-2023 at 00:00:00.

Takes a string containing a Clark Notation value, and returns a sequence of the URI and local part.

Clark notation

OIM Status

Supported

Parameters

Name Type Details
clark-value xs:string A URI and local part expressed in clark notation (e.g. {http://www.example.com/}local-part)

Output

Type: (xs:anyURI, xs:token)

A sequence containing the URI and local part from clark-value. Note that the local part is only required to be a xs:token and not a xs:NCName.

Errors

Code Details
re:invalidClarkValue Error thrown if the provided value is not a valid Clark Notation string

Owners

Name Affiliation Email Start End
Paul Warren XBRL International pdw@xbrl.org 25-05-2023 at 00:00:00