2.2.4.30 t:EmailAddress Complex Type

The EmailAddress complex type specifies the name and address of the user.

 <xs:complexType name="EmailAddress">
 <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="Name" type="xs:string" />
       <xs:element minOccurs="1" maxOccurs="1" name="Address" type="xs:string" />
       <xs:element minOccurs="0" maxOccurs="1" name="RoutingType" type="xs:string" />
     </xs:sequence>
 </xs:complexType>

The following table lists the child elements of the EmailAddress complex type.

Element

Type

Definition

Name

xs:string ([XMLSCHEMA2])

Represents the name of the attendee.

This element is optional.

Address

xs:string

Represents the e-mail address of the attendee.

This element MUST be present and MUST be a Simple Mail Transfer Protocol (SMTP) address.

RoutingType

xs:string

Represents the routing protocol for the e-mail address.

This element is optional.