Take a survey

PDRL Reference > Core Schema > License element > complexType LicenseType

complexType LicenseType
diagram
namespace
http://www.adobe.com/schema/1.0/pdrl
children
IssuingAuthority pdrl:Resource pdrl:PolicyIDReference pdrl:Policy pdrl:Property HMAC ds:Signature
used by
element License
attributes
 
LicenseID
string
LicenseInstanceVersion
int
LicenseIssueTime
dateTime
LicenseSchemaVersion
string
source
<complexType name="LicenseType">
	<annotation>
		<documentation> Type Definition:  License is the primary container
		for rights information. It consists of the IssuingAuthority,
		Resource, Policy, and Signature. It is a binding of Policy to a
		Resource to determine rights to the resource.</documentation>
	</annotation>
	<sequence>
		<element name="IssuingAuthority" type="anyURI"/>
		<element ref="pdrl:Resource"/>
		<choice>
			<element ref="pdrl:PolicyIDReference"/>
			<element ref="pdrl:Policy"/>
		</choice>
		<element ref="pdrl:Property" minOccurs="0" maxOccurs="unbounded"/>
		<element name="HMAC" type="pdrl:HMACType" minOccurs="0"/>
		<element ref="ds:Signature" minOccurs="0"/>
	</sequence>
	<attribute name="LicenseID" type="string" use="optional"/>
	<attribute name="LicenseInstanceVersion" type="int" use="optional"/>
	<attribute name="LicenseIssueTime" type="dateTime" use="optional"/>
	<attribute name="LicenseSchemaVersion" type="string" use="optional"/>
</complexType>

 

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.4.html