cc:phone

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Specifies a phone number in a contact card.

Syntax

<cc:phone type="..." >
  <cc:uri>...</cc:uri>
  <cc:displayString>...</cc:displayString>
  <ct:delimiter/>
    ...
  <ct:end/>
  <ct:extension>
   ...
  </ct:extension>
</cc:phone>

Attributes

Attribute Data Type Description

type

string

Phone type. The attribute value can be "work", "mobile", "home", "other" or "cutoms1".

Parent Element

Element Description

cc:contactCard

The contact card containing this phone number.

Child Elements

Element Occurrence Description

cc:uri

0 or 1

The URI of the phone.

cc:displayString

0 or more

The display string of the phone number.

ct:delimiter

0 or more

Beginning marker of a schema extension to this element.

ct:end

0 or 1

Ending marker of all the schema extension.

ct:extension

0 or 1

Custom extension to this element.

Remarks

This element supports schema extensions and custom extension. A schema extension can be added by inserting one or more elements in the same namespace between a ct:delimiter element and the ct:end element. Custom extension can be provided with the ct:extension element.

See Also

Reference

ui:phone