2.2.1.2.66 userName

The userName element MUST NOT be present.

Parent Elements

membership

Attributes:

memberOf: This attribute MUST NOT be present.

name: This attribute MUST NOT be present.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="userName">
   <xsd:complexType>
     <xsd:attribute name="name" type="xsd:string" use="required"/>
     <xsd:attribute name="memberOf" type="xsd:string" use="required"/>
   </xsd:complexType>
 </xsd:element>