Access

Describes access to the annotated object. This item includes a confidentiality statement, descriptions of the access permissions required, restrictions to access, citation requirements, depositor requirements, conditions for access, a disclaimer, any time limits for access restrictions, and contact information regarding access.

Properties

Name Type Cardinality
description StructuredString 0..1
confidentialityStatement StructuredString 0..1
accessPermission Form 0..n
restrictions StructuredString 0..1
citationRequirement StructuredString 0..1
depositRequirement StructuredString 0..1
accessConditions StructuredString 0..1
disclaimer StructuredString 0..1
contactAgent AgentAssociation 0..n
applyAccessTo InternationalIdentifier 0..n
validDates Date 0..1

description

A description of the content and purpose of the access description. May be expressed in multiple languages and supports the use of structured content.

confidentialityStatement

A statement regarding the confidentiality of the related data or metadata.

accessPermission

A link to a form used to provide access to the data or metadata including a statement of the purpose of the form.

restrictions

A statement regarding restrictions to access. May be expressed in multiple languages and supports the use of structured content.

citationRequirement

A statement regarding the citation requirement. May be expressed in multiple languages and supports the use of structured content.

depositRequirement

A statement regarding depositor requirements. May be expressed in multiple languages and supports the use of structured content.

accessConditions

A statement regarding conditions for access. May be expressed in multiple languages and supports the use of structured content.

disclaimer

A disclaimer regarding the liability of the data producers or providers. May be expressed in multiple languages and supports the use of structured content.

contactAgent

The agent to contact regarding access including the role of the agent.

applyAccessTo

Identification for an object covered by the access description. This may be any annotated object (collection, publication, identifiable object).

validDates

The date range or start date of the access description.

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_Access [ label = "{<id>Access | + description : StructuredString \l + confidentialityStatement : StructuredString \l + accessPermission : Form \l + restrictions : StructuredString \l + citationRequirement : StructuredString \l + depositRequirement : StructuredString \l + accessConditions : StructuredString \l + disclaimer : StructuredString \l + contactAgent : AgentAssociation \l + applyAccessTo : InternationalIdentifier \l + validDates : Date \l \l \l| \l \l}" tooltip = "Discovery:Access" ] subgraph Identification { label = "Identification" node [ color = "#000000" ] DDI4_AnnotatedIdentifiable [ label = "{<id>AnnotatedIdentifiable | + versionResponsibility : xs:string \l + versionRationale : xs:string \l + versionDate : xs:dateTime \l + isUniversallyUnique : xs:boolean \l + isPersistent : xs:boolean \l + localId : LocalId \l + basedOnObject : BasedOnObject \l \l \l| <AnnotatedIdentifiablehasAnnotation> hasAnnotation \l \l}" tooltip = "Identification:AnnotatedIdentifiable" ]; } DDI4_Access -> DDI4_AnnotatedIdentifiable [arrowhead=empty color="#000000" ]; }