COMPOSITE APPLICATIONS - DESIGN AND MANAGEMENT


Provided data types for composite applications
This release of Notes provides some "out-of-the-box" data types for use in composite applications. The following information describes these:


Data type name
Data type namespaceExtends data type

Description
Namespace prefix

Sample
emailAddress822 http://www.ibm.com/xmlns/prod/datatypexsd:string An email address following: http://www.w3.org/Protocols/rfc822idt"Some Name<sname@company.com>"
distinguishedNamehttp://www.ibm.com/xmlns/prod/datatypexsd:string a (LDAP) dn that uniquely identifies entry in directoryidtcn=Robert Smith,ou=people,dc=example,dc=com"
url http://www.ibm.com/xmlns/prod/datatypexsd:anyURIa URI complying with: http://www.ietf.org/rfc/rfc1630.txt accessed with any protocolidt"Notes://www.mycompany.com/leads.nsf/By+Rep/35AE8FBFA573336A852563D100741784?OpenDocument"
mailTo http://www.ibm.com/xmlns/prod/datatypexsd:stringA 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"