home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_ietf_a_c / draft-ietf-asid-mime-vcard-02.txt < prev    next >
Text File  |  1997-03-27  |  45KB  |  1,428 lines

  1.  
  2.  
  3.  
  4. Network Working Group                                      Frank Dawson
  5. INTERNET DRAFT                                                Tim Howes
  6. ietf-asid-mime-vcard-02.txt               Lotus/Netscape Communications
  7. March 26, 1997
  8.  
  9.  
  10.                       vCard MIME Directory Profile
  11.  
  12. Status of this Memo
  13.  
  14.    This document is an Internet-Draft. Internet-Drafts are working
  15.    documents of the Internet Engineering Task Force (IETF), its areas,
  16.    and its working groups. Note that other groups may also distribute
  17.    working documents as Internet-Drafts.
  18.  
  19.    Internet-Drafts are draft documents valid for a maximum of six months
  20.    and may be updated, replaced, or obsoleted by other documents at any
  21.    time. It is inappropriate to use Internet- Drafts as reference
  22.    material or to cite them other than as "work in progress."
  23.  
  24.    To learn the current status of any Internet-Draft, please check the
  25.    "1id-abstracts.txt" listing contained in the Internet- Drafts Shadow
  26.    Directories on ftp.is.co.za (Africa), nic.nordu.net (Europe),
  27.    munnari.oz.au (Pacific Rim), ds.internic.net (US East Coast), or
  28.    ftp.isi.edu (US West Coast).
  29.  
  30. Abstract
  31.  
  32.    This memo defines the profile of the MIME Content-Type [MIME-DIR] for
  33.    directory information for a white-pages person object, based on a
  34.    vCard electronic business card. The profile definition is independent
  35.    of any particular directory service or protocol. The profile is
  36.    defined for representing and exchanging a variety of information
  37.    about an individual (e.g., formatted and structured name and delivery
  38.    addresses, email address, multiple telephone numbers, photograph,
  39.    logo, audio clips, etc.). The directory information used by this
  40.    profile is based on the attributes for the person object defined in
  41.    the X.520 and X.521 directory services recommendations. The profile
  42.    also provides the method for including a [VCARD] representation of a
  43.    white-pages directory entry within the MIME Content-Type defined by
  44.    the [MIME-DIR] document.
  45.  
  46. 1. Overview
  47.  
  48.    The [MIME-DIR] document defines a MIME Content-Type for holding
  49.    different kinds of directory information. The directory information
  50.    may be based on any of a number of directory schemas. This document
  51.    defines a [MIME-DIR] usage profile for conveying directory
  52.    information based on one such schema; that of the white-pages type of
  53.    person object.
  54.  
  55.    The schema is based on the attributes for the person object defined
  56.    in the X.520 and X.521 directory services recommendations. The schema
  57.    has augmented the basic attributes defined in the X.500 series
  58.    recommendation in order to provide for an electronic representation
  59.    of the information commonly found on a paper business card. This
  60.  
  61.  
  62.  
  63. Dawson & Howes                  [Page 1]         Expires September 1997
  64.  
  65.  
  66.                       vCard MIME Directory Profile
  67.  
  68.  
  69.    schema was first defined in the [VCARD] document. Hence, this [MIME-
  70.    DIR] profile is referred to as the vCard MIME Directory Profile.
  71.  
  72.    A directory entry based on this usage profile can include traditional
  73.    directory, white-pages information such as the distinguished name
  74.    used to uniquely identify the entry, a formatted representation of
  75.    the name used for user-interface or presentation purposes, both the
  76.    structured and presentation form of the delivery address, various
  77.    telephone numbers and organizational information associated with the
  78.    entry. In addition, traditional paper business card information such
  79.    as an image of an organizational logo or identify photograph can be
  80.    included in this person object.
  81.  
  82.    The vCard MIME Directory Profile also provides support for
  83.    representing other important information about the person associated
  84.    with the directory entry. For instance, the date of birth of the
  85.    person; an audio clip describing the pronunciation of the name
  86.    associated with the directory entry, or some other application of the
  87.    digital sound; longitude and latitude geo-positioning information
  88.    related to the person associated with the directory entry; date and
  89.    time that the directory information was last updated; annotations
  90.    often written on a business card; Uniform Resource Locators (URL) for
  91.    a website; public key information. The profile also provides support
  92.    for non-standard extensions to the schema. This provides the
  93.    flexibility for implementations to augment the current capabilities
  94.    of the profile in a standardized way. More information about this
  95.    electronic business card format can be found in [VCARD].
  96.  
  97. 2. The vCard Mime Directory Profile Registration
  98.  
  99.    This profile is identified by the following [MIME-DIR] registration
  100.    template information. Subsequent sections define the profile
  101.    definition.
  102.  
  103.    To: ietf-mime-directory@umich.edu
  104.  
  105.    Subject: Registration of application/directory MIME profile VCARD
  106.  
  107.    Profile name: VCARD
  108.  
  109.    Profile purpose: To hold person object or white-pages type of
  110.    directory information. The person schema captured in the directory
  111.    entries is that commonly found in an electronic business card.
  112.  
  113.    Predefined MIME Directory types used: SOURCE, NAME, PROFILE, BEGIN,
  114.    END, PROFILE.
  115.  
  116.    Predefined MIME Directory parameters used: ENCODING, VALUE, CHARSET,
  117.    LANGUAGE, CONTEXT.
  118.  
  119.    New types: FN, N, PHOTO, BDAY, ADR, LABEL, TEL, EMAIL, MAILER, TZ,
  120.    GEO, TITLE, ROLE, LOGO, AGENT, ORG, NOTE, REV, SOUND, URL, UID,
  121.    VERSION, KEY
  122.  
  123.  
  124.  
  125. Dawson & Howes                  [Page 2]         Expires September 1997
  126.  
  127.  
  128.                       vCard MIME Directory Profile
  129.  
  130.  
  131.    New parameters: TYPE
  132.  
  133.    Profile special notes: The type-grouping feature of [MIME-DIR] is
  134.    supported by this profile to group related vCard properties about a
  135.    directory entry. For example, vCard properties describing WORK or
  136.    HOME related characteristics MAY be grouped with a unique group
  137.    label.
  138.  
  139.    The profile permits the use of non-standard types (i.e., those
  140.    identified with the prefix string "X-") as a flexible method for
  141.    implementations to extend the functionality currently defined within
  142.    this profile.
  143.  
  144. 3. MIME Directory Features
  145.  
  146.    The vCard MIME Directory Profile makes use of many of the features
  147.    defined by [MIME-DIR]. The following sub-sections describe specific
  148.    usage constraints or extensions of these predefined features.
  149.  
  150. 3.1 BEGIN and END Type
  151.  
  152.    The content entity MUST begin with the BEGIN type with a value of
  153.    VCARD. The content entity MUST end with the END type with a value of
  154.    VCARD.
  155.  
  156. 3.2 NAME Type
  157.  
  158.    If the NAME type appears within a MIME entity conforming to this
  159.    profile, it's value is the displayable, presentation text associated
  160.    with the source for the vCard, as specified in the SOURCE type.
  161.  
  162. 3.3 PROFILE Type
  163.  
  164.    If the PROFILE type appears within a MIME entity conforming to this
  165.    profile, it's value must be "VCARD".
  166.  
  167. 3.4 SOURCE Type
  168.  
  169.    If the SOURCE type appears within a MIME entity conforming to this
  170.    profile, it's value provides information how to find the source for
  171.    the vCard.
  172.  
  173. 3.5 ENCODING Parameter
  174.  
  175.    The default transfer encoding for the vCard profile is "8bit". The
  176.    default transfer encoding MAY be overridden for an individual type
  177.    value by using the "ENCODING" type parameter. The parameter value can
  178.    be reset to either "7bit", "base64" or "quoted-printable". This type
  179.    parameter MAY be used on any type, unless specified otherwise by the
  180.    profile type registration.
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187. Dawson & Howes                  [Page 3]         Expires September 1997
  188.  
  189.  
  190.                       vCard MIME Directory Profile
  191.  
  192.  
  193. 3.6 CHARSET Parameter
  194.  
  195.    The default character set for the vCard profile is "UTF-8". The
  196.    default transfer encoding MAY be overridden for an individual type
  197.    value by using the "CHARSET" type parameter. The parameter value MAY
  198.    be reset to any IANA registered character set. This type parameter
  199.    MAY be used on any type, unless specified otherwise by the profile
  200.    type registration.
  201.  
  202. 3.7 LANGUAGE
  203.  
  204.    The default language for the vCard profile is "en-US" (US English).
  205.    The default language MAY be overridden for an individual type value
  206.    by using the "LANGUAGE" type parameter. The prameter value MAY be
  207.    reset to any IANA registered language. This type parameter MAY be
  208.    used on any type, unless specified otherwise by the profile type
  209.    registration.
  210.  
  211. 3.8 Line Endings
  212.  
  213.    The usual line-folding technique described in [MIME-DIR] can be used
  214.    to represent type values consisting of long lines of text.
  215.  
  216.    A formatted text line break in a type value, MUST be specified by a
  217.    (RFC 822) line break, which is a CRLF sequence. However, since the
  218.    CRLF sequence is used to delimit a line, type values with formatted
  219.    line breaks (i.e., multiple lines) MUST be encoded using the Quoted-
  220.    Printable encoding.
  221.  
  222.    For example, in the Quoted-Printable encoding the multiple lines of
  223.    formatted text are separated with a Quoted-Printable CRLF sequence of
  224.    "=0D" followed by "=0A" followed by a Quoted-Printable soft line
  225.    break sequence of "=". Quoted-Printable lines of text must also be
  226.    limited to less than 76 characters. The 76 characters does not
  227.    include the CRLF [RFC 822] line break sequence. For example a
  228.    multiple line LABEL value of:
  229.  
  230.    Mr. John Q. Public
  231.    123 Main Street
  232.    Any Town, CA 12345
  233.  
  234.    Would be represented in a Quoted-Printable encoding as:
  235.  
  236.    LABEL;ENCODING=QUOTED-PRINTABLE:Mr. John Q. Public=0D=0A=
  237.    123 Mail Street=0D=0A=
  238.    Any Town, CA   12345
  239.  
  240. 3.9 Structured Type Values
  241.  
  242.    Compound property values are delimited by a field delimiter,
  243.    specified by the SEMI-COLON character (ASCII decimal 59). A SEMI-
  244.    COLON in a component of a compound property value must be escaped
  245.    with a Backslash character
  246.  
  247.  
  248.  
  249. Dawson & Howes                  [Page 4]         Expires September 1997
  250.  
  251.  
  252.                       vCard MIME Directory Profile
  253.  
  254.  
  255.    This profile supports the type grouping mechanism defined in [MIME-
  256.    DIR]. Grouping of related types is a useful technique to communicate
  257.    common semantics concerning the properties of a vCard.
  258.  
  259. 4. vCard Features
  260.  
  261. 4.1 VALUE Type Parameter
  262.  
  263.    The predefined data type values specified in [MIME-DIR] have been
  264.    extended by the vCard profile to include a number of value types that
  265.    are specific to this profile.
  266.  
  267. 4.1.1 BINARY
  268.  
  269.    The "binary" value type specifies that the type value is inline,
  270.    encoded binary data. This value type may be specified in the PHOTO,
  271.    LOGO, SOUND, and KEY types.
  272.  
  273.    If inline, encoded binary data is specified, the ENCODING type
  274.    parameter must be used to specify the encoding format.
  275.  
  276.    The value type is defined by the following notation:
  277.  
  278.    binchar = <Any character valid in the base64 or quoted-printable
  279.    encoding>
  280.    binary       = *binchar              ;A base64 or quoted-printable
  281.    encoding of the binary information
  282.  
  283. 4.1.2 VCARD
  284.  
  285.    The "vcard" value type specifies that the type value is another
  286.    vCard. This value type may be specified in the AGENT type. The value
  287.    type is defined by this specification.
  288.  
  289. 4.1.3 PHONE-NUMBER
  290.  
  291.    The "phone-number" value type specifies that the type value is a
  292.    telephone number. This value type may be specified in the TEL type.
  293.    The value type is a text value that has the semantics of a telephone
  294.    number.
  295.  
  296. 4.1.4 UTC-OFFSET
  297.  
  298.    The "utc-offset" value type specifies that the type value is a signed
  299.    offset from UTC. This value type may be specified in the TZ type.
  300.  
  301.    The format of the offset from UTC is defined by [DATETIME]. The value
  302.    type is an offset from Coordinated Universal Time (UTC). It is
  303.    specified as a positive or negative difference in units of hours and
  304.    minutes (e.g., +hh:mm). The time is specified as a 24-hour clock.
  305.    Hour values are from 00 to 24, and minute values are from 00 to 59.
  306.    Hour and minutes are 2-digits with high order zeroes required to
  307.    maintain digit count. The extended format for ISO 8601 UTC offsets
  308.  
  309.  
  310.  
  311. Dawson & Howes                  [Page 5]         Expires September 1997
  312.  
  313.  
  314.                       vCard MIME Directory Profile
  315.  
  316.  
  317.    MUST be used. The extended format makes use of a colon character as a
  318.    separator of the hour and minute text fields.
  319.  
  320.    The value is defined by the following notation:
  321.  
  322.         time-hour       = 2DIGIT        ;00-24
  323.         time-minute     = 2DIGIT        ;00-60
  324.         time-numzone    = ("+" / "-") time-hour ":" time-minute
  325.         utc-offset      = time-numzone
  326.  
  327. 4.2 Identification Types
  328.  
  329.    These types are used in the vCard profile to capture information
  330.    associated with the identification and naming of the person or
  331.    resource associated with the vCard.
  332.  
  333. 4.2.1 FN Type Definition
  334.  
  335.    To: ietf-mime-directory@umich.edu
  336.  
  337.    Subject: Registration of application/directory MIME type FN
  338.  
  339.    Type name:FN
  340.  
  341.    Type purpose: To specify the formatted text corresponding to the name
  342.    of the object the vCard represents.
  343.  
  344.    Type encoding: The default is 8bit. May also be reset to 7bit or
  345.    quoted-printable.
  346.  
  347.    Type value: text.
  348.  
  349.    Type special notes: This type is based on the semantics of the X.520
  350.    Common Name attribute.
  351.  
  352.    Type example:
  353.  
  354.                 FN:Mr. John Q. Public, Esq.
  355.  
  356. 4.2.2 N Type Definition
  357.  
  358.    To: ietf-mime-directory@umich.edu
  359.  
  360.    Subject: Registration of application/directory MIME type N
  361.  
  362.    Type name: N
  363.  
  364.    Type purpose: To specify the structured components of the name of the
  365.    object the vCard represents.
  366.  
  367.    Type encoding: The default is 8bit. May also be reset to 7bit or
  368.    quoted-printable.
  369.  
  370.    Type value: text.
  371.  
  372.  
  373. Dawson & Howes                  [Page 6]         Expires September 1997
  374.  
  375.  
  376.                       vCard MIME Directory Profile
  377.  
  378.  
  379.    Type special note: The type value is structured text corresponding,
  380.    in sequence, to the Family Name, Given Name, Additional Names,
  381.    Honorific Prefixes, and Honorific Suffixes. The text components are
  382.    delimited by the SEMI-COLON character (ASCII decimal 59) and possibly
  383.    one or more LWSP. This type is based on the semantics of the X.520
  384.    individual name attributes.
  385.  
  386.    Type example:
  387.  
  388.                 N:Public;John;Quinlan;Mr.;Esq.
  389.  
  390. 4.2.3 PHOTO Type Definition
  391.  
  392.    To: ietf-mime-directory@umich.edu
  393.  
  394.    Subject: Registration of application/directory MIME type PHOTO
  395.  
  396.    Type name: PHOTO
  397.  
  398.    Type purpose: To specify an image or photograph information that
  399.    annotates some aspect of the object the vCard represents.
  400.  
  401.    Type encoding: The default is 8bit. May also be reset to base64 in
  402.    order to permit inline, encoded binary data.
  403.  
  404.    Type value: The default is binary. It may also be reset to url. The
  405.    url value may be used to specify a value outside of this MIME entity.
  406.  
  407.    Type special notes: The type MAY include the type parameter "TYPE" to
  408.    specify the graphic image format type. The TYPE parameter values MUST
  409.    be one of the IANA registered image formats. In addition, a non-
  410.    standard image format MAY be specified.
  411.  
  412.    Type example:
  413.  
  414.           PHOTO;VALUE=url:=http://www.abc.com/pub/photos
  415.            /jqpublic.gif
  416.  
  417. 4.2.4 BDAY Type Definition
  418.  
  419.    To: ietf-mime-directory@umich.edu
  420.  
  421.    Subject: Registration of application/directory MIME type BDAY
  422.  
  423.    Type name: BDAY
  424.  
  425.    Type purpose: To specify the birthdate of the object the vCard
  426.    represents.
  427.  
  428.    Type encoding: 8bit.
  429.  
  430.    Type value: The default is date. It may also be reset to date-time.
  431.  
  432.    Type examples:
  433.  
  434.  
  435. Dawson & Howes                  [Page 7]         Expires September 1997
  436.  
  437.  
  438.                       vCard MIME Directory Profile
  439.  
  440.  
  441.                 BDAY:1996-04-15
  442.  
  443.                 BDAY:1953-10-15T23:10:00
  444.  
  445.                 BDAY:1987-09-27T08:30:00-06:00
  446.  
  447. 4.3 Delivery Addressing Types
  448.  
  449.    These types are concerned with information related to the delivery
  450.    addressing or label for the object the vCard represents.
  451.  
  452. 4.3.1 ADR Type Definition
  453.  
  454.    To: ietf-mime-directory@umich.edu
  455.  
  456.    Subject: Registration of application/directory MIME type ADR
  457.  
  458.    Type name: ADR
  459.  
  460.    Type purpose: To specify the structured components of the delivery
  461.    address for the object the vCard represents.
  462.  
  463.    Type encoding: The default is 8bit. It may also be reset to 7bit or
  464.    quoted-printable.
  465.  
  466.    Type value: text.
  467.  
  468.    Type special notes: The type value is structured text consisting of a
  469.    sequence of address components (i.e., extended address, post office
  470.    box, street address, locality, region, postal code, and country name)
  471.    separated by the SEMI-COLON character (ASCII decimal 59) and
  472.    optionally one or more LWSP.
  473.  
  474.    The type may include the type parameter "TYPE" to specify the
  475.    delivery address type. The TYPE parameter values may include "dom" to
  476.    indicate a domestic delivery address; "intl" to indicate an
  477.    international delivery address; "postal" to indicate a postal
  478.    delivery address; "parcel" to indicate a parcel delivery address;
  479.    "home" to indicate a delivery address for a residence; "work" to
  480.    indicate delivery address for a place of work; and "pref" to indicate
  481.    the preferred delivery address when more than one address might be
  482.    specified. These type parameter values may be specified as a
  483.    parameter list (i.e., "TYPE=dom;TYPE=postal") or as a value list
  484.    (i.e., "TYPE=dom,postal"). This type is based on semantics of the
  485.    X.520 geographical and postal addressing attributes. The default is
  486.    "TYPE=intl,postal,parcel,work". The default can be overridden to some
  487.    other set of values by specifying one or more alternate values. For
  488.    example, the default can be reset to "TYPE=dom,postal,work,home" to
  489.    specify a domestic delivery address for postal delivery to a
  490.    residence that is also used for work.
  491.  
  492.    Type example:
  493.  
  494.  
  495.  
  496.  
  497. Dawson & Howes                  [Page 8]         Expires September 1997
  498.  
  499.  
  500.                       vCard MIME Directory Profile
  501.  
  502.  
  503.           ADR;TYPE=dom,home,postal,parcel:123 Main
  504.            Street;Any Town;CA;91921-1234
  505.  
  506. 4.3.2 LABEL Type Definition
  507.  
  508.    To: ietf-mime-directory@umich.edu
  509.  
  510.    Subject: Registration of application/directory MIME type LABEL
  511.  
  512.    Type name: LABEL
  513.  
  514.    Type purpose: To specify the formatted text corresponding to delivery
  515.    address of the object the vCard represents.
  516.  
  517.    Type encoding: The default is 8bit. It may also be reset to 7bit or
  518.    quoted-printable.
  519.  
  520.    Type value: text.
  521.  
  522.    Type special notes: The type value is formatted text that may be used
  523.    to present a delivery address label for the object the vCard
  524.    represents.
  525.  
  526.    The type may include the type parameter "TYPE" to specify delivery
  527.    label type. The TYPE parameter values may include "dom" to indicate a
  528.    domestic delivery label; "intl" to indicate an international delivery
  529.    label; "postal" to indicate a postal delivery label; "parcel" to
  530.    indicate a parcel delivery label; "home" to indicate a delivery label
  531.    for a residence; "work" to indicate delivery label for a place of
  532.    work; and "pref" to indicate the preferred delivery label when more
  533.    than one label might be specified. These type parameter values may
  534.    specified as a parameter list (i.e., "TYPE=dom;TYPE=postal") or as a
  535.    value list (i.e., "TYPE=dom,postal"). This type is based on semantics
  536.    of the X.520 geographical and postal addressing attributes. The
  537.    default is "TYPE=intl,postal,parcel,work". The default can be
  538.    overridden to some other set of values by specifying one or more
  539.    alternate values. For example, the default can be reset to
  540.    "TYPE=intl,post,parcel,home" to specify an international delivery
  541.    label for both postal and parcel delivery to a residencial location.
  542.  
  543.    Type example:
  544.  
  545.                 LABEL;ENCODING=quoted-printable;TYPE=dom,home,=
  546.                 postal,parcel:Mr.John Q. Public, Esq.=0D=0A=
  547.                 Mail Drop: TNE QB=0D=0A=
  548.                 123 Main Street=0D=0A=
  549.                 Any Town, CA  91921-1234=0D=0A=
  550.                 U.S.A.
  551.  
  552. 4.4 Telecommunications Addressing Types
  553.  
  554.    These types are concerned with information associated with the
  555.    telecommunications addressing of the object the vCard represents.
  556.  
  557.  
  558.  
  559. Dawson & Howes                  [Page 9]         Expires September 1997
  560.  
  561.  
  562.                       vCard MIME Directory Profile
  563.  
  564.  
  565. 4.4.1 TEL Type Definition
  566.  
  567.    To: ietf-mime-directory@umich.edu
  568.  
  569.    Subject: Registration of application/directory MIME type TEL
  570.  
  571.    Type name: TEL
  572.  
  573.    Type purpose: To specify the telephone number for telephony
  574.    communication with the object the vCard represents.
  575.  
  576.    Type encoding: 8bit.
  577.  
  578.    Type value: phone-number.
  579.  
  580.    Type special notes: .The value of this type is specified in a
  581.    canonical form in order to specify an unambiguous representation of
  582.    the globally unique telephone endpoint. This type is based on the
  583.    X.500 Telephone Number attribute.
  584.  
  585.    The type may include the type parameter "TYPE" to specify intended
  586.    use for the telephone number. The TYPE parameter values may include:
  587.    "home" to indicate a telephone number associated with a residence,
  588.    "msg" to indicate the telephone line has voice messaging support,
  589.    "work" to indicate a telephone number associated with a place of
  590.    work, "pref" to indicate a preferred-use telephone number, "voice" to
  591.    indicate a voice telephone line, "fax" to indicate a facsimile
  592.    telephone line, "cell" to indicate a cellular telephone line, "video"
  593.    to indicate a video conferencing telephone line, "pager" to indicate
  594.    a paging device telephone line, "bbs" to indicate a bulletin board
  595.    system telephone line, "modem" to indicate a MODEM connected
  596.    telephone line, "car" to indicate a car-phone telephone line, "isdn"
  597.    to indicate an ISDN service telephone line. The default type is
  598.    "voice". These type parameter values may specified as a parameter
  599.    list (i.e., "TYPE=work;TYPE=voice") or as a value list (i.e.,
  600.    "TYPE=work,voice"). The default may be overridden to another set of
  601.    values by specifying one or more alternate values. For example, the
  602.    default TYPE of "voice" can be reset to a WORK and HOME, VOICE and
  603.    FAX telephone number by the value list "TYPE=work,home,voice,fax".
  604.  
  605.    Type example:
  606.  
  607.                 TEL;TYPE=work,voice,pref,msg:+1-213-555-1234
  608.  
  609. 4.4.2 EMAIL Type Definition
  610.  
  611.    To: ietf-mime-directory@umich.edu
  612.  
  613.    Subject: Registration of application/directory MIME type EMAIL
  614.  
  615.    Type name: EMAIL
  616.  
  617.    Type purpose: To specify the electronic mail address for
  618.    communication with the object the vCard represents.
  619.  
  620.  
  621. Dawson & Howes                 [Page 10]         Expires September 1997
  622.  
  623.  
  624.                       vCard MIME Directory Profile
  625.  
  626.  
  627.    Type encoding: 8bit.
  628.  
  629.    Type value: text.
  630.  
  631.    Type special notes: . The type may include the type parameter "TYPE"
  632.    to specify the format of the electronic mail address. The TYPE
  633.    parameter values may include: "internet" to indicate an Internet
  634.    addressing type or "x400" to indicate a X.400 addressing type. Any
  635.    other IANA registered address type may also be specified. The default
  636.    email type is "internet". Any non-standard value may also be
  637.    specified.
  638.  
  639.    Type example:
  640.  
  641.                 EMAIL;TYPE=internet:jqpublic@xyz.dom1.com
  642.  
  643. 4.4.3 MAILER Type Definition
  644.  
  645.    To: ietf-mime-directory@umich.edu
  646.  
  647.    Subject: Registration of application/directory MIME type MAILER
  648.  
  649.    Type name: MAILER
  650.  
  651.    Type purpose: To specify the type of electronic mail software that is
  652.    used by the individual associated with the vCard.
  653.  
  654.    Type encoding: The default is 8bit. May also be reset to 7bit or
  655.    quoted-printable.
  656.  
  657.    Type value: text.
  658.  
  659.    Type special notes: This information may provide assistance to a
  660.    correspondent regarding the type of data representation which can be
  661.    used, and how they may be packaged. This property is based on the
  662.    private MIME type X-Mailer that is generally implemented by MIME user
  663.    agent products.
  664.  
  665.    Type example:
  666.  
  667.                 MAILER:PigeonMail 2.1
  668.  
  669. 4.5 Geographical Types
  670.  
  671.    These types are concerned with information associated with
  672.    geographical positions or regions associated with the object the
  673.    vCard represents.
  674.  
  675. 4.5.1 TZ Type Definition
  676.  
  677.    To: ietf-mime-directory@umich.edu
  678.  
  679.    Subject: Registration of application/directory MIME type TZ
  680.  
  681.  
  682.  
  683. Dawson & Howes                 [Page 11]         Expires September 1997
  684.  
  685.  
  686.                       vCard MIME Directory Profile
  687.  
  688.  
  689.    Type name: TZ
  690.  
  691.    Type purpose: To specify information related to the time zone of the
  692.    object the vCard represents.
  693.  
  694.    Type encoding: 8bit.
  695.  
  696.    Type value: The default is utc-offset. It may also be reset to text.
  697.  
  698.    Type examples:
  699.  
  700.                 TZ:-05:00
  701.  
  702.                 TZ;VALUE=text:-05:00, EST, Raleigh/North America
  703.  
  704. 4.5.2 GEO Type Definition
  705.  
  706.    To: ietf-mime-directory@umich.edu
  707.  
  708.    Subject: Registration of application/directory MIME type GEO
  709.  
  710.    Type name: GEO
  711.  
  712.    Type purpose: To specify information related to the global
  713.    positioning of the object the vCard represents.
  714.  
  715.    Type encoding: 8bit.
  716.  
  717.    Type value: Two float values separated by the SEMI-COLON character
  718.    (ASCII decimal 59).
  719.  
  720.    Type special notes: The value is the longitude and latitude of the
  721.    object the vCard represents. The latitude represents the location
  722.    north and south of the equator as a positive or negative number,
  723.    respectively. The longitude represents the location east and west of
  724.    the prime meridian as a positive or negative number, respectively.
  725.    The text components are separated by the SEMI-COLON character (ASCII
  726.    decimal 59).
  727.  
  728.    Type example:
  729.  
  730.                 GEO:+37.24;-17.87
  731.  
  732. 4.6 Organizational Types
  733.  
  734.    These types are concerned with information associated with
  735.    characteristics of the organization or organizational units of the
  736.    object the vCard represents.
  737.  
  738. 4.6.1 TITLE Type Definition
  739.  
  740.    To: ietf-mime-directory@umich.edu
  741.  
  742.    Subject: Registration of application/directory MIME type TITLE
  743.  
  744.  
  745. Dawson & Howes                 [Page 12]         Expires September 1997
  746.  
  747.  
  748.                       vCard MIME Directory Profile
  749.  
  750.  
  751.    Type name: TITLE
  752.  
  753.    Type purpose: To specify the job title, functional position or
  754.    function of the object the vCard represents.
  755.  
  756.    Type encoding: The default is 8bit. May also be reset to 7bit or
  757.    quoted-printable.
  758.  
  759.    Type value: text.
  760.  
  761.    Type special notes: This type is based on the X.520 Title attribute.
  762.  
  763.    Type example:
  764.  
  765.                 TITLE:Director, Research and Development
  766.  
  767. 4.6.2 ROLE Type Definition
  768.  
  769.    To: ietf-mime-directory@umich.edu
  770.  
  771.    Subject: Registration of application/directory MIME type ROLE
  772.  
  773.    Type name: ROLE
  774.  
  775.    Type purpose: To specify information concerning the role, occupation,
  776.    or business category of the object the vCard represents.
  777.  
  778.    Type encoding: The default is 8bit. May also be reset to 7bit or
  779.    quoted-printable.
  780.  
  781.    Type value: text.
  782.  
  783.    Type special notes: This type is based on the X.520 Business Category
  784.    explanatory attribute. This property is included as an organizational
  785.    type to avoid confusion with the semantics of the TITLE type and
  786.    incorrect usage of that type when the semantics of this type is
  787.    intended.
  788.  
  789.    The type may specify the type parameters CHARSET, to specify a
  790.    character set for the type value, and LANGUAGE, to specify a language
  791.    for the type value. These are further defined in [MIME-DIR].
  792.  
  793.    Type example:
  794.  
  795.                 ROLE:Programmer
  796.  
  797. 4.6.3 LOGO Type Definition
  798.  
  799.    To: ietf-mime-directory@umich.edu
  800.  
  801.    Subject: Registration of application/directory MIME type LOGO
  802.  
  803.    Type name: LOGO
  804.  
  805.  
  806.  
  807. Dawson & Howes                 [Page 13]         Expires September 1997
  808.  
  809.  
  810.                       vCard MIME Directory Profile
  811.  
  812.  
  813.    Type purpose: To specify a graphic image of a logo associated with
  814.    the object the vCard represents.
  815.  
  816.    Type encoding: The default is 8bit. May also be reset to base64 in
  817.    order to permit inline encoded binary data.
  818.  
  819.    Type value: The default is binary. It may also be reset to url. The
  820.    url value may be used to specify a value outside of this MIME entity.
  821.  
  822.    Type special notes: The type MAY include the type parameter "TYPE" to
  823.    specify the graphic image format type. The TYPE parameter values MUST
  824.    be one of the IANA registered image formats. In addition, a non-
  825.    standard image format MAY be specified.
  826.  
  827.    Type example:
  828.  
  829.         LOGO;VALUE=URL:http://www.abc.com/pub/logos/abccorp.jpg
  830.  
  831. 4.6.4 AGENT Type Definition
  832.  
  833.    To: ietf-mime-directory@umich.edu
  834.  
  835.    Subject: Registration of application/directory MIME type AGENT
  836.  
  837.    Type name: AGENT
  838.  
  839.    Type purpose: To specify information about another person who will
  840.    act on behalf of the individual or resource associated with the
  841.    vCard.
  842.  
  843.    Type encoding: 8-bit.
  844.  
  845.    Type value: The default is vcard. It may also be reset to text or
  846.    url. The text value may be used to specify textual information. The
  847.    url value may be used to specify information outside of this MIME
  848.    entity.
  849.  
  850.    Type special notes: This type typically is used to specify an area
  851.    administrator, assistant, or secretary for the individual associated
  852.    with the vCard. A key characteristic of the Agent type is that it
  853.    represents somebody or something that is separately addressable.
  854.  
  855.    Type example:
  856.  
  857.           AGENT;VALUE=URL:
  858.            CID:///<JQPUBLIC.part3.960129T083020.xyzMail@host3.com>
  859.  
  860. 4.6.5 ORG Type Definition
  861.  
  862.    To: ietf-mime-directory@umich.edu
  863.  
  864.    Subject: Registration of application/directory MIME type ORG
  865.  
  866.    Type name: ORG
  867.  
  868.  
  869. Dawson & Howes                 [Page 14]         Expires September 1997
  870.  
  871.  
  872.                       vCard MIME Directory Profile
  873.  
  874.  
  875.    Type purpose: To specify the organizational name and units associated
  876.    with the vCard.
  877.  
  878.    Type encoding: The default is 8bit. May also be reset to 7bit or
  879.    quoted-printable.
  880.  
  881.    Type value: text.
  882.  
  883.    Type special notes: The type is based on the X.520 Organization Name
  884.    and Organization Unit attributes. The type value is a structured text
  885.    consisting of the organization name, followed by any organizational
  886.    units. The text components are separated the SEMI-COLON character
  887.    (ASCII decimal 59).
  888.  
  889.    The type may specify the type parameters CHARSET, to specify a
  890.    character set for the type value, and LANGUAGE, to specify a language
  891.    for the type value. These are further defined in [MIME-DIR].
  892.  
  893.    Type example:
  894.  
  895.                 ORG:ABC, Inc.;North American Division;Marketing
  896.  
  897. 4.7 Explanatory Types
  898.  
  899.    These types are concerned with additional explanations, such as that
  900.    related to informational notes or revisions specific to the vCard.
  901.  
  902. 4.7.1 NOTE Type Definition
  903.  
  904.    To: ietf-mime-directory@umich.edu
  905.  
  906.    Subject: Registration of application/directory MIME type NOTE
  907.  
  908.    Type name: NOTE
  909.  
  910.    Type purpose: To specify supplemental information or a comment that
  911.    is associated with the vCard.
  912.  
  913.    Type encoding: The default is 8bit. May also be reset to 7bit or
  914.    quoted-printable.
  915.  
  916.    Type value: text.
  917.  
  918.    Type special notes: The type is based on the X.520 Description
  919.    attribute.
  920.  
  921.    The type may specify the type parameters CHARSET, to specify a
  922.    character set for the type value, and LANGUAGE, to specify a language
  923.    for the type value. These are further defined in [MIME-DIR].
  924.  
  925.    Type example:
  926.  
  927.           NOTE:This fax number is operational 0800 to 1715
  928.             EST, Mon-Fri.
  929.  
  930.  
  931. Dawson & Howes                 [Page 15]         Expires September 1997
  932.  
  933.  
  934.                       vCard MIME Directory Profile
  935.  
  936.  
  937. 4.7.2 REV Type Definition
  938.  
  939.    To: ietf-mime-directory@umich.edu
  940.  
  941.    Subject: Registration of application/directory MIME type REV
  942.  
  943.    Type name: REV
  944.  
  945.    Type purpose: To specify revision information about the current
  946.    vCard.
  947.  
  948.    Type encoding: 8-bit.
  949.  
  950.    Type value: The default is date-time. May also be reset to date.
  951.  
  952.    Type special notes: The type value is a calendar date and time of day
  953.    in a form conforming to complete representation of ISO 8601 calendar
  954.    date and time of day format. The value distinguishes the current
  955.    revision of the information defining this vCard.
  956.  
  957.    Type example:
  958.  
  959.                 REV:1995-10-31T22:27:10Z
  960.  
  961. 4.7.3 SOUND Type Definition
  962.  
  963.    To: ietf-mime-directory@umich.edu
  964.  
  965.    Subject: Registration of application/directory MIME type SOUND
  966.  
  967.    Type name: SOUND
  968.  
  969.    Type purpose: To specify a digital sound content information that
  970.    annotates some aspect of the vCard. By default this type is used to
  971.    specify the proper pronunciation of the name type value of the vCard.
  972.  
  973.    Type encoding: The default is 8bit. May also be reset to base64 in
  974.    order to permit inline encoded binary data.
  975.  
  976.    Type value: The default is binary. It may also be reset to url. The
  977.    url value may be used to specify a value outside of this MIME entity.
  978.  
  979.    Type special notes: The type MAY include the type parameter "TYPE" to
  980.    specify the audio format type. The TYPE parameter values MUST be one
  981.    of the IANA registered audio formats. In addition, a non-standard
  982.    audio format MAY be specified.
  983.  
  984.    Type example:
  985.                 SOUND;TYPE=BASIC;VALUE=URL:CID://<JOHNQPUBLIC.part8.
  986.                  19960229T080000.xyzMail@host1.com>
  987.  
  988. 4.7.4 URL Type Definition
  989.  
  990.    To: ietf-mime-directory@umich.edu
  991.  
  992.  
  993. Dawson & Howes                 [Page 16]         Expires September 1997
  994.  
  995.  
  996.                       vCard MIME Directory Profile
  997.  
  998.  
  999.    Subject: Registration of application/directory MIME type URL
  1000.  
  1001.    Type name: URL
  1002.  
  1003.    Type purpose: To specify a uniform resource locator associated with
  1004.    the object that the vCard refers to.
  1005.  
  1006.    Type encoding: 8bit.
  1007.  
  1008.    Type value: url.
  1009.  
  1010.    Type example:
  1011.  
  1012.         URL:http://www.swbyps.restaurant.french/~chezchic.html
  1013.  
  1014. 4.7.5 UID Type Definition
  1015.  
  1016.    To: ietf-mime-directory@umich.edu
  1017.  
  1018.    Subject: Registration of application/directory MIME type UID
  1019.  
  1020.    Type name: UID
  1021.  
  1022.    Type purpose: To specify a value that represents a globally unique
  1023.    identifier corresponding to the individual or resource associated
  1024.    with the vCard.
  1025.  
  1026.    Type encoding: 8bit.
  1027.  
  1028.    Type value: text.
  1029.  
  1030.    Type special notes: The type is used to uniquely identify the object
  1031.    that the vCard represents.
  1032.  
  1033.    The type may include the type parameter "TYPE" to specify the format
  1034.    of the identifier. The TYPE parameter value may be any IANA
  1035.    registered identifier format. The value may also be a non-standard
  1036.    format.
  1037.  
  1038.    Type example:
  1039.  
  1040.                 UID:19950401-080045-40000F192713-0052
  1041.  
  1042. 4.7.6 Version Type Definition
  1043.  
  1044.    To: ietf-mime-directory@umich.edu
  1045.  
  1046.    Subject: Registration of application/directory MIME type VERSION
  1047.  
  1048.    Type name: UID
  1049.  
  1050.    Type purpose: To specify the version of the vCard specification used
  1051.    to format this vCard.
  1052.  
  1053.  
  1054.  
  1055. Dawson & Howes                 [Page 17]         Expires September 1997
  1056.  
  1057.  
  1058.                       vCard MIME Directory Profile
  1059.  
  1060.  
  1061.    Type encoding: 8bit.
  1062.  
  1063.    Type value: text.
  1064.  
  1065.    Type special notes: The value must be "2.1" if the vCard version
  1066.    corresponds to the [VCARD] specification.
  1067.  
  1068.    Type example:
  1069.  
  1070.                 VERSION: 2.1
  1071.  
  1072. 4.8 Security Types
  1073.  
  1074.    These types are concerned with the security of communication pathways
  1075.    or access to the vCard.
  1076.  
  1077. 4.8.1 KEY Type Definition
  1078.  
  1079.    To: ietf-mime-directory@umich.edu
  1080.  
  1081.    Subject: Registration of application/directory MIME type VERSION
  1082.  
  1083.    Type name: KEY
  1084.  
  1085.    Type purpose: To specify an identifier corresponding to the highest
  1086.    version of the vCard profile used in creating the vCard.
  1087.  
  1088.    To specify a public key or authentication certificate associated with
  1089.    the object that the vCard represents.
  1090.  
  1091.    Type encoding: The default is 8bit. May also be reset to base64.
  1092.  
  1093.    Type value: The default is text. May also be reset to binary.
  1094.  
  1095.    Type special notes: The type may also include the type parameter TYPE
  1096.    to specify the public key or authentication certificate format. The
  1097.    parameter type may specify any IANA registered public key or
  1098.    authentication certificate format. The parameter type may also
  1099.    specify a non-standard format.
  1100.  
  1101. 4.9 Extended Types
  1102.  
  1103.    The types defined by this document can be extended with private types
  1104.    using the non-standard, private values defined in [RFC-2045]. Non-
  1105.    standard, private types with a name starting with "X-" may be defined
  1106.    bilaterally between two cooperating agents without outside
  1107.    registration or standardization.
  1108.  
  1109. 5. Formal Grammar
  1110.  
  1111.    The following formal grammar is provided to assist developers in
  1112.    building parsers for the vCard.
  1113.  
  1114.  
  1115.  
  1116.  
  1117. Dawson & Howes                 [Page 18]         Expires September 1997
  1118.  
  1119.  
  1120.                       vCard MIME Directory Profile
  1121.  
  1122.  
  1123.    This syntax is written according to the form described in RFC 822,
  1124.    but it references just this small subset of RFC 822 literals:
  1125.  
  1126.      CR         =  <ASCII CR, carriage return>  ; (15, 13.)
  1127.      LF         =  <ASCII LF, linefeed>         ; (12,10.)
  1128.      CRLF       =  CR LF
  1129.      SPACE      =  <ASCII SP, space>            ; (40,32.)
  1130.      HTAB       =  <ASCII HT, horizontal-tab>   ; (11,9.)
  1131.  
  1132.    All literal property names are valid as upper, lower, or mixed case.
  1133.  
  1134.    ws           = 1*(SPACE / HTAB)
  1135.         ; "whitespace," one or more spaces or tabs
  1136.  
  1137.    wsls         = 1*(SPACE / HTAB / CRLF)
  1138.         ; whitespace with line separators
  1139.  
  1140.    word         = <any printable 7bit us-ascii except []=:., >
  1141.  
  1142.    groups       = groups "." word
  1143.                  / word
  1144.  
  1145.    vcard"entity = 1*([wsls] vcard [wsls])
  1146.  
  1147.    vcard        = "BEGIN" [ws] ":" [ws] "VCARD" [ws] 1*CRLF
  1148.                  items *CRLF
  1149.                  "END"  ws]                        [    ":" [ws] "VCARD" 1*CRLF
  1150.  
  1151.    items        = items *CRLF item
  1152.                  / item
  1153.         ; these may be "folded"
  1154.  
  1155.    item         = [groups "."] name
  1156.                   [params] ":" value CRLF
  1157.                 / [groups "."] "ADR"
  1158.                   [params] ":" addressparts CRLF
  1159.                 / [groups "."] "ORG"
  1160.                   [params] ":" orgparts CRLF
  1161.                 / [groups "."] "N"
  1162.                   [params] ":" nameparts CRLF
  1163.                 / [groups "."] "AGENT"
  1164.                   [params] ":" vcard CRLF
  1165.         ; these may be "folded"
  1166.  
  1167.    name         = "LOGO" / "PHOTO" / "LABEL" / "FN" / "TITLE"
  1168.                 / "SOUND" /  VERSION                            "       " / "TEL" / "EMAIL" / "TZ"
  1169.                 / "GEO" / "NOTE" / "SOURCE" / "NAME" / "PROFILE"
  1170.                 / "URL" / "    "                           BDAY  / "ROLE" / "REV" / "UID" / "KEY"
  1171.                 / "MAILER" / "X-" word
  1172.         ; these may be "folded"
  1173.  
  1174.    value        = 7bit / quoted-printable / base64
  1175.  
  1176.    7bit         = <7bit us-ascii printable chars, excluding CR LF>
  1177.  
  1178.  
  1179. Dawson & Howes                 [Page 19]         Expires September 1997
  1180.  
  1181.  
  1182.                       vCard MIME Directory Profile
  1183.  
  1184.  
  1185.    8bit         = <MIME RFC 2045 8-bit text>
  1186.  
  1187.    quoted-printable = <MIME RFC 2045 quoted-printable text>
  1188.  
  1189.    base64       = <MIME RFC 2045 base64 text>
  1190.         ; the end of the text is marked with two CRLF sequences
  1191.         ; this results in one blank line before the start of the next
  1192.         ; property
  1193.  
  1194.    params       = ";" [ws] paramlist
  1195.  
  1196.    paramlist    = paramlist [ws] ";" [ws] param
  1197.                 / param
  1198.  
  1199.    param        = "TYPE" [ws] "=" [ws] ptypeval
  1200.                 / "VALUE" [ws] "=" [ws] pvalueval
  1201.                 / "ENCODING" [ws] "=" [ws] pencodingval
  1202.                 / "CHARSET" [ws] "=" [ws] charsetval
  1203.                 / "LANGUAGE" [ws] "=" [ws] langval
  1204.                 / "X-" word [ws] "=" [ws] word
  1205.                 / knowntype
  1206.  
  1207.    ptypeval     = knowntype / "X-" word
  1208.  
  1209.    pvalueval    = "URL" / "TEXT" / "DATE" / "TIME" / "DATE-TIME"
  1210.                 / "INTEGER" / "BOOLEAN" / "FLOAT" / "BINARY" /
  1211.                 / "VCARD" / "PHONE-NUMBER" / "UTC-OFFSET" / "X-" word
  1212.  
  1213.    pencodingval = "7BIT  /                        "   "8BIT" / "QUOTED-PRINTABLE" / "BASE64"
  1214.                 / "X-" word
  1215.  
  1216.    charsetval   = <a character set text value as defined in Section 3
  1217.                    of RFC 2047>
  1218.  
  1219.    langval      = <a language string as defined in RFC 1766>
  1220.  
  1221.    addressparts = 0*6(strnosemi ";") strnosemi
  1222.         ; PO Box, Extended Addr, Street, Locality, Region, Postal Code,
  1223.         ; Country Name
  1224.  
  1225.    orgparts     = *(strnosemi ";") strnosemi
  1226.         ; First is Organization Name, remainder are Organization Units.
  1227.  
  1228.    nameparts    = 0*4(strnosemi ";") strnosemi
  1229.         ; Family, Given, Middle, Prefix, Suffix.
  1230.         ; Example:Public;John;Q.;Reverend Dr.;III, Esq.
  1231.  
  1232.    strnosemi    = *(*nonsemi ("\;" / "\" CRLF)) *nonsemi
  1233.         ; To include a semicolon in this string, it must be escaped
  1234.         ; with a "\" character.
  1235.  
  1236.    nonsemi      = <any non-control ASCII except ";">
  1237.  
  1238.  
  1239.  
  1240.  
  1241. Dawson & Howes                 [Page 20]         Expires September 1997
  1242.  
  1243.  
  1244.                       vCard MIME Directory Profile
  1245.  
  1246.  
  1247.    knowntype    = "DOM" / "    " / "POSTAL"                           INTL             / "PARCEL" / "HOME" / "WORK"
  1248.                 / "PREF" / "     "                            VOICE  / "FAX" / "MSG" / "CELL" / "PAGER"
  1249.                 / "BBS" / "MODEM" / "CAR" / "ISDN" / "VIDEO"
  1250.                 / "INTERNET" / "GIF" / "JPEG" / "PCM" / "WAVE"
  1251.                 / "X509" / "PGP"
  1252.  
  1253. 5.1 Acknowledgements
  1254.  
  1255.    The authors would like to thank the participants in the IETF ASID
  1256.    working group, in addition to the following individuals, Roland
  1257.    Alden, Stephen Bartlett, Alec Dun, Daniel Klaussen, Chris Newman,
  1258.    Michelle Watkins; who provided numerous suggestions and comments on
  1259.    this work.
  1260.  
  1261. 5.2 Authors's Addresses
  1262.  
  1263.    BEGIN:vCard
  1264.    FN:Frank Dawson
  1265.    ORG:IBM Corporation;Network Software Division
  1266.    ADR;TYPE=WORK,POSTAL,PARCEL:APNA/CC-303/Bldg. 002;
  1267.     3039 Cornwallis Rd.;Research Triangle  Park;
  1268.     NC;27709;U.S.A.
  1269.    TEL;TYPE=VOICE,MSG,WORK: +1 (919) 254-5861
  1270.    TEL;TYPE=FAX,WORK: +1-919-543-6822
  1271.    EMAIL;TYPE=INTERNET,PREF:fdawson@raleigh.ibm.com
  1272.    EMAIL;TYPE=INTERNET:fdawson@earthlink.net
  1273.    URL:http://home.earthlink.net/~fdawson
  1274.    END:vCard
  1275.  
  1276.    BEGIN:vCard
  1277.    FN:Tim Howes
  1278.    ORG:Netscape Communications Corp.
  1279.    ADR;TYPE=WORK: 501 E. Middlefield Rd.;Mountain View;
  1280.     CA; 94043;U.S.A.
  1281.    TEL;TYPE=VOICE,MSG,WORK:+1-415-937-3419
  1282.    TEL;TYPE=FAX,WORK:+1-415-528-4164
  1283.    EMAIL;TYPE=INTERNET:howes@netscape.com
  1284.    END:vCard
  1285.  
  1286. 5.3 References
  1287.  
  1288.    The following documents are referenced by this work.
  1289.  
  1290.    [ISO 639] ISO 639:1988 - Code for the representation of names of
  1291.    languages - The International Organization for Standardization, April
  1292.    1988.
  1293.  
  1294.    [ISO 3166] ISO 3166:1993 - Codes for the representation of names of
  1295.    countries - The International Organization for Standardization,
  1296.    December 1993.
  1297.  
  1298.    [ISO 8601] ISO 8601:1988 - Data elements and interchange formats -
  1299.    Information interchange - Representation of dates and times - The
  1300.    International Organization for Standardization, June, 1988.
  1301.  
  1302.  
  1303. Dawson & Howes                 [Page 21]         Expires September 1997
  1304.  
  1305.  
  1306.                       vCard MIME Directory Profile
  1307.  
  1308.  
  1309.    [ISO 8601 TC] ISO 8601, Technical Corrigendum 1 - Data elements and
  1310.    interchange formats - Information interchange - Representation of
  1311.    dates and times - The International Organization for Standardization,
  1312.    May, 1991.
  1313.  
  1314.    [ISO 9070] ISO 9070, Information Processing - SGML support facilities
  1315.    - Registration Procedures for Public Text Owner Identifiers, April,
  1316.    1991.
  1317.  
  1318.    [CCITT E.163] Recommendation E.163 - Numbering Plan for The
  1319.    International Telephone Service, CCITT Blue Book, Fascicle II.2, pp.
  1320.    128-134, November, 1988.
  1321.  
  1322.    [CCITT X.121] Recommendation X.121 - International Numbering Plan for
  1323.    Public Data Networks, CCITT Blue Book, Fascicle VIII.3, pp. 317-332,
  1324.    November, 1988.
  1325.  
  1326.    [CCITT X.520] Recommendation X.520 - The Directory - Selected
  1327.    Attribute Types, November 1988.
  1328.  
  1329.    [CCITT X.521] Recommendation X.521 - The Directory - Selected Object
  1330.    Classes, November 1988.
  1331.  
  1332.    [MIME-DIR] Howes, T., Smith, M., "A MIME Content-Type for Directory
  1333.    Information", Internet-draft-ietf-asid-mime-direct-05.txt, March,
  1334.    1997.
  1335.  
  1336.    [RFC-822] Crocker, D., "Standard for the Format of ARPA Internet Text
  1337.    Messages", STD 11, RFC 822, August 1982.
  1338.  
  1339.    [RFC-2045] Freed, N., Borenstein, N., " Multipurpose Internet Mail
  1340.    Extensions (MIME) - Part One: Format of Internet Message Bodies", RFC
  1341.    2045, November 1996.
  1342.  
  1343.    [RFC-2046] Freed, N., Borenstein, N., " Multipurpose Internet Mail
  1344.    Extensions (MIME) - Part Two: Media Types", RFC 2046, November 1996.
  1345.  
  1346.    [RFC-2047] Moore, K., "Multipurpose Internet Mail Extensions (MIME) -
  1347.    Part Three: Message Header Extensions for Non-ASCII Text", RFC 2047,
  1348.    November 1996.
  1349.  
  1350.    [RFC-2048] Freed, N., J. Klensin, J. Postel, "Multipurpose Internet
  1351.    Mail Extensions (MIME) - Part Four: Registration Procedures", RFC
  1352.    2048, January 1997.
  1353.  
  1354.    [RFC-1738] Berners-Lee, T., Masinter, L., McCahill, M., "Uniform
  1355.    Resource Locators (URL)", RFC 1738, December 1994.
  1356.  
  1357.    [RFC-1766] Alvestrand, H., "Tags for the Identification of
  1358.    Languages", March 1995.
  1359.  
  1360.    [RFC-1872] Levinson, E., "The MIME Multipart/Related Content-type,"
  1361.    RFC 1872, December 1995.
  1362.  
  1363.  
  1364.  
  1365. Dawson & Howes                 [Page 22]         Expires September 1997
  1366.  
  1367.  
  1368.                       vCard MIME Directory Profile
  1369.  
  1370.  
  1371.    [VCARD] VERSIT Consortium, "vCard - The Electronic Business Card
  1372.    Version 2.1", http://www.versit.com/pdi/vcard-21.txt, September 18,
  1373.    1996.
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410.  
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420.  
  1421.  
  1422.  
  1423.  
  1424.  
  1425.  
  1426.  
  1427. Dawson & Howes                 [Page 23]         Expires September 1997
  1428.