Take a survey

PDRL Reference > Core Schema > Principal element > simpleType PrincipalNameTypeEnumeration

simpleType PrincipalNameTypeEnumeration
Enumeration values:
USER: A person.
GROUP: A group of people.
ROLE: A name representing a persons title or responsibility within an organization.
SYSTEM: A server machine.
SERVICE: A software component that exposes an external interface.
namespace
http://www.adobe.com/schema/1.0/pdrl
type
restriction of string
used by
attribute PrincipalType/@PrincipalNameType
facets
enumeration USER
enumeration GROUP
enumeration ROLE
enumeration SYSTEM
enumeration SERVICE
source
<simpleType name="PrincipalNameTypeEnumeration">
	<annotation>
		<documentation>Access qualifier for the Principal. It’s a hint of what
		type of principal this is "User", "Group", "Role", "System",
		"Service"</documentation>
	</annotation>
	<restriction base="string">
		<enumeration value="USER"/>
		<enumeration value="GROUP"/>
		<enumeration value="ROLE"/>
		<enumeration value="SYSTEM"/>
		<enumeration value="SERVICE"/>
	</restriction>
</simpleType>

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/pdrlCoreSchema.173.29.html