Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.