Previous Next vertical dots separating previous/next from contents/index/pdf

http://java.sun.com/xml/ns/j2ee
complexType security-roleType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}security-roleType (restriction)

Documentation
	

	  The security-roleType contains the definition of a security
	  role. The definition consists of an optional description of the
	  security role, and the security role name.

	  Example:

	      <security-role>
	      <description>
		  This role includes all employees who are authorized
		  to access the employee service application.
	      </description>
	      <role-name>employee</role-name>
	      </security-role>

	  
      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
(description*, role-name )
</...>


Nested Element Summary
j2ee:descriptionTypedescription
          
j2ee:role-nameTyperole-name
          

Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Source
<xsd:complexType name="security-roleType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="description" type="j2ee:descriptionType"/>
<xsd:element name="role-name" type="j2ee:role-nameType"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.

 

Skip navigation bar   Back to Top