3.3.4.1.3.2 PrecertifyParams
The <PrecertifyParams> complex type contains the user identity information. At least one of UserName or Identification MUST be present. Both MAY be present.
-
<s:complexType name="PrecertifyParams"> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Identification" type="tns:Identification" /> </s:sequence> </s:complexType>
UserName: A string that contains the name of the user, specified as the user's email address.
Identification: Contains further identification information for the user, and is of the Identification complex type as defined by the schema in section 3.3.4.1.3.3.