The general structure of MMT URIs is described here.
api.Path
is the base class of MMT URIs. The classes corresponding to MMT URIs are
LocalName
,DPath
),MPath
) of the form DPath ? LocalName
,GlobalName
) of the form MPath ? LocalName
andContentPath
, which is a common superclass of MPath
and GlobalName
, andCPath
) of the form ContentPath $ DeclarationComponent
.