Overview

The entity address schemes supported by the system. This enumeration is used mainly in querying for addresses of a particular kind i.e. address scheme. Standard URI schemes are defined in the IANA Registry of URI schemes.

Enumeration Members

Name Description

AUTHID

auth id

FAX

Fax

FTP

File Transfer Protocol

HTTP

Hypertext Transfer Protocol

HTTPS

Hypertext Transfer Protocol Secure

IM

Instant Messaging

ORAISDN

IMAP

Instant Message Access Protocol

LDAP

Lightweight Directory Access Protocol

MAILTO

Electronic mail address. Addresses without the @domain qualifier will not be allowed for this scheme

NEWS

USENET news

NNTP

USENET news using NNTP access

ORAALERT

ORAASSISTANTPHONE

ORACALLBACK

ORACARPHONE

ORAMOBILE

ORAPUSH

ORAPAGER

ORAPOSTAL

The URI format for Addresses with this scheme is orapostal:l1=<address-line-1>?l2=<address-line-2>?box=<post-box-number>?cy=<city>?st=<state>?code=<postal-code>?c=<country> (click the scheme name for more details).

  • Address values of this scheme will be of variable length
  • All fields are optional but atleast one field must appear in a valid address of this type. For example, orapostal:l1=1, Main Street is a valid address
  • The ? character must not be encoded when used as a separator; it must be encoded in all other cases. For example orapostal:l1=1?l2=Which Street%3F?code=12345 is a valid address; but orapostal:l1=1?l2=Which Street??code=12345 is not a valid address because the question mark appearing as part of the address "Which Street?" is not encoded

ORARADIO

ORASMS

ORATELEX

ORATTYTTD

ORAVMAIL

PRES

Presence

POSTAL

SIP

Session Initiation Protocol

SMS

TEL

telephone

URN

Uniform Resource Names

XMPP

Extensible Messaging and Presence Protocol

Referenced By Representaions