Module prov.model

Interface ActedOnBehalfOf

All Superinterfaces:
HasLabel, HasOther, HasType, Identifiable, Influence, QualifiedRelation, Relation, Statement, StatementOrBundle
All Known Implementing Classes:
ActedOnBehalfOf

public interface ActedOnBehalfOf extends Identifiable, HasLabel, HasType, HasOther, Influence

Interface for the PROV Delegation association.

PROV-DM Definition for Delegation: Delegation is the assignment of authority and responsibility to an agent (by itself or by another agent) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work.

Relevant Factory Methods:

Schema Definition:

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Delegation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="delegate" type="{http://www.w3.org/ns/prov#}IDRef"/>
         <element name="responsible" type="{http://www.w3.org/ns/prov#}IDRef"/>
         <element name="activity" type="{http://www.w3.org/ns/prov#}IDRef"/>
         <element ref="{http://www.w3.org/ns/prov#}label" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.w3.org/ns/prov#}type" maxOccurs="unbounded" minOccurs="0"/>
         <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute ref="{http://www.w3.org/ns/prov#}id"/>
     </restriction>
   </complexContent>
 </complexType>
 

Author:
lavm
See Also: