UriType EnumerationUriType EnumerationUriType Enumeration

Enumerates the specifications to which a URI may comply.

Syntax

Public Enumeration UriType
public enum UriType
public:
enum UriType
 
The UriTypeUriTypeUriType type exposes the following members.

Members

 MemberDescription
MemberIriIriIri The URI conforms to RFC3987.
MemberLeIriLeIriLeIri The URI conforms to Legacy extended IRIs for XML resource identification.
MemberUriUriUri The URI conforms to RFC3986.

Top

Remarks

All URIs conforming to RFC3986 also conform to RGC3987 and the LEIRI specifiation.

All IRIs conforming to the LEIRI specifiation.