NOTE: To enable interactive browsing of XML, this specification uses an HTML version that leverages the XML access functionality provided by the W3C XPath recommendation. For this reason, you need to view these HTML documents with a browser that supports that recommendation (for example, Internet Explorer Version 6.0).
Copyright © 2001-2002 ContentGuard Holdings, Inc. All rights reserved. "ContentGuard" is a registered trademark and "XrML", "eXtensible rights Markup Language", the XrML logo, and the ContentGuard logo are trademarks of ContentGuard Holdings, Inc. All other trademarks are properties of their respective owners.
XrML 2.1 Specification Terms of Use
READ THESE TERMS OF USE ("AGREEMENT") CAREFULLY BEFORE USING THE XrML 2.1 SPECIFICATION ("SPECIFICATION"). ATTEMPTING TO USE ANY PART OF THE SPECIFICATION WILL INDICATE THAT YOU HAVE READ, UNDERSTOOD, AND ACCEPTED THESE TERMS. DO NOT PROCEED IN ANY SUCH MANNER UNLESS YOU ARE ABLE AND WILLING TO ENTER INTO AND COMPLY WITH THIS AGREEMENT. CONTENTGUARD STRONGLY RECOMMENDS THAT YOU KEEP A COPY OF THIS AGREEMENT IN A SAFE PLACE FOR FUTURE REFERENCE. IF YOU DO NOT AGREE TO THESE TERMS, THEN DO NOT USE OR COPY THE SPECIFICATION AND IMMEDIATELY DESTROY ANY COPY OF THE SPECIFICATION YOU MAY HAVE OBTAINED.
This specification defines the Core of the eXtensible rights Markup Language (XrML), a general-purpose language in XML used to describe the rights and conditions for using resources.
Feedback and suggestions are welcome. Please report errors and provide comments on this document to the current editor at http://www.xrml.org/xrml_comments.asp.
This document explains the basic concepts for issuing rights in a machine-readable language and describes the language syntax and semantics. It does not provide specifications for security in trusted systems, propose specific applications, or describe the details of the accounting systems required.
One of the goals of this document is to develop an approach and language that can be used throughout industry to stipulate rights to use resources and the conditions under which those rights may be exercised and by whom. This document does not address the agreements, coordination or institutional challenges involved in achieving that goal.
The keyword "XrML2" in this document is to be interpreted as referring to XrML version 2.1.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
The syntax of XrML2 is described and defined using the XML Schema technology defined by the Worldwide Web Consortium (W3C). Significantly more powerful and expressive than DTD technology, the extensive use of XML Schema in XrML2 allows for significant richness and flexibility in its expressiveness and extensibility.
To that end, a principal design goal for XrML2 is to allow for and support a significant amount of extensibility and customizability without the need to make actual changes to the XrML2 core itself. Indeed, the core itself makes use of this extensibility internally. Others parties may, if they wish, define their own extensions to XrML2. This is accomplished using existing, standard XML Schema and XML Namespace mechanisms.
Readers of these schemas should notice that a certain editorial style has, for ease of comprehension, been uniformly adopted. The XML Schema artifacts found within the XrML2 core schema fall into three categories: attributes, elements, and types. The names of each have a different stylistic treatment: the names of types are in mixed case, with an initial capital letter, while the names of elements and attributes are in mixed case but with an initial lower case letter. For example, Grant
is the name of a type, while grant
is the name of an element and licensePartId
is the name of an attribute.
This stylistic convention has also been used in this specification when referring to these elements and types:
grant
" is using the word in a technical sense to refer to the notion of grant
as an XML Schema element.Grant
" is using the word in a technical sense to refer to the notion of Grant
as an XML Schema type.Grant
" is using the word in a technical sense to refer to any element whose type is the type Grant
or any derivation thereof. (Semantics assigned to a type in this way MUST NOT be overridden by type derivations or elements using the type; type derivations or elements that use the type MAY alter the semantics only as long as all the statements made about the type in these passages still hold for the type derivations and elements that use the type.)At the heart of XrML2 is the XrML2 Core Schema. The elements and types defined therein define the core structural and validation semantics that comprise the essence of the specification. It is expected that every XrML2 validation processor will be aware of the semantics embodied in this core. That is not to say that each and every such processor need to implement and fully support all of the functionality herein described; rather, it indicates that such processors must be conscious of all the semantics defined therein that logically affect those core features they indeed do choose to support. This is also true for XrML2 extensions that these processors intend to process.
The single most important concept in XrML2 is that of the License
. A License
is conceptually a container of Grant
s, each one of which conveys to a particular Principal
the sanction to exercise some identified Right
against some identified Resource
, possibly subject to the need for some Condition
to be first fulfilled. A License
is also a container of GrantGroup
s, each of which is in turn an eventual container of Grant
s. To avoid confusion, it should be noted that, while a License
is a conceptual container, it is not only just a container: it is also the means by which License
issuers convey authorization, as described below.
License
A License
may be digitally signed by the party who issues it, signifying that the License
issuer authorizes certain Grant
s and GrantGroup
s. This semantic notion of whether or not a Grant
or GrantGroup
has been authorized is an important one. A Grant
or GrantGroup
which has not been authorized conveys no authorization, it merely exists as an XML element. Unless otherwise indicated by this specification, Grant
s or GrantGroup
s which may physically appear in a License are not to be considered authorized.
Syntactically, multiple Issuer
s may each provide a signature on a given License
; however no additional semantic is associated with their collective signing. The semantics are, rather, as if they had each independently signed their own copy of the License
. Therefore, one can unambiguously speak of the
Issuer
of a given License
.
Each of the zero or more title
elements in a License
provides a descriptive phrase about the License
that is intended for human consumption in user interfaces and the like. Automated processors MUST NOT interpret semantically the contents of such title
elements.
The Grant
s and GrantGroup
s contained in a License
are the means by which authorization policies are conveyed in the XrML2 architecture.
Each Grant
or GrantGroup
that is an immediate child of a License
exists independently within that License
: no collective semantic (having to do with their particular ordering or otherwise) is intrinsically associated with the presence of two or more of them within a certain one License
(though there may be syntactic issues; see License Parts).
See below in this specification for an elaboration of the semantics of Grant
and GrantGroup
.
Each Issuer
in a License
may contain two pieces of information:
Issuer
-specific details
about the circumstances under which he issues the License
, andLicense
.
The optional Issuer
-specific details
are found in the Issuer
/details
element, which is of type IssuerDetails
. These details
optionally include any of the following information:
Issuer
claims to have effected his issuance of the License
.Issuer
does not intend his issuance of the License
to be effective.Issuer
of the License
will, if he later Revoke
s it, post notice of such revocation. When checking for revocation, XrML2 processing systems may choose to use any one of the identified mechanisms: that is, they are all considered equally authoritative as to the revocation status of the issuance of the License
.Let g be any Grant
or GrantGroup
which is an immediate child of a License
l, and let i be the Issuer
element of l. If the element i/details
exists and if i/details
contains a ValidityInterval
v, then let the Grant
or GrantGroup
g' be defined to be that Grant
or GrantGroup
which is formed from a copy of g by replacing therein the (possibly absent) element g'/condition
with an allConditions
element containing both v and (the possibly absent) g/condition
. Then g' is defined to be
directly authorized
by the presence of the signature of the Issuer
on the License
l (and g itself is not authorized). If instead no such ValidityInterval
v exists, then, likewise, the Grant
or GrantGroup
g is defined to be directly authorized by the presence of the signature of the Issuer
on the License
.
The digital signature made by each Issuer
of a License
is manifest in an XML element of name dsig:Signature
as defined by the XML-Signature Syntax and Processing standard of the W3C. However, when used within XrML2, some of the general freedoms and flexibilities permitted within that design are profiled and constrained. Specifically, with the aim of simplifying the determination of exactly which pieces of the License
have and have not been actually signed by a given Issuer
, the dsig:Signature
/dsig:SignedInfo
/dsig:Reference
elements are restricted in how they may refer to pieces of the License
. In concept, the restriction is that of the information in a License
a signature may only reference
License
less its Issuer
children, together withdetails
paired with this dsig:Signature
but not any other piecemeal subparts of the License
(the dsig:Signature
may still, if it wishes, reference items external to the License
though such use is beyond the scope of this specification). Concretely, when an Issuer
wishes to reference pieces of the License
, to do so it MUST use a dsig:Signature
/dsig:SignedInfo
/dsig:Reference
element r such that the following is true:
dsig:URI
MUST be omitteddsig:Transforms
MUST contain exactly one child dsig:Transform
element t, where dsig:Algorithm
MUST contain the value http://www.xrml.org/schema/2002/05/xrml2core#license
The transform algorithm so indicated is known as the XrML2 License Transform Algorithm .
A dsig:Transform
element t indicating the use of the XrML2 License Transform Algorithm emits as output the most immediate ancestor of t that is of type License
or a derivation thereof but with any element descendants of that License
which occupy (perhaps through type derivation) the particle defined by the issuer
child of the License
wholly removed, except for that Issuer
that contains t, which is kept, removing its dsig:Signature
child instead.
It is RECOMMENDED that dsig:Signature
s created by Issuer
s of XrML2 License
s indicate the use of the Schema Centric Canonicalization algorithm.
Moreover, as a general note of good digital signature hygiene, it is RECOMMENDED that XrML2 License
s explicitly (re)declare no higher up the XML element tree than at the License
level any XML Namespaces that are used anywhere throughout the License
. That is, a License
SHOULD be a self-contained unit with respect to XML Namespace declarations, not relying on any such declarations to be imported from their surrounding XML context. This hygienic practice greatly facilitates the ability to manipulate License
s as a self-contained XML unit within XrML2 processing systems.
XrML2 provides a syntactic mechanism for reducing redundancy and verbosity in License
s. This syntactic macro-like mechanism can be used throughout a License
, so long as there is in a given License
only one definition to each LicensePartId
. Such definitions can lie, for example, inside of grant
s or other semantically important structures. However, it is sometimes useful and convenient to be able to provide a definition of a part of a License
without at the definition site necessarily associating any particular semantic with the part. The inventory
element provides a means for doing this.
The inventory
element of a License
is a simple container of LicensePart
s. The presence of such parts in the inventory
container does not provide any semantic at all. The parts simply exist as syntactic structures within the inventory
. Usefully and usually, parts in the inventory
will have LicensePart
/@licensePartId
attributes so that they can be referenced from elsewhere in the License
.
Using the wildcard construct from XML Schema, a License
provides an extensibility hook within which License
issuers may place additional content as they find appropriate and convenient. This can be useful for conveying information which is peripherally related to, for example, authentication and authorization, but is not part of the XrML2 core infrastructure. Such content will of necessity be referenced by the dsig:Signature
of the Issuer
of the License
, and so can be considered as being attested to by the License
's Issuer
; indeed, it is the inclusion of this data in the signature which is likely the most important reason for contemplating the use of this facility.
It should, however, be carefully understood that not all processors of XrML2 License
s will understand the semantics intended by any particular use of this extensibility hook. Processors of the License
MAY choose wholly at their own discretion to completely ignore any such content that might be present herein.
A mechanism is provided by which the contents of a License
may be encrypted and so hidden from view from inappropriate parties. This mechanism makes straightforward use of the XML Encryption Syntax and Processing standard.
Specifically, the XML content model of a License
is a choice between a sequence containing the elements previously described in this section and an encryptedLicense
element. encryptedLicense
represents the encryption of the contents (but not the attributes) of the License
element. See the type EncryptedContent
for a more detailed discussion of the decryption process.
Many of the types defined in XrML2 are, in the XML Schema sense, derivations of the type LicensePart
, including Grant
s, Resource
s, and Right
s, just to name a few.
LicensePart
The role of LicensePart
is twofold:
LicensePart
, through its licensePartId
and licensePartIdRef
attributes, which are both of type LicensePartId
, defines a macro-like purely syntactic mechanism by which fragments of XML which must logically be present in several places within a License
may avoid being literally written out multiple times.LicensePart
, through its varRef
attribute, defines a semantically important mechanism. As is later described herein, XrML2 defines a pattern-matching mechanism which may be used, for example, to denote sets of Principal
s that a grant
might apply to or sets of grant
s that might be validly issued by an authorized authority. Such patterns logically describe sets of entities. When a pattern is applied to a concrete situation, a matching process occurs, resulting in a single entity that matches that pattern. It is useful to be able to, elsewhere in a License
, talk about the entity that might match a given pattern when such matching process later occurs.The matching process and its relationship to variables is somewhat involved, and a detailed discussion is provided later in this specification.
The macro-like facility of licensePartId
and licensePartIdRef
, on the other hand, is quite straightforward. Use of the licensePartId
and licensePartIdRef
attributes MUST adhere to the following constraints:
LicensePart
at most one of the attributes licensePartId
and licensePartIdRef
may appear. That is, it is illegal for both attributes to be present on one LicensePart
.LicensePartId
value v, there may be at most one LicensePart
in a given License
that contains a licensePartId
attribute with the value v.LicensePart
p contains a licensePartIdRef
attribute, then it MUST have empty content. As a corollary, therefore, it is required that all types which are derivations of LicensePart
SHOULD allow their content to be empty (for otherwise they cannot usefully be used within the LicensePart
infrastructure).LicensePart
p contains a licensePartIdRef
attribute with a certain value v, then there must exist some (other) LicensePart
q in the same License
as p which has a licensePartId
attribute with value v (and, per (2), there cannot be two such qs). It is further required that the expanded element name of p exactly match that of q. Moreover, it is required that q not be an ancestor of p (or, per (3), a descendant of p).If a LicensePart
p contains a licensePartIdRef
attribute with a certain value v, and q is the LicensePart
in the same License
as p which has a licensePartId
attribute with value v, then the semantics of the License
containing p and q are as if:
License
and replaced with a copy q' of the element q,licensePartId
attribute were removed from q' and all of its descendants,where here a "preserved" attribute is any of the following:
xsd:ID
(It is the intent of the last of these points to allow for the useful definition of other identification systems on license parts beyond the document-global xsd:ID
-typed identifiers.)
If a License
contains no LicensePart
s with a licensePartIdRef
attribute, then the semantics of that License
are as if the licensePartId
attribute were removed from all LicensePart
s with such a licensePartId
.
With the exception of signature verification, both licensePartIdRef
macro expansion and licensePartId
removal MUST be carried out before the other License
processing steps defined by this specification. In particular, it is carried out before such processing as the evaluation of variable references or the testing of equality.
XrML2 defines a formal notion by which two arbitrary XML elements can be compared and said to be "
equal
" or not. This notion is used extensively and heavily in the design in such places, for example, as determining whether a Grant
in a particular License
actually contains a particular Right
which is attempting to be exercised. In order to determine this, the Right
being exercised must be compared in a precise and technical manner against the Right
in the Grant
. Perhaps surprisingly, no existing notion of equality appears defined on XML elements. Accordingly, we define one here as follows.
In order to address the question of equality, one must first consider the question of whether the notion of the XML information conveyed by a piece of XML is in fact well-defined. Fortunately, this is in fact the case: the XML Information Set specification normatively defines the abstract information contained in any the possible physical representations of a piece of XML. This information is, however, altered by XML Schema, in that the assessment of validation of an infoset by XML Schema augments that infoset with information contained in the schema(s) in question (for example, default values are inserted, the character content of elements of simple type is normalized, and so on). Thus, in order to understand the full set of information conveyed by a piece of XML, one must, generally speaking, validate the data according to its schemas.
If all the schemas in question are relatively fixed, and so their structure can be compiled into or otherwise cached by an application, then the assessment of whether two pieces of XML are equal or not is straightforward to implement efficiently. However, if the schemas involved are not so intimately known, then the task of assessing equality is much more complicated and subtle: considerable flexibility and latitude exists in XML Schema wherein possibly quite different XML infosets are considered to actually convey the same information. This is precisely the sort of situation which is likely to arise in many XrML2 applications, especially those that act as utility layers for solutions that exploit the extensibility and customizability of the XrML2 architecture.
What is needed, therefore, is an efficiently implementable, generic algorithm that evaluates whether two XML information items are equal according to the representational liberties permitted by the schemas of the items in question. It is the intent of this specification to define such an algorithm.
As was mentioned, the information conveyed by a piece of XML can generally speaking only be understood by considering the content of the information set for that XML together with the content of the schemas with which it is associated.
Fortunately, it was one of the central design goals of the Schema Centric Canonicalization algorithm to exactly capture this information. That is, the result of processing some XML through Schema Centric Canonicalization captures in its output all of the information content of the XML that was latent in the schemas with which it is associated; all the contributions such as default values, data type lexical canonicalization, and so on, are extracted and made explicitly manifest in the canonicalized form. Therefore, one can succinctly compare two XML information items for equality by comparing the bit strings of their respective processing by Schema Centric Canonicalization: the items are equal if and only if the bit strings are bit-for-bit identical.
Were that algorithm easy to efficiently implement, then little more need be said about the matter. Unfortunately, this is not the case: Schema Centric Canonicalization is to an approximation at least as complicated to implement as full-blown XML Schema validity assessment, which is, unfortunately, in many situations, more expensive than is reasonable. In order to address this, we therefore seek an additional, efficiently implementable algorithm that can, in certain identifiable common cases, evaluate whether two XML items are equal or not in the same sense as processing through Schema Centric Canonicalization would do, but without the expense involved (specifically, without the expense of retrieving and processing the associated schemas). When such an algorithm identifies that the common case is in use, it can quickly give a definitive answer; in other cases, the full treatment through the Schema Centric Canonicalization algorithm is necessary.
Of course, many such auxiliary algorithms are possible, differing (likely) in exactly which set of common cases they cover. We present one of these possible algorithms here (embodied in the equalQuickItem function defined below), one that we believe will be of broad general utility. Note, however, that implementations are free to alter or augment this algorithm in order to appropriately tailor and tune it for their specific needs.
Two XML information items, left and right, are to be considered equal or not equal according to the application of the function equalItem(left, right).
The equalItem function takes two information items, left and right, as inputs and yields either the result equal or the result not equal as follows:
The equalQuickItem function takes two information items, left and right, as inputs and yields either the result equal, not equal, or indeterminate according to whether it determines that the information items can be determined to be equal or not or that an evaluation by a more comprehensive algorithm is necessary. Let the notation x[y] be understood to represent the value of the property whose name is y of the information item x. Then the equalQuickItem function is defined as follows:
If left and right are different kinds of information item, then not equal is returned.
If left and right are both element information items, then the following steps are considered in order:
If left and right are attribute information items, the the following steps are considered in order:
If left and right are character information items:
Otherwise, indeterminate is returned.
The equalQuickList function takes as input two ordered lists of information items left and right and returns equal, not equal, or indeterminate as follows.
It is intended that equalQuickSimple embody the appropriate comparison tests for a sequence of characters which are either known to be or may potentially be the data consisting of a simple type. The equalQuickSimple function takes as input two sequences of character information items left and right and a boolean isAlreadyNormalized and returns equal, not equal, or indeterminate as follows:
Within XrML2, it is quite useful and important at times to be able to write in XML formal expressions that semantically denote particular sets of XML instance elements. To give but one example, a License
that provides to a Principal
the authorization that is analogous to that held by a "Certificate Authority" in X509 parlance needs to be able to precisely specify and carefully indicate exactly which set of Grant
s the Principal
is authorized to issue
. XrML2 has a rich architecture of "patterns" designed to address this and similar needs.
All formal patterns in XrML2 have types which derive from the type XmlPatternAbstract
. As such, this type forms the root of a type hierarchy of various flavors of patterns suitable for different pattern matching requirements. The corresponding element xmlPatternAbstract
, which is of this type, usefully forms the head of a substitution group of all possible patterns.
XmlPatternAbstract
XmlExpression
provides a means by which patterns written in formal expression languages defined outside of XrML2 can be straightforwardly incorporated herein. The particular expression language used is indicated by the lang
attribute, which is a URI.
XmlExpression
The default value for the lang
attribute is http://www.w3.org/TR/1999/REC-xpath-19991116
, which indicates that the contents of the XmlExpression
contains a string which is an XPath expression. If the expression contained in that string is not of XPath type boolean, then it is to be automatically converted to such as if the function boolean were applied. An element is said to match an XmlExpression
pattern if the enclosed expression evaluates to true over that element.
All XrML2 processing systems which choose to support the use of any form of XrML2 patterns at all MUST support the use of the http://www.w3.org/TR/1999/REC-xpath-19991116
expression language in XmlExpression
elements.
All XrML2 processing systems that support the XPath expression language MUST include an additional match-exact
function in the library that is used to evaluate XPath expressions. This function, used to match regular expressions, is modeled after work carried out in the XPath2 design effort.
The syntax of this function is
match-exact (string $srcval, string $regexp) ==> boolean
This function returns a boolean which is true if the regular expression that is the value of $regexp
matches the entirety of the value of $srcval
and is false otherwise. The regular expression in the value of $regexp
uses the syntax of regular expressions specified in Appendix F of [XML Schema Part 2: Datatypes]. Comparisons of characters and character strings are performed in the context of the collation sequence specified by the Unicode Collation Algorithm, though it should be noted that not all regular expressions are semantically sensitive to this collation.
The XPath specification defines that the names of XPath library functions are namespace-qualified. To that end, the match-exact function is defined to reside in the XrML2 core namespace: http://www.xrml.org/schema/2002/05/xrml2core
.
As an alternative to using patterns written in externally-defined expression languages, it is often useful to define new XML types and elements that, in their intrinsic semantic, define some pattern matching algorithm. This can, of course, be done by simply deriving from XmlPatternAbstract
; but, if appropriate to a given situation, deriving one of the four types here might be more useful.
PrincipalPatternAbstract
RightPatternAbstract
ResourcePatternAbstract
ConditionPatternAbstract
Patterns which are of types which derive from PrincipalPatternAbstract
, RightPatternAbstract
, ResourcePatternAbstract
, and ConditionPatternAbstract
are always evaluated in a context of an entire XML document which (respectively) contains exactly just one Principal
, Right
, Resource
, or Condition
. Such known contextual setting may make it possible to more succinctly express and define the semantics of the intended pattern.
Everyone
is a type which is derived from PrincipalPatternAbstract
.
Everyone
As such, it matches documents which are elements of some subset of the universe of Principal
s. That subset is defined as those Principal
s who posses a certain property described within the Everyone
element.
More precisely, let e be an instance of Everyone
, and let P be the set of Principal
s denoted by e. If e/propertyAbstract
does not exist, then P is defined to be the entire universe of Principal
s. Otherwise, P is defined to be the set of those Principal
s p for which the following PrerequisiteRight
condition q can be shown to be fulfilled with respect to the same tuple of Authorization Algorithm inputs within which e is being processed:
principal
is equal to p
right
is equal to the possessProperty
elementresource
is equal to e/propertyAbstract
trustedIssuer
is a copy of e/trustedIssuer
(if such is present) or is absent (otherwise).
PatternFromLicensePart
is a semantically simple pattern. Each element of this type contains exactly one LicensePart
. The pattern is defined to match exactly those elements which are equal to this contained part.
PatternFromLicensePart
A GrantPattern
is a relatively complex pattern which matches XML elements of type Grant
. Let G be a GrantPattern
, and let g be a target Grant
against which one wishes to attempt to match G.
GrantPattern
The GrantPattern
G can contain four separate pieces, each of which provide sub-patterns which are matched (respectively) in the context of the Principal
, Right
, Resource
, and Condition
of the target Grant
g, along with an optional fifth piece which is matched in the context of g as a whole. The overall GrantPattern
G is considered to successfully match against the target Grant
g if and only if each of the five pieces which may be present in G successfully match against their respective context.
The first piece of a GrantPattern
, which is optional, contains either a literal Principal
, or several patterns for a Principal
. If a literal Principal
p is provided, then the target Grant
g must contain as its principal
an element that is equal to p. If patterns for a Principal
are provided, then each such pattern, when evaluated in a target context of a new XML document containing only the Principal
from the target Grant g, must successfully match.
The second piece of a GrantPattern
, which for technical reasons is not optional, contains either a literal Right
, or several patterns for a Right
. If a literal Right
r is provided, then the target Grant
g must contain as its right
an element that is equal to r. If patterns for a Right
are provided, then each such pattern, when evaluated in a target context of a new XML document containing only the Right
from the target Grant
g, must successfully match. Note that although this second piece of a GrantPattern
is required, a pattern of the form
<rightPattern/>
can be used to match any Right
.
The third piece of a GrantPattern
, which is optional, contains either a literal Resource
R, or several patterns for a Resource
. If a literal Resource
is provided, then the target Grant
g must contain as its resource
an element that is equal to R. If patterns for a Resource
are provided, then each such pattern, when evaluated in a target context of a new XML document containing only the Resource
from the target Grant
g, must successfully match.
The fourth piece of a GrantPattern
, which is optional, contains either a literal Condition
c, or several patterns for a Condition
. If a literal Condition
is provided, then the target Grant
g must contain as its Condition
an element which is equal to c. If patterns for a Condition
are provided, then each such pattern, when evaluated in a target context of a new XML document containing only the Condition
from the target Grant
g, must successfully match.
The fifth piece of a GrantPattern
is also optional. If present, then it is an XmlExpression
that, when evaluated in a target context of a new XML document containing the whole target Grant
g, must successfully match.
Much as GrantPattern
s provide a structured way to match against Grant
s, GrantGroupPattern
s provide a structured way to match against GrantGroup
s. Let G be a GrantGroupPattern
, and let g be a target GrantGroup
against which one wishes to attempt to match G. G consists of possibly several pieces. The overall GrantGroupPattern
G is considered to successfully match against the target GrantGroup
g only if each of the pieces which may be present in G successfully match against their respective context.
GrantGroupPattern
The first piece of a GrantGroupPattern
, which is optional, contains either a literal Principal
, or several patterns for a Principal
. If a literal Principal
p is provided, then the target GrantGroup
g must contain as its principal
an element that is equal to p. If patterns for a Principal
are provided, then each such pattern, when evaluated in a target context of a new XML document containing only the Principal
from the target GrantGroup
g, must successfully match.
The second piece of a GrantGroupPattern
, which is optional, contains either a literal Condition
c, or several patterns for a Condition
. If a literal Condition
is provided, then the target GrantGroup
g must contain as its condition
an element that is equal to c. If patterns for a Condition
are provided, then each such pattern, when evaluated in a target context of a new XML document containing only the Condition
from the target GrantGroup
g, must successfully match.
The third piece of a GrantGroupPattern
consists of a sequence of sub-patterns, each of which is either a literal Grant
or pattern for a Grant
, or a literal GrantGroup
or a pattern for a GrantGroup
. Each literal or pattern in this sequence, when evaluated in the context of a new XML document containing only the corresponding Grant
or GrantGroup
from the sequence thereof at the end of the target GrantGroup
g, must successfully match. In doing so, sub-patterns which are Grant
s or GrantGroup
s are, as one would by now expect, to match elements which are equal to themselves. Further, the sequence of Grant
s and GrantGroup
s at the end of g can be no longer than that sequence in G.
The fourth piece of a GrantGroupPattern
is also optional. If present, then it is an XmlExpression
that, when evaluated in a target context of a new XML document containing just the whole target GrantGroup
g, must successfully match.
A particularly powerful and useful construct in Grant
s and GrantGroup
s is the definition and use of variables therein. With variables, a single Grant
or GrantGroup
can be written (and thus can be issued or otherwise authorized) that allows some carefully controlled variation and flexibility in the rights actually conveyed.
Variables are defined using universal quantification as embodied in elements of type ForAll
.
ForAll
Let f be an element of type ForAll
. The varName
attribute of f indicates the name of the variable being defined. The elemental contents of f are zero or more patterns which determine what the variable f/@varName
binds to.
If x is any XML element, let d(x) be a new XML document containing the element x as the root. Define m(x) to be the boolean function which is true if and only if all of the patterns in f, when evaluated in a context of d(x), successfully matches. Let B(f) be that subset of the universe X of XML elements such that m(b) is true for every b in B(f) and is false for every b' in X-B(f)(note that this implies that if f contains no patterns that B(f) is the entire universe X). The set of bindings of the variable f/@varName
is then defined to be the set B(f).
The element f has a scope within which the variable it defines may be referenced. Colloquially, that scope is the rest of the parent element in which f is contained, less the scope of any other element of type ForAll
therein which happens to (re)declare the same variable. More precisely, let N(y) be that set of XPath nodes selected by the XPath location path:
following-sibling::*/descendent-or-self::node()
when evaluated with y as the contextual XPath node. For an element z of type ForAll
, let O(z) be that set of XPath nodes selected by location path:
following-sibling::*/descendent-or-self::r:forAll[@r:varName=$fVarName]
(where the XML Namespace prefix r
is bound to the XrML2 core namespace) when evaluated with z as the contextual XPath node and $fVarName
as the value of z/@varName
.
Let P(f) be the union over all w in O(f) of N(w). Then the scope of f is defined to be N(f) less P(f).
The set S(f) of the eligible bindings of the variable f/@varName
, then, is defined to be that subset of B(f) such that s in B(f) is in S(f) if and only if for all elements t in the scope of f where t/@varRef
equals f/@varName
all of the following hold:
Variables are referenced using the varRef
attribute of LicensePart
s. Let t be a LicensePart
, and suppose t/@varRef
exists. Then it is required that t must be an empty element: from a conceptual perspective, the contents of t are determined by the binding of the variable that it references, not from local elements.
LicensePart
Moreover, the value in t/@varRef
MUST be the name of some variable v whose scope includes t.
Extensions to XrML2 SHOULD NOT create new types derived from the type ForAll
nor create new elements of type ForAll
. If extensions need to define variables within the types and elements they define, they can use the forAll
element directly.
Certain elements and types in XrML2 are designated as conceptually abstract. Conceptually abstract elements and types are used solely for the substitution heads and type bases, respectively, in XML Schema and, as such, do not refer to any concrete concepts. Common examples of concrete concepts are found in XrML2 and include the keyHolder
element and the KeyHolder
type, though additional useful concrete concepts can be defined in extensions to XrML2. While a conceptually abstract element MAY appear with a concrete type and a concrete element MAY appear with a conceptually abstract type, a conceptually abstract element MUST NOT appear with a conceptually abstract type except in the form of a variable reference, as described in the preceding section.
A Grant
is an XML structure that expresses an assertion that some Principal
may exercise some Right
against some Resource
, subject, possibly, to some Condition
. This structure is at the heart of the rights-management and authorization-policy semantics that XrML2 is designed to express.
Grant
Especially in situations such as content-management scenarios, it is likely to be common practice that one License
contain several Grant
s to the same Principal
pertaining to the same Resource
, but differing in the specific Right
being authorized. One grant
might authorize a play
right, while another might authorize a print
right, for example. In other situations, such as those that might mirror the semantics of X.509 certificates, a set of Grant
s in a License
might share a Principal
and a Right
(perhaps the PossessProperty
right), but differ in the Resource
identified. In all such scenarios, it is expected that the syntactic mechanism of license parts, perhaps together with the use of the inventory
in the License
, will be often used to reduce verbosity and to increase the readability of the collective set of Grant
s.
At the start of each Grant
may reside an optional sequence of elements of type ForAll
. Because of the pattern matching facility therein, this powerful mechanism allows one authorized Grant
instance to in fact authorize what would otherwise have to be authorized as a set of Grant
s, a task which may be cumbersome or logistically impossible to actually carry out.
ForAll
The effect of these ForAll
elements on the semantics of a Grant
is straightforward. Let g be a Grant
that contains at least one ForAll
child element, and let f be the first such child in g. Let S(f) be the set of eligible bindings of the variable f/@varName
. For each s in S(f), let g'(s) be a Grant
which is equal to a copy of g except
varName
are replaced in g'(s) by s.Then, to say that g is authorized means that for all such s, g'(s) is authorized.
Definition: a Grant
which lacks any children of type ForAll
(or any constructs that are equivalent thereto, such as an ExistsRight
condition with a GrantPattern
) is considered primitive.
The element in an instance of a Grant
that validates against the principal
particle thereof identifies the Principal
that, under the authority of the Issuer
of the License
, may exercise the Right
identified in the Grant
.
Principal
While the principal
particle of Grant
is optional within the schema (primarily for the utility this provides to GrantGroup
s), it is semantically very dangerous to in fact authorize a Grant
which contains no Principal
that validates against the principal
particle. An authorized Grant
which contains no Principal
element is considered to be equivalent to an authorized Grant
that contains an allPrincipals
with zero children, which in turn authorizes the Grant
to any entity that is authenticated as at least zero Principal
s -- in short, any entity.
The element in an instance of a Grant
which validates against the
right
particle thereof identifies what the Issuer
of the containing License
authorizes the indicated Principal
to actually do.
Right
Many (but not all) Right
s that might be issued are intended to be directed at and authorized against some particular target or Resource
. For example, a content-management-related Right
which authorizes a Principal
to print
must somehow identify exactly what digital resource the Issuer
of the License
intends may be printed. In XrML2, this target can be identified using the resource
of a Grant
. This is accomplished by providing in the Grant
instance an element which validates against the resource
particle thereof.
Resource
Issuer
s who authorize Grant
s often desire the ability to somehow limit or constrain the situations in which the Grant
may actually be used. The condition
particle within a Grant
provides a means by which this may be accomplished. If omitted, then no conditions are imposed: the authorized Grant
may be used unconditionally. If a Condition
is present, then the semantic obligations associated with the semantics of that particular Condition
must be satisfied with respect to the indicated Grant
before it may be used as the basis of an authorization decision.
Condition
Whenever a Grant
is issued, the Issuer
may optionally indicate in addition that the Grant
may be delegated to others. This is accomplished by including in the Grant
an element of type DelegationControl
; absent such a DelegationControl
element, a Grant
is not (formally) delegable.
DelegationControl
To say that an authorized Grant
g is delegable means that the Issuer
of g also authorizes every Grant
g' where:
forAll
, g'/delegationControl
, and g'/condition
are all absent,principal
is equal to g/principal
,right
is equal to the issue
elementresource
is equal to a Grant
g'' whereForAll
elements that begins g appear as a prefix of the sequence of ForAll
elements that begins g''
delegationControl
is compatible with g/delegationControl
principal
is one of the allowable destination principals of g/delegationControl
right
is equal to g/right
resource
is equal to g/resource
condition
is either equal to g/condition
, or, if g/ delegationControl
/additionalConditionsProhibited
is absent, is equal to the equivalent of an allConditions
element which contains at least g/condition
(if present)Additional policies which control the circumstances under which g is legally delegable are expressed by the semantics embodied in the DelegationControl
element; these are explained in detail below. It is to be understood that g may be encrypted, and that in such situations the constraints listed here are to be adhered to by the clear-text form of g.
A mechanism is provided by which the contents of individual Grant
s may be encrypted and so hidden from view from inappropriate parties. This mechanism makes straightforward use of the XML Encryption Syntax and Processing standard.
Specifically, the XML content model of a Grant
is a choice between a sequence containing the elements previously described in this section and an encryptedGrant
element. encryptedGrant
is of type EncryptedContent
and represents the encryption of the contents of the Grant
element.
Within the XrML2 architecture, GrantGroup
s occupy much the same niche as do their more straightforward cousins, Grant
s. That is, wherever a Grant
may legally appear, it is (usually) the case that a GrantGroup
may appear instead, where a GrantPattern
may appear, a GrantGroupPattern
may take its place, and so on. Indeed, from a point of view of the set of rights actually authorized, the semantics of a GrantGroup
can be (and indeed are) specified in terms of the set of rights authorized by a particular set of related Grant
s. However, from a point of view of pattern matching and inseparability under delegation, issuance, etc., GrantGroup
s provide additional expressive power not otherwise found in Grant
s.
GrantGroup
At the start of each GrantGroup
may reside an optional sequence of elements of type ForAll
. Because of the pattern matching facility therein, this powerful mechanism allows one authorized GrantGroup
instance to in fact authorize what would otherwise have to be authorized as a set of GrantGroup
s, a task which may be cumbersome or logistically impossible to actually carry out.
The effect of these ForAll
elements on the semantics of a GrantGroup
is straightforward. Let g be a GrantGroup
that contains at least one ForAll
child element, and let f be the first such child in g. Let S(f) be the set of eligible bindings of the variable f/@varName
. For each s in S(f), let g'(s) be a GrantGroup
which is equal to a copy of g except
varName
are replaced in g'(s) by s.Then, to say that g is authorized means that for all such s, g'(s) is authorized.
Having indicated what it means to say that a GrantGroup
containing a ForAll
element has been authorized, it remains to be specified what it means to say that a GrantGroup
which lacks any ForAll
element has been authorized. Let g be such a GrantGroup
lacking a ForAll
element, and consider the structure of g, which, as is evident in the XrML2 core schema, can be thought of as a sequence containing:
DelegationControl
element d,Principal
element p,
Condition
element c,
Grant
or GrantGroup
elements g'.To say that g has been authorized, then, means the following:
Consider each such g' in g where g' is a Grant
. Let p' and c' be (respectively) the (possibly absent) principal
and (possibly absent) condition
contained in g'. Let g'' be a Grant
which is equal to g' except that
allPrincipals
element p'' which in turn containsallConditions
elementc'' which in turn containsThen to say that the GrantGroup
g is authorized means that the Grant
g' is authorized.
Similarly, consider each such g' in g where g' is a GrantGroup
. Let p' and c' be (respectively) the (possibly absent) principal
and (possibly absent) condition
contained in g'. Let g'' be a GrantGroup
which is equal to g' except that
allPrincipals
element p'' which in turn containsallConditions
elementc'' which in turn containsThen to say that the GrantGroup
g is authorized means that the GrantGroup
g' is authorized.
The set of authorized Grant
s which is related to the authorized GrantGroup
g by means of exhaustive recursive application of Rules (1) and (2) is known as the set of descendent
Grant
s of g.
Whenever a GrantGroup
is issued, the Issuer
may optionally indicate in addition that the GrantGroup
may be delegated to others. This is accomplished by including in the GrantGroup
an element of type DelegationControl
; absent such a DelegationControl
element, a GrantGroup
is not (formally) delegable.
To say that an authorized GrantGroup
g is delegable means that the Issuer
of g also authorizes every Grant
g' where:
forAll
, g'/delegationControl
, and g'/condition
are all absent,principal
is equal to g/principal
,right
is equal to the issue
elementresource
is equal to a GrantGroup
g'' whereForAll
elements that begins g appear as a prefix of the sequence of ForAll
elements that begins g''
delegationControl
is compatible with g/delegationControl
,principal
is one of the allowable destination principals of g/delegationControl
condition
is either equal to g/condition
, or, if g/condition
/additionalConditionsProhibited
is absent, is equal to the equivalent of an allConditions
element which contains at least g/condition
(if present)Grant
s and GrantGroup
s contained as immediate children of g'' are copies of those contained as immediate children of g.Additional policies which control the circumstances under which g is legally delegable are expressed by the semantics embodied in the DelegationControl
element; these are explained in detail below. It is to be understood that g may be encrypted, and that in such situations the constraints listed in this section are to be adhered to by the clear-text form of g.
A mechanism is provided by which the contents of a GrantGroup
may be encrypted and so hidden from view from inappropriate parties. This mechanism makes straightforward use of the XML Encryption Syntax and Processing standard.
Specifically, the XML content model of a GrantGroup
is a choice between a sequence containing the elements previously described in this section and an encryptedGrantGroup
element. encryptedGrantGroup
is of type EncryptedContent
and represents the encryption of the contents of the GrantGroup
element.
The use of elements of type DelegationControl
provides the means by which policies which control and otherwise constrain the delegation of Grant
s and GrantGroup
s can be expressed.
DelegationControl
Some such policies, namely those regarding constraints on delegated-to Principal
s and whether additional Condition
s may be present in delegated Grant
s and GrantGroup
s, were described
previously herein. Other policies may be defined in types which are derived from the type DelegationControl
.
Part of the policy expressed by a DelegationControl
element d is the set of allowable Principal
s to whom the Grant
or GrantGroup
to which d is applied may be delegated.
If d/to
is absent, then the set of allowable destination principals of d is the universe of all Principal
s.
Otherwise, at least one d/to
is present.
Let z be a DelegationControl
that contains at least one child element of type ForAll
, and let f be the first such child in z. Let S(f) be the set of eligible bindings of the variable f/@varName
. Let D be the universe of DelegationControl
elements. Let D(z) be that subset of D where z' in D is in D(z) if and only if there exists an s in S(f) so that z' is equal to a copy of z except
varName
are replaced in z' by s.Now, consider a function P defined on the domain D. For any z in D, let P(z) be defined as follows:
ForAll
child element, then P(z) is the union, over all elements z' of the set D(z), of P(z').ForAll
child element, then P(z) is that set whose members are the Principal
s found in the to
elements that are found in z.Then the set of allowable destination principals of d is that set P(d).
Let d and d' be DelegationControl
elements. d' is said to be compatible with d if they are equal except for the following variations:
infinite
is present, then d'/maxDepth
may be present (with any nonnegative value)maxDepth
is present, then d'/maxDepth
must be present, and must contain any nonnegative value which is less than the value contained in d/maxDepth
.additionalConditionsProhibited
is absent, then d'/additionalConditionsProhibited
may be present.to
is absent, then any number of d'/to
may be present and identify any Principal
s.to
's are present where n>1, then any n-1 of them may be omitted in d'.to
is present, then d'/to
may contain any Principal
which is equivalent to an allPrincipals
Principal
containing d/to
/principal
and zero or more arbitrary other Principal
s.Notice that "is compatible with" is an antisymmetric and transitive relationship.
EncryptedContent
modifies the semantics of enc:EncryptedDataType
, its base type, by simply restricting the use of the enc:Type
attribute therein to be the value http://www.w3.org/2001/04/xmlenc#Content
, which is the type associated with encrypting XML element content. Thus, once decrypted, the plaintext of an element of type EncryptedContent
is intended to semantically replace the EncryptedContent
and thus become the content of said element's parent. In doing so, it must of course conform to the schema of the parent as a whole.
EncryptedContent
Within XrML2, instances of the type Principal
(or a derivation thereof) represent the unique identification of an entity involved in the granting or exercising of rights. In a conceptual sense, they represent the "subject" that is permitted to carry out the action involved in exercising the Right
.
Principal
The actual element principal
is conceptually abstract. Also, the actual type Principal
is conceptually abstract. That is, it does not indicate how a particular principal is actually identified and authenticated. Rather, this is carried out in types which are derivations of Principal
. Such derived types may be defined in extensions to XrML2 in order, for example, to provide a means by which Principal
s who are authenticated using some proprietary logon mechanism may be granted certain Right
s using the XrML2 License
mechanism. That said, two such derivations are important enough and central enough to be defined within the XrML2 core itself.
Structurally, an AllPrincipals
Principal
is a simple container of zero or more other Principal
s. Semantically, an AllPrincipals
a represents the logical conjunct of the Principal
s represented by all of its children. That is, a represents the set of its children acting together as one holistic identified entity. For example, if a is identified in some Grant
as that Principal
which must sign a certain bank loan application, then, conceptually, it is being required that each of the children of a act together as co-signers of the loan application.
AllPrincipals
A corollary of this definition is that an AllPrincipals
Principal
which contains zero children requires no particular Principal
to act together as part of the entity that is identified, and thus the entire universe of entities is identified by such an empty AllPrincipals
Principal
. Where permitted by the schema in which it is used, such an empty AllPrincipals
Principal
is equivalent to said Principal
in fact being absent.
Note that there is no requirement that a normalization of an AllPrincipals
Principal
be carried out. That is, it is perfectly legal for an AllPrincipals
Principal
to contain other AllPrincipals
Principal
s.
Instances of a KeyHolder
Principal
represent entities which are identified by their possession of a certain cryptographic key. For example, using a KeyHolder
, a Principal
which uses public-key cryptography may be conceptually identified as "that Principal
which possesses the private key that corresponds to this-here public key." (Indeed, identification of Principal
s in such a manner is expected to be very common).
KeyHolder
This specification of XrML2 does not itself specify the means by which the key relevant to a KeyHolder
is identified. Rather, the info
element (which is of type dsig:KeyInfo
) within the type KeyHolder
is defined by XrML2 as the mechanism by which such information is conveyed, and the XML-Signature Syntax and Processing specification then specifies the means by which such conveyance is carried out.
Within XrML2, instances of the type Right
(or a derivation thereof) represent a "verb" that a Principal
may be authorized to carry out under the authority conveyed by some authorized Grant
. Typically, a Right
specifies an action (or activity) that a Principal
may perform on or using some associated target Resource
. The semantic specification of each different particular kind of Right
SHOULD indicate which kinds of Resource
(if any) may be legally used in authorized Grant
s containing that Right
.
Right
The actual element right
is conceptually abstract. Also, the actual type Right
is conceptually abstract. That is, the type Right
itself does not indicate any actual action or activity that may be carried out. Rather, such actions or activities are to be defined in types which are derivations of Right
. Such derived types will commonly be defined in extensions to XrML2, particularly those rights which are germane to a particular application domain. However, several Right
s exist which are related to the domain of XrML2 itself, and so are defined within the XrML2 core.
When an Issue
element is used as the right
in an authorized Grant
g, it is required that g/resource
against which the Right
is applied in fact be a Grant
or GrantGroup
g'. The Grant
g then conveys the authorization for the Principal
g/principal
to Issue
g'; that is, it conveys the authorization, under the authority of the Issuer
of the License
l within which g is authorized, for g/principal
to Issue
other License
s l' within which g' is authorized.
Issue
Use of the Issue
Right
is one of the basic mechanisms (along with delegation and trust of a License
by some externally specified means) by which the XrML2 Authorization Algorithm chains its processing from one License
to another.
Those familiar with the X.509 certificate infrastructure will recognize that, in analogy, the Principal
g/principal
found in an authorized Grant g containing the Issue
Right
can conceptually be considered a "Certificate Authority."
At the instant a License
is issued, the Issue
Right
must be held by the Issuer
of the License
with respect to all the Grant
s and GrantGroup
s directly authorized therein.
The authorized act of exercising the Revoke
Right
by a Principal
p effects a retraction of a dsig:Signature
that was previously issued (either by p or by some other Principal
from which p received appropriate authorization to Revoke
) and thus accomplishes a withdrawal of any authorization conveyed by that dsig:Signature
.
Revoke
There is, of course, commonly a latency, possibly a significant one, between the discovery of an issued dsig:Signature
by some party wishing to rely on the authorization so conveyed and the subsequent discovery by that party of a later retraction thereof. In the interim, the relying party can and will consider the dsig:Signature
as valid and binding.
Every Issuer
of a License
, by the act of affixing its dsig:Signature
thereto, is implicitly and automatically authorized in a freely delegable manner to subsequently Revoke
that dsig:Signature
, should it choose to do so. By explicit use of the Revoke
Right
, an Issuer
may convey that authorization to other Principal
s of its choosing.
Although the XrML2 core requires that when the Revoke
Right
is used that the associated Resource
explicitly identify the to-be-revoked dsig:Signature
in question, the core itself does not define a concrete XML data type by which this can be accomplished, instead choosing to leave such definitions to extensions of the core. The XrML2 Standard Extension, though, does define the Resource
Revocable
which is useful in this role.
At the instant at which a dsig:Signature
is formally revoked, the Revoke
Right
must be held by the revoking Principal
with respect to the dsig:Signature
being revoked.
The use of the PossessProperty
Right
within authorized Grant
s allows the Issuer
s thereof to straightforwardly express the fact that they authorize the association of property-like characteristics with certain Principal
s. Put another way, the PossessProperty
Right
represents the Right
for the associated Principal
to claim ownership of a particular characteristic, which is listed as the Resource
associated with this Right
.
PossessProperty
The PossessProperty
Right
imposes only two restrictions on the Resource
with which it may be used within an authorized Grant
:
Resource
is a PropertyAbstract
andPropertyAbstract
MUST NOT be omitted.The XrML2 core does not itself define any PropertyAbstract
s which are particularly useful for use with the PossessProperty
Right
. However, several such PropertyAbstract
s are defined within the XrML2 Standard Extension; in particular, it defines several PropertyAbstract
s which are useful for modeling the authorized binding of names to Principal
s as is done in the X.509 certificate infrastructure.
Use of the PossessProperty
Right
is also very convenient in modeling notions of "group membership" found (among other places) in security systems of traditional operating systems. In this paradigm, in an XrML2 extension one invents a PropertyAbstract
t whose associated semantic is "is member of group". Then, straightforwardly, one issues License
s with authorized Grant
s that contain the Right
possessProperty
and the PropertyAbstract
t in order to indicate that the associated Principal
is in fact a member of the group.
When an Obtain
element is used as the Right
in an authorized Grant
g, the Resource
contained in g MUST be present and MUST either be a Grant
or a GrantGroup
. Let g' be that Grant
or GrantGroup
. Then the semantics conveyed by the authorization of g
is that the Issuer
thereof promises that the Principal
g/principal
can in fact obtain an issued version of g', subject only to the limitation that g/principal
must first satisfy the (possibly absent) Condition
g/condition
.
The means and manner by which such obtaining of g' is actually carried out is outside the scope of this specification, though exerciseMechanism
provides a convenient way to bound this process.
Additionally, it is instructive to note that, in practice, Principal
s issuing and reading Obtain
Grant
s will likely want to use a fulfiller
condition to indicate and determine the Principal
who will Issue
the resulting Grant
.
The use of the Obtain
Right
can be conceptualized as an "offer" or "advertisement"
for the "sale" of the contained Grant
.
Obtain
Continuing our grammatical analogy, an instance of type Resource
(or a derivation thereof) represents the "direct object" against which the "subject" Principal
of a Grant
has the Right
to perform some "verb." It should be noted that not all XrML2 Right
s make use of such target Resource
s, just as not all verbs require direct objects.
Resource
The actual element resource
is conceptually abstract. Also, the actual type Resource
is conceptually abstract. That is, the type Resource
itself does not indicate any actual object against which a Right
may be carried out. Rather, such target objects are to be defined in types which are derivations of Resource
. Such derived types will commonly be defined in extensions to XrML2, particularly those Resource
s which are germane to a particular application domain. However, several Resource
s exist which related to the domain of XrML2 itself and so are defined within the XrML2 core
Use of a DigitalResource
Resource
in a Grant
provides a means by which an arbitrary sequence of digital bits can be identified as being the target object of relevance within the Grant
. Specifically, and importantly, such bits are not required to be character strings which conform to the XML specification, but may be arbitrary binary data.
DigitalResource
Conceptually, an instance d of DigitalResource
defines an algorithm by which a sequence of bits b in question is to be located. The means by which this is accomplished breaks down into several cases:
xml
element within d, which is a simple container of arbitrary XML elements.binary
element. Note that there is no requirement that a b which may be legally represented using the xml
element in fact be represented as such; base64 encoding may equally well be used, even for XML elements.secureIndirect
element.nonSecureIndirect
element.xsd:any
particle therein.The secureIndirect
element straightforwardly makes use of the cryptographically-secure referencing mechanism designed as part of the XML Signature Syntax and Processing standard, specifically the type dsig:ReferenceType
defined therein. The documentation of the semantics and processing associated with that type are not described in the present specification but rather are found in the specification of that standard.
The nonSecureIndirect
element makes use of an XrML2-defined type NonSecureReference
. The structure and attendant semantics of the NonSecureReference
type are identical in every way to that of the aforementioned dsig:ReferenceType
except that
NonSecureReference
structurally lacks the dsig:DigestMethod
and dsig:DigestValue
elements found in dsig:ReferenceType
, anddsig:ReferenceType
that are associated with these two elements (in order to verify that the bits retrieved during the processing of the reference were exactly those expected) are omitted.Let g be any authorized Grant
containing a Resource
d which is a DigitalResource
. Let b be the sequence of bits which is the result of any execution of the location algorithm of d. Then the Grant g' which is identical to g except that d is replaced by a DigitalResource
which contains a child binary element which contains a base64 encoding of b is also authorized.
An instance of type PropertyAbstract
(or a derivation thereof) represents some sort of property that can be possessed by Principal
s via PossessProperty
.
PropertyAbstract
The actual element propertyAbstract
is conceptually abstract. Also, the actual type PropertyAbstract
is conceptually abstract. That is, the type PropertyAbstract
itself does not indicate any actual property that can be possessed. Rather, such target properties are to be defined in types which are derivations of PropertyAbstract
. Such derived types will commonly be defined in extensions to XrML2.
Within XrML2, instances of the type Condition
(or a derivation thereof) represent a grammatical "terms & conditions" clause that a Principal
must satisfy before it may take advantage of an authorization conveyed to it in a Grant
containing the Condition
instance. The semantic specification of each different particular kind of Condition
MUST indicate the details of the terms, conditions, and obligations that use of the Condition
actually imposes. When these requirements are fulfilled, the Condition
is said to be satisfied.
Condition
When a particular Condition
is used within an authorized Grant
, XrML2 processing systems that process the Grant
MUST honor the request implied thereby that the terms, conditions, and obligations indicated in the semantic specification of the Condition
be satisfied by the Principal
indicated in the Grant
before the Grant
may be used as the basis of an authorization decision. A corollary of this requirement is the observation that should an XrML2 processing system in the course of honoring such a request encounter a Condition
defined in some XrML2 extension of which it lacks semantic knowledge, the processing system MUST NOT consider the Condition
to be satisfied.
The actual element condition
is conceptually abstract. Also, the actual type Condition
is conceptually abstract. That is, the type Condition
itself does not indicate the imposition of any actual term or condition. Rather, such terms and conditions are to be defined in types which are derivations of Condition
. Such derived types will commonly be defined in extensions to XrML2, particularly those Condition
s which are germane to a particular application domain. However, several Condition
s exist which are related to the domain of XrML2 itself, and so are defined within the XrML2 core.
Structurally, an AllConditions
is a simple container of zero or more other Condition
s. Semantically, the AllConditions
represents a logical conjunct of the Condition
s represented by all of its children. That is, the Condition
s imposed by each and every of these children must be satisfied in order for the AllConditions
to be satisfied.
AllConditions
A corollary of this definition is that an AllConditions
Condition
which contains zero children is considered always to be satisfied. It is thus equivalent to the empty AllConditions
Condition
being absent.
Note that there is no requirement that a normalization of an AllConditions
Condition
be carried out. That is, it is perfectly legal for an AllConditions
Condition
to contain other AllConditions
Condition
s.
A ValidityInterval
Condition
indicates a contiguous, unbroken interval of time.
ValidityInterval
The semantics of the Condition
expressed is that the interval of the exercise of a Right
to which a ValidityInterval
is applied must lie wholly within this interval. The delineation of the interval is expressed by the presence, as children of the Condition
, of up to two specific fixed time instants:
notBefore
element, of type xsd:dateTime
, indicates the inclusive instant in time at which the interval begins; if absent, the interval is considered to begin at an instant infinitely distant in the pastnotAfter
element, also of type xsd:dateTime
, indicates the inclusive instant in time at which the interval ends; if absent, the interval is considered to end at an instant infinitely distant in the future.As was discussed previously, Issuer
s of XrML2 License
s may in a License
indicate the means by which they will, should they later decide to Revoke
their dsig:Signature
, post notice of such revocation. As a practical matter, many if not most of the mechanisms used for such dissemination of revocation information involve a periodic polling on the part of XrML2 processing systems to determine whether new revocation information is available. With such polling necessarily comes a latency of information dissemination. Use of a RevocationFreshness
Condition
in a Grant
or GrantGroup
can place an upper bound on the size of this polling latency whenever the Grant
or GrantGroup
is used as part of an authorization decision.
RevocationFreshness
If a RevocationFreshness
Condition
found in an authorized Grant
or GrantGroup
g contains a maxIntervalSinceLastCheck
element, and the length of the duration d indicated therein is greater than zero, then in order for the Condition
to be satisfied, the length of real, wall-clock time that has elapsed between
dsig:Signature
on the License
l in which g was authorized was polled to check for revocation, andLicense
to the XrML2 Authorization Algorithmmust be less than or equal to d. If the length of such duration d is zero, then in order for the Condition
to be satisfied, a poll to check for revocation must be carried out each and every time l is passed as a relevant input License
in a non-recursive call to the XrML2 Authorization Algorithm. The length of the duration d MUST NOT be less than zero.
A RevocationFreshness
Condition
containing a noCheckNecessary
element is defined to be semantically equivalent to what a RevocationFreshness
Condition
containing a maxIntervalSinceLastCheck
element with an infinite duration would signify, but for the fact that the XML Schema xsd:duration
data type cannot express such infinite durations of time. This policy is an explicit affirmation that revocation need not ever be explicitly polled, in contrast to an omitted RevocationFreshness
condition, which leaves the tolerable polling latency to be determined by other means.
ExistsRight
Let c be a Condition
of type ExistsRight
, and let g be a Grant
containing c. Suppose c/grantPattern
or c/grantGroupPattern
exists, and let e be this element.
Then, as was previously mentioned, g is not primitive.
Define the Grant
g' as being a copy of g except for the transformations defined as follows:
forAll
element f is inserted at the end of the (possibly empty) sequence of ForAll
elements that begins g', wherevarName
contains a new variable name which is different from the name of any other variable defined within g', andgrant
or grantGroup
element which contains a reference to the variable named in f/@varName
.If g is authorized, then g' is also authorized.
Let the functions P and Q, and the notation allPrincipals(P) be as defined in the XrML2 Authorization Algorithm. Let t0 be the present time.
Let c be an ExistsRight
condition returned from a call to the XrML2 Authorization Algorithm whose inputs were (p, r, t, v, L, R, C, T). It follows that either c/grant
or c/grantGroup
exists; let h be that element. Then, in order for c to be satisfied,
trustedIssuer
exists, it must be established that there exists a time instant i prior to v and a Principal
p' from those that conform to the policy articulated within the element c/trustedIssuer
such that P(p') is a subset of Q(h, i, v, L, C, t0).trustedIssuer
does not exist, it must be established that there exists a time instant i prior to v for which the call to the XrML2 Authorization Algorithm with inputs: (allPrincipals(Q(h, i, v, L, C, t0)), the issue
element, h, i, L, R, C, T union {h})
either
Condition
s, and at least one Condition
c' in C' can be shown (possibly with the help of C) to have been satisfied during i with respect to this issuance.The PrerequisiteRight
Condition
is related to the ExistsRight
Condition
, but they differ in many respects. While the ExistsRight
Condition
deals with determining if certain Grant
s and GrantGroup
s are directly and correctly authorized by some trustedIssuer
, the PrerequisiteRight
Condition
deals with determining that (under the authorization of some trustedIssuer
) a given Principal
has a given Right
to a given Resource
subject to either no Condition
or a Condition
that can be shown to be satisfied.
PrerequisiteRight
Let the functions P and Q, and the notation allPrincipals(P) be as defined in the XrML2 Authorization Algorithm. Let t0 be the present time.
Let c be a PrerequisiteRight
Condition
returned from a call to the XrML2 Authorization Algorithm whose inputs were (p, r, t, v, L, R, C, T). Then, in order for c to be satisfied, it must be shown that there exists some Grant
or GrantGroup
h such that
trustedIssuer
exists, it must be established that there exists a time instant i prior to v and a Principal
p' from those that conform to the policy articulated within the element c/trustedIssuer
such that P(p') is a subset of Q(h, i, v, L, C, t0).trustedIssuer
does not exist, it must be established that there exists a time instant i prior to v for which the call to the XrML2 Authorization Algorithm with inputs: (allPrincipals(Q(h, i, v, L, C, t0)), the issue
element, h, i, L, R, C, T union {h})
either
Condition
s, and at least one Condition
c' in C' can be shown (possibly with the help of C) to have been satisfied during i with respect to this issuance.Grant
g such that g/principal
equals c/principal
(or both are absent), g/right
equals c/right
, g/resource
equals c/resource
(or both are absent), the authorization of h implies the authorization of g, and g/condition
is shown (possibly with the help of C) to have been satisfied with respect to the aforesaid algorithm inputs.A Fulfiller
Condition
allows one to specify that the exercise of certain Right
s that require some other Principal
to perform some duty (such as the obtain
Right
) are permitted only if that other Principal
that provides fulfillment is the specified Principal
.
Fulfiller
A Fulfiller
Condition
is satisfied if and only if the Principal
fulfilling the exercise is the one specified therein. If there is no fulfilling Principal
(for instance, if one isn't required) the Fulfiller
Condition
is considered not satisfied.
The Fulfiller
Condition
is particularly useful when used in conjunction with the obtain
Right
. For instance, in a superdistribution scenario, users may be permitted to obtain
grant
s from one particular distributor. When that distributor signs and issues those grant
s, it is acting as the fulfiller for the obtain
Right
. It is important to note, however, that Fulfiller
has other uses as well. For instance, a physician (as an agent in a health insurance plan) may permit a patient to get medicine, but only if fulfilled by a particular in-network pharmacist.
An ExerciseMechanism
Condition
allows one to limit the way in which a Right
is exercised.
ExerciseMechanism
An ExerciseMechanism
Condition
is satisfied if and only if the mechanism of exercising is the one specified therein. The type ExerciseMechanism
defines two ways to specify this mechanism:
exerciseService
specifies a service to use to effect the exercise.xsd:any
allows others to specify other mechanisms.The ExerciseMechanism
Condition
is particularly useful when used in conjunction with the obtain
Right
. For instance, in a superdistribution scenario, it is common for the users who wish to exercise an obtain
Right
to be very removed from the original channels of distribution. An ExerciseMechanism
could direct the user back to an official distribution channel. It is important to note that ExerciseMechanism
has other uses as well. For instance, a clerk may be permitted to insert records into a database only if he uses a particular (error-checking) user interface form designed for that purpose. Or, an airline company may permit its frequent flyers to ticket for a reduced fare when ticketing via a particular online travel service.
Elements of type TrustedPrincipal
(or a derivation thereof) indicate a policy by which Principal
s are identified as having the appropriate and necessary qualifications in order to be trusted for use in certain situations (see, for example, the use of TrustedPrincipal
in the ExistsRight
Condition
).
TrustedPrincipal
Within TrustedPrincipal
, this policy is indicated in one of two ways:
TrustedPrincipal
/principal
is present, then the set of identified Principal
s is exactly that one Principal
.TrustedPrincipal
/any
is present, then the set of identified Principal
s is any of the Principal
s contained therein.It is often usefully the case that the Principal
s within a TrustedPrincipal
contain references to variables which denote a set of Principal
s by means of a pattern within a ForAll
element.
The term service as used in this specification refers to an active body of software, execution of which is distinguished from that of client software which wishes to make use of it.
ServiceReference
It is the role of an instance of ServiceReference
to indicate the location and the means and manner by which a client is to interact with a specific service. Specifically, a ServiceReference
instance does the following:
ServiceReference
. These parameters provide a means by which a service might at run time distinguish between its uses from different XrML2 contexts.XrML2 does not itself invent significant new infrastructure for describing services; rather, it draws on the considerable work being done in this area by others. Specifically, there are two architected technologies by which the location and metadata information of a ServiceReference
may be provided (using an xsd:any
element, ServiceReference
provides for other technologies that may also be used):
Briefly (see the WSDL specification for details), a WSDL language expression occurs in an WSDL definitions element. This element is a container of services. Each WSDL service is a container of ports, each of which denotes a different aspect or sub-service of the service. Each port is associated with a particular abstract portType and also indicates a binding of that abstract portType to concrete message formats and protocol details. Within a service, all ports that share a portType are to be considered as semantically equivalent by clients. The linkage between ports and portTypes, ports and bindings, etc. is by name. Indeed, structurally, a definitions element is a physical container for services, bindings, portTypes, and (perhaps considerably) other metadata.
XrML2 allows for two stylistically different approaches to using WSDL. Let r be a ServiceReference
element.
In the first approach, the r/wsdl
element, which is of type DigitalResource
, is used to locate a WSDL definitions element d. The r/service
element then indicates the name of a particular WSDL service s that is defined in d. Optionally, the r/portType
element disambiguates which subset of the possibly many ports of s the ServiceReference r intends to refer to.
In the second approach, the r/kind
/wsdl
element again locates a definitions element d. The element r/kind
/binding
then indicates the name of a WSDL binding which is defined within d. The binding in turn indicates the abstract portType
of the service, together with a mapping to concrete message formats and protocol details. Remaining to be specified is a concrete endpoint or address at which the software executing the service may be found. This is indicated in the element r/address
.
Which of these two approaches is appropriate depends on the operational details and logistics of the context in which a given DigitalResource might actually be used. In some situations one will be more useful, in different situations, the other will be.
UDDI defines (see the UDDI specification for details) the notion of a registry
as a particular service replicated over a set of nodes. Each registry
is a database or directory containing possibly many businessEntities
. Each businessEntity
contains possibly many businessServices
. Each businessService
has possibly several bindingTemplates
, each of which may contain explicit endpoint information and also other arbitrary metadata about the businessService
using data in the form of what are known as tModels
. Several components of the UDDI data model have associated primary keys by which their instances are independently retrievable. These include businessEntities
, businessServices
, bindingTemplates
, and tModels
.
To uniquely identify a service which is specified using UDDI, one need only identify the registry
, then identify the primary key of the businessService
in question within that registry.
Let r be a ServiceReference
. If r/uddi
is present, then the service referenced by r is specified using UDDI.
If r/uddi
/registry
is omitted, then the registry in question is the Universal Business Registry (the UBR, which is publicly accessible on the Internet and operated by a consortium of companies including IBM, Microsoft, and others). If r/uddi
/registry
is present, then the value found therein indicates the name (note: not the location) of the registry to be used. This name is assumed to be drawn from a list of names of non-UBR UDDI registries known to and useful within the context of usage of the License
in which r is found.
r/uddi
/serviceKey
indicates the primary key of the businessService
in question within the identified registry. Depending on which version of UDDI is used, one of two different types of primary key is appropriate. UDDI v1 and v2 use XOpen DCE UUIDs as keys; UDDI v3 and above allows for the use of URIs. Each is available as a choice under r/uddi
/serviceKey
.
Let r be a ServiceReference
. Then r may contain an ordered sequence of contextual parameters which, per the metadata associated with the service, may be necessary in order to successfully interact with the it. Such parameters may be specified using the sequence contained within the r/serviceParameters
element.
r/serviceParameters
contains a sequence of pairs of elements. Each pair contains a datum
element and an optional transforms
element. Each such datum
element defines a raw parameter for the service. This raw parameter may be processed to form an actual parameter for the service by applying the sequence of transformations to the raw parameter optionally indicated in the accompanying transforms
element (if no such transformations are indicated, then the actual parameter is the same as the raw parameter). The specification of the sequence of transformations to be carried out makes use of a mechanism designed as part of the XML Signature Syntax and Processing standard, specifically the type dsig:TransformsType
defined therein. The documentation of the semantics and processing associated with that type are found in the specification of that standard, but the following modifications are made thereto:
dsig:Transform
is a raw parameter, manifest as an XPath node-set containing the one raw parameter element (that is, the child of the datum
element) in-place in the context of its XML document (thus navigation from the parameter node to elsewhere in the XML document containing the parameter is feasible).dsig:Transform
is the corresponding actual parameter.
ServiceReference
parameter transformation is defined to take place after all LicensePart
and variable reference processing has occurred. The use of the parameter transformation facility is in fact particularly convenient in order to be able to discern and communicate to the service the result of such other processing actions.
The actual interpretation, detailed processing, and passing to the service of the sequence of actual parameters is necessarily service-specific, and is thus not defined here.
Instances of the type LicenseGroup
are simple and straightforward containers of License
s. No inherent semantic is conveyed by the presence of two particular License
s within the same LicenseGroup
. This type exists due merely to the observation that it is often handy and convenient to be able to use such a container in XML instances and schemas. No use of it is made in the remainder of XrML2.
LicenseGroup
At the heart of any implementation of software which makes an authorization decision using XrML2 License
s in the decision-making process is a central algorithm (the 'Authorization Algorithm') which answers the question "Is such-and-such a Principal
authorized to exercise such-and-such a Right
against such-and-such a Resource
?" In order for XrML2 to be pragmatically useful, certain details of that algorithm need to be standardized across all such implementations. It is the purpose of this section to document such details.
It is important to understand that the Authorization Algorithm works in terms of potentialities. That is, it colloquially answers the question "If the principal wanted to ..., could he?". A question which is quite a different one is "The principal is about to ...; can he?" The former question addresses a potentiality that might later come to pass; the latter question carries with it the implication that the Principal
has already committed itself to try to carry out the act. This difference in perspective may be subtle, but could have important implications as to the details of how and when the evaluation of certain kinds of Condition
s are carried out.
It is also important to understand that the algorithm operates on clear-text License
s, Grant
s, and GrantGroup
s. Encrypted forms of these are to be treated as if they were actually their clear-text equivalent.
Finally, it is important to understand that the approach by which the specification of the Authorization Algorithm in this section is described and documented is by no means intended to be the best or most efficient manner in which the algorithm can in fact be implemented. It is, rather, merely the most succinct and straightforward exposition that the authors of this specification found to communicate the essential details of the algorithm.
The Authorization Algorithm takes a number of pieces of information as input:
Principal
p, which is the identity of the entity whose authorization to perform an act is being called into question,Right
r, which embodies the semantics of the action to be performed or otherwise carried out,Resource
t, which is the target of the action r being carried out by p,License
s. The algorithm will attempt to find authorized Grant
s and GrantGroup
s within these License
s that it can use to establish a basis for an affirmative authorization decision,Grant
s that are considered by the algorithm to be authorized under the authority of an omnipotent issuer. These are authorized Grant
s that are to be trusted by some decision making process that is outside of the scope of XrML2 itself.Principal
s, Right
s, Resource
s, and Condition
s that might be defined in extensions to XrML2.Grant
s and GrantGroup
s. This set is used to ensure that the Authorization Algorithm terminates. The Grant
s and GrantGroup
s in this set have already been traversed by parent recursive calls to the algorithm. As such, their authorization should be considered not provable in child calls, and no further recursion should be carried out in an attempt to prove their authorization.This input can be considered as an eight-tuple:
(p, r, t, v, L, R, C, T)
The output of the Authorization Algorithm is either:
Principal
had the indicated authorization, orPrincipal
unequivocally has the indicated authorization, orCondition
s, indicating that the Principal
has the indicated authorization provided that at least one of the indicated alternative Condition
s is satisfied.It is important to notice that the core Authorization Algorithm herein described does not itself consider whether or not any particular Condition
has in fact been satisfied with respect to the input authorization request; such processing and evaluation is (from a specification perspective at least) left to higher level algorithms of the XrML2 processing system which consumes the output of the Authorization Algorithm. That said, in the chaining steps of the Authorization Algorithm, where recursive use of the algorithm is made, such evaluation of Condition
s output from the recursion is indeed carried out; however, it is there done with respect to rights involved in the authority to issue
XrML2 License
s in the input set L (a Right
which has been exercised), not the input Right
r being requested by the input Principal
p (a Right
that may only potentially be exercised).
The execution of the Authorization Algorithm proceeds as follows. We begin with the definition of several important concepts.
Let
Principal
s, Condition
s, Grant
s, GrantGroup
s, License
sLet H be the union of G and GG.
Consider a function P defined on the domain P union H. For any p in P, let P(p) be defined as follows:
AllPrincipals
, then P(p) is the union, over all children p' of p, of P(p').AllPrincipals
, then P(p) is the one-element set containing p.Colloquially, P(p) is the set of Principal
s obtained by collapsing any AllPrincipals
elements in p. Similarly, for any h in H, let P(h) be defined as follows:
principal
is absent, P(h) is the empty setprincipal
is not absent, P(h) is defined to be P(h/principal
)
Colloquially, P(h) is the set of Principal
s, acting together, to whom a Grant
or GrantGroup
is issued.
Let S be any finite subset of P. Then, let the notation allPrincipals(S) denote an allPrincipals
element which contains as children exactly the elements of S.
Let PG be that subset of G where g in G is in PG if and only if g is primitive. Let EPG be that subset of PG where g in PG is in EPG if and only if:
EPG can be considered the set of "eligible" primitive Grant
s.
Let LH be that subset of H where h in H is in LH if and only if there exists a License
l in L in which h is directly authorized. Let ULH be that subset of LH where h in LH is in ULH if and only if h is not in T. ULH can be considered the set of "usable licensed Grant
s and GrantGroup
s."
We define a notion for the set of Principal
s that have directly authorized a Grant
or GrantGroup
prior to a certain time instant. Let Q be the function with domain H x I x V x L x CC x I and range in P which is defined as follows: For any h in H, i and t in I, v in V, L a set of License
s, and C an authorization context, if p is in P, then p is in Q(h, i, v, L, C, t) if and only if there exists a License
l in L such that
We consider the subset of the usable licensed Grant
s and GrantGroup
s which are in fact authorized. Let t0 be the time at which the execution of the Authorization Algorithm occurs. Let AULH be that subset of ULH where h in ULH is in AULH if and only if there exists a i in I prior to the start of v for which a recursive call to the Authorization Algorithm with inputs
(allPrincipals(Q(h, i, v, L, C, t0)), the
issue
element, h, i, L, R, C, T union {h})
either
Condition
s, and at least one Condition
c in C' can be shown (possibly with the help of C) to have been satisfied during i with respect to this issuance.Let AEPG be the set of affirmatively authorized eligible primitive Grant
s defined as follows: g in EPG is in AEPG if and only if there exists an h in (AULH union R) such that the authorization of h implies the authorization of g.
If AEPG is empty, the Authorization Algorithm returns no.
If there exists a g in AEPG such that g/condition
is equivalent to an AllConditions
Condition
that has no children, then the Authorization Algorithm returns yes.
Otherwise, the Authorization Algorithm returns maybe together with a set C of Condition
s, where C is that subset of C where c in C is in C if and only if there exists a Grant
g in AEPG with g/condition
equal to c.
This concludes the specification of the Authorization Algorithm.
xrml21-xrml2core.xsd (normative)
Over the last decade, a number of people have made major contributions which have culminated in the creation of XrML2. ContentGuard wishes to acknowledge the work of the following people, who are among the most significant contributors:
Atkinson, Bob
Bobrow, Daniel G.
Casey, Michalene M.
DeMartini, Thomas
Gandee, Brad
Merkle, Ralph C.
Nguyen, Mai
Paramasivam, M.
Pirolli, Peter L. T.
Stefik, Mark J.
Wang, Xin