2.2.1.2.64 membership

The membership element MUST NOT be present.

Parent Elements

roles

Child Elements

getUserNameFromData

group

userName

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

 <xsd:element name="membership">
   <xsd:complexType>
     <xsd:choice minOccurs="1" maxOccurs="unbounded">
       <xsd:element ref="xsf:getUserNameFromData"/>
       <xsd:element ref="xsf:userName"/>
       <xsd:element ref="xsf:group"/>
     </xsd:choice>
   </xsd:complexType>
 </xsd:element>