<xsd:complexType name="run-asType">
<xsd:annotation>
<xsd:documentation>The run-asType specifies the run-as identity to be used for the execution of a component. It contains an optional description, and the name of a security role.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="description" type="javaee:descriptionType" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="role-name" type="javaee:role-nameType"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType> |