Data type name | Data type namespace | Extends data type |
Description | Namespace prefix |
Sample |
emailAddress822 | http://www.ibm.com/xmlns/prod/datatype | xsd:string | An email address following: http://www.w3.org/Protocols/rfc822 | idt | "Some Name<sname@company.com>" |
distinguishedName | http://www.ibm.com/xmlns/prod/datatype | xsd:string | a (LDAP) dn that uniquely identifies entry in directory | idt | cn=Robert Smith,ou=people,dc=example,dc=com" |
url | http://www.ibm.com/xmlns/prod/datatype | xsd:anyURI | a URI complying with: http://www.ietf.org/rfc/rfc1630.txt accessed with any protocol | idt | "Notes://www.mycompany.com/leads.nsf/By+Rep/35AE8FBFA573336A852563D100741784?OpenDocument" |
mailTo | http://www.ibm.com/xmlns/prod/datatype | xsd:string | A string containing information about recipients, subject and body of a mail message following: http://www.ietf.org/rfc/rfc2368 additionally supported: 'cc' and 'bcc' (defacto standard) | idt | "mailto:someone@company.com?subject=MailTo Comments&cc=someone2@company.com,someone3@company.com?&bcc=someone4@company.com" |