3.1.4.1.3.46 recipientType Complex Type

The recipientType complex type specifies a recipient in a classification definition. No more than one of the attributes in this type can be present.<39>

 <xs:complexType name="recipientType">
     <xs:attribute name="address" type="xs:string" use="optional" />
     <xs:attribute name="domain" type="xs:string" use="optional" />
     <xs:attribute name="scope" use="optional">
       <xs:simpleType>
         <xs:restriction base="xs:string">
           <xs:enumeration value="Internal"/>
           <xs:enumeration value="External"/>
           <xs:enumeration value="ExternalNonPartner"/>
           <xs:enumeration value="ExternalPartner"/>
         </xs:restriction>
       </xs:simpleType>
     </xs:attribute>
 </xs:complexType>

The following table lists the attributes of the recipientType complex type.

Attribute

Type

Description

address

xs:string ([XMLSCHEMA2] section 3.2.1)

Specifies a recipient's email address.

domain

xs:string

Specifies a recipient's domain.

scope

xs:string

Specifies a recipient's organizational scope as compared to the target mailbox user. The applicable values for this attribute are as follows:

§ Internal

§ External

§ ExternalNonPartner

§ ExternalPartner