Organization

A framework of authority designated to act toward some purpose.

Extends

Agent

Properties

Name Type Cardinality
organizationName OrganizationName 1..n
imageURL PrivateImage 0..n
ddiId xs:string 0..n
contactInformation ContactInformation 0..1

organizationName

Names by which the organization is known.

imageURL

The URL of an image of the organization.

ddiId

The agency identifier of the organization as registered at the DDI Alliance register.

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_Organization [ label = "{<id>Organization | + organizationName : OrganizationName \l + imageURL : PrivateImage \l + ddiId : xs:string \l + contactInformation : ContactInformation \l \l \l| \l \l}" tooltip = "Agents:Organization" ] 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_Organization -> DDI4_Agent [arrowhead=empty color="#000000" ]; }