Individual

A person who acts, or is designated to act towards a specific purpose.

Extends

Agent

Properties

Name Type Cardinality
individualName IndividualName 1..n
imageURL PrivateImage 0..n
ddiId xs:string 0..n
contactInformation ContactInformation 0..1

individualName

The name of an individual broken out into its component parts of prefix, first/given name, middle name, last/family/surname, and suffix.

imageURL

The URL of an image of the individual.

ddiId

The agency identifier of the individual according to the DDI Alliance agent registry.

contactInformation

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_Individual [ label = "{<id>Individual | + individualName : IndividualName \l + imageURL : PrivateImage \l + ddiId : xs:string \l + contactInformation : ContactInformation \l \l \l| \l \l}" tooltip = "Agents:Individual" ] subgraph Agents { label = "Agents" node [ color = "#000000" ] DDI4_Agent [ label = "{<id>Agent | + agentId : AgentId \l + description : StructuredString \l \l \l| \l \l}" tooltip = "Agents:Agent" ]; } DDI4_Individual -> DDI4_Agent [arrowhead=empty color="#000000" ]; }