2.2.4.20 t:EmailUserType Complex Type

The EmailUserType complex type specifies an email user.<48>

 <xs:complexType name="EmailUserType">
     <xs:sequence>
       <xs:element name="Name" type="xs:string" minOccurs="0" />
       <xs:element name="UserId" type="xs:string" minOccurs="0" />
     </xs:sequence>
   </xs:complexType>

Name: A element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that represents the name of the email user.

UserId: An element of type string that represents the user identifier of the email user.