javaee:role-nameType

The role-nameType designates the name of a security role.

	The name must conform to the lexical rules for a token.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID optional

Used By

Source

<xsd:complexType name="role-nameType">
  <xsd:annotation>
    <xsd:documentation>The role-nameType designates the name of a security role. The name must conform to the lexical rules for a token.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:restriction base="javaee:string"/>
  </xsd:simpleContent>
</xsd:complexType>