The role-nameType designates the name of a security role. The name must conform to the lexical rules for a token. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xsd:ID | optional |
<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> |